Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-01-06 | update build script | Oren Novotny | 1 | -2/+2 | |
2016-01-06 | update gv cfg | Oren Novotny | 1 | -1/+4 | |
2015-12-31 | Update description | Oren Novotny | 1 | -22/+29 | |
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 | Version bump to final 1.8.0 pcl-v1.8.0 | Oren Novotny | 1 | -1/+1 | |
2015-11-22 | update build script | Oren Novotny | 1 | -1/+1 | |
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 | Switch to using the BouncyCastle.snk file from solution directory (from ↵ | Peter Dettman | 4 | -8/+14 | |
bc-csharp) | |||||
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 | A few changes in the use of LIB preprocessor flag | Peter Dettman | 3 | -5/+11 | |
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 | Whitespace, comments, unused import, missing test code | Peter Dettman | 5 | -10/+30 | |
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 here | Peter Dettman | 1 | -1/+1 | |