This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new 86ee2ca6 OpenSSL 3.[012] now supported [skip ci]
86ee2ca6 is described below
commit 86ee2ca61ff935724daeda791cd7230b992850ff
Author: Sebb <[email protected]>
AuthorDate: Fri Dec 22 13:38:24 2023 +0000
OpenSSL 3.[012] now supported [skip ci]
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5f181d80..f565815e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,6 +101,7 @@
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump com.sun.xml.bind:jaxb-impl from 2.3.7 to 2.3.8.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump net.java.dev.jna:jna from 5.13.0 to 5.14.0
#287.</action>
<!-- ADD -->
+ <action type="add" dev="sebb">Added support for
OpenSSL 3.0, 3.1, 3.2</action>
<action type="add" dev="sebb">Implement
OpenSSL_version_num for JNA</action>
<action issue="CRYPTO-177" type="add" dev="sebb">Cipher and Random
Factory classes don't include JNA</action>
<action issue="CRYPTO-172" type="add" dev="sebb" due-to="Ludovic
Henry">Add support for Linux-riscv64 #264</action>