summary refs log tree commit diff
path: root/FxCop (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-23Update Arrays.csKristian Rastrup1-1/+1
Changed to string since char in StringBuilder constructor gets converted into int for capacity
2019-05-14Default saltLength to 20Peter Dettman1-2/+1
2019-05-14Increase zlib default buffer sizePeter Dettman2-2/+2
2019-05-14Refactor to not need pending_buf_sizePeter Dettman1-7/+1
2019-05-13Update DHValidationParms.csKristian Rastrup1-1/+1
Correcting type check in DHValidationParms
2019-05-13Update PssSigner.csKristian Rastrup1-1/+1
Passing through parameter in constructor of PssSigner
2019-05-10Cleanup around OfferInput methodsPeter Dettman2-11/+16
2019-05-10Update KDF test project files and .NET 1.1 compat.Peter Dettman9-341/+311
2019-05-09Update TlsProtocol.csdeniszykov1-1/+6
added `TlsProtocol.OfferInput()` overload which specify _offset_ and _length_ of input buffer like in java source https://www.bouncycastle.org/docs/tlsdocs1.5on/org/bouncycastle/tls/TlsProtocol.html
2019-05-07KDF Related tests.mw6-2/+3417
2019-05-06Add .rsp as text in .gitattributesPeter Dettman1-0/+1
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 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 fixDavid Hook1-1/+1
2019-01-20name issueDavid Hook1-153/