Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
@@ -99,7 +99,6 @@ EVP_enc_null
|
||||
|
||||
int EVP_CIPHER_nid(const EVP_CIPHER *e);
|
||||
int EVP_CIPHER_block_size(const EVP_CIPHER *e);
|
||||
int EVP_CIPHER_key_length(const EVP_CIPHER *e)
|
||||
int EVP_CIPHER_key_length(const EVP_CIPHER *e);
|
||||
int EVP_CIPHER_iv_length(const EVP_CIPHER *e);
|
||||
unsigned long EVP_CIPHER_flags(const EVP_CIPHER *e);
|
||||
@@ -457,20 +456,6 @@ This call is only valid when decrypting data.
|
||||
|
||||
=back
|
||||
|
||||
=head1 Random numbers
|
||||
|
||||
The following can be used to select the DRBG that is used to generate the random
|
||||
numbers:
|
||||
|
||||
EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_SET_DRBG, 0, drbg)
|
||||
|
||||
The following can be used to get the DRBG:
|
||||
|
||||
EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_GET_DRBG, 0, &drbg)
|
||||
|
||||
By default it's set to NULL which results in RAND_bytes() being used.
|
||||
|
||||
|
||||
=head1 NOTES
|
||||
|
||||
Where possible the B<EVP> interface to symmetric ciphers should be used in
|
||||
|
||||
Reference in New Issue
Block a user