aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-09-30 04:10:08 -0500
committerBrent Cook <busterb@gmail.com>2019-09-30 04:10:08 -0500
commitbc038c7ebf45d5115e4690deeacf9b48a3e8e871 (patch)
tree5fd87e22b718615f48f6c7e28952aa60c6ccbc08
parenta4338ca124a8ed3979bae6cc14ee47e79468c7d7 (diff)
downloadportable-bc038c7ebf45d5115e4690deeacf9b48a3e8e871.tar.gz
portable-bc038c7ebf45d5115e4690deeacf9b48a3e8e871.tar.bz2
portable-bc038c7ebf45d5115e4690deeacf9b48a3e8e871.zip
3.0.1 changelog
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f30c293..36ed3d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,23 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.0.1 - Development release
32
33 * Ported Billy Brumley's fix for CVE-2019-1547 in OpenSSL 1.1.1. If a NULL
34 or zero cofactor is passed to EC_GROUP_set_generator(), try to compute
35 it using Hasse's bound. This works as long as the cofactor is small
36 enough.
37
38 * Fixed a memory leak in error paths for eckey_type2param().
39
40 * Initial work on supporting Cryptographic Message Syntax (CMS) in
41 libcrypto (not enabled).
42
43 * Various manual page improvements and additions.
44
45 * Added a CMake check for an existing uninstall target, facilitating
46 embedding LibreSSL in larger CMake projects, from Matthew Albrecht.
47
313.0.0 - Development release 483.0.0 - Development release
32 49
33 * Completed the port of RSA_METHOD accessors from the OpenSSL 1.1 API. 50 * Completed the port of RSA_METHOD accessors from the OpenSSL 1.1 API.