Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Timeout class for DTLS from bc-java | Peter Dettman | 2020-07-29 | 1 | -0/+1 |
| | |||||
* | Add OtherName support and refactoring | Peter Dettman | 2020-04-05 | 1 | -0/+1 |
| | |||||
* | Add ChaCha ciphers to factory classes | Peter Dettman | 2019-09-10 | 1 | -0/+1 |
| | |||||
* | Port ChaCha20Poly1305 from bc-java | Peter Dettman | 2019-09-09 | 1 | -0/+2 |
| | |||||
* | Support user cancellation of (D)TLS handshakes | Peter Dettman | 2019-09-09 | 1 | -0/+1 |
| | | | | - see https://github.com/bcgit/bc-java/pull/549 | ||||
* | Add non-constant-time variant to ECLookupTable | Peter Dettman | 2019-08-09 | 1 | -0/+1 |
| | |||||
* | Improve caching behaviour for algorithms using endomorphisms | Peter Dettman | 2019-08-03 | 1 | -0/+1 |
| | |||||
* | Add experimental support for GLV Type A endomorphisms | Peter Dettman | 2019-08-02 | 1 | -0/+6 |
| | |||||
* | Port LinkedCertificate from bc-java | Peter Dettman | 2019-06-04 | 1 | -0/+1 |
| | |||||
* | Name constraint validation updates from bc-java | Peter Dettman | 2019-06-01 | 1 | -0/+3 |
| | |||||
* | Update project files for recent KDF additions | Peter Dettman | 2019-05-06 | 1 | -0/+7 |
| | |||||
* | Fixes and tidying up for release | Peter Dettman | 2019-01-31 | 1 | -17/+66 |
| | |||||
* | Port of CVC-ECDSA and PLAIN-ECDSA from Java | Peter Dettman | 2018-10-14 | 1 | -0/+5 |
| | |||||
* | Add missing file entry from previous commit | Peter Dettman | 2018-10-11 | 1 | -0/+1 |
| | |||||
* | Refactoring to support custom ISignatureFactory | Peter Dettman | 2018-10-11 | 1 | -3/+7 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/153 | ||||
* | Port of SM4 from Java API | Peter Dettman | 2018-09-25 | 1 | -0/+1 |
| | |||||
* | Higher-level API support for Ed25519/Ed448/X25519/X448 | Peter Dettman | 2018-09-21 | 1 | -0/+25 |
| | |||||
* | Merge branch 'master' of https://github.com/ROM-Knowledgeware/bc-csharp into ↵ | Peter Dettman | 2018-08-06 | 1 | -4/+4 |
|\ | | | | | | | ROM-Knowledgeware-master | ||||
| * | BouncyCastle.csproj: Added trailing slash to OutputPath for compatibility ↵ | ROM-Knowledgeware | 2017-11-22 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | with MSBuild v2 Without this fix, MSBuild will name the output file 'net20BouncyCastle.dll'. This change is 100% compatible with newer versions of MSBuild. p.s. When setting the output path with the Visual Studio GUI (any version I tested) a trailing slash is being used. | ||||
* | | TLS: Use DH group whitelisting | Peter Dettman | 2018-07-24 | 1 | -1/+2 |
| | | |||||
* | | EC-related updates from bc-java | Peter Dettman | 2018-07-10 | 1 | -0/+2 |
| | | |||||
* | | Add Ed25519 and Ed448 from RFC 8032 | Peter Dettman | 2018-07-08 | 1 | -3/+5 |
| | | |||||
* | | Add X25519 and X448 from RFC 7748 | Peter Dettman | 2018-04-17 | 1 | -0/+4 |
| | | | | | | | | - includes optimized ladders for base points | ||||
* | | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 1 | -0/+2 |
| | | | | | | | | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit | ||||
* | | Port of BLAKE2B/2S digests from bc-java | Peter Dettman | 2018-04-08 | 1 | -0/+3 |
|/ | | | | - also some misc. changes for other digests | ||||
* | Add GOST34.10 2012 parameter sets | Peter Dettman | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | Port of ConcatenationKdfGenerator from Java | Peter Dettman | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | Port of SM2Engine from Java | Peter Dettman | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | Port of SM2KeyExchange from Java | Peter Dettman | 2017-09-16 | 1 | -0/+3 |
| | |||||
* | Port of SM2Signer from Java | Peter Dettman | 2017-09-16 | 1 | -0/+2 |
| | |||||
* | Update project files for recent additions | Peter Dettman | 2017-07-19 | 1 | -1/+11 |
| | |||||
* | Specific exception TlsFatalAlertReceived for peer fatal alerts | Peter Dettman | 2017-06-07 | 1 | -0/+2 |
| | |||||
* | Initial implementation of SM2 elliptic curve | Peter Dettman | 2017-06-03 | 1 | -0/+6 |
| | | | | | - includes custom curve code - add lots of OIDs from GM standard | ||||
* | Use new TlsNoCloseNotifyException instead of generic EndOfStreamException | Peter Dettman | 2017-03-22 | 1 | -0/+1 |
| | | | | | - New exception only used for this specific case, which should simplify the handling of possible truncations in application code. | ||||
* | Add CertificateType constants to (D)TLS | Peter Dettman | 2016-05-07 | 1 | -0/+1 |
| | |||||
* | Port of HKDF from Java API | Peter Dettman | 2016-04-29 | 1 | -0/+2 |
| | |||||
* | Merge branch 'ios-android-fixes' of https://github.com/jstedfast/bc-csharp ↵ | Peter Dettman | 2016-02-03 | 1 | -0/+1 |
|\ | | | | | | | into jstedfast-ios-android-fixes | ||||
| * | Updated Android and iOS projects to include all the source files | Jeffrey Stedfast | 2016-01-24 | 1 | -0/+1 |
| | | |||||
* | | Port bcrypt from Java API | Peter Dettman | 2016-02-03 | 1 | -1/+3 |
|/ | | | | - Requested in BMA-143 | ||||
* | Implement updated draft-ietf-tls-chacha20-poly1305-04 | Peter Dettman | 2016-01-17 | 1 | -0/+1 |
| | |||||
* | Various ASN.1 updates from Java API | Peter Dettman | 2015-12-28 | 1 | -1/+3 |
| | |||||
* | Merge branch 'vs2010' of https://github.com/jstedfast/bc-csharp into ↵ | Peter Dettman | 2015-11-22 | 1 | -5/+26 |
| | | | | | | jstedfast-vs2010 - https://github.com/bcgit/bc-csharp/pull/22 | ||||
* | Updated Visual Studio 2010 project files | Jeffrey Stedfast | 2015-10-18 | 1 | -0/+7 |
| | |||||
* | Updated Visual Studio 2010 project files | Jeffrey Stedfast | 2015-10-17 | 1 | -0/+13 |
| | |||||
* | Updated VS 2010 projects | Jeffrey Stedfast | 2015-10-11 | 1 | -0/+4 |
| | |||||
* | Strong-name the assemblies in the newer way | Jeffrey Stedfast | 2015-06-26 | 1 | -2/+8 |
| | |||||
* | Updated Visual Studio 2010 project files | Jeffrey Stedfast | 2015-06-26 | 1 | -0/+7 |
| | |||||
* | Port recent Java updates | Peter Dettman | 2015-05-07 | 1 | -0/+4 |
| | |||||
* | Updated Visual Studio 2010 project files | Jeffrey Stedfast | 2015-03-28 | 1 | -19/+85 |
| | |||||
* | Merge branch 'master' into vs2010 | Jeffrey Stedfast | 2015-03-14 | 1 | -0/+14 |
| | |||||
* | Added TlsPskIdentityManager.cs to the build | Jeffrey Stedfast | 2015-02-17 | 1 | -0/+1 |
| | |||||
* | Updated Visual Studio 2010 project files | Jeffrey Stedfast | 2014-11-23 | 1 | -0/+11 |
| | |||||
* | Added Visual Studio 2010 project/solution files for .NET 2.0 and Xamarin ↵ | Jeffrey Stedfast | 2014-10-14 | 1 | -0/+1349 |
Android/iOS |