|
6 | 6 | <p>
|
7 | 7 | Donors
|
8 | 8 | <p>
|
| 9 | +The following people and organisations donated financially to help with the release of 1.56: |
| 10 | +<br /> |
| 11 | +DidiSoft, Cotiviti, Atanas Krachev, Encryptomatic LLC, LogicalAnswersIncSupporter |
| 12 | +</p> |
| 13 | +<p> |
| 14 | +We also wish to acknowledge financial support from the <a href="https://www.coreinfrastructure.org/">Core Infrastructure Initiative</a> towards developing the TLS API and JSSE provider. |
| 15 | +</p> |
| 16 | +<p> |
| 17 | +The following people and organisations donated financially to help with the release of 1.55: |
| 18 | +<br /> |
| 19 | +Digistamp, RAM NAG |
| 20 | +</p> |
| 21 | +<p> |
9 | 22 | The following people and organisations donated financially to help with the release of 1.54:
|
10 | 23 | <br />
|
11 | 24 | Lobster GmbH
|
|
27 | 40 | <p>
|
28 | 41 | Organisations
|
29 | 42 | <ul>
|
30 |
| -<li>Holders of <a href="http://www.cryptoworkshop.com">Crypto Workshop Support Contracts</a>. Currently 100 hours of consulting time left over from these has been contributed back to working on the Bouncy Castle APIs. You know who you are!</li> |
| 43 | +<li>Holders of <a href="http://www.cryptoworkshop.com">Crypto Workshop Support Contracts</a>. Without the consulting time left over from support contracts being contributed back to working on the Bouncy Castle APIs, progress would be impossible. You know who you are!</li> |
31 | 44 | <li><a href="http://www.atlassian.com/">Atlassian Software Systems</a> donation of Confluence and JIRA licences.</li>
|
32 | 45 | <li><a href="http://www.grierforensics.com/">Grier Forensics</a>, for collaborating in the development of the S/MIME Toolkit and DANE SMIMEA functionality.</li>
|
33 | 46 | <li>TU-Darmstadt, Computer Science Department, RBG, for the initial
|
|
347 | 360 | <li>Samuel Lidén Borell <samuel@primekey.se> patch to add DSTU-4145 to DefaultSignatureAlgorithmFinder</li>
|
348 | 361 | <li>Sergio Demian Lerner <sergiolerner@certimix.com> pointing out isInfinity issue in ECDSASigner signature verification.</li>
|
349 | 362 | <li>Tim Whittington <Tim.Whittington@orionhealth.com> patch to remove extra init call in CMac, additional of Memoable interface for Digest classes, initial implementation of GMAC, further correctness tests for IV and reset processing in OCB, CCM, and block cipher reset. Initial implementation of Skein, XSalsa20, ChaCha, reduced round Salsa20, Threefish, and the Poly1305 MAC. Documentation updates. Added OCB support to Noekeon and CAST6 in the provider, exception testing for CTS, optimisations for CCM, provider support for AAD cipher methods, safe CipherInput/OutputStream implementations for use with AAD and subsequent bug fixes, cleanup after IDEA patent expiry, work on JCE SipHash support, optimisations for AESFastEngine, further work on EncodableDigest for SHA-2 digests, contributions to BCrypt/OpenBSDBCrypt, PGP API documentation and code quality work.</li>
|
350 |
| -<li>Marcus Lundblad <marcus.lundblad@primekey.se> patch for working arnound JDK jarsigner TSP bug, optional setting of IssuerSerial in TimeStampTokenGenerator.</li> |
| 363 | +<li>Marcus Lundblad <marcus.lundblad@primekey.se> patch for working arnound JDK jarsigner TSP bug, optional setting of IssuerSerial in TimeStampTokenGenerator, additional extensions enhancement for time stamp token generation.</li> |
351 | 364 | <li>Andrey Zhozhin <zhozhin@xrm.ru> patch for override of TSP SignerInfo attributes.</li>
|
352 | 365 | <li>Sergey Tiunov <t5555d@gmail.com> initial cut of DVCS classes.</li>
|
353 | 366 | <li>Damian Kolasa <fatfredyy@gmail.com> ASN1Sequence patch for class cast issue in X9Curve.</li>
|
|
393 | 406 | <li>Thomas Belot<thomas.belot+BC@gmail.com> initial CertPathLoopTest for demonstrating stack overflow issue.</li>
|
394 | 407 | <li>Rich DiCroce<https://github.com/rdicroce> Initial implementation of server-side TLS-SRP support. TLS API extension to support non-blocking usage.</li>
|
395 | 408 | <li>Björn Kautler<https://github.com/Vampire> Refinements to cert path validation (authority key addition, certificate order preservation).</li>
|
396 |
| -<li>Dominik Schürmann<https://github.com/dschuermann> method for returning signatures/verifications without user IDs on PGPPublicKey, method for exposing S2K in PGPSecretKey, constants for GNU protection modes in S2K classes.</li> |
| 409 | +<li>Dominik Schürmann<https://github.com/dschuermann> method for returning signatures/verifications without user IDs on PGPPublicKey, method for exposing S2K in PGPSecretKey, constants for GNU protection modes in S2K classes, optional version header for armored output.</li> |
397 | 410 | <li>Michael <MSKnete@web.de> initial fix for bitStrength issue for OpenPGP EC keys.</li>
|
398 | 411 | <li>Tobias Wagner <tobias.wagner@n-design.de> Fix SecureRandom handling in BcAsymmetricKeyWrapper [#BJA-536].</li>
|
399 |
| -<li>Sergio Giro <sgiro@google.com> Fixed adding of additional stores from CRL distribution point [#BJA-537]. Fixed missing null check for CRL certificate issuer [#BJA-538].</li> |
| 412 | +<li>Sergio Giro <sgiro@google.com> Fixed adding of additional stores from CRL distribution point [#BJA-537]. Fixed missing null check for CRL certificate issuer [#BJA-538], removal of risky zeroisation code in PBE.java, check for salt in PBEKeys that require it.</li> |
400 | 413 | <li>bschuette<https://github.com/bschuette> Fixed typo in DefaultSignatureAlgorithmIdentifierFinder, additional methods on CMSSignedDataParser.</li>
|
401 | 414 | <li>Leonard Dallot<https://github.com/dallotTazTag> Fix to S2K usage of none on changing passwords on keys without passwords originally.</li>
|
402 | 415 | <li>Jan Willem Janssen <j.w.janssen+bouncycastle@lxtreme.nl> Support for DSAParameters in lightweight SubjectPublicKeyInfoFactory, initial content signer verifier for BC lightweight EC.</li>
|
403 | 416 | <li>Sebastian Oerding < [email protected]> Fixes to toString() in x509.CertificatePolicies. </li>
|
404 | 417 | <li>Kai Kramer <kai.kramer@gmail.com> Code to deal with orphaned chain certificates in the PKCS#12 KeyStore.</li>
|
405 | 418 | <li>Benoit Charles <benoit.charles@opentrust.com> Fix for IES data length check on decryption.</li>
|
406 |
| -<li>Niko <nfink95@gmail.com> fix to cast issue in getOutputSize() for ECIES.</li> |
| 419 | +<li>Niko <nfink95@gmail.com> fix to cast issue in getOutputSize() for ECIES.</li> |
407 | 420 | <li>akwizgran<https://github.com/akwizgran> Fixed clone of key in Blake2bDgest copy constructor, blake2b reset issue for varient keys.</li>
|
408 | 421 | <li>Matthias Edelhoff <Matthias.Edelhoff@cryptovision.com> BasicConstraintsValidation pathlen fix in PKIX certpath classes.</li>
|
409 | 422 | <li>Lukasz Deputat <lukasz.deputat@gmail.com> Fixed bugs in TlsUtils read methods [#BJA-592].</li>
|
| 423 | +<li>Justin Ludwig <https://github.com/justinludwig> Iterator fix for PGPObjectFactory to handle stream packets at start of iterated data.</li> |
| 424 | +<li>André Berenguel <https://github.com/aberenguel> Fix to include ECNamedCurveSpec in EC AlgorithmParameterSpi</li> |
| 425 | +<li>Slawomir Jaranowski<https://github.com/slawekjaranowski> Patch to make cipher/hash/signature name methods in PGP internal API public.</li> |
| 426 | +<li>Andrey Vasilyev<https://github.com/andrey-vasilyev> Initial implementation of GOST R 34.11-2012.</li> |
| 427 | +<li>William Glanton <wglanton77@gmail.com> Fixed bug in Poly1305 [#BJA-620].</li> |
| 428 | +<li>jdvorak001<https://github.com/jdvorak001> Speed improvements for ASN.1 ObjectIdentifier cache.</li> |
| 429 | +<li>Joseph Naegele < [email protected]> Patch for handling multiple certificates in a DANE SMIMEA entry. </li> |
| 430 | +<li>Andrew Bonventre<https://github.com/andybons> NullPointer patch for WNafUtil.</li> |
| 431 | +<li>The Google Security Team (Project Wycheproof) <https://github.com/google/wycheproof> defect analysis and additional test cases for the provider.</li> |
| 432 | +<li>The Intel Security Team <> analysis detecting the issue with AESFastEngine (CVE-2016-1000339), additional suggestions for improvement to hardening of AESEngine.</li> |
410 | 433 | </ul>
|
411 | 434 | </body>
|
412 | 435 | </html>
|
0 commit comments