Keep line lengths < 80 characters.
This commit is contained in:
parent
cd357c75b2
commit
96c2201bef
12
CHANGES
12
CHANGES
@ -96,8 +96,8 @@
|
|||||||
are otherwise ignored at present.
|
are otherwise ignored at present.
|
||||||
[Steve Henson]
|
[Steve Henson]
|
||||||
|
|
||||||
*) Fix a horrible bug in enc_read() in crypto/evp/bio_enc.c: if the first data
|
*) Fix a horrible bug in enc_read() in crypto/evp/bio_enc.c: if the first
|
||||||
read consists of only the final block it would not decrypted because
|
dataread consists of only the final block it would not decrypted because
|
||||||
EVP_CipherUpdate() would correctly report zero bytes had been decrypted.
|
EVP_CipherUpdate() would correctly report zero bytes had been decrypted.
|
||||||
A misplaced 'break' also meant the decrypted final block might not be
|
A misplaced 'break' also meant the decrypted final block might not be
|
||||||
copied until the next read.
|
copied until the next read.
|
||||||
@ -203,9 +203,9 @@
|
|||||||
method only got called if p,q,dmp1,dmq1,iqmp components were present,
|
method only got called if p,q,dmp1,dmq1,iqmp components were present,
|
||||||
otherwise bn_mod_exp was called. In the case of hardware keys for example
|
otherwise bn_mod_exp was called. In the case of hardware keys for example
|
||||||
no private key components need be present and it might store extra data
|
no private key components need be present and it might store extra data
|
||||||
in the RSA structure, which cannot be accessed from bn_mod_exp. By setting
|
in the RSA structure, which cannot be accessed from bn_mod_exp.
|
||||||
RSA_FLAG_EXT_PKEY rsa_mod_exp will always be called for private key
|
By setting RSA_FLAG_EXT_PKEY rsa_mod_exp will always be called for
|
||||||
operations.
|
private key operations.
|
||||||
[Steve Henson]
|
[Steve Henson]
|
||||||
|
|
||||||
*) Added support for SPARC Linux.
|
*) Added support for SPARC Linux.
|
||||||
@ -219,7 +219,7 @@
|
|||||||
The PEM[_ASN1]_{read,write}... functions and macros now take an
|
The PEM[_ASN1]_{read,write}... functions and macros now take an
|
||||||
additional void * argument, which is just handed through whenever
|
additional void * argument, which is just handed through whenever
|
||||||
the password callback is called.
|
the password callback is called.
|
||||||
[Damien Miller <dmiller@ilogic.com.au>, with tiny changes by Bodo Moeller]
|
[Damien Miller <dmiller@ilogic.com.au>; tiny changes by Bodo Moeller]
|
||||||
|
|
||||||
New function SSL_CTX_set_default_passwd_cb_userdata.
|
New function SSL_CTX_set_default_passwd_cb_userdata.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user