From 979e2b2ef28f4cf4294908cb6244b3519417b931 Mon Sep 17 00:00:00 2001 From: Sebb Date: Thu, 7 Dec 2023 00:05:19 +0000 Subject: [PATCH] Document tweaks [skip ci] --- pom.xml | 1 + src/changes/changes.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4ddf7d689..d0f4173e9 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,7 @@ The following provides more details on the included cryptographic software: (Java 8 or above) RC1 + 1.2.0 crypto org.apache.commons.crypto diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4c7a09c8b..b92979885 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,7 +63,7 @@ --> - + Illegal reflective access Crash on macOS with default crypto library @@ -86,9 +86,9 @@ Refactor: Unnecessary toString() call #224. [StepSecurity] Harden GitHub builds #228, #234. Fixes grammar and typos in Javadoc #233. - Deprecate OpenSslJna.OpenSslJna(). - Deprecate Crypto.Crypto(). - Deprecate AES.AES(). + Deprecate OpenSslJna constructor so it can be made private later. + Deprecate Crypto constructor so it can be made private later. + Deprecate AES constructor so it can be made private later. Add protection for the ExceptionInInitializerError scenario to the CryptoRandomFactory#getCryptoRandom(Properties) method #258. ChannelInput.ChannelInput(ReadableByteChannel) now throws NullPointerException on null input. StreamInput.StreamInput(InputStream, int) now throws NullPointerException on null input.