summary refs log tree commit diff
path: root/crypto/test/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge from masterOren Novotny2020-02-248-68/+198
|\
| * Misc. updates from bc-javaPeter Dettman2020-02-201-1/+1
| |
| * Stricter header validation for PEM filesPeter Dettman2020-02-201-0/+8
| |
| * ASN.1 updates from bc-javaPeter Dettman2020-02-192-10/+59
| |
| * PKCS12: Improved support for certificate-only key stores without passwordPeter Dettman2020-02-131-11/+68
| |
| * ASN.1 updates from bc-javaPeter Dettman2020-02-131-14/+14
| |
| * Improve ChaCha20Poly1305 testsPeter Dettman2019-10-232-32/+48
| | | | | | | | - focused on processing array sub-ranges
* | Merge branch 'master' into netstandardOren Novotny2019-09-215-27/+724
|\|
| * Port ChaCha20Poly1305 from bc-javaPeter Dettman2019-09-092-0/+444
| |
| * Tampering and reuse test cases for GCMPeter Dettman2019-09-092-27/+90
| |
| * Add new X448 test cases from bc-javaPeter Dettman2019-08-291-0/+190
| |
* | Remove unneeded ifdef'sOren Novotny2019-08-2231-61/+21
| |
* | Fix parsing of test messages due to using arg exception with parameter nameOren Novotny2019-08-221-8/+8
| |
* | Revert all Main -> MainOld renames by specifying startup object explicitlyOren Novotny2019-08-22296-297/+306
| |
* | More reversions for netcore 2.1Oren Novotny2019-08-222-23/+3
| |
* | Fix formattingOren Novotny2019-08-221-1/+1
| |
* | Restore original code as it's in netcore 2.1 nowOren Novotny2019-08-221-1/+1
| |
* | Restore original method as it's in netcore2.1Oren Novotny2019-08-221-1/+1
| |
* | Restore original exception type as it is in netstandard2Oren Novotny2019-08-221-1/+1
| |
* | merge master into netstandardOren Novotny2019-08-229-44/+184
|\|
| * Loosen test requirements on error messagePeter Dettman2019-08-091-4/+4
| |
| * ASN.1 updates from bc-javaPeter Dettman2019-08-091-5/+16
| | | | | | | | | | - Integer cannot have empty contents octets - Enumerated values can't be negative
| * Misc. ASN.1 updatesPeter Dettman2019-08-041-12/+8
| |
| * Refactoring in PublicKeyFactoryPeter Dettman2019-08-041-1/+1
| | | | | | | | | | - add SubjectPublicKeyInfo.ParsePublicKey and use where applicable - validate GOST3410 public key lengths
| * EC updates from bc-javaPeter Dettman2019-08-011-7/+138
| | | | | | | | | | | | | | - use half-trace when possible (odd m) for decompression/validation - provide field-specific half-trace methods for custom curves - clarify the logic of point-order testing for binary curves - expand test cases for invalid points
| * Fix warningsPeter Dettman2019-08-012-10/+10
| |
| * Misc. ASN.1 updates from bc-javaPeter Dettman2019-08-011-1/+1
| |
| * Fix CMP tests failing to set bodyPeter Dettman2019-07-311-4/+6
| |
* | merge from masterOren Novotny2019-08-011-0/+61
|\|
| * Adapt test to access restrictionsPeter Dettman2019-07-291-16/+35
| |
| * Remove unused importsPeter Dettman2019-07-291-4/+0
| |
| * Fix field reduction for custom secp128r1 curvePeter Dettman2019-07-291-0/+46
| | | | | | | | - see https://github.com/bcgit/bc-java/issues/566
* | Rename mainOren Novotny2019-06-211-1/+1
| |
* | Merge branch 'master' into netstandardOren Novotny2019-06-161-2/+2
|\|
| * Update ECPointTest.csKristian Rastrup2019-06-121-2/+2
| | | | | | Updated to test all points and not just the first
* | merge from masterOren Novotny2019-06-108-192/+879
|\|
| * Port LinkedCertificate from bc-javaPeter Dettman2019-06-042-0/+98
| |
| * Name constraint validation updates from bc-javaPeter Dettman2019-06-013-89/+583
| |
| * Remove extraneous outputPeter Dettman2019-06-011-1/+1
| |
| * Support SM2 in SignerUtilitiesPeter Dettman2019-06-012-102/+197
| | | | | | | | - including support for non-standard SHA256withSM2
* | Update depsOren Novotny2019-05-281-1/+1
| |
* | Merge branch 'master' into netstandardOren Novotny2019-05-2814-28/+3513
|\|
| * Cleanup around OfferInput methodsPeter Dettman2019-05-101-1/+1
| |
| * Update KDF test project files and .NET 1.1 compat.Peter Dettman2019-05-107-341/+281
| |
| * KDF Related tests.mw2019-05-076-2/+3417
| |
| * TLS: Clone in GetPsk since TlsPskKeyExchange will clear after usePeter Dettman2019-05-064-4/+94
| | | | | | | | - use not-all-zeroes test psk to ensure coverage
| * EdDSA verifiers now reject overly long signaturesPeter Dettman2019-04-302-22/+62
| | | | | | | | - see https://github.com/bcgit/bc-java/issues/508
* | Fix invalid cast in test pcl-v1.8.5Oren Novotny2019-02-071-1/+1
| |
* | merge from masterOren Novotny2019-02-076-665/+433
|\|
| * Fixes and tidying up for releasePeter Dettman2019-01-316-666/+433
| |
* | Remove old nunit artifactOren Novotny2019-01-251-1/+0
| |
* | merge from masterOren Novotny2019-01-255-47/+235
|\|
| * minor tweakingDavid Hook2019-01-204-47/+47
| |
| * Selecting digest.MW2019-01-191-5/+5
| |
| * Provider logic for transformation names.MW2019-01-191-2/+2
| |
| * added use of IKeyWrapper for managing CMS KeyTransRecipientDavid Hook2019-01-181-6/+3
| |
| * CMS ArchiveControlMW2019-01-171-0/+191
| |
* | Merge branch 'master' into netstandardOren Novotny2019-01-157-13/+1206
|\|
| * Updated C# doc.Megan Woods2019-01-152-93/+0
| | | | | | | | Removed EJBCA EnrollmentTest as it s not viable to produce an example on .Net Framework 2.0
| * updatedDavid Hook2019-01-151-17/+5
| |
| * Removed reference to old test.Megan Woods2019-01-142-4/+5
| | | | | | | | Added call to set time in EJBCA example.
| * Updated EJBCA ExampleMegan Woods2019-01-141-2/+1
| |
| * Updated locations added initial example for EJBCAMegan Woods2019-01-143-429/+85
| |
| * moveDavid Hook2019-01-141-0/+430
| |
| * Nist algs and ProtectedMessageTestsMegan Woods2019-01-141-0/+429
| |
| * Initial CMPMegan Woods2019-01-141-1/+2
| |
| * minor tweaksDavid Hook2019-01-141-9/+9
| |
| * Added ECGOST3410_2012SignerMegan Woods2019-01-142-0/+784
| | | | | | | | Updated encoding of SubjectPublicKeyInfo and PrivateKeyInfo
| * TLS: Update to RFC 7627 from draft-ietf-tls-session-hash-04Peter Dettman2018-11-062-2/+0
| |
* | Merge branch 'master' into netstandardOren Novotny2018-10-241-31/+32
|\|
| * Reverted short nonce on decryption changePeter Dettman2018-10-241-37/+3
| |
| * Apply CCM nonce length check for encryption onlyPeter Dettman2018-10-221-30/+65
| |
* | merge from masterOren Novotny2018-10-212-0/+356
|\|
| * Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeIntegerPeter Dettman2018-10-182-0/+356
| | | | | | | | | | - set to "true" to weaken ASN.1 INTEGER checks - see https://github.com/bcgit/bc-csharp/issues/156
* | merge from master pcl-v1.8.3.37Oren Novotny2018-10-161-1/+3
|\|
| * Handle CVC-ECDSA and PLAIN-ECDSA in test casePeter Dettman2018-10-141-1/+3
| |
* | rename entrypointOren Novotny2018-09-306-6/+6
| |
* | Rename old mainOren Novotny2018-09-301-1/+1
| |
* | merge from masterOren Novotny2018-09-3020-308/+1621
|\|
| * Port of SM4 from Java APIPeter Dettman2018-09-254-0/+244
| |
| * Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-2110-9/+448
| |
| * Code cleanup (from Java build)Peter Dettman2018-09-181-2/+2
| |
| * Blake2b/s: relax length-only constructor constraintsPeter Dettman2018-09-163-247/+426
| | | | | | | | - addresses https://github.com/bcgit/bc-csharp/issues/142
| * Fixed Rfc3211WrapEngine processing of messages over 127 bytes.Peter Dettman2018-09-161-1/+1
| |
| * RFC 8032: Implement Ed25519ctx, Ed25519ph, Ed448ph variantsPeter Dettman2018-09-142-13/+446
| |
| * RFC 7748: Export size constants for scalars, pointsPeter Dettman2018-09-142-42/+60
| |
* | merge from masterOren Novotny2018-08-311-3/+76
|\|
| * Further work to improve constant time in OAEP. release-1.8.3Peter Dettman2018-08-111-3/+76
| |
* | parallelize tests at fixture levelOren Novotny2018-07-191-0/+3
| |
* | Merge from masterOren Novotny2018-07-1920-223/+794
|\|
| * EC-related updates from bc-javaPeter Dettman2018-07-1018-223/+163
| |
| * Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-082-0/+631
| |
* | merge master into netstandardOren Novotny2018-05-198-7/+514
|\|
| * BCrypt: Add method for explicitly including trailing zero on passwordPeter Dettman2018-04-171-0/+2
| |
| * PKIX: Allow a V0 TA to appear at end of the cert path.Peter Dettman2018-04-171-1/+25
| |
| * Updated OpenBsdBCrypt to support version 2y.Peter Dettman2018-04-171-4/+51
| |
| * Change CCM test to use IV of 12 bytes (from bc-java).Peter Dettman2018-04-171-2/+2
| |
| * Add X25519 and X448 from RFC 7748Peter Dettman2018-04-172-0/+367
| | | | | | | | - includes optimized ladders for base points
| * Cache-safety for EC lookup tablesPeter Dettman2018-04-152-0/+67
| | | | | | | | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
* | Rename MainOren Novotny2018-04-092-2/+2
| |
* | merge from masterOren Novotny2018-04-096-64/+711
|\|
| * Update registries for digests, MACs from bc-javaPeter Dettman2018-04-081-55/+127
| |
| * Port of BLAKE2B/2S digests from bc-javaPeter Dettman2018-04-084-1/+536
| | | | | | | | - also some misc. changes for other digests
| * Latest scrypt updates from bc-javaPeter Dettman2018-04-081-8/+48
| |
* | fix failing test due to utc timeOren Novotny2018-02-121-2/+2
| |
* | Merge branch 'master' into netstandardOren Novotny2017-10-181-1/+99
|\|
| * Fix test for .NET 1.1Peter Dettman2017-10-171-1/+1
| |
| * Add RSA test case for CVE-2017-15361 vulnerabilityPeter Dettman2017-10-171-1/+99
| |
* | Rename entrypoint for testOren Novotny2017-09-231-1/+1
| |
* | Rename main methodsOren Novotny2017-09-232-2/+2
| |
* | Merge from masterOren Novotny2017-09-2215-278/+1452
|\|
| * Fix method qualifiers and refactorPeter Dettman2017-09-181-251/+236
| |
| * Update SignerLocation to use DirectoryStringPeter Dettman2017-09-171-12/+12
| | | | | | | | - obsolete old UTF8-based methods.
| * Sketch out test changes for ECGOST3410-2012Peter Dettman2017-09-171-12/+29
| |
| * Add testcase for RAW PKCS#1 signatures missing DER NULLPeter Dettman2017-09-171-0/+18
| |
| * Add new PGP signature testcasePeter Dettman2017-09-171-0/+41
| |
| * Port of some newer test cases and data from Java CertTestPeter Dettman2017-09-171-0/+84
| |
| * Added GmSSL test vectors for SM3Peter Dettman2017-09-171-6/+139
| |
| * Fix previous commit for .NET 1.1Peter Dettman2017-09-161-1/+1
| |
| * Exclude GOST34.10 2012 curves from existing test casesPeter Dettman2017-09-161-0/+4
| |
| * Port of SM2Engine from JavaPeter Dettman2017-09-162-0/+168
| |
| * Port of SM2KeyExchange from JavaPeter Dettman2017-09-162-0/+230
| |
| * SM2 signing cleanupPeter Dettman2017-09-161-1/+0
| |
| * Port of SM2Signer from JavaPeter Dettman2017-09-165-1/+491
| |
| * Add class summaryPeter Dettman2017-09-161-0/+5
| |
* | Merge branch 'master' into netstandardOren Novotny2017-09-071-0/+246
|\|
| * Add expiry test case to PgpKeyRingTestPeter Dettman2017-09-041-0/+246
| |
* | run test under portable profileOren Novotny2017-08-171-6/+4
| |
* | Merge branch 'master' into netstandardOren Novotny2017-08-179-109/+173
|\|
| * Fix the message in case of test failurePeter Dettman2017-08-141-2/+3
| |
| * Fix namespace declarationPeter Dettman2017-08-131-1/+1
| |
| * Update GMacTest from JavaPeter Dettman2017-08-131-0/+4
| |
| * Fix various issues trying to build for .NET 1.1Peter Dettman2017-08-135-52/+90
| |
| * Fix Dstu7624WrapEngine to respect input offsets and lengthsPeter Dettman2017-08-131-55/+58
| |
| * Support receiving DTLS records containing multiple handshake messagesPeter Dettman2017-08-132-0/+18
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/85
* | Fix ups after merge from masterOren Novotny2017-07-142-2/+2
| |
* | Merge branch 'master' into netstandardOren Novotny2017-07-143-24/+489
|\|
| * added GOST3411-2012David Hook2017-07-112-0/+215
| |
| * CCM updateDavid Hook2017-07-111-11/+3
| |
| * added KCCMDavid Hook2017-07-081-24/+282
| |
* | Merge branch 'master' into netstandardOren Novotny2017-07-0618-118/+1561
|\|
| * refactored out key sizeDavid Hook2017-07-061-34/+34
| |
| * added KCTRDavid Hook2017-07-062-11/+10
| |
| * DSTU 7624 MACDavid Hook2017-07-061-2/+1
| |
| * initial DSTU7624 workDavid Hook2017-07-061-0/+481
| |
| * added extra vectorDavid Hook2017-07-061-3/+24
| |
| * paddingfix for where pad block extends over 2 block boundary.David Hook2017-06-271-100/+245
| |
| * Initial cut of DSTU7564 digest and HMAC.David Hook2017-06-251-0/+479
| |
| * Stop decoding exceptions escaping from GetDecoderStreamPeter Dettman2017-06-101-0/+17
| |
| * Update GCMBlockCipher from Java APIPeter Dettman2017-06-101-8/+42
| | | | | | | | - includes basic nonce-reuse protections
| * Checks on DH peer public keyPeter Dettman2017-06-101-0/+93
| |
| * Added s box allocation to AesEnginePeter Dettman2017-06-107-26/+26
| | | | | | | | - mark AesFastEngine obsolete and replace all usages with AesEngine
| * Port missing test cases from JavaPeter Dettman2017-06-091-36/+90
| | | | | | | | - Switch to newer test format
| * Write exception message to Console.ErrPeter Dettman2017-06-091-3/+4
| |
| * Port of latest encodings work from JavaPeter Dettman2017-06-093-27/+117
| |
| * Add validation to RSA public key constructorPeter Dettman2017-06-091-2/+2
| |
| * Add explicit length check on OAEP inputPeter Dettman2017-06-091-4/+25
| |
| * Initial implementation of SM2 elliptic curvePeter Dettman2017-06-031-3/+12
| | | | | | | | | | - includes custom curve code - add lots of OIDs from GM standard
* | merge from masterOren Novotny2017-05-205-11/+30
|\|
| * Added validation of integer/enumerated encoding.David Hook2017-05-161-1/+2
| |
| * SSLv3 must calculate the master secret earlier (from bc-java)Peter Dettman2017-03-231-2/+3
| | | | | | | | - include SSLv3 in test suite
| * Stop TcpListener in TlsServerTestPeter Dettman2017-03-221-7/+14
| |
| * Add TlsProtocol.CloseInput for use in non-blocking modePeter Dettman2017-03-221-0/+1
| | | | | | | | - tighten up handling of closure during handshake
| * BJA-620 followup for Poly1305Peter Dettman2017-03-221-1/+10
| | | | | | | | | | - bug not present in C#, but include test case - conservatively added an extra step in carry propagation
* | Merge branch 'master' into netstandardOren Novotny2017-03-081-2/+45
|\|
| * Fixed N4 calculation issue - see BJA-655David Hook2017-03-071-2/+45
| |
* | merge from masterOren Novotny2017-01-102-0/+327
|\|
| * Fix carry propagation bug in Nat???.Square methodsPeter Dettman2016-11-302-0/+327
| |
* | Fix issues compiling tests for .NET Core App (rename Main methods to MainOld) pcl-v1.8.1.2Oren Novotny2016-12-04293-364/+517
|/
* Avoid locale-dependent date-time string comparison in testPeter Dettman2016-06-251-2/+4
|
* Extra test methodPeter Dettman2016-04-291-0/+6
|
* Support GetInstance from byte[]Peter Dettman2016-04-291-0/+16
|
* Port of HKDF from Java APIPeter Dettman2016-04-292-0/+311
|
* Fix test class namePeter Dettman2016-04-292-3/+3
|
* Update Poly1305 to comply with RFC 7539Peter Dettman2016-04-201-117/+233
|
* Added support for repeated requests for output to Xof.David Hook2016-02-071-0/+44
|
* Port bcrypt from Java APIPeter Dettman2016-02-033-6/+313
| | | | - Requested in BMA-143
* Implement RFC 7685 in TLSPeter Dettman2016-02-032-0/+2
|
* RefactoringPeter Dettman2016-02-022-28/+15
|
* Implement updated draft-ietf-tls-chacha20-poly1305-04Peter Dettman2016-01-174-12/+4
|
* Fix re-init bug in HC128/256 enginesPeter Dettman2016-01-172-0/+135
| | | | - add StreamCipherResetTest from Java API
* Remove expired draft-josefsson-salsa20-tls stuffPeter Dettman2016-01-172-8/+0
|
* Use utility methodPeter Dettman2016-01-121-12/+4
|
* Various ASN.1 updates from Java APIPeter Dettman2015-12-282-6/+67
|
* Clean up a few warningsPeter Dettman2015-12-283-14/+8
|
* Optimized Sqrt and Trace for custom binary curvesPeter Dettman2015-12-281-0/+13
|
* Fix VmpcMac to actually use offset in BlockUpdate()Peter Dettman2015-12-251-5/+6
| | | | - https://github.com/bcgit/bc-java/issues/127
* Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2015-12-211-1/+37
|\
| * Added test against fixed salt.David Hook2015-12-191-1/+37
| |
* | BJA-584 Fix DTLS record-layer version handlingPeter Dettman2015-12-213-14/+15
|/ | | | - Also https://github.com/bcgit/bc-java/pull/111
* Validate ServerKeyExchange signature algorithm (TLS 1.2+)Peter Dettman2015-12-165-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 Dettman2015-12-1611-54/+310
| | | | | - 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 Dettman2015-11-221-2/+6
|\ | | | | | | | | | | jstedfast-vs2010 - https://github.com/bcgit/bc-csharp/pull/22
| * Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-196-23/+178
| |\
| * \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-1811-18/+1043
| |\ \
| * \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-1720-741/+1709
| |\ \ \
| * \ \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-115-285/+902
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-06-261-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-03-282-2/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-03-1441-286/+3204
| |\ \ \ \ \ \ \
| * | | | | | | | Added Visual Studio 2010 project/solution files for .NET 2.0 and Xamarin ↵Jeffrey Stedfast2014-10-141-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android/iOS
* | | | | | | | | Add NonMemoableDigest and testsPeter Dettman2015-11-222-0/+120
| | | | | | | | |
* | | | | | | | | Add Threefish entries to factories to get tests passingPeter Dettman2015-11-211-6/+6
| | | | | | | | |
* | | | | | | | | BMA-52 Fix SerpentEngine byte-orderingPeter Dettman2015-11-214-78/+384
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The new TnepresEngine was added to retain the historical behaviour of SerpentEngine
* | | | | | | | | Improve usage/behaviour of SecureRandom.GenerateSeedPeter Dettman2015-11-173-4/+46
| | | | | | | | |
* | | | | | | | | Finish port of latest PRNG/DRBG stuff from JavaPeter Dettman2015-11-167-969/+1157
| | | | | | | | |
* | | | | | | | | More rename/deletePeter Dettman2015-11-161-0/+0
| | | | | | | | |
* | | | | | | | | FIPS DRBG digest/hmac/CTRDavid Hook2015-11-165-0/+1699
| | | | | | | | |
* | | | | | | | | Only initialise static data oncePeter Dettman2015-11-141-16/+16
| | | | | | | | |
* | | | | | | | | Check there is no trailing data in Asn1Object.FromByteArrayPeter Dettman2015-11-142-7/+11
| | | | | | | | |
* | | | | | | | | Update ECPrivateKeyStructure following Java APIPeter Dettman2015-11-131-9/+13
| | | | | | | | |
* | | | | | | | | Include basic encode/parse testPeter Dettman2015-11-131-0/+4
| | | | | | | | |
* | | | | | | | | Use culture-independent prefix-check in MacUtilities.GetMacPeter Dettman2015-11-121-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix for https://github.com/bcgit/bc-csharp/pull/40 (modified from original patch)
* | | | | | | | | Address various compiler warningsPeter Dettman2015-11-106-23/+12
| | | | | | | | |
* | | | | | | | | Add BerBitString and improve "unused bit" handlingPeter Dettman2015-11-103-22/+108
| | | | | | | | |
* | | | | | | | | Add more PkiFailureInfo constantsPeter Dettman2015-11-101-20/+33
| | | | | | | | |
* | | | | | | | | Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCLPeter Dettman2015-11-0912-1/+31
| | | | | | | | |
* | | | | | | | | Remove old TODOPeter Dettman2015-11-081-1/+0
| | | | | | | | |
* | | | | | | | | A few more changes to sync up with BouncyCastle-PCLPeter Dettman2015-11-081-7/+6
| | | | | | | | |
* | | | | | | | | DateTime portability changes for tests under PORTABLEPeter Dettman2015-11-083-11/+29
| | | | | | | | |
* | | | | | | | | Replace Close with Dispose for PORTABLEPeter Dettman2015-11-041-2/+14
| | | | | | | | |
* | | | | | | | | Port updated revocation test from JavaPeter Dettman2015-11-041-43/+97
| | | | | | | | |
* | | | | | | | | Port PrimesTest from JavaPeter Dettman2015-10-292-0/+180
| | | | | | | | |
* | | | | | | | | Avoid duplicate testsPeter Dettman2015-10-291-3/+3
| | | | | | | | |
* | | | | | | | | Mark expensive tests with ExplicitAttribute and add faster alternativesPeter Dettman2015-10-281-36/+62
| | | | | | | | |
* | | | | | | | | Exclude some tests for PORTABLEPeter Dettman2015-10-272-2/+2
| | | | | | | | |
* | | | | | | | | Add suffix check for test filesPeter Dettman2015-10-251-1/+4
| | | | | | | | |
* | | | | | | | | Final naming refactorDavid Hook2015-10-241-2/+2
| | | | | | | | |
* | | | | | | | | renamed ISignatureCalculator to ISignatureCalculatorFactoryDavid Hook2015-10-241-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | http://www.bouncycastle.org/jira/browse/BMA-98Peter Dettman2015-10-181-18/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Support v3 encryption - Port more rewrap tests from Java API
* | | | | | | | No SerializableAttribute in PCLPeter Dettman2015-10-181-1/+1
| | | | | | | |
* | | | | | | | Port extra test case from Java APIPeter Dettman2015-10-181-3/+19
| | | | | | | |
* | | | | | | | http://www.bouncycastle.org/jira/browse/BMA-128Peter Dettman2015-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Cater for future X.509 versions
* | | | | | | | Followups for the SicBlockCipher changesPeter Dettman2015-10-181-0/+1
| | | | | | | |
* | | | | | | | Added missing key generation codePeter Dettman2015-10-181-0/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | https://github.com/bcgit/bc-csharp/issues/37Peter Dettman2015-10-176-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add alternative PGP methods involving passphrases to support UTF8 or caller-defined encodings
* | | | | | | Fix various warnings from recent commitsPeter Dettman2015-10-171-2/+2
| | | | | | |
* | | | | | | Fix case of JPAKE filenamesPeter Dettman2015-10-171-0/+0
| | | | | | |
* | | | | | | Various JPAKE changes to fit existing code conventionsPeter Dettman2015-10-174-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-masterPeter Dettman2015-10-173-0/+989
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ported jpake library and tests from javaAlex van Poppelen2015-10-173-0/+989
| | | | | | |
* | | | | | | RefactoringPeter Dettman2015-10-171-12/+12
| | | | | | |
* | | | | | | added DSA tests for SHA-2David Hook2015-10-171-1/+27
| | | | | | |
* | | | | | | Added test of SignerInfoGeneratorDavid Hook2015-10-171-2/+97
|/ / / / / /
* | | | | | Port of non-blocking TLS API from JavaPeter Dettman2015-10-162-0/+260
| | | | | |
* | | | | | RefactoringPeter Dettman2015-10-164-464/+237
| | | | | |
* | | | | | RefactoringPeter Dettman2015-10-161-265/+116
| | | | | | | | | | | | | | | | | | | | | | | | - Also change which credentials are used to sign in TestSha1WithRsaAndAttributeTable
* | | | | | Close files after readingPeter Dettman2015-10-141-2/+10
| | | | | |
* | | | | | Fixed single line file handlingPeter Dettman2015-10-142-44/+77
| | | | | |
* | | | | | Port of latest PGP tests and supporting code changesPeter Dettman2015-10-129-3/+899
| | | | | |