aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index eccb261..02f448c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,8 +46,9 @@ LibreSSL Portable Release Notes:
46 These make use of the SHA-NI instruction if it is available and 46 These make use of the SHA-NI instruction if it is available and
47 replace the perl-generated assembly optimized for museum pieces. 47 replace the perl-generated assembly optimized for museum pieces.
48 These are not yet enabled in libressl-portable. 48 These are not yet enabled in libressl-portable.
49 - New SHA-256 assembly implementation for aarch64 making use of the 49 - New SHA-256 and SHA-512 assembly implementations for aarch64
50 ARM Cryptographic Extension (CE). Not yet enabled in portable. 50 making use of the ARM Cryptographic Extension (CE). Not yet
51 enabled in libressl-portable.
51 - New simplified, readable MD5 implementation for amd64. 52 - New simplified, readable MD5 implementation for amd64.
52 - Rewrote BN_bn2binpad() and its lebin siblings. 53 - Rewrote BN_bn2binpad() and its lebin siblings.
53 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated. 54 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated.
@@ -89,6 +90,7 @@ LibreSSL Portable Release Notes:
89 - X509_NAME_print() and X509_OBJECT_up_ref_count() are no longer public. 90 - X509_NAME_print() and X509_OBJECT_up_ref_count() are no longer public.
90 - const corrected UI_OpenSSL() and BN_MONT_CTX_copy(). 91 - const corrected UI_OpenSSL() and BN_MONT_CTX_copy().
91 - Support OPENSSL_NO_FILENAMES. 92 - Support OPENSSL_NO_FILENAMES.
93 - Support SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
92 * New features 94 * New features
93 - libtls has a new tls_peer_cert_common_name() API call to retrieve 95 - libtls has a new tls_peer_cert_common_name() API call to retrieve
94 the peer's common name without having to inspect the PEM. 96 the peer's common name without having to inspect the PEM.