Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-01 | Name constraint validation updates from bc-java | Peter Dettman | 13 | -206/+1104 | |
2019-06-01 | Remove extraneous output | Peter Dettman | 1 | -1/+1 | |
2019-06-01 | Support SM2 in SignerUtilities | Peter Dettman | 5 | -109/+240 | |
- including support for non-standard SHA256withSM2 | |||||
2019-05-23 | Update Arrays.cs | Kristian Rastrup | 1 | -1/+1 | |
Changed to string since char in StringBuilder constructor gets converted into int for capacity | |||||
2019-05-14 | Default saltLength to 20 | Peter Dettman | 1 | -2/+1 | |
2019-05-14 | Increase zlib default buffer size | Peter Dettman | 2 | -2/+2 | |
2019-05-14 | Refactor to not need pending_buf_size | Peter Dettman | 1 | -7/+1 | |
2019-05-13 | Update DHValidationParms.cs | Kristian Rastrup | 1 | -1/+1 | |
Correcting type check in DHValidationParms | |||||
2019-05-13 | Update PssSigner.cs | Kristian Rastrup | 1 | -1/+1 | |
Passing through parameter in constructor of PssSigner | |||||
2019-05-10 | Cleanup around OfferInput methods | Peter Dettman | 2 | -11/+16 | |
2019-05-10 | Update KDF test project files and .NET 1.1 compat. | Peter Dettman | 9 | -341/+311 | |
2019-05-09 | Update TlsProtocol.cs | deniszykov | 1 | -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-07 | KDF Related tests. | mw | 6 | -2/+3417 | |
2019-05-06 | Add .rsp as text in .gitattributes | Peter Dettman | 1 | -0/+1 | |
2019-05-06 | .NET 1.1 fixes for KDF changes | Peter Dettman | 1 | -1/+0 | |
2019-05-06 | Fix errors and names in KDF changes | Peter Dettman | 6 | -42/+35 | |
2019-05-06 | Update project files for recent KDF additions | Peter Dettman | 6 | -3/+94 | |
2019-05-06 | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after use | Peter Dettman | 8 | -5/+105 | |
- use not-all-zeroes test psk to ensure coverage | |||||
2019-05-01 | Additional KDF operations and tests. | mw | 14 | -0/+189102 | |
2019-04-30 | EdDSA verifiers now reject overly long signatures | Peter Dettman | 8 | -23/+85 | |
- see https://github.com/bcgit/bc-java/issues/508 | |||||
2019-03-26 | Update PkixBuilderParameters.cs | Kristian Rastrup | 1 | -1/+1 | |
Due to hidden member a this. has been forgotten | |||||
2019-03-26 | Update CMSSignedHelper.cs | Kristian Rastrup | 1 | -1/+1 | |
Change to Id Field for TeleTrusTObjectIdentifiers.TeleTrusTRsaSignatureAlgorithm | |||||
2019-03-26 | Update PkixCertPath.cs | Kristian Rastrup | 1 | -1/+1 | |
The Equals method compares to the wrong list | |||||
2019-03-09 | DTLS: Guard against epoch wrapping | Peter Dettman | 1 | -3/+8 | |
2019-03-09 | Update comment in line with Java version | Peter Dettman | 1 | -6/+6 | |
2019-03-09 | Don't ignore index | Peter Dettman | 1 | -1/+1 | |
2019-02-07 | Fix setting of buffer position | Peter Dettman | 1 | -1/+1 | |
2019-02-05 | fixed ECGOST co-factors for 2012 sets | David Hook | 2 | -4/+6 | |
2019-02-04 | update | David Hook | 1 | -0/+5 | |
2019-01-31 | Update versions and release notes for 1.8.5 release-1.8.5 | Peter Dettman | 4 | -7/+7 | |