Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/85 | ||||
* | 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 |
| | | | | - includes basic nonce-reuse protections | ||||
* | 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 |
| | | | | - mark AesFastEngine obsolete and replace all usages with AesEngine | ||||
* | Port missing test cases from Java | Peter Dettman | 2017-06-09 | 1 | -36/+90 |
| | | | | - Switch to newer test format | ||||
* | 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 |
| | | | | | - includes custom curve code - add lots of OIDs from GM standard | ||||
* | 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 |
| | | | | - include SSLv3 in test suite | ||||
* | 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 |
| | | | | - tighten up handling of closure during handshake | ||||
* | BJA-620 followup for Poly1305 | Peter Dettman | 2017-03-22 | 1 | -1/+10 |
| | | | | | - bug not present in C#, but include test case - conservatively added an extra step in carry propagation | ||||
* | 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 |
| | | | | - Requested in BMA-143 | ||||
* | Implement RFC 7685 in TLS | Peter Dettman | 2016-02-03 | 2 | -0/+2 |
| | |||||
* | Refactoring | Peter Dettman | 2016-02-02 | 2 | -28/+15 |
| | |||||
* | Implement updated draft-ietf-tls-chacha20-poly1305-04 | Peter Dettman | 2016-01-17 | 4 | -12/+4 |
| | |||||
* | Fix re-init bug in HC128/256 engines | Peter Dettman | 2016-01-17 | 3 | -0/+136 |
| | | | | - add StreamCipherResetTest from Java API | ||||
* | Remove expired draft-josefsson-salsa20-tls stuff | Peter Dettman | 2016-01-17 | 2 | -8/+0 |
| | |||||
* | Use utility method | Peter Dettman | 2016-01-12 | 1 | -12/+4 |
| | |||||
* | Various ASN.1 updates from Java API | Peter Dettman | 2015-12-28 | 2 | -6/+67 |
| | |||||
* | Clean up a few warnings | Peter Dettman | 2015-12-28 | 3 | -14/+8 |
| | |||||
* | Optimized Sqrt and Trace for custom binary curves | Peter Dettman | 2015-12-28 | 1 | -0/+13 |
| | |||||
* | Fix VmpcMac to actually use offset in BlockUpdate() | Peter Dettman | 2015-12-25 | 1 | -5/+6 |
| | | | | - https://github.com/bcgit/bc-java/issues/127 | ||||
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2015-12-21 | 1 | -1/+37 |
|\ | |||||
| * | Added test against fixed salt. | David Hook | 2015-12-19 | 1 | -1/+37 |
| | | |||||
* | | BJA-584 Fix DTLS record-layer version handling | Peter Dettman | 2015-12-21 | 3 | -14/+15 |
|/ | | | | - Also https://github.com/bcgit/bc-java/pull/111 | ||||
* | Validate ServerKeyExchange signature algorithm (TLS 1.2+) | Peter Dettman | 2015-12-16 | 5 | -3/+100 |
| | | | | | | - 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 | ||||
* | Validate CertificateVerify signature algorithm (TLS 1.2+) | Peter Dettman | 2015-12-16 | 12 | -54/+314 |
| | | | | | - check the algorithm is in the CertificateRequest list - add (D)TLS test scenarios for various failure modes | ||||
* | Merge branch 'vs2010' of https://github.com/jstedfast/bc-csharp into ↵ | Peter Dettman | 2015-11-22 | 2 | -2/+1283 |
|\ | | | | | | | | | | | jstedfast-vs2010 - https://github.com/bcgit/bc-csharp/pull/22 | ||||
| * | Merge branch 'master' into vs2010 | Jeffrey Stedfast | 2015-10-19 | 6 | -23/+178 |
| |\ | |||||
| * | | Updated Visual Studio 2010 project files | Jeffrey Stedfast | 2015-10-18 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'master' into vs2010 | Jeffrey Stedfast | 2015-10-18 | 11 | -18/+1043 |
| |\ \ | |||||
| * | | | Updated Visual Studio 2010 project files | Jeffrey Stedfast | 2015-10-17 | 1 | -0/+13 |
| | | | | |||||
| * | | | Merge branch 'master' into vs2010 | Jeffrey Stedfast | 2015-10-17 | 26 | -741/+16883 |
| |\ \ \ | |||||
| * | | | | Updated VS 2010 projects | Jeffrey Stedfast | 2015-10-11 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Merge branch 'master' into vs2010 | Jeffrey Stedfast | 2015-10-11 | 7 | -285/+2509 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into vs2010 | Jeffrey Stedfast | 2015-06-26 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into vs2010 | Jeffrey Stedfast | 2015-03-28 | 2 | -2/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into vs2010 | Jeffrey Stedfast | 2015-03-14 | 53 | -286/+3376 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Added Visual Studio 2010 project/solution files for .NET 2.0 and Xamarin ↵ | Jeffrey Stedfast | 2014-10-14 | 2 | -12/+1217 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android/iOS | ||||
* | | | | | | | | | Add NonMemoableDigest and tests | Peter Dettman | 2015-11-22 | 2 | -0/+120 |
| | | | | | | | | | |||||
* | | | | | | | | | Add Threefish entries to factories to get tests passing | Peter Dettman | 2015-11-21 | 1 | -6/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | BMA-52 Fix SerpentEngine byte-ordering | Peter Dettman | 2015-11-21 | 4 | -78/+384 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The new TnepresEngine was added to retain the historical behaviour of SerpentEngine | ||||
* | | | | | | | | | Improve usage/behaviour of SecureRandom.GenerateSeed | Peter Dettman | 2015-11-17 | 3 | -4/+46 |
| | | | | | | | | | |||||
* | | | | | | | | | Finish port of latest PRNG/DRBG stuff from Java | Peter Dettman | 2015-11-16 | 7 | -969/+1157 |
| | | | | | | | | | |||||
* | | | | | | | | | More rename/delete | Peter Dettman | 2015-11-16 | 1 | -0/+0 |
| | | | | | | | | | |||||
* | | | | | | | | | FIPS DRBG digest/hmac/CTR | David Hook | 2015-11-16 | 5 | -0/+1699 |
| | | | | | | | | | |||||
* | | | | | | | | | Only initialise static data once | Peter Dettman | 2015-11-14 | 1 | -16/+16 |
| | | | | | | | | | |||||
* | | | | | | | | | Check there is no trailing data in Asn1Object.FromByteArray | Peter Dettman | 2015-11-14 | 2 | -7/+11 |
| | | | | | | | | | |||||
* | | | | | | | | | Update ECPrivateKeyStructure following Java API | Peter Dettman | 2015-11-13 | 1 | -9/+13 |
| | | | | | | | | | |||||
* | | | | | | | | | Include basic encode/parse test | Peter Dettman | 2015-11-13 | 1 | -0/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Use culture-independent prefix-check in MacUtilities.GetMac | Peter Dettman | 2015-11-12 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix for https://github.com/bcgit/bc-csharp/pull/40 (modified from original patch) | ||||
* | | | | | | | | | Address various compiler warnings | Peter Dettman | 2015-11-10 | 6 | -23/+12 |
| | | | | | | | | | |||||
* | | | | | | | | | Add BerBitString and improve "unused bit" handling | Peter Dettman | 2015-11-10 | 3 | -22/+108 |
| | | | | | | | | | |||||
* | | | | | | | | | Add more PkiFailureInfo constants | Peter Dettman | 2015-11-10 | 1 | -20/+33 |
| | | | | | | | | | |||||
* | | | | | | | | | Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCL | Peter Dettman | 2015-11-09 | 12 | -1/+31 |
| | | | | | | | | | |||||
* | | | | | | | | | Remove old TODO | Peter Dettman | 2015-11-08 | 1 | -1/+0 |
| | | | | | | | | | |||||
* | | | | | | | | | A few more changes to sync up with BouncyCastle-PCL | Peter Dettman | 2015-11-08 | 1 | -7/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | DateTime portability changes for tests under PORTABLE | Peter Dettman | 2015-11-08 | 3 | -11/+29 |
| | | | | | | | | | |||||
* | | | | | | | | | Replace Close with Dispose for PORTABLE | Peter Dettman | 2015-11-04 | 1 | -2/+14 |
| | | | | | | | | | |||||
* | | | | | | | | | Port updated revocation test from Java | Peter Dettman | 2015-11-04 | 1 | -43/+97 |
| | | | | | | | | | |||||
* | | | | | | | | | Port PrimesTest from Java | Peter Dettman | 2015-10-29 | 2 | -0/+180 |
| | | | | | | | | | |||||
* | | | | | | | | | Avoid duplicate tests | Peter Dettman | 2015-10-29 | 1 | -3/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Mark expensive tests with ExplicitAttribute and add faster alternatives | Peter Dettman | 2015-10-28 | 1 | -36/+62 |
| | | | | | | | | | |||||
* | | | | | | | | | Exclude some tests for PORTABLE | Peter Dettman | 2015-10-27 | 2 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | Add suffix check for test files | Peter Dettman | 2015-10-25 | 1 | -1/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Final naming refactor | David Hook | 2015-10-24 | 1 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | renamed ISignatureCalculator to ISignatureCalculatorFactory | David Hook | 2015-10-24 | 1 | -2/+2 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | http://www.bouncycastle.org/jira/browse/BMA-98 | Peter Dettman | 2015-10-18 | 1 | -18/+152 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Support v3 encryption - Port more rewrap tests from Java API | ||||
* | | | | | | | | No SerializableAttribute in PCL | Peter Dettman | 2015-10-18 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Port extra test case from Java API | Peter Dettman | 2015-10-18 | 1 | -3/+19 |
| | | | | | | | | |||||
* | | | | | | | | http://www.bouncycastle.org/jira/browse/BMA-128 | Peter Dettman | 2015-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Cater for future X.509 versions | ||||
* | | | | | | | | Followups for the SicBlockCipher changes | Peter Dettman | 2015-10-18 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Added missing key generation code | Peter Dettman | 2015-10-18 | 1 | -0/+4 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | https://github.com/bcgit/bc-csharp/issues/37 | Peter Dettman | 2015-10-17 | 6 | -16/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add alternative PGP methods involving passphrases to support UTF8 or caller-defined encodings | ||||
* | | | | | | | Fix various warnings from recent commits | Peter Dettman | 2015-10-17 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Fix case of JPAKE filenames | Peter Dettman | 2015-10-17 | 1 | -0/+0 |
| | | | | | | | |||||
* | | | | | | | Various JPAKE changes to fit existing code conventions | Peter Dettman | 2015-10-17 | 4 | -130/+161 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update project file with new entries - Tests moved to crypto/agreement/test | ||||
* | | | | | | | Merge branch 'master' of https://github.com/avanpo/bc-csharp into avanpo-master | Peter Dettman | 2015-10-17 | 3 | -0/+989 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | ported jpake library and tests from java | Alex van Poppelen | 2015-10-17 | 3 | -0/+989 |
| | | | | | | | |||||
* | | | | | | | Refactoring | Peter Dettman | 2015-10-17 | 1 | -12/+12 |
| | | | | | | | |||||
* | | | | | | | added DSA tests for SHA-2 | David Hook | 2015-10-17 | 1 | -1/+27 |
| | | | | | | | |||||
* | | | | | | | Added test of SignerInfoGenerator | David Hook | 2015-10-17 | 1 | -2/+97 |
|/ / / / / / | |||||
* | | | | | | Port of non-blocking TLS API from Java | Peter Dettman | 2015-10-16 | 2 | -0/+260 |
| | | | | | | |||||
* | | | | | | Refactoring | Peter Dettman | 2015-10-16 | 4 | -464/+237 |
| | | | | | | |||||
* | | | | | | Refactoring | Peter Dettman | 2015-10-16 | 1 | -265/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Also change which credentials are used to sign in TestSha1WithRsaAndAttributeTable | ||||
* | | | | | | Close files after reading | Peter Dettman | 2015-10-14 | 1 | -2/+10 |
| | | | | | | |||||
* | | | | | | Fixed single line file handling | Peter Dettman | 2015-10-14 | 2 | -44/+77 |
| | | | | | | |||||
* | | | | | | Port of latest PGP tests and supporting code changes | Peter Dettman | 2015-10-12 | 15 | -3/+16073 |
| | | | | | | |||||
* | | | | | | Introduced Utilities.IO.FilterStream | David Hook | 2015-10-12 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Initial cut of signature generation operators. | David Hook | 2015-10-12 | 1 | -3/+29 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Correct 1605-bit test vector for SHA3-512 | Peter Dettman | 2015-09-07 | 2 | -14/+8 |
| | | | | | |||||
* | | | | | Avoid duplicate test execution | Peter Dettman | 2015-09-06 | 2 | -2/+0 |
| | | | | | |||||
* | | | | | Port of Keccak, SHA-3, SHAKE from Java | Peter Dettman | 2015-09-06 | 6 | -278/+2471 |
| | | | | | |||||
* | | | | | Add consistency checks with custom curves and regular | Peter Dettman | 2015-08-14 | 1 | -6/+45 |
| |_|_|/ |/| | | | |||||
* | | | | Changed PkixCertPathChecker Check method signature, so chosen unsupported ↵ | Marcin Paszylk | 2015-06-16 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | | | | | | | certificate extensions can be removed from collection in Check method implementation. Change-Id: I2041e4dc7be1b041bbe3a4ff0537be921b1f317b | ||||
* | | | F2mCurve cleanup | Peter Dettman | 2015-03-26 | 1 | -1/+1 |
| | | | |||||
* | | | Only test each named curve once | Peter Dettman | 2015-03-24 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Update TLS for draft-ietf-tls-session-hash-04 | Peter Dettman | 2015-03-10 | 2 | -4/+2 |
| | | |||||
* | | Port of DTLS tests from Java | Peter Dettman | 2015-03-09 | 11 | -10/+741 |
| | | |||||
* | | Port of TlsTestSuite from Java, and misc. TLS code | Peter Dettman | 2015-03-09 | 25 | -178/+1284 |
| | | | | | | | | - Upgrade to NUnit 2.6.4 and adjust various test code | ||||
* | | Port X931Signer and tests from Java | Peter Dettman | 2015-03-09 | 2 | -1/+147 |
| | | |||||
* | | Porting from Java build | Peter Dettman | 2015-03-09 | 6 | -92/+342 |
| | | | | | | | | | | | | | | - SRP6 evidence messages and standard groups - TLS_SRP server-side support added - TLS_DHE server-side fixes - Improved support for DSA/ECDSA signing in TLS | ||||
* | | Port TLS-PSK tests from Java | Peter Dettman | 2015-03-08 | 3 | -0/+317 |
| | | |||||
* | | Don't override default ciphersuites in test | Peter Dettman | 2015-03-08 | 1 | -12/+12 |
| | | |||||
* | | Add newer TLS test data from Java build | Peter Dettman | 2015-03-08 | 8 | -0/+140 |
| | | |||||
* | | Add explicit delegate type to keep .NET 1.1 happy | Peter Dettman | 2015-03-08 | 1 | -1/+1 |
| | | |||||
* | | Port of some of the TLS tests from Java | Peter Dettman | 2015-03-07 | 4 | -0/+327 |
| | | |||||
* | | Various updates from Java build | Peter Dettman | 2015-03-07 | 1 | -2/+45 |
|/ | |||||
* | Use platform RNG as master, where available release-1.8.0-beta.4 | Peter Dettman | 2014-09-28 | 1 | -4/+18 |
| | | | | Obsolete seeded constructor in favour of GetInstance variant | ||||
* | Refactoring | Peter Dettman | 2014-09-17 | 1 | -138/+139 |
| | |||||
* | Initial implementation of draft-ietf-tls-session-hash-01 | Peter Dettman | 2014-08-26 | 1 | -0/+2 |
| | |||||
* | Add methods to give readable text for alerts | Peter Dettman | 2014-08-26 | 2 | -8/+8 |
| | |||||
* | Cleanup obsolete code warnings | Peter Dettman | 2014-08-26 | 1 | -2/+2 |
| | |||||
* | Port TLS server impl/test from Java API | Peter Dettman | 2014-08-25 | 2 | -0/+215 |
| | |||||
* | Fix NAnt build issue | Peter Dettman | 2014-08-24 | 1 | -1/+2 |
| | |||||
* | Fix TLS test namespace | Peter Dettman | 2014-08-24 | 3 | -4/+4 |
| | |||||
* | Finish initial porting of TLS 1.2 client from Java API | Peter Dettman | 2014-08-24 | 3 | -0/+361 |
| | |||||
* | Add TLS test data from Java API | Peter Dettman | 2014-08-24 | 10 | -0/+183 |
| | |||||
* | More TLS ported from Java API | Peter Dettman | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | Port of Deterministic-DSA from Java API | Peter Dettman | 2014-08-20 | 2 | -0/+512 |
| | |||||
* | Add automatic EC point validation for decoded points and for multiplier outputs | Peter Dettman | 2014-07-23 | 1 | -31/+2 |
| | |||||
* | Port of PrivateKeyInfo changes from Java | Peter Dettman | 2014-07-21 | 1 | -778/+778 |
| | |||||
* | Port a few Java openpgp updates | Peter Dettman | 2014-07-21 | 1 | -707/+991 |
| | |||||
* | Port a few more GCM/GMac updates | Peter Dettman | 2014-07-21 | 2 | -172/+175 |
| | |||||
* | Reduce the number of test cases | Peter Dettman | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Port of latest GCM/OCB changes | Peter Dettman | 2014-07-21 | 3 | -59/+371 |
| | |||||
* | De-tabify | Peter Dettman | 2014-07-21 | 1 | -458/+458 |
| | |||||
* | Asterisk the default coordinates for each curve | Peter Dettman | 2014-07-02 | 1 | -3/+5 |
| | |||||
* | Port ECAlgorithmsTest from Java | Peter Dettman | 2014-07-01 | 3 | -5/+157 |
| | |||||
* | Port of latest Curve25519 stuff from Java build | Peter Dettman | 2014-03-17 | 2 | -5/+24 |
| | |||||
* | Change primary measurement to multiplication rate using fixed-duration rounds | Peter Dettman | 2014-03-14 | 1 | -24/+47 |
| | |||||
* | Weight the performance test more towards random points | Peter Dettman | 2014-03-12 | 1 | -3/+9 |
| | |||||
* | Add extra random tests for SipHash to check consistency across different ↵ | Peter Dettman | 2014-03-12 | 1 | -0/+34 |
| | | | | update methods | ||||
* | Improve SipHashTest to cover varying update methods | Peter Dettman | 2014-03-11 | 1 | -4/+50 |
| | |||||
* | Adapt performance test to exclude outliers form average | Peter Dettman | 2014-03-10 | 1 | -15/+32 |
| | |||||
* | Fix infinite loop issue when there is no sqrt | Peter Dettman | 2014-03-04 | 1 | -0/+25 |
| | | | | Add test case to check that Sqrt returns null for non-squares | ||||
* | Add new test to regression tests | Peter Dettman | 2014-02-25 | 1 | -10/+11 |
| | |||||
* | Port some openpgp updates from Java build for secret keys | Peter Dettman | 2014-02-25 | 1 | -0/+169 |
| | |||||
* | Check a few more points in the encoding test | Peter Dettman | 2014-02-25 | 1 | -1/+7 |
| | |||||
* | [BMA-87] | Peter Dettman | 2014-02-19 | 1 | -184/+222 |
| | | | | Fix for UTC-type GeneralizedTime instances | ||||
* | Use GetEncoded(boolean) instead of deprecated constructor | Peter Dettman | 2014-02-09 | 1 | -7/+3 |
| | |||||
* | Update OCB draft references | Peter Dettman | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Add order/cofactor to the small test curves | Peter Dettman | 2014-02-06 | 1 | -10/+18 |
| | |||||
* | Add order/cofactor to Fp curves | Peter Dettman | 2014-02-04 | 4 | -342/+374 |
| | |||||
* | Bring OCB test vectors up-to-date with draft v06 | Peter Dettman | 2014-02-02 | 1 | -80/+127 |
| | |||||
* | Cleanup various warnings, and reformatting | Peter Dettman | 2014-01-29 | 4 | -259/+256 |
| | |||||
* | Use custom curve if available | Peter Dettman | 2014-01-26 | 1 | -192/+179 |
| | |||||
* | Add new test case for 96 bit tag from CFRG | Peter Dettman | 2014-01-26 | 1 | -31/+31 |
| | |||||
* | When OCB is used with incrementing nonces, the cipher processing during ↵ | Peter Dettman | 2014-01-26 | 1 | -1/+32 |
| | | | | initialization is only needed once every 64 inits. | ||||
* | Increase number of rounds | Peter Dettman | 2014-01-26 | 1 | -3/+2 |
| | |||||
* | Change F2m test curve to match Java version more clearly | Peter Dettman | 2014-01-25 | 1 | -18/+14 |
| | |||||
* | Formatting | Peter Dettman | 2014-01-24 | 1 | -8/+4 |
| | |||||
* | Some more EC point normalization | Peter Dettman | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Run point test on all supported coordinate systems | Peter Dettman | 2014-01-24 | 1 | -13/+36 |
| | |||||
* | Implementation of homogeneous coordinates for Fp | Peter Dettman | 2014-01-24 | 8 | -4312/+4336 |
| | | | | | Various changes to point methods to deal with non-affine points Changes in client code and tests to apply point normalization | ||||
* | Update test data | Peter Dettman | 2014-01-23 | 1 | -3/+3 |
| | |||||
* | Rewrite some tests to avoid (obsoleted) explicit field element construction | Peter Dettman | 2014-01-23 | 3 | -438/+423 |
| | |||||
* | Formatting | Peter Dettman | 2014-01-23 | 1 | -987/+987 |
| | |||||
* | Add foundations for supporting other coordinate systems | Peter Dettman | 2014-01-22 | 2 | -12/+34 |
| | | | | | Add curve configuration Multipliers now live on the curve instead of points | ||||
* | Use new Math.Field classes in EC curves, and avoid casting in client code | Peter Dettman | 2014-01-22 | 1 | -13/+2 |
| | |||||
* | Implement TwicePlus optimization in Fp curves | Peter Dettman | 2014-01-22 | 1 | -0/+19 |
| | |||||
* | BMA-119 | Peter Dettman | 2014-01-21 | 1 | -601/+601 |
| | | | | | Make GetValueList methods consistent Remove obsolete X509Name methods | ||||
* | Fix up openssl test cases | Peter Dettman | 2014-01-21 | 1 | -337/+336 |
| | |||||
* | Stop using DerUnknownTag (throw exceptions during parsing instead) | Peter Dettman | 2014-01-21 | 1 | -1/+0 |
| | |||||
* | Fix digest test constructors | Peter Dettman | 2014-01-21 | 15 | -261/+261 |
| | | | | Formatting | ||||
* | Add new files to project, rename Sm3 to SM3 | Peter Dettman | 2014-01-21 | 2 | -9/+9 |
| | |||||
* | Merge branch 'feature/threefish-skein-memoable-sm3' of ↵ | Peter Dettman | 2014-01-21 | 23 | -1872/+1441 |
|\ | | | | | | | | | | | | | | | git://github.com/timw/bc-csharp into timw-feature/threefish-skein-memoable-sm3 Conflicts: crypto/crypto.mdp crypto/src/util/Arrays.cs | ||||
| * | Refactor digest tests to subclass DigestTest, the same as bc-java. | Tim Whittington | 2013-10-20 | 14 | -1869/+644 |
| | | |||||
| * | Port SM3 digest implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 2 | -0/+75 |
| | | |||||
| * | Port Memoable digest support from bc-java. | Tim Whittington | 2013-10-20 | 1 | -2/+42 |
| | | |||||
| * | Port SkeinDigest and SkeinMac from bc-java. | Tim Whittington | 2013-10-20 | 3 | -0/+479 |
| | | | | | | | | Skein digest and Mac in 256/512/1024 bit state sizes (and arbitrary byte level output size), with unit tests. | ||||
| * | Port of Threefish implementation from bc-java. | Tim Whittington | 2013-10-20 | 5 | -1/+201 |
| | | | | | | | | All block sizes (256/5124/1024) and unit tests. | ||||
* | | Bring EC performance test up-to-date with Java version | Peter Dettman | 2014-01-21 | 1 | -53/+109 |
| | | |||||
* | | Use ECCurve.CreatePoint | Peter Dettman | 2014-01-21 | 1 | -430/+428 |
| | | | | | | | | Formatting | ||||
* | | Make date format consistent with Java tests | Peter Dettman | 2013-12-29 | 1 | -1/+1 |
| | | |||||
* | | Clean up all the special handling for IDEA stuff, back to a single release ↵ | Peter Dettman | 2013-12-17 | 6 | -2811/+2788 |
| | | | | | | | | assembly. | ||||
* | | Don't require there to be any digests, to allow in particular for a ↵ | Peter Dettman | 2013-11-10 | 1 | -0/+20 |
| | | | | | | | | certs-only SignedData | ||||
* | | Merge branch 'feature/poly1305' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-02 | 2 | -0/+396 |
|\ \ | | | | | | | | | | | | | Conflicts: crypto/crypto.mdp | ||||
| * | | Port Poly1305 Mac implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 2 | -0/+396 |
| |/ | |||||
* | | Fix namespace | Peter Dettman | 2013-11-01 | 1 | -5/+7 |
| | | |||||
* | | Add EnumeratedTest class | Peter Dettman | 2013-11-01 | 1 | -0/+113 |
| | | |||||
* | | Merge branch 'feature/gmac' of git://github.com/timw/bc-csharp | Peter Dettman | 2013-11-01 | 2 | -0/+185 |
|\ \ | | | | | | | | | | | | | Conflicts: crypto/crypto.mdp | ||||
| * | | Port GMac implementation and tests from bc-java. | Tim Whittington | 2013-10-20 | 2 | -0/+185 |
| |/ | |||||
* | | Fix XML comment | Peter Dettman | 2013-11-01 | 1 | -306/+307 |
| | | | | | | | | Detabify | ||||
* | | Port reduced round Salsa20, registerised Salsa20 core, XSalsa20 and ChaCha ↵ | Tim Whittington | 2013-10-10 | 4 | -7/+567 |
|/ | | | | from bc-java. | ||||
* | Guard against passing IV thru CMac | Peter Dettman | 2013-07-07 | 1 | -198/+214 |
| | |||||
* | Fix Platform references in tests | Peter Dettman | 2013-07-07 | 2 | -161/+163 |
| | |||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 1127 | -0/+103392 |