summary refs log tree commit diff
path: root/crypto/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-06.NET 1.1 fixes for KDF changesPeter Dettman1-1/+0
2019-05-06Fix errors and names in KDF changesPeter Dettman6-42/+35
2019-05-06Update project files for recent KDF additionsPeter Dettman6-3/+94
2019-05-06TLS: Clone in GetPsk since TlsPskKeyExchange will clear after usePeter Dettman8-5/+105
- use not-all-zeroes test psk to ensure coverage
2019-05-01Additional KDF operations and tests.mw14-0/+189102
2019-04-30EdDSA verifiers now reject overly long signaturesPeter Dettman8-23/+85
- see https://github.com/bcgit/bc-java/issues/508
2019-03-26Update PkixBuilderParameters.csKristian Rastrup1-1/+1
Due to hidden member a this. has been forgotten
2019-03-26Update CMSSignedHelper.csKristian Rastrup1-1/+1
Change to Id Field for TeleTrusTObjectIdentifiers.TeleTrusTRsaSignatureAlgorithm
2019-03-26Update PkixCertPath.csKristian Rastrup1-1/+1
The Equals method compares to the wrong list
2019-03-09DTLS: Guard against epoch wrappingPeter Dettman1-3/+8
2019-03-09Update comment in line with Java versionPeter Dettman1-6/+6
2019-03-09Don't ignore indexPeter Dettman1-1/+1
2019-02-07Fix setting of buffer positionPeter Dettman1-1/+1
2019-02-05fixed ECGOST co-factors for 2012 setsDavid Hook2-4/+6
2019-02-04updateDavid Hook1-0/+5
2019-01-31Update versions and release notes for 1.8.5