Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-29 | Update various parameter classes following Java API | Peter Dettman | 9 | -28/+61 | |
2016-04-29 | Fix test class name | Peter Dettman | 2 | -3/+3 | |
2016-04-21 | Update to draft-zauner-tls-aes-ocb-04 | Peter Dettman | 6 | -29/+57 | |
2016-04-20 | Minor change to error messages | Peter Dettman | 1 | -16/+6 | |
2016-04-20 | Update Poly1305 to comply with RFC 7539 | Peter Dettman | 5 | -205/+300 | |
2016-03-25 | Put zero-length extensions first in the ClientHello | Peter Dettman | 1 | -8/+20 | |
2016-03-10 | Prefer high bits for powers-of-two | Peter Dettman | 1 | -2/+6 | |
2016-03-10 | Implement unique name_type restriction from RFC 6066 | Peter Dettman | 2 | -2/+30 | |
2016-03-01 | BMA-147 Support ECDH_anon key exchange in (D)TLS | Peter Dettman | 5 | -37/+89 | |
2016-02-15 | fixed zero length message bug | David Hook | 1 | -1/+1 | |
2016-02-13 | fixed sign on BigInteger creation | David Hook | 1 | -1/+1 | |
2016-02-07 | Added support for repeated requests for output to Xof. | David Hook | 4 | -13/+76 | |
2016-02-04 | Add bcrypt classes to mobile projects | Peter Dettman | 2 | -4/+8 | |
2016-02-03 | Update release notes for bcrypt addition | Peter Dettman | 1 | -0/+1 | |
2016-02-03 | Port bcrypt from Java API | Peter Dettman | 8 | -7/+1225 | |
- Requested in BMA-143 | |||||
2016-02-03 | Implement RFC 7685 in TLS | Peter Dettman | 7 | -0/+56 | |
2016-02-03 | Add various ExtensionType values | Peter Dettman | 1 | -4/+47 | |
2016-02-02 | Refactoring | Peter Dettman | 2 | -28/+15 | |
2016-02-02 | Additional temp values in reduction | Peter Dettman | 2 | -6/+8 | |
2016-02-02 | Just check the final ReadByte return value | Peter Dettman | 1 | -15/+3 | |
2016-01-24 | Updated Android and iOS projects to include all the source files | Jeffrey Stedfast | 3 | -3/+10 | |
2016-01-18 | Add DTLS-SRTP protection profiles from RFC 7714 | Peter Dettman | 1 | -0/+6 | |
2016-01-17 | Initial cut of draft-zauner-tls-aes-ocb-03 | Peter Dettman | 8 | -23/+179 | |
2016-01-17 | draft-ietf-tls-downgrade-scsv => RFC 7507 | Peter Dettman | 6 | -22/+24 | |
2016-01-17 | Implement updated draft-ietf-tls-chacha20-poly1305-04 | Peter Dettman | 17 | -78/+251 | |
2016-01-17 | Support for re-init in Salsa family | Peter Dettman | 4 | -115/+93 | |
- simplify SetKey methods - avoid non-private mutable static state (sigma/tau) | |||||
2016-01-17 | Fix re-init bug in HC128/256 engines | Peter Dettman | 6 | -3/+144 | |
- add StreamCipherResetTest from Java API | |||||
2016-01-17 | Remove expired draft-josefsson-salsa20-tls stuff | Peter Dettman | 9 | -135/+1 | |
2016-01-15 | counter needs to based on maxlen(p) as tag done on J0 | David Hook | 1 | -2/+2 | |
2016-01-14 | reversed incorrect fix | David Hook | 1 | -2/+2 | |
2016-01-14 | update to blocksRemaining | David Hook | 1 | -2/+2 | |
2016-01-12 | Remove unused import | Peter Dettman | 1 | -1/+0 | |
2016-01-12 | Add block limit to GCM | Peter Dettman | 1 | -0/+8 | |
2016-01-12 | Use utility method | Peter Dettman | 1 | -12/+4 | |
2015-12-28 | Update versions and release notes for release 1.8.1 release-1.8.1 | Peter Dettman | 3 | -10/+40 | |
2015-12-28 | Add a couple more OIDs | Peter Dettman | 1 | -5/+7 | |
2015-12-28 | Add IdRsaKem | Peter Dettman | 1 | -6/+21 | |
2015-12-28 | Various ASN.1 updates from Java API | Peter Dettman | 13 | -20/+320 | |
2015-12-28 | Clean up a few warnings | Peter Dettman | 5 | -21/+13 | |
2015-12-28 | Optimized Sqrt and Trace for custom binary curves | Peter Dettman | 20 | -9/+327 | |
2015-12-28 | XML doc for TlsClient.ClientHelloRecordLayerVersion | Peter Dettman | 2 | -9/+14 | |
2015-12-25 | Fix VmpcMac to actually use offset in BlockUpdate() | Peter Dettman | 2 | -6/+7 | |
- https://github.com/bcgit/bc-java/issues/127 | |||||
2015-12-21 | BJA-584 Fix DTLS record-layer version handling | Peter Dettman | 6 | -33/+49 | |
- Also https://github.com/bcgit/bc-java/pull/111 | |||||
2015-12-19 | Added use of standard salt if provided. | David Hook | 1 | -1/+8 | |
2015-12-19 | Added test against fixed salt. | David Hook | 2 | -2/+47 | |
2015-12-19 | Added support for fixed salt. | David Hook | 1 | -7/+39 | |
2015-12-18 | Check CertificateRequest syntax server-side | Peter Dettman | 2 | -0/+6 | |
2015-12-17 | Add .userprefs to ignore list | Peter Dettman | 1 | -0/+1 | |
2015-12-16 | Validate ServerKeyExchange signature algorithm (TLS 1.2+) | Peter Dettman | 9 | -6/+114 | |
- check the algorithm is in signature_algorithms (or the implicit defaults if that extension was not sent) - add (D)TLS test scenarios to cover these checks | |||||
2015-12-16 | Validate CertificateVerify signature algorithm (TLS 1.2+) | Peter Dettman | 18 | -74/+426 | |
- check the algorithm is in the CertificateRequest list - add (D)TLS test scenarios for various failure modes | |||||
2015-11-23 | Update version for release release-1.8.0 | Peter Dettman | 1 | -1/+1 | |
2015-11-22 | More release preparation | Peter Dettman | 3 | -5/+5 | |
2015-11-22 | Updates in preparation for release 1.8.0 | Peter Dettman | 1 | -190/+307 | |
2015-11-22 | Add NonMemoableDigest and tests | Peter Dettman | 4 | -0/+192 | |
2015-11-21 | Add Platform method for getting the type name of an object | Peter Dettman | 252 | -333/+559 | |
2015-11-21 | Factor out IsEnumType method | Peter Dettman | 1 | -10/+11 | |
2015-11-21 | Update .gitignore | Peter Dettman | 1 | -0/+13 | |
2015-11-21 | Refactoring | Peter Dettman | 1 | -5/+11 | |
2015-11-21 | Add build-related files from BouncyCastle-PCL | Peter Dettman | 10 | -0/+655 | |
2015-11-21 | Spelling | Peter Dettman | 1 | -1/+1 | |
2015-11-21 | Add Threefish entries to factories to get tests passing | Peter Dettman | 4 | -11/+31 | |
2015-11-21 | BMA-52 Fix SerpentEngine byte-ordering | Peter Dettman | 11 | -604/+1213 | |
- The new TnepresEngine was added to retain the historical behaviour of SerpentEngine | |||||
2015-11-20 | Call NextBytes instead of GenerateSeed | Peter Dettman | 1 | -1/+2 | |
2015-11-20 | Don't reveal the output size in exception message | Peter Dettman | 1 | -1/+1 | |
2015-11-19 | Handle COORD_SKEWED too | Peter Dettman | 1 | -0/+1 | |
2015-11-19 | Save an inversion in ECDSA verification for common cases | Peter Dettman | 2 | -2/+67 | |
2015-11-18 | Move classes up into Org.BC.Crypto | Peter Dettman | 3 | -12/+12 | |
2015-11-18 | Access entropy source via property | Peter Dettman | 2 | -2/+7 | |
2015-11-17 | Improve usage/behaviour of SecureRandom.GenerateSeed | Peter Dettman | 13 | -31/+178 | |
2015-11-17 | Port some DES/DESEDE changes from Java | Peter Dettman | 5 | -33/+76 | |
2015-11-17 | Add missing lock for PORTABLE | Peter Dettman | 1 | -1/+1 | |
2015-11-17 | Fix file name | Peter Dettman | 1 | -1/+1 | |
2015-11-16 | Finish port of latest PRNG/DRBG stuff from Java | Peter Dettman | 24 | -1399/+2297 | |
2015-11-16 | Remove redundant semicolons | Peter Dettman | 4 | -4/+4 | |
2015-11-16 | More rename/delete | Peter Dettman | 2 | -33/+0 | |
2015-11-16 | Delete files | Peter Dettman | 2 | -48/+0 | |
2015-11-16 | More delete/move/rename | Peter Dettman | 6 | -986/+48 | |
2015-11-16 | Rename/delete some files | Peter Dettman | 3 | -103/+0 | |
2015-11-16 | FIPS DRBG digest/hmac/CTR | David Hook | 17 | -0/+3990 | |
2015-11-16 | added 4[] Concatenate | David Hook | 1 | -0/+31 | |
2015-11-16 | added 3[] Concatenate | David Hook | 1 | -0/+22 | |
2015-11-15 | Check in our strong name key | Peter Dettman | 2 | -1/+0 | |
2015-11-14 | Only initialise static data once | Peter Dettman | 1 | -16/+16 | |
2015-11-14 | Check there is no trailing data in Asn1Object.FromByteArray | Peter Dettman | 4 | -13/+23 | |
2015-11-13 | Update ECPrivateKeyStructure following Java API | Peter Dettman | 6 | -38/+96 | |
2015-11-13 | Obsolete sequence constructor and refactor | Peter Dettman | 1 | -11/+12 | |
2015-11-13 | Use portable methods for ASCII conversion | Peter Dettman | 1 | -3/+2 | |
2015-11-13 | Include basic encode/parse test | Peter Dettman | 1 | -0/+4 | |
2015-11-13 | Further refinement to random prime constructor | Peter Dettman | 1 | -3/+2 | |
2015-11-13 | According to RFC 6066, host_name should use ASCII encoding | Peter Dettman | 1 | -6/+7 | |
2015-11-13 | Fix length check | Peter Dettman | 1 | -1/+1 | |
2015-11-13 | added GetInstance methods | David Hook | 2 | -0/+50 | |
2015-11-12 | Review of culture-independent String comparison methods | Peter Dettman | 32 | -146/+165 | |
2015-11-12 | Refactoring of "unused bits" changes | Peter Dettman | 1 | -19/+17 | |
2015-11-12 | Use culture-independent prefix-check in MacUtilities.GetMac | Peter Dettman | 4 | -3/+50 | |
- Fix for https://github.com/bcgit/bc-csharp/pull/40 (modified from original patch) | |||||
2015-11-10 | Add sanity check on input length | Peter Dettman | 1 | -0/+4 | |
2015-11-10 | Address various compiler warnings | Peter Dettman | 48 | -106/+96 | |
2015-11-10 | Fix IV check for 64-bit blockSize | Peter Dettman | 1 | -3/+5 | |
2015-11-10 | Add BerBitString and improve "unused bit" handling | Peter Dettman | 26 | -178/+373 | |
2015-11-10 | Add more PkiFailureInfo constants | Peter Dettman | 2 | -65/+102 | |
2015-11-09 | Improve random prime constructor | Peter Dettman | 1 | -11/+7 | |
2015-11-09 | Add contributor entries | Peter Dettman | 1 | -1/+12 | |
2015-11-09 | Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCL | Peter Dettman | 15 | -5/+35 | |
2015-11-09 | fixed argument null message | David Hook | 1 | -1/+1 | |
2015-11-08 | Fix weird character | Peter Dettman | 1 | -1/+1 | |
2015-11-08 | Remove old TODO | Peter Dettman | 1 | -1/+0 | |
2015-11-08 | Needs to be in Org.BouncyCastle namespace for now | Peter Dettman | 1 | -1/+1 | |
2015-11-08 | A few more changes to sync up with BouncyCastle-PCL | Peter Dettman | 8 | -8/+51 | |
2015-11-08 | Some more PORTABLE updates | Peter Dettman | 3 | -3/+27 | |
2015-11-08 | Tighten up the correspondence b/w Close/Dispose | Peter Dettman | 20 | -44/+34 | |
2015-11-08 | DateTime portability changes for tests under PORTABLE | Peter Dettman | 3 | -11/+29 | |
2015-11-08 | Missed a Close/Dispose change | Peter Dettman | 1 | -5/+4 | |
2015-11-08 | Use utility method from Enums to avoid platform-specific code |