X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman7%2Fprovider-asymcipher.pod;h=de615c463f7a8f633fd00c9b08e5f6f444835641;hp=d0effa89b18a5c31b5945aa16a1681185e90e457;hb=350c92351705aa5916ffdf07fd7b81c1cbcb178b;hpb=e7db9680db57e180c525bc57c3858d8dd5637940 diff --git a/doc/man7/provider-asymcipher.pod b/doc/man7/provider-asymcipher.pod index d0effa89b1..de615c463f 100644 --- a/doc/man7/provider-asymcipher.pod +++ b/doc/man7/provider-asymcipher.pod @@ -181,6 +181,13 @@ algorithms: =item "pad-mode" (B) +The type of padding to be used. The interpretation of this value will depend +on the algorithm in use. The default provider understands these RSA padding +modes: 1 (RSA_PKCS1_PADDING), 2 (RSA_SSLV23_PADDING), 3 (RSA_NO_PADDING), +4 (RSA_PKCS1_OAEP_PADDING), 5 (RSA_X931_PADDING), 6 (RSA_PKCS1_PSS_PADDING) and +7 (RSA_PKCS1_WITH_TLS_PADDING). See L for +further details. + =item "digest" (B) Gets or sets the name of the OAEP digest algorithm used when OAEP padding is in @@ -207,6 +214,16 @@ Gets or sets the OAEP label used when OAEP padding is in use. Gets the length of an OAEP label when OAEP padding is in use. +=item "tls-client-version" (B) + +The TLS protocol version first requested by the client. See +B on the page L. + +=item "tls-negotiated-version" (B) + +The negotiated TLS protocol version. See +B on the page L. + =back OP_asym_cipher_gettable_ctx_params() and OP_asym_cipher_settable_ctx_params()