diff options
author | David Hook <david.hook@keyfactor.com> | 2022-11-18 13:33:46 +1100 |
---|---|---|
committer | David Hook <david.hook@keyfactor.com> | 2022-11-18 13:33:46 +1100 |
commit | 669ee81d3f0c9a151e954675bbac423ac9fe0e0a (patch) | |
tree | 278c0859bf9e78bff6c13b6b4988c94f8187b0f1 | |
parent | format fix (diff) | |
download | BouncyCastle.NET-ed25519-669ee81d3f0c9a151e954675bbac423ac9fe0e0a.tar.xz |
final update for contributors file
-rw-r--r-- | crypto/Contributors.html | 75 |
1 files changed, 66 insertions, 9 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html index 53c156f55..bc132b422 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -173,12 +173,6 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s <p>bkalakrishnan (https://github.com/bkalakrishnan) - reported issue with SecureRandom.NextDouble and advised how to fix.</p> </li> <li> - <p>BlackthornYugen (https://github.com/BlackthornYugen) - contributed unit tests for NIST ECC..</p> - </li> - <li> - <p>Nathan Douthit (https://github.com/ndouthit) - Null policy fix for TimeStampTokenGenerator</p> - </li> - <li> <p>fabiogermann (https://github.com/fabiogermann) - Mixed definiton support for OAEPwithSHA256andMGF1withSHA1.</p> </li> <li> @@ -197,10 +191,73 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s <p>ROM-Knowledgeware (https://github.com/ROM-Knowledgeware) - initial CMSSignedDataGenerator DER improvements, .csproj file contributions.</p> </li> <li> - <p>ZZMarquis (hhtps://github.com/ZZMarquis) - SM2Engine offset fix.</p> + <p>ZZMarquis (https://github.com/ZZMarquis) - SM2Engine offset fixes, contributions to porting SM4.</p> </li> <li> - <p>Devvox93 (hhtps://github.com/Devvox93) - initial work on plain ECDSA support.</p> + <p>Devvox93 (https://github.com/Devvox93) - initial work on plain ECDSA support.</p> + </li> + <li> + <p>alextolp (https://github.com/alextolp) - cleanup of Pkcs10CertificationRequest.</p> + </li> + <li> + <p>agpreynolds (https://github.com/agpreynolds) - constructor patch for PollRepContent.</p> + </li> + <li> + <p>setycz (https://github.com/setycz) - documentation updates.</p> + </li> + <li> + <p>abcsxl (https://github.com/abcsxl) - initial port of SM4Engine.</p> + </li> + <li> + <p>Timo Rothenpieler (https://github.com/TimoRoth) - offset fix for Ed25519.GetWnaf().</p> + </li> + <li> + <p>Filippo Biondi (https://github.com/fedelippo) - RsaPrivateCrtKeyParameters additions, improvements to CmsSignedDataGenerator, documentation updates.<p> + </li> + <li> + <p>AlexPaskhin (https://github.com/AkexPaskhin) - Netcore migration work - early 1.9.0 Netcore NuGet artifact.<p> + </li> + <li> + <p>Christoph Hannebauer (https://github.com/bb-froggy) - static refactoring of some Utilities classes, addition of Microsoft Kerberos KeyPurposeID.<p> + </li> + <li> + <p>Kristian Rastrup (https://github.com/rastrup) - PkixCertPath otherCert list fix, encryotionAlg table fix in CmsSignedHelper, excludedCerts fix in PkixBuilderParameters, PssSigner constructor fix, type check fix in DHValidationParms, Arrays.ToString() start fix, improvements to ECPointTest.<p> + </li> + <li> + <p>deniszykov (https://github.com/deniszykov) - TlsProtocol class improvements.</p> + </li> + <li> + <p>fm-DmitryShyryayev (https://github.com/fm-DmitryShyryayev) - initial DTLS cancellation work.</p> + </li> + <li> + <p>Liam Power (https://github.com/LiamPowerMatrikon) - initial pass at ChaCha20Poly1305.</p> + </li> + <li> + <p>Skamaev (https://github.com/Skamaev) - GOST 2012 algorithm lookups for CmsSignedHelper.</p> + </li> + <li> + <p>AntonPlotnikov (https://github.com/AntonPlotnikov) - Additional support for GOST 2012 algorithm in CMS SignedData generation.</p> + </li> + <li> + <p>RafikBeng (https://github.com/RafikBeng) - algorithms table correction in DefaultSignatureAlgorithmIdentifier.</p> + </li> + <li> + <p>Aaron Clauson (https://github.com/sipsorcery) - initial work on preventing DTLS handshake silent exception swallowing.</p> + </li> + <li> + <p>John Steel (https://github.com/BlackthornYugen) - contributed unit tests for NIST ECC.</p> + </li> + <li> + <p>Nathan Douthit (https://github.com/ndouthit) - Null policy fix for TimeStampTokenGenerator</p> + </li> + <li> + <p>Kangyuan Niu (https://github.com/niuk) - GCM reset in DTLS, initial work on ignoring corrupt records in DTLS.</p> + </li> + <li> + <p>glebka-kozlov (https://github.com/glebka-kozlov) - further algorithm handling for GOST 2012.</p> + </li> + <li> + <p>Jakub Jatczak (https://github.com/JakubJatczak) - file name casing with class name unification fixes.</p> </li> <li> <p>Yari Melzani (https://github.com/iupsilon) - added OtherRevocationInfoFormat into CmsSigneData classes.</p> @@ -212,7 +269,7 @@ University of Wollongong, Institute of Cybersecurity and Cryptology, under the s <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> + <p>Jozef Gajdoš (https://github.com/harrison314) - Time constructor optimization, RevokedStatus fix.</p> </li> </ul> </body> |