summary refs log tree commit diff
path: root/crypto/BouncyCastle.csproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Timeout class for DTLS from bc-javaPeter Dettman2020-07-291-0/+1
|
* Add OtherName support and refactoringPeter Dettman2020-04-051-0/+1
|
* Add ChaCha ciphers to factory classesPeter Dettman2019-09-101-0/+1
|
* Port ChaCha20Poly1305 from bc-javaPeter Dettman2019-09-091-0/+2
|
* Support user cancellation of (D)TLS handshakesPeter Dettman2019-09-091-0/+1
| | | | - see https://github.com/bcgit/bc-java/pull/549
* Add non-constant-time variant to ECLookupTablePeter Dettman2019-08-091-0/+1
|
* Improve caching behaviour for algorithms using endomorphismsPeter Dettman2019-08-031-0/+1
|
* Add experimental support for GLV Type A endomorphismsPeter Dettman2019-08-021-0/+6
|
* Port LinkedCertificate from bc-javaPeter Dettman2019-06-041-0/+1
|
* Name constraint validation updates from bc-javaPeter Dettman2019-06-011-0/+3
|
* Update project files for recent KDF additionsPeter Dettman2019-05-061-0/+7
|
* Fixes and tidying up for releasePeter Dettman2019-01-311-17/+66
|
* Port of CVC-ECDSA and PLAIN-ECDSA from JavaPeter Dettman2018-10-141-0/+5
|
* Add missing file entry from previous commitPeter Dettman2018-10-111-0/+1
|
* Refactoring to support custom ISignatureFactoryPeter Dettman2018-10-111-3/+7
| | | | - see https://github.com/bcgit/bc-csharp/issues/153
* Port of SM4 from Java APIPeter Dettman2018-09-251-0/+1
|
* Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-211-0/+25
|
* Merge branch 'master' of https://github.com/ROM-Knowledgeware/bc-csharp into ↵Peter Dettman2018-08-061-4/+4
|\ | | | | | | ROM-Knowledgeware-master
| * BouncyCastle.csproj: Added trailing slash to OutputPath for compatibility ↵ROM-Knowledgeware2017-11-221-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 whitelistingPeter Dettman2018-07-241-1/+2
| |
* | EC-related updates from bc-javaPeter Dettman2018-07-101-0/+2
| |
* | Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-081-3/+5
| |
* | Add X25519 and X448 from RFC 7748Peter Dettman2018-04-171-0/+4
| | | | | | | | - includes optimized ladders for base points
* | Cache-safety for EC lookup tablesPeter Dettman2018-04-151-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-javaPeter Dettman2018-04-081-0/+3
|/ | | | - also some misc. changes for other digests
* Add GOST34.10 2012 parameter setsPeter Dettman2017-09-161-0/+1
|
* Port of ConcatenationKdfGenerator from JavaPeter Dettman2017-09-161-0/+1
|
* Port of SM2Engine from JavaPeter Dettman2017-09-161-0/+1
|
* Port of SM2KeyExchange from JavaPeter Dettman2017-09-161-0/+3
|
* Port of SM2Signer from JavaPeter Dettman2017-09-161-0/+2
|
* Update project files for recent additionsPeter Dettman2017-07-191-1/+11
|
* Specific exception TlsFatalAlertReceived for peer fatal alertsPeter Dettman2017-06-071-0/+2
|
* Initial implementation of SM2 elliptic curvePeter Dettman2017-06-031-0/+6
| | | | | - includes custom curve code - add lots of OIDs from GM standard
* Use new TlsNoCloseNotifyException instead of generic EndOfStreamExceptionPeter Dettman2017-03-221-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)TLSPeter Dettman2016-05-071-0/+1
|
* Port of HKDF from Java APIPeter Dettman2016-04-291-0/+2
|
* Merge branch 'ios-android-fixes' of https://github.com/jstedfast/bc-csharp ↵Peter Dettman2016-02-031-0/+1
|\ | | | | | | into jstedfast-ios-android-fixes
| * Updated Android and iOS projects to include all the source filesJeffrey Stedfast2016-01-241-0/+1
| |
* | Port bcrypt from Java APIPeter Dettman2016-02-031-1/+3
|/ | | | - Requested in BMA-143
* Implement updated draft-ietf-tls-chacha20-poly1305-04Peter Dettman2016-01-171-0/+1
|
* Various ASN.1 updates from Java APIPeter Dettman2015-12-281-1/+3
|
* Merge branch 'vs2010' of https://github.com/jstedfast/bc-csharp into ↵Peter Dettman2015-11-221-5/+26
| | | | | | jstedfast-vs2010 - https://github.com/bcgit/bc-csharp/pull/22
* Updated Visual Studio 2010 project filesJeffrey Stedfast2015-10-181-0/+7
|
* Updated Visual Studio 2010 project filesJeffrey Stedfast2015-10-171-0/+13
|
* Updated VS 2010 projectsJeffrey Stedfast2015-10-111-0/+4
|
* Strong-name the assemblies in the newer wayJeffrey Stedfast2015-06-261-2/+8
|
* Updated Visual Studio 2010 project filesJeffrey Stedfast2015-06-261-0/+7
|
* Port recent Java updatesPeter Dettman2015-05-071-0/+4
|
* Updated Visual Studio 2010 project filesJeffrey Stedfast2015-03-281-19/+85
|
* Merge branch 'master' into vs2010Jeffrey Stedfast2015-03-141-0/+14
|
* Added TlsPskIdentityManager.cs to the buildJeffrey Stedfast2015-02-171-0/+1
|
* Updated Visual Studio 2010 project filesJeffrey Stedfast2014-11-231-0/+11
|
* Added Visual Studio 2010 project/solution files for .NET 2.0 and Xamarin ↵Jeffrey Stedfast2014-10-141-0/+1349
Android/iOS