File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,26 @@ history is also available from Git.
28
28
29
29
LibreSSL Portable Release Notes:
30
30
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
32
51
33
52
* Portable changes
34
53
- Added initial experimental support for loongarch64.
You can’t perform that action at this time.
0 commit comments