diff options
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -63,12 +63,24 @@ LibreSSL Portable Release Notes: | |||
63 | strings table entries, ASN.1 methods, PKEY methods, digest methods, | 63 | strings table entries, ASN.1 methods, PKEY methods, digest methods, |
64 | CRL methods, purpose and trust identifiers, or X.509 extensions. | 64 | CRL methods, purpose and trust identifiers, or X.509 extensions. |
65 | - Removed the _cb() and _fp() versions of BIO_dump{,_indent}(). | 65 | - Removed the _cb() and _fp() versions of BIO_dump{,_indent}(). |
66 | - BIO_set() was removed. | ||
67 | - BIO_{sn,v,vsn}printf() were removed. | ||
66 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. | 68 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. |
67 | - openssl(1) x509 now supports -new -force_pubkey, -multivalue-rdn, | 69 | - openssl(1) x509 now supports -new -force_pubkey, -multivalue-rdn, |
68 | -set_issuer, -set_subject, and -utf8. | 70 | -set_issuer, -set_subject, and -utf8. |
69 | - Support ECDSA with SHA-3 signature algorithms. | 71 | - Support ECDSA with SHA-3 signature algorithms. |
70 | - Support HMAC with truncated SHA-2 and SHA-3 as PBE PRF. | 72 | - Support HMAC with truncated SHA-2 and SHA-3 as PBE PRF. |
71 | - GOST and STREEBOG support was removed from libssl. | 73 | - GOST and STREEBOG support was removed. |
74 | - CRYPTO_THREADID, _LHASH, _STACK, X509_PURPOSE are now opaque, | ||
75 | X509_CERT_AUX and X509_TRUST were removed from the public API. | ||
76 | - ASN1_STRING_TABLE_get() and X509_PURPOSE_get0*() now return const | ||
77 | pointers. | ||
78 | - EVP_{CIPHER,MD}_CTX_init()'s signatures and semantics now match | ||
79 | OpenSSL's behavior. | ||
80 | - sk_find_ex() and OBJ_bsearch_() were removed. | ||
81 | - CRYPTO_malloc() was fixed to use size_t argument. CRYPTO_malloc() | ||
82 | and CRYPTO_free() now accept file and line arguments. | ||
83 | - A lot of decrepit CRYPTO memory API was removed. | ||
72 | * Bug fixes | 84 | * Bug fixes |
73 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). | 85 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). |
74 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and | 86 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and |