Cleanup ciphers and Add 3des ciphers.
[oweals/openssl.git] / doc / man7 / provider-cipher.pod
index 2e2e73b68b0be0a2e0a4ba9fef8f7a46d65c07d3..040a34c126f3f1210c12a21894132c07304e0f70 100644 (file)
@@ -302,6 +302,12 @@ IV length and the tag length.
 
 Sets the IV length to be used for an AEAD cipher for the associated cipher ctx.
 
+=item B<OSSL_CIPHER_PARAM_RANDOM_KEY> (octet_string)
+
+Gets a implementation specific randomly generated key for the associated
+cipher ctx. This is currently only supported by 3DES (which sets the key to
+odd parity).
+
 =back
 
 =head1 RETURN VALUES