| Commit message (Expand) | Author | Age | Files | Lines |
* | Set randoms before extensions processing | Peter Dettman | 2022-05-30 | 14 | -0/+263 |
* | (D)TLS: now defaults to offering (D)TLS 1.2, TLS 13 | Peter Dettman | 2022-05-11 | 2 | -2/+2 |
* | Support TLS 1.3 in test class | Peter Dettman | 2022-05-11 | 1 | -4/+32 |
* | Rewrite test cases without MD5 | Peter Dettman | 2022-05-10 | 3 | -30/+28 |
* | Test config for ClientHello sig algs | Peter Dettman | 2022-05-10 | 2 | -0/+12 |
* | Improve TLS handshake hash tracking | Peter Dettman | 2022-05-10 | 5 | -63/+77 |
* | Fix tests for stream signers | Peter Dettman | 2022-05-05 | 1 | -2/+30 |
* | Rework TLS 1.3 verifiers | Peter Dettman | 2022-05-05 | 1 | -17/+4 |
* | Change method to property | Peter Dettman | 2022-05-05 | 1 | -6/+6 |
* | TLS PSS raw signatures | Peter Dettman | 2022-05-04 | 1 | -28/+18 |
* | Add HasHkdfAlgorithm method and use in test | Peter Dettman | 2022-04-21 | 1 | -0/+3 |
* | Fix TLS 1.3 Export Keying Material | Peter Dettman | 2022-03-28 | 3 | -0/+20 |
* | minor corrections, updated ECPointTest | David Hook | 2022-03-23 | 1 | -2/+2 |
* | Add BitString parsers | Peter Dettman | 2021-11-22 | 1 | -17/+14 |
* | ASN.1: Tagged object parser improvements | Peter Dettman | 2021-11-20 | 1 | -1/+1 |
* | ASN.1: Port of bc-java TYPE instances | Peter Dettman | 2021-11-18 | 2 | -3/+8 |
* | Add DLTaggedObject and use from parser | Peter Dettman | 2021-11-11 | 1 | -1/+1 |
* | Handle high tag numbers | Peter Dettman | 2021-11-10 | 1 | -2/+11 |
* | ASN.1: Add support for relative OIDs | Peter Dettman | 2021-11-08 | 5 | -55/+177 |
* | PORTABLE fixes | Peter Dettman | 2021-10-18 | 2 | -4/+5 |
* | .NET 1.1 fixes | Peter Dettman | 2021-10-17 | 3 | -89/+87 |
* | Experimental server-side TLS 1.3 PSK | Peter Dettman | 2021-10-17 | 4 | -0/+263 |
* | Use primitive encoding for short octet strings | Peter Dettman | 2021-10-15 | 2 | -26/+43 |
* | Improve ASN.1 substream handling | Peter Dettman | 2021-10-15 | 2 | -7/+9 |
* | ASN1InputStream updates from bc-java | Peter Dettman | 2021-10-15 | 2 | -12/+13 |
* | Some Obsolete cleanup | Peter Dettman | 2021-10-14 | 1 | -8/+3 |
* | Add Asn1Encodable.EncodeTo methods | Peter Dettman | 2021-10-14 | 3 | -8/+3 |
* | Ignore PGP signatures with invalid version | Peter Dettman | 2021-10-14 | 3 | -0/+113 |
* | Latest ArmoredInputStream stuff from bc-java | Peter Dettman | 2021-10-13 | 3 | -11/+432 |
* | Test fixes | Peter Dettman | 2021-10-12 | 1 | -2/+2 |
* | Marker packet skipping | Peter Dettman | 2021-10-12 | 3 | -0/+121 |
* | completed copy constructor in SignerInformation, fixed mutable issue for SET ... | David Hook | 2021-10-08 | 1 | -1/+12 |
* | added explicit sorting of DER encoded SET | David Hook | 2021-10-07 | 1 | -1/+16 |
* | Fix test namespaces | Peter Dettman | 2021-10-04 | 4 | -12/+7 |
* | format changes only - relates to github #68 | David Hook | 2021-10-04 | 2 | -2/+2 |
* | format changes only - relates to github #68 | David Hook | 2021-10-04 | 3 | -3/+3 |
* | partial #68 | David Hook | 2021-10-04 | 4 | -8/+8 |
* | Restore new tests | Peter Dettman | 2021-09-22 | 1 | -0/+5 |
* | Check DH standard group lookup | Peter Dettman | 2021-09-11 | 1 | -1/+10 |
* | Merge branch 'master' of gitlab.cryptoworkshop.com:root/bc-csharp | mw | 2021-09-03 | 5 | -1/+1290 |
|\ |
|
| * | added missing tests | David Hook | 2021-09-02 | 4 | -0/+1289 |
| * | minor refactoring | David Hook | 2021-09-02 | 1 | -1/+1 |
* | | Updated PemReader to support differing whitespace assumptions. | mw | 2021-09-03 | 2 | -2/+167 |
|/ |
|
* | moved test | mw | 2021-09-02 | 2 | -103/+106 |
* | Merge from pull | mw | 2021-09-01 | 3 | -0/+197 |
|\ |
|
| * | Test client for TLS 1.3 (external) PSK | Peter Dettman | 2021-08-31 | 3 | -0/+197 |
* | | Issue #1 | mw | 2021-09-01 | 2 | -163/+381 |
|/ |
|
* | fixed typos | David Hook | 2021-08-30 | 1 | -1/+1 |
* | initial fix for #261 | David Hook | 2021-08-30 | 1 | -0/+118 |
* | Cleanup | Peter Dettman | 2021-08-07 | 1 | -11/+2 |
* | Fix test class name | Peter Dettman | 2021-07-28 | 1 | -1/+1 |
* | Refactoring around TLS HKDF | Peter Dettman | 2021-07-25 | 1 | -5/+6 |
* | Calculate HMAC without extracting TlsSecret | Peter Dettman | 2021-07-24 | 1 | -12/+2 |
* | Followup OAEP changes | Peter Dettman | 2021-07-21 | 1 | -31/+31 |
* | bzip2 perf. opts. | Peter Dettman | 2021-07-16 | 1 | -0/+12 |
* | Fix bzip2 compression for empty contents | Peter Dettman | 2021-07-15 | 1 | -34/+35 |
* | .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 | 43 | -0/+6504 |
* | TLS test tweaks | Peter Dettman | 2021-07-09 | 2 | -3/+3 |
* | Test for long inputs | Peter Dettman | 2021-07-08 | 1 | -6/+5 |
* | Fix portability issues around Socket class | Peter Dettman | 2021-06-10 | 1 | -1/+1 |
* | Update TLS test data from bc-java | Peter Dettman | 2021-06-06 | 78 | -346/+2366 |
* | Improve EdDSA/XDH key validation | Peter Dettman | 2021-06-06 | 2 | -4/+4 |
* | Merge remote-tracking branch 'origin/master' | David Hook | 2021-06-03 | 3 | -0/+74 |
|\ |
|
| * | NTZ for 0 should be 32/64 resp. | Peter Dettman | 2021-06-01 | 3 | -0/+74 |
* | | github #172 - added blowfish init check on key size | David Hook | 2021-05-31 | 1 | -0/+23 |
|/ |
|
* | .NET 1.1 fixes | Peter Dettman | 2021-05-24 | 1 | -0/+4 |
* | Fix project files plus portability fixes | Peter Dettman | 2021-05-24 | 27 | -996/+1021 |
* | Add support for ARIA | Peter Dettman | 2021-05-24 | 3 | -1/+183 |
* | github #222 addressed OAEP parameter setting, refactored KeyTransRecipientInf... | David Hook | 2021-05-24 | 2 | -2/+135 |
* | github#54 test for mixed mode definition | David Hook | 2021-05-24 | 1 | -3/+11 |
* | added sha256 test vector | David Hook | 2021-05-24 | 1 | -0/+23 |
* | github #23 added method for handling signing subkey | David Hook | 2021-05-23 | 1 | -4/+38 |
* | github #283 added extra features fields, corrected parsing for new draft | David Hook | 2021-05-23 | 1 | -0/+55 |
* | allowed for null policy OID | David Hook | 2021-05-23 | 1 | -0/+56 |
* | updates for working tests for FPE, TupleHash, ParallelHash | David Hook | 2021-03-19 | 4 | -8/+10 |
* | first cut FPE, TupleHash, ParallelHash, and GCM-SIV | David Hook | 2021-03-19 | 6 | -0/+1289 |
* | Fix CSHAKETest | Peter Dettman | 2021-02-11 | 1 | -10/+10 |
* | Fix SHAKE 'digest' output size | Peter Dettman | 2021-02-11 | 1 | -6/+6 |
* | Add more digest test cases | Peter Dettman | 2021-02-10 | 1 | -14/+33 |
* | EdDSA public key validation | Peter Dettman | 2021-02-10 | 2 | -2/+182 |
* | Add TestRandomData class | Peter Dettman | 2021-02-10 | 2 | -0/+34 |
* | Various SHA512/224, SHA512/256, SHA3 support | Peter Dettman | 2021-02-10 | 1 | -3/+90 |
* | New HasValue methods | Peter Dettman | 2021-02-08 | 4 | -20/+57 |
* | Support V1 attribute certificates and holders | Peter Dettman | 2021-02-08 | 1 | -10/+154 |
* | direct signature for PSS | David Hook | 2021-01-31 | 1 | -0/+57 |
* | Cleanup | Peter Dettman | 2020-12-08 | 4 | -37/+45 |
* | added support for PKCS#5 scheme 2 to Pkcs12Store, tests for the same | David Hook | 2020-11-17 | 1 | -3/+232 |
* | Merge branch 'nist_ecc_test_pr' of https://github.com/BlackthornYugen/bc-csha... | Peter Dettman | 2020-10-31 | 3 | -0/+3288 |
|\ |
|
| * | Supporing .NET 1.1 | John Steel | 2020-10-20 | 1 | -14/+20 |
| * | 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 |
* | | Fix UnitTests resource paths | Peter Dettman | 2020-10-30 | 1 | -0/+1 |
* | | Cleanup after recent changes | Peter Dettman | 2020-10-30 | 8 | -124/+367 |
* | | Add new files to projects | Peter Dettman | 2020-10-30 | 1 | -0/+3 |
* | | Added KMAC Params and test | mw | 2020-10-29 | 2 | -22/+107 |
* | | Added CSHAKEDigest, KMac, removed unused import from NewTspTest | mw | 2020-10-28 | 3 | -1/+450 |
* | | Merge branch 'master' of git.bouncycastle.org:bc-csharp into master | mw | 2020-10-27 | 1 | -0/+1 |
|\ \ |
|
| * | | added NewTspTest | David Hook | 2020-10-27 | 1 | -0/+1 |
* | | | Finished NewTspTests | mw | 2020-10-27 | 1 | -25/+416 |
|/ / |
|
* | | Added fractional time and new tests | mw | 2020-10-27 | 1 | -0/+551 |
* | | Updated TableGen2 to use IdAASigningCertificateV2 oid | mw | 2020-10-22 | 1 | -1/+95 |
* | | GCM updates from bc-java | Peter Dettman | 2020-10-18 | 2 | -4/+3 |
* | | PGP updates from bc-java | Peter Dettman | 2020-07-30 | 1 | -1/+1 |
* | | Straighten out ECGOST3410NamedCurves | Peter Dettman | 2020-07-17 | 2 | -9/+4 |
* | | Fix range and bias of NextDouble | Peter Dettman | 2020-06-21 | 1 | -0/+48 |
* | | Don't use 'var' keyword | Peter Dettman | 2020-06-21 | 1 | -3/+3 |
* | | github #237 - gost 2012 parsing | David Hook | 2020-04-25 | 1 | -0/+13 |
* | | fixed typo | David Hook | 2020-04-18 | 1 | -1/+9 |
* | | 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 | 1 | -0/+31 |
* | | Reset after wrong-length failure | Peter Dettman | 2020-04-05 | 2 | -0/+78 |
* | | Support headers with multiple values | Peter Dettman | 2020-04-05 | 7 | -7/+37 |
* | | Misc. updates from bc-java | Peter Dettman | 2020-02-20 | 1 | -1/+1 |
* | | Stricter header validation for PEM files | Peter Dettman | 2020-02-20 | 1 | -0/+8 |
* | | ASN.1 updates from bc-java | Peter Dettman | 2020-02-19 | 2 | -10/+59 |
* | | PKCS12: Improved support for certificate-only key stores without password | Peter Dettman | 2020-02-13 | 1 | -11/+68 |
* | | ASN.1 updates from bc-java | Peter Dettman | 2020-02-13 | 1 | -14/+14 |
* | | Improve ChaCha20Poly1305 tests | Peter Dettman | 2019-10-23 | 2 | -32/+48 |
* | | Port ChaCha20Poly1305 from bc-java | Peter Dettman | 2019-09-09 | 3 | -0/+445 |
* | | Tampering and reuse test cases for GCM | Peter Dettman | 2019-09-09 | 2 | -27/+90 |
* | | Add new X448 test cases from bc-java | Peter Dettman | 2019-08-29 | 1 | -0/+190 |
* | | Loosen test requirements on error message | Peter Dettman | 2019-08-09 | 1 | -4/+4 |
* | | ASN.1 updates from bc-java | Peter Dettman | 2019-08-09 | 1 | -5/+16 |
* | | Misc. ASN.1 updates | Peter Dettman | 2019-08-04 | 1 | -12/+8 |
* | | Refactoring in PublicKeyFactory | Peter Dettman | 2019-08-04 | 1 | -1/+1 |
* | | EC updates from bc-java | Peter Dettman | 2019-08-01 | 1 | -7/+138 |
* | | Fix warnings | Peter Dettman | 2019-08-01 | 2 | -10/+10 |
* | | Misc. ASN.1 updates from bc-java | Peter Dettman | 2019-08-01 | 1 | -1/+1 |
* | | Fix CMP tests failing to set body | Peter Dettman | 2019-07-31 | 1 | -4/+6 |
* | | Adapt test to access restrictions | Peter Dettman | 2019-07-29 | 1 | -16/+35 |
* | | Remove unused imports | Peter Dettman | 2019-07-29 | 1 | -4/+0 |
* | | Fix field reduction for custom secp128r1 curve | Peter Dettman | 2019-07-29 | 2 | -0/+47 |
* | | Update ECPointTest.cs | Kristian Rastrup | 2019-06-12 | 1 | -2/+2 |
* | | Port LinkedCertificate from bc-java | Peter Dettman | 2019-06-04 | 3 | -0/+99 |
* | | Name constraint validation updates from bc-java | Peter Dettman | 2019-06-01 | 4 | -89/+584 |
* | | Remove extraneous output | Peter Dettman | 2019-06-01 | 1 | -1/+1 |
* | | Support SM2 in SignerUtilities | Peter Dettman | 2019-06-01 | 2 | -102/+197 |
* | | Cleanup around OfferInput methods | Peter Dettman | 2019-05-10 | 1 | -1/+1 |
* | | Update KDF test project files and .NET 1.1 compat. | Peter Dettman | 2019-05-10 | 8 | -341/+286 |
* | | KDF Related tests. | mw | 2019-05-07 | 6 | -2/+3417 |
* | | Update project files for recent KDF additions | Peter Dettman | 2019-05-06 | 2 | -0/+7 |
* | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2019-05-06 | 7 | -0/+188313 |
|\ \ |
|
| * \ | Merge branch 'master' of git.bouncycastle.org:bc-csharp | mw | 2019-05-01 | 2 | -22/+62 |
| |\ \ |
|
| * | | | Additional KDF operations and tests. | mw | 2019-05-01 | 7 | -0/+188313 |
* | | | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after use | Peter Dettman | 2019-05-06 | 5 | -4/+95 |
| |/ /
|/| | |
|
* | | | EdDSA verifiers now reject overly long signatures | Peter Dettman | 2019-04-30 | 2 | -22/+62 |
|/ / |
|
* | | Fixes and tidying up for release | Peter Dettman | 2019-01-31 | 7 | -672/+435 |
* | | minor tweaking | David Hook | 2019-01-20 | 5 | -47/+54 |
* | | Selecting digest. | MW | 2019-01-19 | 1 | -5/+5 |
* | | Provider logic for transformation names. | MW | 2019-01-19 | 1 | -2/+2 |
* | | added use of IKeyWrapper for managing CMS KeyTransRecipient | David Hook | 2019-01-18 | 1 | -6/+3 |
* | | CMS ArchiveControl | MW | 2019-01-17 | 1 | -0/+191 |
* | | Updated C# doc. | Megan Woods | 2019-01-15 | 2 | -93/+0 |
* | | updated | David Hook | 2019-01-15 | 1 | -17/+5 |
* | | Removed reference to old test. | Megan Woods | 2019-01-14 | 2 | -4/+5 |
* | | Updated EJBCA Example | Megan Woods | 2019-01-14 | 1 | -2/+1 |
* | | Updated locations added initial example for EJBCA | Megan Woods | 2019-01-14 | 3 | -429/+85 |
* | | move | David Hook | 2019-01-14 | 1 | -0/+430 |
* | | Nist algs and ProtectedMessageTests | Megan Woods | 2019-01-14 | 1 | -0/+429 |
* | | Initial CMP | Megan Woods | 2019-01-14 | 1 | -1/+2 |
* | | minor tweaks | David Hook | 2019-01-14 | 1 | -9/+9 |
* | | Added ECGOST3410_2012Signer | Megan Woods | 2019-01-14 | 2 | -0/+784 |
* | | TLS: Update to RFC 7627 from draft-ietf-tls-session-hash-04 | Peter Dettman | 2018-11-06 | 2 | -2/+0 |
* | | Reverted short nonce on decryption change | Peter Dettman | 2018-10-24 | 1 | -37/+3 |
* | | Apply CCM nonce length check for encryption only | Peter Dettman | 2018-10-22 | 1 | -30/+65 |
|/ |
|
* | Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeInteger | Peter Dettman | 2018-10-18 | 3 | -0/+357 |
* | Handle CVC-ECDSA and PLAIN-ECDSA in test case | Peter Dettman | 2018-10-14 | 1 | -1/+3 |
* | Port of SM4 from Java API | Peter Dettman | 2018-09-25 | 5 | -0/+246 |
* | Higher-level API support for Ed25519/Ed448/X25519/X448 | Peter Dettman | 2018-09-21 | 11 | -9/+453 |
* | Code cleanup (from Java build) | Peter Dettman | 2018-09-18 | 1 | -2/+2 |
* | Blake2b/s: relax length-only constructor constraints | Peter Dettman | 2018-09-16 | 3 | -247/+426 |
* | Fixed Rfc3211WrapEngine processing of messages over 127 bytes. | Peter Dettman | 2018-09-16 | 1 | -1/+1 |
* | RFC 8032: Implement Ed25519ctx, Ed25519ph, Ed448ph variants | Peter Dettman | 2018-09-14 | 2 | -13/+446 |
* | RFC 7748: Export size constants for scalars, points | Peter Dettman | 2018-09-14 | 2 | -42/+60 |
* | Further work to improve constant time in OAEP. release-1.8.3 | Peter Dettman | 2018-08-11 | 1 | -3/+76 |
* | EC-related updates from bc-java | Peter Dettman | 2018-07-10 | 18 | -223/+163 |
* | Add Ed25519 and Ed448 from RFC 8032 | Peter Dettman | 2018-07-08 | 3 | -0/+633 |
* | BCrypt: Add method for explicitly including trailing zero on password | Peter Dettman | 2018-04-17 | 1 | -0/+2 |
* | PKIX: Allow a V0 TA to appear at end of the cert path. | Peter Dettman | 2018-04-17 | 1 | -1/+25 |
* | Updated OpenBsdBCrypt to support version 2y. | Peter Dettman | 2018-04-17 | 1 | -4/+51 |
* | Change CCM test to use IV of 12 bytes (from bc-java). | Peter Dettman | 2018-04-17 | 1 | -2/+2 |
* | Add X25519 and X448 from RFC 7748 | Peter Dettman | 2018-04-17 | 3 | -0/+369 |
* | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 3 | -0/+68 |
* | Update registries for digests, MACs from bc-java | Peter Dettman | 2018-04-08 | 1 | -55/+127 |
* | Port of BLAKE2B/2S digests from bc-java | Peter Dettman | 2018-04-08 | 5 | -1/+538 |
* | Latest scrypt updates from bc-java | Peter Dettman | 2018-04-08 | 1 | -8/+48 |
* | Fix test for .NET 1.1 | Peter Dettman | 2017-10-17 | 1 | -1/+1 |
* | Add RSA test case for CVE-2017-15361 vulnerability | Peter Dettman | 2017-10-17 | 1 | -1/+99 |
* | Fix method qualifiers and refactor | Peter Dettman | 2017-09-18 | 1 | -251/+236 |
* | Update SignerLocation to use DirectoryString | Peter Dettman | 2017-09-17 | 1 | -12/+12 |
* | Sketch out test changes for ECGOST3410-2012 | Peter Dettman | 2017-09-17 | 1 | -12/+29 |
* | Add testcase for RAW PKCS#1 signatures missing DER NULL | Peter Dettman | 2017-09-17 | 4 | -0/+20 |
* | Add new PGP signature testcase | Peter Dettman | 2017-09-17 | 1 | -0/+41 |
* | Port of some newer test cases and data from Java CertTest | Peter Dettman | 2017-09-17 | 10 | -0/+366 |
* | Added GmSSL test vectors for SM3 | Peter Dettman | 2017-09-17 | 1 | -6/+139 |
* | Fix previous commit for .NET 1.1 | Peter Dettman | 2017-09-16 | 1 | -1/+1 |
* | Exclude GOST34.10 2012 curves from existing test cases | Peter Dettman | 2017-09-16 | 1 | -0/+4 |
* | Port of SM2Engine from Java | Peter Dettman | 2017-09-16 | 3 | -0/+169 |
* | Port of SM2KeyExchange from Java | Peter Dettman | 2017-09-16 | 3 | -0/+231 |
* | SM2 signing cleanup | Peter Dettman | 2017-09-16 | 1 | -1/+0 |
* | Port of SM2Signer from Java | Peter Dettman | 2017-09-16 | 6 | -1/+493 |
* | Add class summary | Peter Dettman | 2017-09-16 | 1 | -0/+5 |
* | Add expiry test case to PgpKeyRingTest | Peter Dettman | 2017-09-04 | 1 | -0/+246 |
* | Fix the message in case of test failure | Peter Dettman | 2017-08-14 | 1 | -2/+3 |
* | Fix namespace declaration | Peter Dettman | 2017-08-13 | 1 | -1/+1 |
* | Update GMacTest from Java | Peter Dettman | 2017-08-13 | 1 | -0/+4 |
* | Fix various issues trying to build for .NET 1.1 | Peter Dettman | 2017-08-13 | 5 | -52/+90 |
* | Fix Dstu7624WrapEngine to respect input offsets and lengths | Peter Dettman | 2017-08-13 | 1 | -55/+58 |
* | Support receiving DTLS records containing multiple handshake messages | Peter Dettman | 2017-08-13 | 2 | -0/+18 |
* | Update project files for recent additions | Peter Dettman | 2017-07-19 | 1 | -0/+4 |
* | added GOST3411-2012 | David Hook | 2017-07-11 | 2 | -0/+215 |
* | CCM update | David Hook | 2017-07-11 | 1 | -11/+3 |
* | added KCCM | David Hook | 2017-07-08 | 1 | -24/+282 |
* | refactored out key size | David Hook | 2017-07-06 | 1 | -34/+34 |
* | added KCTR | David Hook | 2017-07-06 | 2 | -11/+10 |
* | DSTU 7624 MAC | David Hook | 2017-07-06 | 1 | -2/+1 |
* | initial DSTU7624 work | David Hook | 2017-07-06 | 1 | -0/+481 |
* | added extra vector | David Hook | 2017-07-06 | 1 | -3/+24 |
* | paddingfix for where pad block extends over 2 block boundary. | David Hook | 2017-06-27 | 1 | -100/+245 |
* | Initial cut of DSTU7564 digest and HMAC. | David Hook | 2017-06-25 | 1 | -0/+479 |
* | Stop decoding exceptions escaping from GetDecoderStream | Peter Dettman | 2017-06-10 | 1 | -0/+17 |
* | Update GCMBlockCipher from Java API | Peter Dettman | 2017-06-10 | 1 | -8/+42 |
* | Checks on DH peer public key | Peter Dettman | 2017-06-10 | 1 | -0/+93 |
* | Added s box allocation to AesEngine | Peter Dettman | 2017-06-10 | 7 | -26/+26 |
* | Port missing test cases from Java | Peter Dettman | 2017-06-09 | 1 | -36/+90 |
* | Write exception message to Console.Err | Peter Dettman | 2017-06-09 | 1 | -3/+4 |
* | Port of latest encodings work from Java | Peter Dettman | 2017-06-09 | 3 | -27/+117 |
* | Add validation to RSA public key constructor | Peter Dettman | 2017-06-09 | 1 | -2/+2 |
* | Add explicit length check on OAEP input | Peter Dettman | 2017-06-09 | 1 | -4/+25 |
* | Initial implementation of SM2 elliptic curve | Peter Dettman | 2017-06-03 | 1 | -3/+12 |
* | Added validation of integer/enumerated encoding. | David Hook | 2017-05-16 | 1 | -1/+2 |
* | SSLv3 must calculate the master secret earlier (from bc-java) | Peter Dettman | 2017-03-23 | 1 | -2/+3 |
* | Stop TcpListener in TlsServerTest | Peter Dettman | 2017-03-22 | 1 | -7/+14 |
* | Add TlsProtocol.CloseInput for use in non-blocking mode | Peter Dettman | 2017-03-22 | 1 | -0/+1 |
* | BJA-620 followup for Poly1305 | Peter Dettman | 2017-03-22 | 1 | -1/+10 |
* | Fixed N4 calculation issue - see BJA-655 | David Hook | 2017-03-07 | 1 | -2/+45 |
* | Fix carry propagation bug in Nat???.Square methods | Peter Dettman | 2016-11-30 | 3 | -0/+329 |
* | Avoid locale-dependent date-time string comparison in test | Peter Dettman | 2016-06-25 | 1 | -2/+4 |
* | Extra test method | Peter Dettman | 2016-04-29 | 1 | -0/+6 |
* | Support GetInstance from byte[] | Peter Dettman | 2016-04-29 | 1 | -0/+16 |
* | Port of HKDF from Java API | Peter Dettman | 2016-04-29 | 3 | -0/+312 |
* | Fix test class name | Peter Dettman | 2016-04-29 | 2 | -3/+3 |
* | Update Poly1305 to comply with RFC 7539 | Peter Dettman | 2016-04-20 | 1 | -117/+233 |
* | Added support for repeated requests for output to Xof. | David Hook | 2016-02-07 | 1 | -0/+44 |
* | Port bcrypt from Java API | Peter Dettman | 2016-02-03 | 4 | -6/+315 |
* | Implement RFC 7685 in TLS | Peter Dettman | 2016-02-03 | 2 | -0/+2 |