summary refs log tree commit diff
path: root/crypto/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ASN.1: Tagged object parser improvementsPeter Dettman2021-11-201-1/+1
| | | | | - add DLTaggedObjectParser - refactoring of Asn1InputStream/Asn1StreamParser
* ASN.1: Port of bc-java TYPE instancesPeter Dettman2021-11-182-3/+8
| | | | | - we use Meta.Instance here due to syntax restrictions - also reworked some ASN.1 string types
* Add DLTaggedObject and use from parserPeter Dettman2021-11-111-1/+1
|
* Handle high tag numbersPeter Dettman2021-11-101-2/+11
|
* ASN.1: Add support for relative OIDsPeter Dettman2021-11-085-55/+177
|
* PORTABLE fixesPeter Dettman2021-10-182-4/+5
|
* .NET 1.1 fixesPeter Dettman2021-10-173-89/+87
|
* Experimental server-side TLS 1.3 PSKPeter Dettman2021-10-174-0/+263
|
* Use primitive encoding for short octet stringsPeter Dettman2021-10-152-26/+43
|
* Improve ASN.1 substream handlingPeter Dettman2021-10-152-7/+9
|
* ASN1InputStream updates from bc-javaPeter Dettman2021-10-152-12/+13
| | | | | - improve tag validation - improve handling of long form definite-length
* Some Obsolete cleanupPeter Dettman2021-10-141-8/+3
|
* Add Asn1Encodable.EncodeTo methodsPeter Dettman2021-10-143-8/+3
|
* Ignore PGP signatures with invalid versionPeter Dettman2021-10-143-0/+113
|
* Latest ArmoredInputStream stuff from bc-javaPeter Dettman2021-10-133-11/+432
|
* Test fixesPeter Dettman2021-10-121-2/+2
|
* Marker packet skippingPeter Dettman2021-10-123-0/+121
|
* completed copy constructor in SignerInformation, fixed mutable issue for SET ↵David Hook2021-10-081-1/+12
| | | | in ASN1Encodable
* added explicit sorting of DER encoded SETDavid Hook2021-10-071-1/+16
|
* Fix test namespacesPeter Dettman2021-10-044-12/+7
|
* format changes only - relates to github #68David Hook2021-10-042-2/+2
|
* format changes only - relates to github #68David Hook2021-10-043-3/+3
|
* partial #68David Hook2021-10-044-8/+8
|
* Restore new testsPeter Dettman2021-09-221-0/+5
|
* Check DH standard group lookupPeter Dettman2021-09-111-1/+10
|
* Merge branch 'master' of gitlab.cryptoworkshop.com:root/bc-csharpmw2021-09-035-1/+1290
|\
| * added missing testsDavid Hook2021-09-024-0/+1289
| |
| * minor refactoringDavid Hook2021-09-021-1/+1
| |
* | Updated PemReader to support differing whitespace assumptions.mw2021-09-032-2/+167
|/ | | | | Added tests. Issue #2
* moved testmw2021-09-022-103/+106
|
* Merge from pullmw2021-09-013-0/+197
|\
| * Test client for TLS 1.3 (external) PSKPeter Dettman2021-08-313-0/+197
| |
* | Issue #1mw2021-09-012-163/+381
|/ | | | | | Added logic to handle duplicate extensions. New method on Pkcs10CertificationRequest for extracting X509Extensions Tests
* fixed typosDavid Hook2021-08-301-1/+1
|
* initial fix for #261David Hook2021-08-301-0/+118
|
* CleanupPeter Dettman2021-08-071-11/+2
|
* Fix test class namePeter Dettman2021-07-281-1/+1
|
* Refactoring around TLS HKDFPeter Dettman2021-07-251-5/+6
|
* Calculate HMAC without extracting TlsSecretPeter Dettman2021-07-241-12/+2
|
* Followup OAEP changesPeter Dettman2021-07-211-31/+31
|
* bzip2 perf. opts.Peter Dettman2021-07-161-0/+12
|
* Fix bzip2 compression for empty contentsPeter Dettman2021-07-151-34/+35
| | | | - see https://github.com/bcgit/bc-java/issues/993
* .NET 1.1 fixesPeter Dettman2021-07-122-2/+2
|
* Fix some warningsPeter Dettman2021-07-127-10/+10
|
* Port of new TLS API from bc-javaPeter Dettman2021-07-1243-0/+6504
|
* TLS test tweaksPeter Dettman2021-07-092-3/+3
|
* Test for long inputsPeter Dettman2021-07-081-6/+5
|
* Fix portability issues around Socket classPeter Dettman2021-06-101-1/+1
|
* Update TLS test data from bc-javaPeter Dettman2021-06-0678-346/+2366
|
* Improve EdDSA/XDH key validationPeter Dettman2021-06-062-4/+4
|
* Merge remote-tracking branch 'origin/master'David Hook2021-06-033-0/+74
|\
| * NTZ for 0 should be 32/64 resp.Peter Dettman2021-06-013-0/+74
| | | | | | | | | | - add tests for NLZ, NTZ - round out methods for Longs class
* | github #172 - added blowfish init check on key sizeDavid Hook2021-05-311-0/+23
|/
* .NET 1.1 fixesPeter Dettman2021-05-241-0/+4
|
* Fix project files plus portability fixesPeter Dettman2021-05-2427-996/+1021
|
* Add support for ARIAPeter Dettman2021-05-243-1/+183
|
* github #222 addressed OAEP parameter setting, refactored ↵David Hook2021-05-242-2/+135
| | | | KeyTransRecipientInfoGenerator to allow deprecation of sub class
* github#54 test for mixed mode definitionDavid Hook2021-05-241-3/+11
|
* added sha256 test vectorDavid Hook2021-05-241-0/+23
|
* github #23 added method for handling signing subkeyDavid Hook2021-05-231-4/+38
|
* github #283 added extra features fields, corrected parsing for new draftDavid Hook2021-05-231-0/+55
|
* allowed for null policy OIDDavid Hook2021-05-231-0/+56
|
* updates for working tests for FPE, TupleHash, ParallelHashDavid Hook2021-03-194-8/+10
|
* first cut FPE, TupleHash, ParallelHash, and GCM-SIVDavid Hook2021-03-196-0/+1289
|
* Fix CSHAKETestPeter Dettman2021-02-111-10/+10
|
* Fix SHAKE 'digest' output sizePeter Dettman2021-02-111-6/+6
|
* Add more digest test casesPeter Dettman2021-02-101-14/+33
|
* EdDSA public key validationPeter Dettman2021-02-102-2/+182
| | | | - per NIST SP 800-186
* Add TestRandomData classPeter Dettman2021-02-102-0/+34
|
* Various SHA512/224, SHA512/256, SHA3 supportPeter Dettman2021-02-101-3/+90
|
* New HasValue methodsPeter Dettman2021-02-084-20/+57
|
* Support V1 attribute certificates and holdersPeter Dettman2021-02-081-10/+154
|
* direct signature for PSSDavid Hook2021-01-311-0/+57
|
* CleanupPeter Dettman2020-12-084-37/+45
|
* added support for PKCS#5 scheme 2 to Pkcs12Store, tests for the sameDavid Hook2020-11-171-3/+232
|
* Merge branch 'nist_ecc_test_pr' of ↵Peter Dettman2020-10-313-0/+3288
|\ | | | | | | https://github.com/BlackthornYugen/bc-csharp into BlackthornYugen-nist_ecc_test_pr
| * Supporing .NET 1.1John Steel2020-10-201-14/+20
| | | | | | | | | | | | - removing generics - removing named params - replacing 'var' with types
| * Updating test structure to match existing.John Steel2020-10-171-4/+32
| |
| * Test Vectors for EC Point MultiplyJohn Steel2020-10-173-0/+3254
| | | | | | | | | | Test multiply with the test vectors downloaded from: http://point-at-infinity.org/ecc/nisttv
* | Fix UnitTests resource pathsPeter Dettman2020-10-301-0/+1
| |
* | Cleanup after recent changesPeter Dettman2020-10-308-124/+367
| |
* | Add new files to projectsPeter Dettman2020-10-301-0/+3
| |
* | Added KMAC Params and testmw2020-10-292-22/+107
| |
* | Added CSHAKEDigest, KMac, removed unused import from NewTspTestmw2020-10-283-1/+450
| |
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp into mastermw2020-10-271-0/+1
|\ \
| * | added NewTspTestDavid Hook2020-10-271-0/+1
| | |
* | | Finished NewTspTestsmw2020-10-271-25/+416
|/ /
* | Added fractional time and new testsmw2020-10-271-0/+551
| |
* | Updated TableGen2 to use IdAASigningCertificateV2 oidmw2020-10-221-1/+95
| |
* | GCM updates from bc-javaPeter Dettman2020-10-182-4/+3
| |
* | PGP updates from bc-javaPeter Dettman2020-07-301-1/+1
| |
* | Straighten out ECGOST3410NamedCurvesPeter Dettman2020-07-172-9/+4
| | | | | | | | - deprecate/replace methods returning ECDomainParameters
* | Fix range and bias of NextDoublePeter Dettman2020-06-211-0/+48
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/253
* | Don't use 'var' keywordPeter Dettman2020-06-211-3/+3
| |
* | github #237 - gost 2012 parsingDavid Hook2020-04-251-0/+13
| |
* | fixed typoDavid Hook2020-04-181-1/+9
| |
* | added extra key storeDavid Hook2020-04-181-0/+126
| |
* | Avoid NUnit test adapter running perf testPeter Dettman2020-04-061-1/+1
| |
* | Newer .NET versions append the parameter namePeter Dettman2020-04-061-12/+21
| |
* | Add OtherName support and refactoringPeter Dettman2020-04-051-0/+31
| |
* | Reset after wrong-length failurePeter Dettman2020-04-052-0/+78
| |
* | Support headers with multiple valuesPeter Dettman2020-04-057-7/+37
| | | | | | | | - tidy up test names
* | 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
* | Port ChaCha20Poly1305 from bc-javaPeter Dettman2019-09-093-0/+445
| |
* | 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
| |
* | 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
| |
* | 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-292-0/+47
| | | | | | | | - see https://github.com/bcgit/bc-java/issues/566
* | Update ECPointTest.csKristian Rastrup2019-06-121-2/+2
| | | | | | Updated to test all points and not just the first
* | Port LinkedCertificate from bc-javaPeter Dettman2019-06-043-0/+99
| |
* | Name constraint validation updates from bc-javaPeter Dettman2019-06-014-89/+584
| |
* | Remove extraneous outputPeter Dettman2019-06-011-1/+1
| |
* | Support SM2 in SignerUtilitiesPeter Dettman2019-06-012-102/+197
| | | | | | | | - including support for non-standard SHA256withSM2
* | Cleanup around OfferInput methodsPeter Dettman2019-05-101-1/+1
| |
* | Update KDF test project files and .NET 1.1 compat.Peter Dettman2019-05-108-341/+286
| |
* | KDF Related tests.mw2019-05-076-2/+3417
| |
* | Update project files for recent KDF additionsPeter Dettman2019-05-062-0/+7
| |
* | Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2019-05-067-0/+188313
|\ \
| * \ Merge branch 'master' of git.bouncycastle.org:bc-csharpmw2019-05-012-22/+62
| |\ \
| * | | Additional KDF operations and tests.mw2019-05-017-0/+188313
| | | |
* | | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after usePeter Dettman2019-05-065-4/+95
| |/ / |/| | | | | | | | - 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
* | Fixes and tidying up for releasePeter Dettman2019-01-317-672/+435
| |
* | minor tweakingDavid Hook2019-01-205-47/+54
| |
* | 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
| |
* | 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
| |
* | Reverted short nonce on decryption changePeter Dettman2018-10-241-37/+3
| |
* | Apply CCM nonce length check for encryption onlyPeter Dettman2018-10-221-30/+65
|/
* Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeIntegerPeter Dettman2018-10-183-0/+357
| | | | | - set to "true" to weaken ASN.1 INTEGER checks - see https://github.com/bcgit/bc-csharp/issues/156
* Handle CVC-ECDSA and PLAIN-ECDSA in test casePeter Dettman2018-10-141-1/+3
|
* Port of SM4 from Java APIPeter Dettman2018-09-255-0/+246
|
* Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-2111-9/+453
|
* 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
|
* Further work to improve constant time in OAEP. release-1.8.3Peter Dettman2018-08-111-3/+76
|
* EC-related updates from bc-javaPeter Dettman2018-07-1018-223/+163
|
* Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-083-0/+633
|
* 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-173-0/+369
| | | | - includes optimized ladders for base points
* Cache-safety for EC lookup tablesPeter Dettman2018-04-153-0/+68
| | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
* Update registries for digests, MACs from bc-javaPeter Dettman2018-04-081-55/+127
|
* Port of BLAKE2B/2S digests from bc-javaPeter Dettman2018-04-085-1/+538
| | | | - also some misc. changes for other digests
* Latest scrypt updates from bc-javaPeter Dettman2018-04-081-8/+48
|
* 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
|
* 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-174-0/+20
|
* Add new PGP signature testcasePeter Dettman2017-09-171-0/+41
|
* Port of some newer test cases and data from Java CertTestPeter Dettman2017-09-1710-0/+366
|
* 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-163-0/+169
|
* Port of SM2KeyExchange from JavaPeter Dettman2017-09-163-0/+231
|
* SM2 signing cleanupPeter Dettman2017-09-161-1/+0
|
* Port of SM2Signer from JavaPeter Dettman2017-09-166-1/+493
|
* Add class summaryPeter Dettman2017-09-161-0/+5
|
* Add expiry test case to PgpKeyRingTestPeter Dettman2017-09-041-0/+246
|
* 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
* Update project files for recent additionsPeter Dettman2017-07-191-0/+4
|
* added GOST3411-2012David Hook2017-07-112-0/+215
|
* CCM updateDavid Hook2017-07-111-11/+3
|
* added KCCMDavid Hook2017-07-081-24/+282
|
* 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
* 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
* Fixed N4 calculation issue - see BJA-655David Hook2017-03-071-2/+45
|
* Fix carry propagation bug in Nat???.Square methodsPeter Dettman2016-11-303-0/+329
|
* 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-293-0/+312
|
* 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-034-6/+315
| | | | - 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-173-0/+136
| | | | - 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-1612-54/+314
| | | | | - check the algorithm is in the CertificateRequest list - add (D)TLS test scenarios for various failure modes