Skip to content

Commit 1ae319a

Browse files
committed
Initial ChangeLog for 4.2.0
1 parent c6f69dd commit 1ae319a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

ChangeLog

+20-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,26 @@ history is also available from Git.
2828

2929
LibreSSL Portable Release Notes:
3030

31-
4.1.0 - In development
31+
4.2.0 - In development
32+
33+
* Portable changes
34+
* Internal improvements
35+
- Cleaned up code implementing block cipher modes of operation.
36+
Includes untangling a horrible #ifdef mess and removing a few
37+
instances of undefined behavior.
38+
- Removed assembly implementations of AES using bit slicing (BS-AES)
39+
and vector permutation (VP-AES).
40+
- Removed OPENSSL_SMALL_FOOTPRINT and OPENSSL_FIPSAPI
41+
* Compatibility changes
42+
- Removed the -msie_hack option from the openssl(1) ca subcommand.
43+
* New features
44+
* Bug fixes
45+
* Documentation
46+
- Rewrote most of the EC documentation from scratch to be at least
47+
somewhat accurate and intelligible.
48+
* Testing and proactive security
49+
50+
4.1.0 - Stable release
3251

3352
* Portable changes
3453
- Added initial experimental support for loongarch64.

0 commit comments

Comments
 (0)