diff options
| author | Brent Cook <busterb@gmail.com> | 2023-11-01 21:16:44 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2023-11-01 21:16:44 -0500 |
| commit | c539117be944e2f234f016d5562e133715719d3d (patch) | |
| tree | f3860763ecb9ccb83d23020e352136e4dd331cd0 | |
| parent | e7fe6caab2869a043514c297ce04e6995a65d79f (diff) | |
| download | portable-c539117be944e2f234f016d5562e133715719d3d.tar.gz portable-c539117be944e2f234f016d5562e133715719d3d.tar.bz2 portable-c539117be944e2f234f016d5562e133715719d3d.zip | |
update 3.8.2 changelog
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -37,13 +37,18 @@ LibreSSL Portable Release Notes: | |||
| 37 | * Bug fixes | 37 | * Bug fixes |
| 38 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp() | 38 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp() |
| 39 | 39 | ||
| 40 | 3.8.2 - In development | 40 | 3.8.2 - Stable release |
| 41 | 41 | ||
| 42 | * Portable changes | 42 | * Portable changes |
| 43 | * Internal improvements | 43 | - Fixed processor detection for CMake targets. Thanks to jiegec. |
| 44 | - Enabled building oscpcheck with MSVC. Thanks to FtZPetruska | ||
| 45 | - Improve CMake package detection and installation. | ||
| 46 | Thanks to mark-groundctl | ||
| 47 | - Fixed assembly optimizations on x64 Windows targets | ||
| 48 | - Allow disabling warnings about | ||
| 49 | - Use system arc4random on FreeBSD 12 and newer. | ||
| 44 | * Documentation improvements | 50 | * Documentation improvements |
| 45 | - Documented the RFC 3779 API | 51 | - Documented the RFC 3779 API |
| 46 | * Testing and Proactive Security | ||
| 47 | * Compatibility changes | 52 | * Compatibility changes |
| 48 | - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written | 53 | - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written |
| 49 | to be able to deal with anything else. | 54 | to be able to deal with anything else. |
