aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2023-05-26 16:44:59 +1000
committerJoel Sing <joel@sing.id.au>2023-05-26 16:44:59 +1000
commit05e287fefcb6dca05117ed471ac08701d621fd6b (patch)
tree56f53c0a8073c053d3e22e4b88ac20ba9ce16046
parent76d053c3a82410df38ad39965094768fae883928 (diff)
downloadportable-05e287fefcb6dca05117ed471ac08701d621fd6b.tar.gz
portable-05e287fefcb6dca05117ed471ac08701d621fd6b.tar.bz2
portable-05e287fefcb6dca05117ed471ac08701d621fd6b.zip
Minor tweaks to ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f35e48..fc453d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,16 +31,16 @@ LibreSSL Portable Release Notes:
313.8.0 - Development release 313.8.0 - Development release
32 32
33 * Portable changes 33 * Portable changes
34 - Extended the endian.h compat header with htobe* and betoh* macros. 34 - Extended the endian.h compat header with hto* and *toh macros.
35 - Adapted more tests to the portable framework. 35 - Adapted more tests to the portable framework.
36 * Internal improvements 36 * Internal improvements
37 - Improved sieve of Eratosthenes script used for generating a table 37 - Improved sieve of Eratosthenes script used for generating a table
38 of small primes. 38 of small primes.
39 - Cleaned up and rewrote SHA internals. 39 - Started cleaning up and rewriting SHA internals.
40 - Replace internal use of BN_copy() with bn_copy() for consistency. 40 - Replace internal use of BN_copy() with bn_copy() for consistency.
41 - Rewrote and improved BN_exp() and BN_copy(). 41 - Rewrote and improved BN_exp() and BN_copy().
42 - Add branch target information (BTI) support to arm64 assembly. 42 - Add branch target information (BTI) support to arm64 assembly.
43 - Added a new implementation of BN_mod_sqrt(). 43 - Replaced BN_mod_sqrt() with a new implementation.
44 - Removed incomplete and dangerous BN_RECURSION code. 44 - Removed incomplete and dangerous BN_RECURSION code.
45 - Added endbr64 instructions to amd64 assembly. 45 - Added endbr64 instructions to amd64 assembly.
46 - Imported RFC 5280 policy checking code from BoringSSL and used it 46 - Imported RFC 5280 policy checking code from BoringSSL and used it
@@ -61,7 +61,7 @@ LibreSSL Portable Release Notes:
61 - Removed dangerous, "fast" NIST prime and elliptic curve implementations. 61 - Removed dangerous, "fast" NIST prime and elliptic curve implementations.
62 In particular, EC_GFp_nist_method() is no longer available. 62 In particular, EC_GFp_nist_method() is no longer available.
63 - Removed most public symbols that were deprecated in OpenSSL 0.9.8. 63 - Removed most public symbols that were deprecated in OpenSSL 0.9.8.
64 - The public X9.31 API was removed. RSA_X931_PADDING is still available. 64 - Removed the public X9.31 API (RSA_X931_PADDING is still available).
65 - Removed Cipher Text Stealing mode. 65 - Removed Cipher Text Stealing mode.
66 - Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the 66 - Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the
67 openssl(1) nseq command. 67 openssl(1) nseq command.