diff options
author | David Hook <david.hook@keyfactor.com> | 2022-11-17 18:38:23 +1100 |
---|---|---|
committer | David Hook <david.hook@keyfactor.com> | 2022-11-17 18:38:23 +1100 |
commit | 4159b50c8a270822e71553b15ff7092c653a6889 (patch) | |
tree | 03b460820300bbb4437e218d498c39eda6512559 | |
parent | update (diff) | |
download | BouncyCastle.NET-ed25519-4159b50c8a270822e71553b15ff7092c653a6889.tar.xz |
update
-rw-r--r-- | crypto/Contributors.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html index 61eefd9c7..b1a08562d 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -7,6 +7,8 @@ <body> <h2>The Bouncy Castle Cryptographic C#® API</h2> <p> +Holders of <a href="https://www.keyfactor.com/platform/bouncy-castle-support/">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! + </p> <h3>Donors</h3> <p> The following people and organisations donated financially to help with the release of 1.8.9: @@ -179,6 +181,30 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s <li> <p>fabiogermann (https://github.com/fabiogermann) - Mixed definiton support for OAEPwithSHA256andMGF1withSHA1.<p> </li> + <li> + <p>Claire Novotny (https://github.com/clairernovotny) - developed and maintained a fork supporting Portable Class Library, worked closely with us to integrate the changes back into the main project.</p> + </li> + <li> + <p>doomkin (https://github.com/doomkin) - PrivateKeyFactory xast fixes.</p> + </li> + <li> + <p>Jim Schaad (https://github.com/jimsch) - Initial work on raw Public Keys.</p> + </li> + <li> + <p>ROM-Knowledgeware (https://github.com/ROM-Knowledgeware) - initial CMSSignedDataGenerator DER improvements.</p> + </li> + <li> + <p>Yari Melzani (https://github.com/iupsilon) - added OtherRevocationInfoFormat into CmsSigneData classes.</p> + </li> + <li> + <p>ylabade (https://github.com/ylabade) - DerOctetString null reference fix.</p> + </li> + <li> + <p>Matthew Sitton (https://github.com/mdsitton) - Addition of missing ALPN Protocol names.</p> + </li> + <li> + <p>Jozef GajdoĊĦ (https://github.com/harrison314) - Time constructor optimization, RevokedStatus fix.</p> + </li> </ul> </body> </html> |