Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | AES perf. opt. | Peter Dettman | 2021-07-21 | 3 | -147/+120 | |
| | ||||||
* | Simplify HandleClose | Peter Dettman | 2021-07-21 | 1 | -7/+7 | |
| | ||||||
* | Further bzip2 perf. opts. | Peter Dettman | 2021-07-21 | 2 | -585/+692 | |
| | ||||||
* | bzip2 perf. opts. | Peter Dettman | 2021-07-16 | 2 | -382/+372 | |
| | ||||||
* | Fix bzip2 compression for empty contents | Peter Dettman | 2021-07-15 | 2 | -35/+39 | |
| | | | | - see https://github.com/bcgit/bc-java/issues/993 | |||||
* | Avoid redundant CheckUsageInRole calls | Peter Dettman | 2021-07-14 | 12 | -69/+25 | |
| | ||||||
* | Refactoring around TlsEncryptor | Peter Dettman | 2021-07-13 | 12 | -36/+47 | |
| | ||||||
* | Some methods towards GMSSL support | Peter Dettman | 2021-07-13 | 4 | -20/+57 | |
| | ||||||
* | .NET 1.1 fixes | Peter Dettman | 2021-07-12 | 2 | -2/+2 | |
| | ||||||
* | Fix some warnings | Peter Dettman | 2021-07-12 | 7 | -10/+10 | |
| | ||||||
* | Port of new TLS API from bc-java | Peter Dettman | 2021-07-12 | 313 | -0/+45112 | |
| | ||||||
* | TLS test tweaks | Peter Dettman | 2021-07-09 | 2 | -3/+3 | |
| | ||||||
* | Test for long inputs | Peter Dettman | 2021-07-08 | 1 | -6/+5 | |
| | ||||||
* | ASN.1 updates from bc-java | Peter Dettman | 2021-07-08 | 8 | -59/+83 | |
| | ||||||
* | Check key sizes strictly | Peter Dettman | 2021-06-25 | 1 | -63/+47 | |
| | | | | | - see https://github.com/bcgit/bc-csharp/issues/303 - also refactor to use Pack and Integers | |||||
* | Fix portability issues around Socket class | Peter Dettman | 2021-06-10 | 11 | -31/+93 | |
| | ||||||
* | Portabiliity fix | Peter Dettman | 2021-06-10 | 1 | -1/+1 | |
| | ||||||
* | Portability fix | Peter Dettman | 2021-06-10 | 1 | -2/+1 | |
| | ||||||
* | Respect buffer size and use Streams | Peter Dettman | 2021-06-09 | 1 | -2/+2 | |
| | ||||||
* | New PipeAll with explicit buffer size | Peter Dettman | 2021-06-09 | 1 | -4/+18 | |
| | | | | - increase default buffer size | |||||
* | Overload AddObject for Asn1Object | Peter Dettman | 2021-06-09 | 4 | -6/+26 | |
| | ||||||
* | Update from bc-java | Peter Dettman | 2021-06-08 | 1 | -1/+1 | |
| | ||||||
* | Update from bc-java | Peter Dettman | 2021-06-07 | 1 | -32/+23 | |
| | ||||||
* | Update TLS test data from bc-java | Peter Dettman | 2021-06-06 | 79 | -352/+2564 | |
| | ||||||
* | Improve EdDSA/XDH key validation | Peter Dettman | 2021-06-06 | 12 | -26/+122 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | David Hook | 2021-06-03 | 6 | -4/+113 | |
|\ | ||||||
| * | NTZ for 0 should be 32/64 resp. | Peter Dettman | 2021-06-01 | 6 | -4/+113 | |
| | | | | | | | | | | - add tests for NLZ, NTZ - round out methods for Longs class | |||||
* | | github #172 - added blowfish init check on key size | David Hook | 2021-05-31 | 2 | -2/+30 | |
| | | ||||||
* | | github #83 - correct digest name fetch to check enc oid | David Hook | 2021-05-31 | 1 | -7/+12 | |
| | | ||||||
* | | github #262 added settable digest to OpenSSL PBE generator | David Hook | 2021-05-31 | 1 | -12/+28 | |
|/ | ||||||
* | Correction | Peter Dettman | 2021-05-24 | 1 | -1/+1 | |
| | ||||||
* | .NET 1.1 fixes | Peter Dettman | 2021-05-24 | 2 | -1/+5 | |
| | ||||||
* | Portability fixes | Peter Dettman | 2021-05-24 | 2 | -2/+2 | |
| | ||||||
* | Fix project files plus portability fixes | Peter Dettman | 2021-05-24 | 46 | -2571/+2691 | |
| | ||||||
* | Add support for ARIA | Peter Dettman | 2021-05-24 | 12 | -40/+837 | |
| | ||||||
* | Noekeon improvements | Peter Dettman | 2021-05-24 | 1 | -54/+58 | |
| | | | | | - check key size in Init - perf. opts. | |||||
* | Use DigestSink | Peter Dettman | 2021-05-24 | 1 | -22/+2 | |
| | ||||||
* | github #222 addressed OAEP parameter setting, refactored ↵ | David Hook | 2021-05-24 | 11 | -100/+434 | |
| | | | | KeyTransRecipientInfoGenerator to allow deprecation of sub class | |||||
* | github#54 test for mixed mode definition | David Hook | 2021-05-24 | 1 | -3/+11 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | David Hook | 2021-05-24 | 2 | -0/+13 | |
|\ | ||||||
| * | github #54 | David Hook | 2021-05-24 | 1 | -0/+3 | |
| | | ||||||
| * | Merge branch 'fabiogermann-master' | David Hook | 2021-05-24 | 1 | -0/+10 | |
| |\ | ||||||
| | * | Merge branch 'master' of https://github.com/fabiogermann/bc-csharp into ↵ | David Hook | 2021-05-24 | 1 | -0/+10 | |
| |/| | | | | | | | | | | fabiogermann-master | |||||
| | * | added an implementation of RSA/ECB/OAEPWithSHA-256AndMGF1Padding as it is ↵ | Fabio Germann | 2016-02-18 | 1 | -0/+10 | |
| | | | | | | | | | | | | implemented in java as: RSA/ECB/OAEPWithSHA-256AndMGF1WithSHA-1Padding | |||||
* | | | added sha256 test vector | David Hook | 2021-05-24 | 1 | -0/+23 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'refs/remotes/origin/master' | David Hook | 2021-05-24 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Use portable Stream close | Peter Dettman | 2021-05-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | removed bogus code | David Hook | 2021-05-24 | 1 | -6/+0 | |
|/ / | ||||||
* | | github #23 added method for handling signing subkey | David Hook | 2021-05-23 | 6 | -35/+165 | |
| | | ||||||
* | | github #250 lookup table error | David Hook | 2021-05-23 | 1 | -2/+2 | |
| | | ||||||
* | | github #283 added extra features fields, corrected parsing for new draft | David Hook | 2021-05-23 | 2 | -36/+81 | |
| | | ||||||
* | | github #296 TSP fix | David Hook | 2021-05-23 | 1 | -0/+3 | |
| | | ||||||
* | | allowed for null policy OID | David Hook | 2021-05-23 | 2 | -11/+69 | |
| | | ||||||
* | | rewound case change | David Hook | 2021-05-02 | 2 | -13/+13 | |
| | | ||||||
* | | minor refactor of Hkdf to HKdf | David Hook | 2021-05-02 | 2 | -13/+13 | |
| | | ||||||
* | | updates for working tests for FPE, TupleHash, ParallelHash | David Hook | 2021-03-19 | 4 | -8/+10 | |
| | | ||||||
* | | updates for working tests for FPE, TupleHash, ParallelHash | David Hook | 2021-03-19 | 2 | -1/+2 | |
| | | ||||||
* | | first cut FPE, TupleHash, ParallelHash, and GCM-SIV | David Hook | 2021-03-19 | 23 | -1/+3808 | |
| | | ||||||
* | | Add SECURITY.md | Peter Dettman | 2021-02-18 | 1 | -0/+5 | |
| | | ||||||
* | | Update versions and release notes for 1.8.10 release-1.8.10 | Peter Dettman | 2021-02-16 | 3 | -6/+11 | |
| | | ||||||
* | | Use cached encodings for Equals/GetHashCode | Peter Dettman | 2021-02-16 | 2 | -460/+595 | |
| | | ||||||
* | | Fix CSHAKETest | Peter Dettman | 2021-02-11 | 1 | -10/+10 | |
| | | ||||||
* | | Add Nat448 Karatsuba | Peter Dettman | 2021-02-11 | 1 | -0/+38 | |
| | | ||||||
* | | Fix SHAKE 'digest' output size | Peter Dettman | 2021-02-11 | 3 | -13/+20 | |
| | | ||||||
* | | EdDSA: Faster pub key validation | Peter Dettman | 2021-02-11 | 2 | -71/+65 | |
| | | ||||||
* | | Refactoring CShake | Peter Dettman | 2021-02-11 | 2 | -40/+27 | |
| | | ||||||
* | | Add more digest test cases | Peter Dettman | 2021-02-10 | 1 | -14/+33 | |
| | | ||||||
* | | EdDSA public key validation | Peter Dettman | 2021-02-10 | 6 | -8/+399 | |
| | | | | | | | | - per NIST SP 800-186 | |||||
* | | Refactor nonce generator init | Peter Dettman | 2021-02-10 | 1 | -9/+21 | |
| | | ||||||
* | | Add ReverseInPlace methods | Peter Dettman | 2021-02-10 | 1 | -0/+32 | |
| | | ||||||
* | | Tolerate null/empty seed | Peter Dettman | 2021-02-10 | 1 | -3/+6 | |
| | | ||||||
* | | Add TestRandomData class | Peter Dettman | 2021-02-10 | 3 | -0/+39 | |
| | | ||||||
* | | Various SHA512/224, SHA512/256, SHA3 support | Peter Dettman | 2021-02-10 | 10 | -62/+343 | |
| | | ||||||
* | | Copyright and Readme updates | Peter Dettman | 2021-02-09 | 3 | -2/+14 | |
| | | ||||||
* | | Add more PSS algorithm names | Peter Dettman | 2021-02-09 | 1 | -1/+11 | |
| | | ||||||
* | | Clear copy of decrypted data | Peter Dettman | 2021-02-09 | 1 | -0/+1 | |
| | | ||||||
* | | Equals/GetHashCode for SignatureSubpacket | Peter Dettman | 2021-02-09 | 1 | -0/+21 | |
| | | ||||||
* | | New HasValue methods | Peter Dettman | 2021-02-08 | 17 | -40/+91 | |
| | | ||||||
* | | Env. var. to enforce correct X.509 cert encoding | Peter Dettman | 2021-02-08 | 1 | -2/+40 | |
| | | | | | | | | - Org.BouncyCastle.X509.Allow_Non-DER_TBSCert | |||||
* | | Support V1 attribute certificates and holders | Peter Dettman | 2021-02-08 | 3 | -28/+190 | |
| | | ||||||
* | | Implement TODO checks | Peter Dettman | 2021-02-08 | 1 | -3/+7 | |
| | | ||||||
* | | Implement TODO checks | Peter Dettman | 2021-02-08 | 1 | -6/+17 | |
| | | ||||||
* | | Fix CMS RSASSA-PSS verification when no signed attrs | Peter Dettman | 2021-02-08 | 1 | -18/+22 | |
| | | ||||||
* | | Merge branch 'fedelippo-bug-sign-alg' into master | Peter Dettman | 2021-02-02 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | Add support for dashed digest algorithm names | U-GEMALTO\10056220 | 2021-02-02 | 1 | -0/+4 | |
|/ / | | | | | | | | | This commit adds support for digest algorithm names containing a dash in it e.g. SHA-256withRSA | |||||
* | | direct signature for PSS | David Hook | 2021-01-31 | 2 | -0/+67 | |
| | | ||||||
* | | donor update | David Hook | 2020-12-10 | 1 | -0/+5 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' | David Hook | 2020-12-10 | 2 | -0/+7 | |
|\ \ | ||||||
| * | | Add defect fixed for 1.8.9 release-1.8.9 | Peter Dettman | 2020-12-10 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add contributor entry | Peter Dettman | 2020-12-10 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' | David Hook | 2020-12-09 | 8 | -74/+98 | |
|\| | | ||||||
| * | | Update versions and release notes for 1.8.9 | Peter Dettman | 2020-12-08 | 3 | -4/+22 | |
| | | | ||||||
| * | | Cleanup | Peter Dettman | 2020-12-08 | 4 | -37/+45 | |
| | | | ||||||
| * | | Refactor result normalization | Peter Dettman | 2020-12-08 | 1 | -33/+31 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' | David Hook | 2020-11-17 | 0 | -0/+0 | |
|\| | | ||||||
| * | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | David Hook | 2020-11-17 | 0 | -0/+0 | |
| |\ \ | ||||||
| * | | | added support for PKCS#5 scheme 2 to Pkcs12Store, tests for the same | David Hook | 2020-11-17 | 2 | -9/+249 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/master' | David Hook | 2020-11-17 | 3 | -77/+314 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | added suport for PKCS#5 scheme 2, tests for the same | David Hook | 2020-11-17 | 2 | -9/+249 | |
| |/ / | ||||||
| * | | Rework D/E range restriction | Peter Dettman | 2020-11-11 | 1 | -68/+65 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' | David Hook | 2020-11-01 | 22 | -212/+4165 | |
| |\ \ | ||||||
* | \ \ | Merge remote-tracking branch 'origin/master' | David Hook | 2020-11-17 | 22 | -212/+4165 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Merge branch 'BlackthornYugen-nist_ecc_test_pr' into master | Peter Dettman | 2020-10-31 | 4 | -0/+3297 | |
| |\ \ | ||||||
| | * | | Follup for NistEccTest changes | Peter Dettman | 2020-10-31 | 1 | -0/+9 | |
| | | | | ||||||
| | * | | Merge branch 'nist_ecc_test_pr' of ↵ | Peter Dettman | 2020-10-31 | 3 | -0/+3288 | |
| |/| | | | | | | | | | | | | | | https://github.com/BlackthornYugen/bc-csharp into BlackthornYugen-nist_ecc_test_pr | |||||
| | * | | Supporing .NET 1.1 | John Steel | 2020-10-20 | 1 | -14/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - removing generics - removing named params - replacing 'var' with types | |||||
| | * | | Updating test structure to match existing. | John Steel | 2020-10-17 | 1 | -4/+32 | |
| | | | | ||||||
| | * | | Test Vectors for EC Point Multiply | John Steel | 2020-10-17 | 3 | -0/+3254 | |
| | | | | | | | | | | | | | | | | | | | | Test multiply with the test vectors downloaded from: http://point-at-infinity.org/ecc/nisttv | |||||
| * | | | Fix UnitTests resource paths | Peter Dettman | 2020-10-30 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Cleanup | Peter Dettman | 2020-10-30 | 1 | -18/+0 | |
| | | | | ||||||
| * | | | safegcd: more conservative final reduction | Peter Dettman | 2020-10-30 | 1 | -44/+139 | |
| | | | | ||||||
| * | | | Cleanup after recent changes | Peter Dettman | 2020-10-30 | 13 | -204/+416 | |
| | | | | ||||||
| * | | | Add new files to projects | Peter Dettman | 2020-10-30 | 5 | -4/+62 | |
| | | | | ||||||
| * | | | Added KMAC Params and test | mw | 2020-10-29 | 4 | -22/+330 | |
| | | | | ||||||
* | | | | added 1.8.8 donors | David Hook | 2020-11-01 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | Added CSHAKEDigest, KMac, removed unused import from NewTspTest | mw | 2020-10-28 | 6 | -1/+803 | |
| | | | ||||||
* | | | Merge branch 'master' of git.bouncycastle.org:bc-csharp into master | mw | 2020-10-27 | 2 | -0/+6 | |
|\ \ \ | ||||||
| * | | | added NewTspTest | David Hook | 2020-10-27 | 2 | -0/+6 | |
| | | | | ||||||
* | | | | Finished NewTspTests | mw | 2020-10-27 | 7 | -34/+561 | |
|/ / / | ||||||
* | | | Added fractional time and new tests | mw | 2020-10-27 | 2 | -1/+627 | |
| | | | ||||||
* | | | Updated TableGen2 to use IdAASigningCertificateV2 oid | mw | 2020-10-22 | 2 | -3/+97 | |
| | | | ||||||
* | | | GCM updates from bc-java | Peter Dettman | 2020-10-18 | 15 | -255/+515 | |
| | | | ||||||
* | | | Add Bits and Longs classes from bc-java | Peter Dettman | 2020-10-18 | 8 | -60/+169 | |
| | | | ||||||
* | | | Latest XDH, EdDSA updates from bc-java | Peter Dettman | 2020-10-18 | 5 | -515/+938 | |
| | | | ||||||
* | | | Update versions and release notes for 1.8.8 release-1.8.8 | Peter Dettman | 2020-09-21 | 3 | -4/+22 | |
| | | | ||||||
* | | | Fix .NET 1.1 build | Peter Dettman | 2020-09-21 | 3 | -25/+40 | |
| | | | ||||||
* | | | ECC: Binary field perf. opt. | Peter Dettman | 2020-09-21 | 13 | -287/+543 | |
| | | | ||||||
* | | | No need for Obsolete in internal class | Peter Dettman | 2020-09-11 | 1 | -28/+0 | |
| | | | ||||||
* | | | Add another variant | Peter Dettman | 2020-09-11 | 1 | -0/+9 | |
| | | | ||||||
* | | | Fixed loop count for BigInteger conversion | Peter Dettman | 2020-09-11 | 20 | -182/+27 | |
| | | | | | | | | | | | | - remove length-specific variants of FromBigInteger | |||||
* | | | Further Divsteps30 improvement | Peter Dettman | 2020-09-11 | 1 | -12/+10 | |
| | | | ||||||
* | | | 'safegcd' modular inversion | Peter Dettman | 2020-09-04 | 31 | -846/+770 | |
| | | | ||||||
* | | | Remove unnecessary locking | Peter Dettman | 2020-09-04 | 1 | -7/+6 | |
| | | | | | | | | | | | | - see https://github.com/bcgit/bc-java/issues/778 | |||||
* | | | added IDigestFactory | David Hook | 2020-09-02 | 3 | -0/+3 | |
| | | | ||||||
* | | | added Asn1DigestFactory | David Hook | 2020-08-31 | 3 | -3/+6 | |
| | | | ||||||
* | | | renamed DigestFactory to Asn1DigestFactory | mw | 2020-08-31 | 3 | -28/+8 | |
| | | | ||||||
* | | | Updated TimeStampTokenGenerator | mw | 2020-08-28 | 5 | -230/+472 | |
| | | | ||||||
* | | | added IDigestFactory | David Hook | 2020-08-28 | 1 | -0/+24 | |
| | | | ||||||
* | | | Update versions and release notes for 1.8.7 release-1.8.7 | Peter Dettman | 2020-07-30 | 3 | -5/+5 | |
| | | | ||||||
* | | | Misc. updates from bc-java | Peter Dettman | 2020-07-30 | 8 | -6/+21 | |
| | | | ||||||
* | | | PGP updates from bc-java | Peter Dettman | 2020-07-30 | 4 | -24/+60 | |
| | | | ||||||
* | | | Encoder performance | Peter Dettman | 2020-07-30 | 2 | -82/+155 | |
| | | | ||||||
* | | | Add generic private key output to openssl | Peter Dettman | 2020-07-30 | 1 | -14/+12 | |
| | | | ||||||
* | | | Allocate memory for SCrypt in 32KiB chunks | Peter Dettman | 2020-07-30 | 1 | -18/+42 | |
| | | | | | | | | | | | | - see https://github.com/bcgit/bc-java/issues/713 | |||||
* | | | DH standard group updates | Peter Dettman | 2020-07-30 | 1 | -89/+31 | |
| | | | ||||||
* | | | For safe primes, use Legendre symbol | Peter Dettman | 2020-07-30 | 2 | -6/+122 | |
| | | | | | | | | | | | | | | | - DH public key validation when 'Q' available - In particular, greatly speeds up TLS FFDHE groups | |||||
* | | | Misc. updates from bc-java | Peter Dettman | 2020-07-30 | 6 | -22/+61 | |
| | | | ||||||
* | | | EdDSA updates | Peter Dettman | 2020-07-30 | 3 | -0/+3 | |
| | | | ||||||
* | | | DTLS: Support handshake timeout | Peter Dettman | 2020-07-30 | 7 | -11/+36 | |
| | | | ||||||
* | | | DTLS: Improved retransmission timer | Peter Dettman | 2020-07-30 | 2 | -200/+222 | |
| | | | ||||||
* | | | DTLS: Exceptions properly abort handshake | Peter Dettman | 2020-07-30 | 4 | -180/+266 | |
| | | | | | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/258 | |||||
* | | | Add Timeout class for DTLS from bc-java | Peter Dettman | 2020-07-29 | 5 | -0/+129 | |
| | | | ||||||
* | | | Support RSASSA-PSS as keypair generator alg | Peter Dettman | 2020-07-18 | 1 | -1/+2 | |
| | | | ||||||
* | | | Remove unused code | Peter Dettman | 2020-07-18 | 3 | -7/+0 | |
| | | | ||||||
* | | | Straighten out ECGOST3410NamedCurves | Peter Dettman | 2020-07-17 | 9 | -77/+51 | |
| | | | | | | | | | | | | - deprecate/replace methods returning ECDomainParameters | |||||
* | | | Spelling | Peter Dettman | 2020-07-17 | 20 | -39/+39 | |
| | | | ||||||
* | | | Use rotates from utility class | Peter Dettman | 2020-07-07 | 2 | -78/+66 | |
| | | | ||||||
* | | | Noekeon performance improvements | Peter Dettman | 2020-07-07 | 1 | -145/+158 | |
| | | | ||||||
* | | | Add some more variants | Peter Dettman | 2020-07-07 | 1 | -0/+36 | |
| | | | ||||||
* | | | Extract common expression | Peter Dettman | 2020-07-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | Rewrite enumeration of BEROctetString | Peter Dettman | 2020-07-07 | 1 | -19/+50 | |
| | | | ||||||
* | | | Fermat inversion for all custom curves | Peter Dettman | 2020-07-07 | 32 | -97/+1075 | |
| | | | | | | | | | | | | - also customized random FE gen | |||||
* | | | EC updates from bc-java | Peter Dettman | 2020-07-04 | 13 | -26/+487 | |
| | | | ||||||
* | | | Blind the inversion when normalizing | Peter Dettman | 2020-07-04 | 1 | -6/+24 | |
| | | | | | | | | | | | | | | | - see the paper "Yet another GCD based inversion side-channel affecting ECC implementations" by Nir Drucker and Shay Gueron. | |||||
* | | | Methods for generating random FEs | Peter Dettman | 2020-07-04 | 1 | -6/+85 | |
| | | | ||||||
* | | | Update Asn1OctetString.GetInstance from bc-java | Peter Dettman | 2020-06-25 | 1 | -13/+34 | |
| | | | ||||||
* | | | Fix spurious table entry | Peter Dettman | 2020-06-21 | 1 | -1/+0 | |
| | | | ||||||
* | | | Fix range and bias of NextDouble | Peter Dettman | 2020-06-21 | 3 | -13/+61 | |
| | | | | | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/253 | |||||
* | | | Don't use 'var' keyword | Peter Dettman | 2020-06-21 | 1 | -3/+3 | |
| | | | ||||||
* | | | first cut at PKCS#5 Scheme 2 in PKCS#12 | David Hook | 2020-04-25 | 4 | -5/+108 | |
| | | | ||||||
* | | | github #237 - gost 2012 parsing | David Hook | 2020-04-25 | 3 | -5/+33 | |
| | | | ||||||
* | | | fixed typo | David Hook | 2020-04-18 | 1 | -1/+9 | |
| | | | ||||||
* | | | initial support for non-default PRF with PBKDF2 | David Hook | 2020-04-18 | 4 | -3/+18 | |
| | | | ||||||
* | | | added extra key store | David Hook | 2020-04-18 | 1 | -0/+126 | |
| | | | ||||||
* | | | Avoid NUnit test adapter running perf test | Peter Dettman | 2020-04-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Newer .NET versions append the parameter name | Peter Dettman | 2020-04-06 | 1 | -12/+21 | |
| | | | ||||||
* | | | Add OtherName support and refactoring | Peter Dettman | 2020-04-05 | 7 | -527/+628 | |
| | | | ||||||
* | | | Add OIW dsaWithSHA1 OID to 'noParams' | Peter Dettman | 2020-04-05 | 4 | -3/+7 | |
| | | | ||||||
* | | | Keccak refactoring/performance | Peter Dettman | 2020-04-05 | 3 | -37/+46 | |
| | | | ||||||
* | | | Reset after wrong-length failure | Peter Dettman | 2020-04-05 | 7 | -0/+93 | |
| | | | ||||||
* | | | added argument check for bit block size | Peter Dettman | 2020-04-05 | 1 | -0/+3 | |
| | | | ||||||
* | | | Add guard in OID parsing | Peter Dettman | 2020-04-05 | 1 | -0/+2 | |
| | | | ||||||
* | | | Support headers with multiple values | Peter Dettman | 2020-04-05 | 8 | -25/+95 | |
| | | | | | | | | | | | | - tidy up test names | |||||
* | | | Improve SigAlgName for certs/CRLs | Peter Dettman | 2020-04-05 | 3 | -16/+26 | |
| | | | ||||||
* | | | Fix bad MAC padding length calculation | Peter Dettman | 2020-04-05 | 2 | -2/+34 | |
| | | | | | | | | | | | | | | | | | | - affected files with data or AAD length >~2GB - see also https://github.com/bcgit/bc-java/issues/673 - also allow null output buffer | |||||
* | | | Spelling in exception message | Peter Dettman | 2020-04-05 | 2 | -2/+2 | |
| | | | ||||||
* | | | Update versions and release notes for 1.8.6 release-1.8.6 | Peter Dettman | 2020-02-21 | 3 | -5/+9 | |
| | | | ||||||
* | | | Add utility method | Peter Dettman | 2020-02-21 | 1 | -1/+20 | |
| | | | ||||||
* | | | Refactoring | Peter Dettman | 2020-02-21 | 4 | -148/+148 | |
| | | | ||||||
* | | | Fix handling of reason codes | Peter Dettman | 2020-02-21 | 1 | -39/+43 | |
| | | | ||||||
* | | | Update ASN.1 GetInstance methods | Peter Dettman | 2020-02-21 | 7 | -109/+49 | |
| | | | ||||||
* | | | Improvements to permitted sub-trees | Peter Dettman | 2020-02-20 | 1 | -1/+14 | |
| | | | ||||||
* | | | Misc. updates from bc-java | Peter Dettman | 2020-02-20 | 5 | -8/+39 | |
| | | | ||||||
* | | | Mark methods as "Var" for clarity | Peter Dettman | 2020-02-20 | 2 | -6/+6 | |
| | | | ||||||
* | | | Stricter header validation for PEM files | Peter Dettman | 2020-02-20 | 2 | -4/+15 | |
| | | | ||||||
* | | | Fix typo | Peter Dettman | 2020-02-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | TLS backports from bc-java/tls | Peter Dettman | 2020-02-20 | 6 | -99/+3 | |
| | | | ||||||
* | | | PGP updates from bc-java | Peter Dettman | 2020-02-20 | 13 | -30/+92 | |
| | | | ||||||
* | | | Mark several EC multipliers as obsolete | Peter Dettman | 2020-02-20 | 9 | -7/+30 | |
| | | | ||||||
* | | | Check IsSsl after other checks (NPE) | Peter Dettman | 2020-02-20 | 1 | -25/+19 | |
| | | | ||||||
* | | | ASN.1 updates from bc-java | Peter Dettman | 2020-02-19 | 13 | -153/+320 | |
| | | | ||||||
* | | | Case-insensitive check of boolean env. var. | Peter Dettman | 2020-02-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | PKCS12: Improved support for certificate-only key stores without password | Peter Dettman | 2020-02-13 | 3 | -26/+102 | |
| | | | ||||||
* | | | ASN.1 updates from bc-java | Peter Dettman | 2020-02-13 | 15 | -231/+312 | |
| | | | ||||||
* | | | Update release notes | Peter Dettman | 2020-02-12 | 1 | -0/+4 | |
| | | | ||||||
* | | | Update copyrights to 2020 | Peter Dettman | 2020-02-12 | 2 | -2/+2 | |
| | | | ||||||
* | | | Mark some constructors obsolete (per bc-java) | Peter Dettman | 2020-02-12 | 4 | -6/+14 | |
| | | | ||||||
* | | | EdDSA: guard against pub key mismatch | Peter Dettman | 2020-01-31 | 7 | -48/+62 | |
| | | | ||||||
* | | | Port of X25519/X448 field updates from bc-java | Peter Dettman | 2020-01-30 | 2 | -25/+39 | |
| | | | ||||||
* | | | Improve ChaCha20Poly1305 tests | Peter Dettman | 2019-10-23 | 3 | -35/+66 | |
| | | | | | | | | | | | | - focused on processing array sub-ranges | |||||
* | | | Add ChaCha ciphers to factory classes | Peter Dettman | 2019-09-10 | 10 | -12/+310 | |
| | | | ||||||
* | | | Port ChaCha20Poly1305 from bc-java | Peter Dettman | 2019-09-09 | 10 | -96/+1134 | |
| | | | ||||||
* | | | Tampering and reuse test cases for GCM | Peter Dettman | 2019-09-09 | 2 | -27/+90 | |
| | | | ||||||
* | | | Updates from bc-java | Peter Dettman | 2019-09-09 | 1 | -10/+51 | |
| | | | ||||||
* | | | Rewrite conditionals to avoid overflow | Peter Dettman | 2019-09-09 | 1 | -2/+2 | |
| | | | ||||||
* | | | Support user cancellation of (D)TLS handshakes | Peter Dettman | 2019-09-09 | 15 | -3/+57 | |
| | | | | | | | | | | | | - see https://github.com/bcgit/bc-java/pull/549 | |||||
* | | | Port of strict hex decoding from bc-java | Peter Dettman | 2019-09-09 | 61 | -306/+362 | |
| | | | ||||||
* | | | Add sanity checks on scalar mult. outputs | Peter Dettman | 2019-08-29 | 3 | -10/+116 | |
| | | | ||||||
* | | | Add new X448 test cases from bc-java | Peter Dettman | 2019-08-29 | 1 | -0/+190 | |
| | | | ||||||
* | | | CCM: only enforce the tag length restrictions for encryption | Peter Dettman | 2019-08-29 | 1 | -4/+4 | |
| | | | ||||||
* | | | Check CCM tag length during initialization | Peter Dettman | 2019-08-26 | 1 | -2/+10 | |
| | | | ||||||
* | | | PssSigner verification improvements | Peter Dettman | 2019-08-26 | 1 | -7/+13 | |
| | | | | | | | | | | | | | | | - enforce leading zero bits consistency requirement - explicitly zero when cipher output is short | |||||
* | | | Fix circular dependence of statics | Peter Dettman | 2019-08-10 | 27 | -39/+51 | |
| | | | ||||||
* | | | Add and use IntValueExact properties | Peter Dettman | 2019-08-10 | 35 | -123/+201 | |
| | | | ||||||
* | | | Use utility method | Peter Dettman | 2019-08-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add Clone for bool[] | Peter Dettman | 2019-08-09 | 1 | -30/+21 | |
| | | | ||||||
* | | | Loosen test requirements on error message | Peter Dettman | 2019-08-09 | 1 | -4/+4 | |
| | | | ||||||
* | | | Add non-constant-time variant to ECLookupTable | Peter Dettman | 2019-08-09 | 41 | -149/+860 | |
| | | | ||||||
* | | | ASN.1 updates from bc-java | Peter Dettman | 2019-08-09 | 5 | -42/+66 | |
| | | | | | | | | | | | | | | | - Integer cannot have empty contents octets - Enumerated values can't be negative | |||||
* | | | Add IntValueExact and LongValueExact to BigInteger | Peter Dettman | 2019-08-09 | 1 | -0/+22 | |
| | | | ||||||
* | | | EdDSA refactoring | Peter Dettman | 2019-08-04 | 4 | -34/+46 | |
| | | | | | | | | | | | | | | | | | | - tighten scalar bounds for wNAF - provide CMov in field classes - fix spelling of Straus | |||||
* | | | Implement promotion for ECPoint precomputations | Peter Dettman | 2019-08-04 | 3 | -7/+128 | |
| | | | | | | | | | | | | | | | - a point is promoted after repeated use (e.g. in ECDSA verification) - promoted points are eligible for extra precomp => faster algorithms | |||||
* | | | Use Arrays.Reverse utility method in several places | Peter Dettman | 2019-08-04 | 3 | -35/+8 | |
| | | | ||||||
* | | | Use GetInstance instead of cast | Peter Dettman | 2019-08-04 | 1 | -2/+1 | |
| | | | ||||||
* | | | Misc. ASN.1 updates | Peter Dettman | 2019-08-04 | 7 | -33/+31 | |
| | | | ||||||
* | | | Refactoring in PublicKeyFactory | Peter Dettman | 2019-08-04 | 3 | -55/+73 | |
| | | | | | | | | | | | | | | | - add SubjectPublicKeyInfo.ParsePublicKey and use where applicable - validate GOST3410 public key lengths | |||||
* | | | Improve caching behaviour for algorithms using endomorphisms | Peter Dettman | 2019-08-03 | 9 | -19/+187 | |
| | | | ||||||
* | | | Use fixed-point comb when multiplying basepoint | Peter Dettman | 2019-08-02 | 2 | -5/+11 | |
| | | | ||||||
* | | | Handle x400Address as sequence in GeneralName | Peter Dettman | 2019-08-02 | 1 | -14/+17 | |
| | | | | | | | | | | | | - add 'default' tag handler (instead of falling out of if-block) | |||||
* | | | EC wNAF-related updates from bc-java | Peter Dettman | 2019-08-02 | 11 | -539/+659 | |
| | | | | | | | | | | | | | | | | | | | | | - better control of window size limits - callers take advantage of available larger precomps - provide ConfigureBasepoint to mark points for larger precomp - mark built-in curve basepoints for larger default wNAF width | |||||
* | | | Add experimental support for GLV Type A endomorphisms | Peter Dettman | 2019-08-02 | 15 | -111/+398 | |
| | | | ||||||
* | | | Provide a constant-time zero test | Peter Dettman | 2019-08-02 | 2 | -4/+18 | |
| | | | ||||||
* | | | Updates to raw math classes from bc-java | Peter Dettman | 2019-08-02 | 6 | -42/+148 | |
| | | | ||||||
* | | | Refactor Equals/GetHashCode in X509 objects | Peter Dettman | 2019-08-02 | 3 | -34/+107 | |
| | | | | | | | | | | | | - cache public key in X509Certificate | |||||
* | | | SHA-256 performance tweak | Peter Dettman | 2019-08-01 | 1 | -30/+18 | |
| | | | ||||||
* | | | Rewrite Asn1Sequence/Set to store elements as Asn1Encodable[] | Peter Dettman | 2019-08-01 | 8 | -264/+170 | |
| | | | ||||||
* | | | Don't create a SecureRandom unnecessarily | Peter Dettman | 2019-08-01 | 1 | -4/+20 | |
| | | | ||||||
* | | | Refactor ToString() | Peter Dettman | 2019-08-01 | 1 | -11/+6 | |
| | | | ||||||
* | | | PCL fixes | Peter Dettman | 2019-08-01 | 4 | -6/+7 | |
| | | | ||||||
* | | | Inline BuildEncodableVector to shrink recursive call stacks | Peter Dettman | 2019-08-01 | 1 | -13/+10 | |
| | | |