Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-10 | Various SHA512/224, SHA512/256, SHA3 support | Peter Dettman | 10 | -62/+343 | |
2021-02-09 | Copyright and Readme updates | Peter Dettman | 3 | -2/+14 | |
2021-02-09 | Add more PSS algorithm names | Peter Dettman | 1 | -1/+11 | |
2021-02-09 | Clear copy of decrypted data | Peter Dettman | 1 | -0/+1 | |
2021-02-09 | Equals/GetHashCode for SignatureSubpacket | Peter Dettman | 1 | -0/+21 | |
2021-02-08 | New HasValue methods | Peter Dettman | 17 | -40/+91 | |
2021-02-08 | Env. var. to enforce correct X.509 cert encoding | Peter Dettman | 1 | -2/+40 | |
- Org.BouncyCastle.X509.Allow_Non-DER_TBSCert | |||||
2021-02-08 | Support V1 attribute certificates and holders | Peter Dettman | 3 | -28/+190 | |
2021-02-08 | Implement TODO checks | Peter Dettman | 1 | -3/+7 | |
2021-02-08 | Implement TODO checks | Peter Dettman | 1 | -6/+17 | |
2021-02-08 | Fix CMS RSASSA-PSS verification when no signed attrs | Peter Dettman | 1 | -18/+22 | |
2021-02-02 | Add support for dashed digest algorithm names | U-GEMALTO\10056220 | 1 | -0/+4 | |
This commit adds support for digest algorithm names containing a dash in it e.g. SHA-256withRSA | |||||
2021-01-31 | direct signature for PSS | David Hook | 2 | -0/+67 | |
2020-12-10 | donor update | David Hook | 1 | -0/+5 | |
2020-12-10 | Add defect fixed for 1.8.9 release-1.8.9 | Peter Dettman | 1 | -0/+4 | |
2020-12-10 | Add contributor entry | Peter Dettman | 1 | -0/+3 | |
2020-12-08 | Update versions and release notes for 1.8.9 | Peter Dettman | 3 | -4/+22 | |
2020-12-08 | Cleanup | Peter Dettman | 4 | -37/+45 | |
2020-12-08 | Refactor result normalization | Peter Dettman | 1 | -33/+31 | |
2020-11-17 | added support for PKCS#5 scheme 2 to Pkcs12Store, tests for the same | David Hook | 2 | -9/+249 | |
2020-11-17 | added suport for PKCS#5 scheme 2, tests for the same | David Hook | 2 | -9/+249 | |
2020-11-11 | Rework D/E range restriction | Peter Dettman | 1 | -68/+65 | |
2020-11-01 | added 1.8.8 donors | David Hook | 1 | -0/+5 | |
2020-10-31 | Follup for NistEccTest changes | Peter Dettman | 1 | -0/+9 | |
2020-10-30 | Fix UnitTests resource paths | Peter Dettman | 1 | -0/+1 | |
2020-10-30 | Cleanup | Peter Dettman | 1 | -18/+0 | |
2020-10-30 | safegcd: more conservative final reduction | Peter Dettman | 1 | -44/+139 | |
2020-10-30 | Cleanup after recent changes | Peter Dettman | 13 | -204/+416 | |
2020-10-30 | Add new files to projects | Peter Dettman | 5 | -4/+62 | |
2020-10-29 | Added KMAC Params and test | mw | 4 | -22/+330 | |
2020-10-28 | Added CSHAKEDigest, KMac, removed unused import from NewTspTest | mw | 6 | -1/+803 | |
2020-10-27 | Finished NewTspTests | mw | 7 | -34/+561 | |
2020-10-27 | added NewTspTest | David Hook | 2 | -0/+6 | |
2020-10-27 | Added fractional time and new tests | mw | 2 | -1/+627 | |
2020-10-22 | Updated TableGen2 to use IdAASigningCertificateV2 oid | mw | 2 | -3/+97 | |
2020-10-20 | Supporing .NET 1.1 | John Steel | 1 | -14/+20 | |
- removing generics - removing named params - replacing 'var' with types | |||||
2020-10-18 | GCM updates from bc-java | Peter Dettman | 15 | -255/+515 | |
2020-10-18 | Add Bits and Longs classes from bc-java | Peter Dettman | 8 | -60/+169 | |
2020-10-18 | Latest XDH, EdDSA updates from bc-java | Peter Dettman | 5 | -515/+938 | |
2020-10-17 | Updating test structure to match existing. | John Steel | 1 | -4/+32 | |
2020-10-17 | Test Vectors for EC Point Multiply | John Steel | 3 | -0/+3254 | |
Test multiply with the test vectors downloaded from: http://point-at-infinity.org/ecc/nisttv | |||||
2020-09-21 | Update versions and release notes for 1.8.8 release-1.8.8 | Peter Dettman | 3 | -4/+22 | |
2020-09-21 | Fix .NET 1.1 build | Peter Dettman | 3 | -25/+40 | |
2020-09-21 | ECC: Binary field perf. opt. | Peter Dettman | 13 | -287/+543 | |
2020-09-11 | No need for Obsolete in internal class | Peter Dettman | 1 | -28/+0 | |
2020-09-11 | Add another variant | Peter Dettman | 1 | -0/+9 | |
2020-09-11 | Fixed loop count for BigInteger conversion | Peter Dettman | 20 | -182/+27 | |
- remove length-specific variants of FromBigInteger | |||||
2020-09-11 | Further Divsteps30 improvement | Peter Dettman | 1 | -12/+10 | |