From fca5d62763397a1a92d265f8bd4f1142ebf92fa9 Mon Sep 17 00:00:00 2001 From: David Hook Date: Mon, 4 Feb 2019 18:40:39 +1100 Subject: [PATCH] 1.4/1.3 update --- CONTRIBUTORS.html | 10 +++- ant/bc+-build.xml | 2 +- ant/jdk13.xml | 1 + ant/jdk14.xml | 1 + ant/jdk15+.xml | 1 + .../bouncycastle/crypto/util/SSHBuilder.java | 55 +++++++++++++++++++ docs/releasenotes.html | 22 +++++++- docs/specifications.html | 8 ++- 8 files changed, 95 insertions(+), 5 deletions(-) create mode 100644 core/src/main/jdk1.4/org/bouncycastle/crypto/util/SSHBuilder.java diff --git a/CONTRIBUTORS.html b/CONTRIBUTORS.html index 567cef2509..e7cf3c7908 100644 --- a/CONTRIBUTORS.html +++ b/CONTRIBUTORS.html @@ -6,6 +6,11 @@

Donors

+The following people donated financially to help with the release of 1.61: +
+Bihari Babu +

+

The following people donated financially to help with the release of 1.60:
Jens Neuhalfen and perillamint. @@ -457,7 +462,7 @@

  • Anders Schack-Mulligen <https://github.com/aschackmull> code cleanups for CMSSignedDataParser, BrokenKDF2BytesGenerator.
  • Sebastian Wolfgang Roland <sebastianwolfgang.roland@stud.tu-darmstadt.de> Initial XMSS/XMSS-MT implementation.
  • didisoft <https://github.com/didisoft> test code for PGP signature removal involving user ids.
  • -
  • Mike Safonov<https://github.com/MikeSafonov> initial implementation of GOST3410-2012 for light weight provider and JCA, parameters patches for ECGOST keys, initial implementation of GOST3412-2015.
  • +
  • Mike Safonov<https://github.com/MikeSafonov> initial implementation of GOST3410-2012 for light weight provider and JCA, parameters patches for ECGOST keys, initial implementation of GOST3412-2015, addition of fromExtensions() for CRLDistPoint.
  • Artem Storozhuk <storojs72@gmail.com> initial implementation of DSTU7564 (digest) and DSTU7624 (cipher) and their associated modes.
  • Andreas Glaser <andreas.glaser@gi-de.com> patch to recognise ANSSI curves for PKCS#10 requests.
  • codeborne <https://github.com/cbxp> patch to correct OIDs used in public key digest parameters for ECGOST-2012.
  • @@ -484,6 +489,9 @@
  • MTG <https://github.com/mtgag> patch for decoding issues in PKIPublicationInfo and CertifiedKeyPair.
  • Andreas Gadermaier <up.gadermaier@gmail.com> initial version of Argon2 PBKDF algorithm.
  • Tony Washer <tony.washer@yahoo.co.uk> review of qTesla, Java 1.9 module code.
  • +
  • Vincent Bouckaert <https://github.com/veebee> initial version of RFC 4998 ASN.1 classes.
  • +
  • Tony Washer <https://github.com/tonywasher> ECIESKeyEncapsulation fix for use of OldCofactor mode.
  • +
  • Aurimas Liutikas <https://github.com/liutikas> JavaDoc patches to ReasonsMask.
  • diff --git a/ant/bc+-build.xml b/ant/bc+-build.xml index 874a3a25f6..c81d30b6e6 100644 --- a/ant/bc+-build.xml +++ b/ant/bc+-build.xml @@ -513,7 +513,7 @@ - +