Changeset 8111


Ignore:
Timestamp:
Feb 13, 2023, 9:49:32 AM (8 months ago)
Author:
Nicklas Nordborg
Message:

Fixes #2294: Update Bouncycastle to version 172

Location:
branches/3.19-stable
Files:
3 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.19-stable/.classpath

    r8110 r8111  
    2929  <classpathentry kind="lib" path="lib/dist/httpcore-4.4.14.jar"/>
    3030  <classpathentry kind="lib" path="lib/dist/commons-collections4-4.4.jar"/>
    31   <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-169.jar"/>
    3231  <classpathentry kind="lib" path="lib/dist/yauaa-5.23.jar"/>
    3332  <classpathentry kind="lib" path="lib/dist/poi-5.0.0.jar"/>
     
    3736  <classpathentry kind="lib" path="lib/dist/zip4j-2.11.2.jar"/>
    3837  <classpathentry kind="lib" path="lib/dist/commons-lang3-3.10.jar"/>
     38  <classpathentry kind="lib" path="lib/dist/bcprov-jdk18on-172.jar"/>
    3939  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
    4040    <attributes>
  • branches/3.19-stable/doc/3rd-party-components.txt

    r8102 r8111  
    211211
    212212More info : https://www.bouncycastle.org/java.html
    213 Version   : 169
     213Version   : 172
    214214License   : bcp-license.txt
    215 Jar files : bcpkix-jdk15on-169.jar, bcprov-jdk15on-169.jar, bctls-jdk15on-169.jar, eddsa-0.3.0-jar
     215Jar files : bcpkix-jdk18on-172.jar, bcprov-jdk18on-172.jar, bctls-jdk18on-172.jar, eddsa-0.3.0-jar
    216216
    217217
Note: See TracChangeset for help on using the changeset viewer.