libstrongswan: Encode RSA-PSS algorithmIdentifier variant
Some third party IKEv2 products expect an RSA-PSS ASN.1 algorithmIdentifier with an explicit trailerField value (CONTEXT3) instead of the DEFAULT value if the trailerField is missing. The setting charon.rsa_pss_trailerfield = yes enables the explicit encoding.
This commit is contained in:
@@ -408,6 +408,10 @@ charon.routing_table_prio
|
||||
charon.rsa_pss = no
|
||||
Whether to use RSA with PSS padding instead of PKCS#1 padding by default.
|
||||
|
||||
charon.rsa_pss_trailerfield = no
|
||||
Whether to encode an explicit trailerField value of 0x01 in the RSA-PSS
|
||||
algorithmIdentifier (CONTEXT3) or using the DEFAULT value by omitting it.
|
||||
|
||||
charon.send_delay = 0
|
||||
Delay in ms for sending packets, to simulate larger RTT.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user