summary refs log tree commit diff
path: root/crypto/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-06TLS: Clone in GetPsk since TlsPskKeyExchange will clear after usePeter Dettman1-1/+1
- use not-all-zeroes test psk to ensure coverage
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 release-1.8.5Peter Dettman4-7/+7
2019-01-31Fixes and tidying up for releasePeter Dettman78-1750/+1758
2019-01-24removed unnecessary extra ECGOST3410 classDavid Hook2-154/+14
2019-01-20updateDavid Hook1-0/+7
2019-01-20name fix