Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port LinkedCertificate from bc-java | Peter Dettman | 2019-06-04 | 3 | -1/+118 |
| | |||||
* | Name constraint validation updates from bc-java | Peter Dettman | 2019-06-01 | 5 | -117/+491 |
| | |||||
* | Support SM2 in SignerUtilities | Peter Dettman | 2019-06-01 | 3 | -7/+43 |
| | | | | - including support for non-standard SHA256withSM2 | ||||
* | Merge branch 'patch-4' of https://github.com/rastrup/bc-csharp into ↵ | Peter Dettman | 2019-06-01 | 1 | -1/+1 |
|\ | | | | | | | rastrup-patch-4 | ||||
| * | Update Arrays.cs | Kristian Rastrup | 2019-05-23 | 1 | -1/+1 |
| | | | | | | Changed to string since char in StringBuilder constructor gets converted into int for capacity | ||||
* | | Default saltLength to 20 | Peter Dettman | 2019-05-14 | 1 | -2/+1 |
| | | |||||
* | | Increase zlib default buffer size | Peter Dettman | 2019-05-14 | 2 | -2/+2 |
| | | |||||
* | | Refactor to not need pending_buf_size | Peter Dettman | 2019-05-14 | 1 | -7/+1 |
|/ | |||||
* | Merge branch 'patch-5' of https://github.com/rastrup/bc-csharp into ↵ | Peter Dettman | 2019-05-13 | 1 | -1/+1 |
|\ | | | | | | | rastrup-patch-5 | ||||
| * | Update PssSigner.cs | Kristian Rastrup | 2019-05-13 | 1 | -1/+1 |
| | | | | | | Passing through parameter in constructor of PssSigner | ||||
* | | Merge branch 'patch-7' of https://github.com/rastrup/bc-csharp into ↵ | Peter Dettman | 2019-05-13 | 1 | -1/+1 |
|\ \ | | | | | | | | | | rastrup-patch-7 | ||||
| * | | Update DHValidationParms.cs | Kristian Rastrup | 2019-05-13 | 1 | -1/+1 |
| |/ | | | | | Correcting type check in DHValidationParms | ||||
* | | Cleanup around OfferInput methods | Peter Dettman | 2019-05-10 | 1 | -10/+15 |
| | | |||||
* | | Merge branch 'patch-1' of https://github.com/deniszykov/bc-csharp into ↵ | Peter Dettman | 2019-05-10 | 1 | -1/+6 |
|\ \ | | | | | | | | | | deniszykov-patch-1 | ||||
| * | | Update TlsProtocol.cs | deniszykov | 2019-05-09 | 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 | ||||
* | | .NET 1.1 fixes for KDF changes | Peter Dettman | 2019-05-06 | 1 | -1/+0 |
| | | |||||
* | | Fix errors and names in KDF changes | Peter Dettman | 2019-05-06 | 6 | -42/+35 |
| | | |||||
* | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2019-05-06 | 7 | -0/+789 |
|\ \ | |||||
| * \ | Merge branch 'master' of git.bouncycastle.org:bc-csharp | mw | 2019-05-01 | 5 | -0/+13 |
| |\ \ | |||||
| * | | | Additional KDF operations and tests. | mw | 2019-05-01 | 7 | -0/+789 |
| | |/ | |/| | |||||
* | | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after use | Peter Dettman | 2019-05-06 | 1 | -1/+1 |
| |/ |/| | | | | | - use not-all-zeroes test psk to ensure coverage | ||||
* | | EdDSA verifiers now reject overly long signatures | Peter Dettman | 2019-04-30 | 5 | -0/+13 |
|/ | | | | - see https://github.com/bcgit/bc-java/issues/508 | ||||
* | Merge branch 'patch-3' of https://github.com/kakkerlakgly/bc-csharp into ↵ | Peter Dettman | 2019-03-26 | 1 | -1/+1 |
|\ | | | | | | | kakkerlakgly-patch-3 | ||||
| * | Update PkixBuilderParameters.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 |
| | | | | | | Due to hidden member a this. has been forgotten | ||||
* | | Merge branch 'patch-2' of https://github.com/kakkerlakgly/bc-csharp into ↵ | Peter Dettman | 2019-03-26 | 1 | -1/+1 |
|\ \ | | | | | | | | | | kakkerlakgly-patch-2 | ||||
| * | | Update CMSSignedHelper.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 |
| |/ | | | | | Change to Id Field for TeleTrusTObjectIdentifiers.TeleTrusTRsaSignatureAlgorithm | ||||
* / | Update PkixCertPath.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 |
|/ | | | The Equals method compares to the wrong list | ||||
* | DTLS: Guard against epoch wrapping | Peter Dettman | 2019-03-09 | 1 | -3/+8 |
| | |||||
* | Update comment in line with Java version | Peter Dettman | 2019-03-09 | 1 | -6/+6 |
| | |||||
* | Don't ignore index | Peter Dettman | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | Fix setting of buffer position | Peter Dettman | 2019-02-07 | 1 | -1/+1 |
| | |||||
* | fixed ECGOST co-factors for 2012 sets | David Hook | 2019-02-05 | 2 | -4/+6 |
| | |||||
* | Update versions and release notes for 1.8.5 release-1.8.5 | Peter Dettman | 2019-01-31 | 1 | -4/+4 |
| | |||||
* | Fixes and tidying up for release | Peter Dettman | 2019-01-31 | 66 | -1026/+861 |
| | |||||
* | removed unnecessary extra ECGOST3410 class | David Hook | 2019-01-24 | 2 | -154/+14 |
| | |||||
* | name fix | David Hook | 2019-01-20 | 1 | -1/+1 |
| | |||||
* | name issue | David Hook | 2019-01-20 | 1 | -153/+0 |
| | |||||
* | name issue | David Hook | 2019-01-20 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | David Hook | 2019-01-20 | 12 | -41/+48 |
|\ | |||||
| * | minor tweaking | David Hook | 2019-01-20 | 10 | -30/+30 |
| | | |||||
| * | Selecting digest. | MW | 2019-01-19 | 1 | -4/+10 |
| | | |||||
| * | Updated to use nominated digtest. | MW | 2019-01-19 | 1 | -7/+8 |
| | | |||||
* | | fixed file name | David Hook | 2019-01-20 | 1 | -0/+153 |
|/ | |||||
* | rename | David Hook | 2019-01-19 | 1 | -0/+0 |
| | |||||
* | added initialisation to Asn1KeyWrapper | David Hook | 2019-01-19 | 1 | -22/+21 |
| | |||||
* | fixed KeyTransRecipientInfoGenerator to invoke overridable method for ↵ | David Hook | 2019-01-19 | 3 | -53/+57 |
| | | | | wrapping symmetric session key | ||||
* | Missing file from last commit | MW | 2019-01-19 | 1 | -5/+5 |
| | |||||
* | Provider logic for transformation names. | MW | 2019-01-19 | 2 | -8/+90 |
| | |||||
* | fixed nl | David Hook | 2019-01-19 | 1 | -0/+5 |
| | |||||
* | added basic wrapper code | David Hook | 2019-01-19 | 2 | -0/+92 |
| | |||||
* | added use of IKeyWrapper for managing CMS KeyTransRecient | David Hook | 2019-01-18 | 1 | -16/+0 |
| | |||||
* | added use of IKeyWrapper for managing CMS KeyTransRecipient | David Hook | 2019-01-18 | 11 | -180/+311 |
| | |||||
* | Missing file from last commit. | MW | 2019-01-18 | 1 | -1/+2 |
| | |||||
* | CMS ArchiveControl | MW | 2019-01-17 | 16 | -7/+900 |
| | |||||
* | Missing from previous commit | Megan Woods | 2019-01-15 | 1 | -1/+9 |
| | |||||
* | Updated C# doc. | Megan Woods | 2019-01-15 | 15 | -107/+289 |
| | | | | Removed EJBCA EnrollmentTest as it s not viable to produce an example on .Net Framework 2.0 | ||||
* | first cut on Pkcs8 | David Hook | 2019-01-15 | 13 | -0/+624 |
| | |||||
* | added alg constructor | David Hook | 2019-01-15 | 1 | -0/+5 |
| | |||||
* | removed generic | David Hook | 2019-01-15 | 2 | -3/+28 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | David Hook | 2019-01-15 | 1 | -0/+24 |
|\ | |||||
| * | added missing interface | David Hook | 2019-01-15 | 1 | -0/+24 |
| | | |||||
* | | update | David Hook | 2019-01-15 | 2 | -143/+0 |
|/ | |||||
* | refactor of PKMacBuilder | David Hook | 2019-01-15 | 9 | -432/+423 |
| | |||||
* | moved ASN.1 class back | David Hook | 2019-01-15 | 2 | -49/+55 |
| | |||||
* | Updated locations added initial example for EJBCA | Megan Woods | 2019-01-14 | 2 | -10/+11 |
| | |||||
* | update | David Hook | 2019-01-14 | 1 | -1/+3 |
| | |||||
* | packaging fix | David Hook | 2019-01-14 | 11 | -10/+25 |
| | |||||
* | Nist algs and ProtectedMessageTests | Megan Woods | 2019-01-14 | 1 | -1/+30 |
| | |||||
* | Initial CMP | Megan Woods | 2019-01-14 | 23 | -0/+2120 |
| | |||||
* | minor tweaks | David Hook | 2019-01-14 | 1 | -7/+9 |
| | |||||
* | Added ECGOST3410_2012Signer | Megan Woods | 2019-01-14 | 10 | -167/+678 |
| | | | | Updated encoding of SubjectPublicKeyInfo and PrivateKeyInfo | ||||
* | Fix some comments | Peter Dettman | 2018-12-03 | 1 | -2/+2 |
| | |||||
* | TLS: Update to RFC 7627 from draft-ietf-tls-session-hash-04 | Peter Dettman | 2018-11-06 | 13 | -103/+183 |
| | |||||
* | Update versions and release notes for 1.8.4 release-1.8.4 | Peter Dettman | 2018-10-27 | 1 | -3/+3 |
| | |||||
* | Set the acInfoGen signature algorithm from ISignatureFactory | Peter Dettman | 2018-10-27 | 1 | -8/+8 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/64 | ||||
* | Provide the option to pass a different RSA engine | Peter Dettman | 2018-10-27 | 1 | -1/+6 |
| | |||||
* | Reverted short nonce on decryption change | Peter Dettman | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | Use Edwards internals for X25519/X448 public key calculations | Peter Dettman | 2018-10-22 | 4 | -249/+49 |
| | |||||
* | Add GeneratePublicKey method for completeness | Peter Dettman | 2018-10-22 | 4 | -2/+12 |
| | |||||
* | Don't try to track unrecognized hash algorithms | Peter Dettman | 2018-10-22 | 2 | -2/+21 |
| | |||||
* | DH_anon cipher suites are considered ephemeral DH | Peter Dettman | 2018-10-22 | 1 | -0/+19 |
| | |||||
* | Apply CCM nonce length check for encryption only | Peter Dettman | 2018-10-22 | 1 | -3/+1 |
| | |||||
* | Remove unnecessary Clone | Peter Dettman | 2018-10-22 | 1 | -1/+1 |
| | |||||
* | Include public key in EC encoding | Peter Dettman | 2018-10-22 | 3 | -15/+8 |
| | |||||
* | Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeInteger | Peter Dettman | 2018-10-18 | 3 | -14/+19 |
| | | | | | - set to "true" to weaken ASN.1 INTEGER checks - see https://github.com/bcgit/bc-csharp/issues/156 | ||||
* | Move generic "...withRSA" handler after PSSwithRSA | Peter Dettman | 2018-10-14 | 1 | -9/+6 |
| | |||||
* | Port of CVC-ECDSA and PLAIN-ECDSA from Java | Peter Dettman | 2018-10-14 | 19 | -211/+519 |
| | |||||
* | Move XDH/EdDSA key generation into low-level | Peter Dettman | 2018-10-14 | 9 | -5/+36 |
| | | | | - Clamp X25519, X448 private keys during generation | ||||
* | Port PGP utility fix from Java | Peter Dettman | 2018-10-11 | 3 | -2/+7 |
| | |||||
* | Refactoring to support custom ISignatureFactory | Peter Dettman | 2018-10-11 | 25 | -313/+350 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/153 | ||||
* | More PORTABLE fixes | Peter Dettman | 2018-10-11 | 2 | -1/+5 |
| | |||||
* | Fix unmarked key regression | Peter Dettman | 2018-10-09 | 1 | -0/+4 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/94 | ||||
* | Clean up usage of AutoResetEvent (PORTABLE only) | Peter Dettman | 2018-10-09 | 1 | -19/+34 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/102 | ||||
* | Restore previous constructors (as Obsolete) for backward compatibility | Peter Dettman | 2018-10-09 | 3 | -0/+21 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/145 | ||||
* | Replace MethodImpl with lock | Peter Dettman | 2018-10-09 | 9 | -280/+301 |
| | |||||
* | Merge branch 'comment' of https://github.com/fedelippo/bc-csharp into ↵ | Peter Dettman | 2018-10-09 | 1 | -2/+2 |
|\ | | | | | | | fedelippo-comment | ||||
| * | Update a documentation comment in Build method | Filippo Biondi | 2018-10-05 | 1 | -2/+2 |
| | | | | | | | | | | CertHolder param is present in the Java class method but no longer in the Csharp one where the X.509 certificate is passed instead. | ||||
* | | Reformatting | Peter Dettman | 2018-10-08 | 2 | -120/+120 |
| | | |||||
* | | Merge branch 'master' of https://github.com/fedelippo/bc-csharp into ↵ | Peter Dettman | 2018-10-08 | 1 | -1/+15 |
|\ \ | | | | | | | | | | fedelippo-master | ||||
| * | | Add a new constructor which accepts RsaPrivateKeyStructure | Filippo Biondi | 2018-10-05 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | This commit adds a new constructor which allows to create an instance of RsaPrivateCrtKeyParameters directly from a RsaPrivateKeyStructure, rather then building it manually. | ||||
* | | | RFC 7748: Exclude all-zeroes agreement value | Peter Dettman | 2018-10-06 | 5 | -2/+30 |
| | | | |||||
* | | | Fix initialization checks | Peter Dettman | 2018-10-05 | 5 | -10/+10 |
| | | | |||||
* | | | Fix some TODOs for PORTABLE and Streams | Peter Dettman | 2018-10-05 | 5 | -18/+52 |
| | | | |||||
* | | | Add new SignerInformation protected constructor | Peter Dettman | 2018-10-05 | 1 | -0/+24 |
| | | | |||||
* | | | TLS: Don't check CCS status for hello_request | Peter Dettman | 2018-10-04 | 1 | -15/+14 |
|/ / | |||||
* | | RFC 8032: Avoid unnecessary doublings in precomputation | Peter Dettman | 2018-09-25 | 2 | -4/+10 |
| | | |||||
* | | Port of SM4 from Java API | Peter Dettman | 2018-09-25 | 5 | -2/+211 |
| | | |||||
* | | Fix ed25519 ignoring the public key offset | Peter Dettman | 2018-09-21 | 1 | -1/+1 |
| | | | | | | | | - Thanks to https://github.com/TimoRoth | ||||
* | | Higher-level API support for Ed25519/Ed448/X25519/X448 | Peter Dettman | 2018-09-21 | 34 | -82/+1581 |
| | | |||||
* | | Refactoring | Peter Dettman | 2018-09-20 | 2 | -6/+9 |
| | | |||||
* | | Code cleanup (from Java build) | Peter Dettman | 2018-09-18 | 2 | -2/+8 |
| | | |||||
* | | Add missing default and improve extensions handling | Peter Dettman | 2018-09-18 | 1 | -2/+6 |
| | | |||||
* | | Code cleanup | Peter Dettman | 2018-09-18 | 1 | -22/+11 |
| | | |||||
* | | Add additional constructor to EncryptionScheme | Peter Dettman | 2018-09-18 | 1 | -1/+7 |
| | | |||||
* | | Blake2b/s: relax length-only constructor constraints | Peter Dettman | 2018-09-16 | 2 | -6/+5 |
| | | | | | | | | - addresses https://github.com/bcgit/bc-csharp/issues/142 | ||||
* | | Fixed Rfc3211WrapEngine processing of messages over 127 bytes. | Peter Dettman | 2018-09-16 | 1 | -24/+35 |
| | | |||||
* | | Reduce single-bit extractions from scalars | Peter Dettman | 2018-09-14 | 2 | -5/+8 |
| | | |||||
* | | RFC 5958: Update PrivateKeyInfo | Peter Dettman | 2018-09-14 | 2 | -62/+139 |
| | | | | | | | | - now supports optional 'publicKey' field | ||||
* | | RFC 8032: Implement Ed25519ctx, Ed25519ph, Ed448ph variants | Peter Dettman | 2018-09-14 | 2 | -150/+337 |
| | | |||||
* | | RFC 7748: Export size constants for scalars, points | Peter Dettman | 2018-09-14 | 2 | -0/+6 |
| | | |||||
* | | Add asymmetric multiplication | Peter Dettman | 2018-09-14 | 1 | -4/+14 |
|/ | |||||
* | Further work to improve constant time in OAEP. release-1.8.3 | Peter Dettman | 2018-08-11 | 2 | -5/+12 |
| | |||||
* | Update versions and release notes for 1.8.3 | Peter Dettman | 2018-08-07 | 1 | -3/+3 |
| | |||||
* | Refactoring around Pkcs10CertificationRequest | Peter Dettman | 2018-08-07 | 2 | -45/+60 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/123 | ||||
* | TLS: Disable DHE_* ciphersuites in default clients | Peter Dettman | 2018-08-07 | 2 | -8/+0 |
| | |||||
* | Add UseDerForCerts, UseDerForCrls properties | Peter Dettman | 2018-08-06 | 3 | -5/+27 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/101 | ||||
* | Add IgnoreX509NameOrdering property | Peter Dettman | 2018-08-06 | 1 | -3/+12 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/136 | ||||
* | Merge branch 'master' of https://github.com/agpreynolds/bc-csharp into ↵ | Peter Dettman | 2018-08-06 | 1 | -0/+19 |
|\ | | | | | | | agpreynolds-master | ||||
| * | Add public constructors to PollRepContent | Alex Reynolds | 2018-08-03 | 1 | -0/+19 |
| | | |||||
* | | TLS: Use DH group whitelisting | Peter Dettman | 2018-07-24 | 11 | -135/+180 |
|/ | |||||
* | IDEA: Update patent information | Peter Dettman | 2018-07-15 | 1 | -13/+3 |
| | |||||
* | EC-related updates from bc-java | Peter Dettman | 2018-07-10 | 45 | -449/+780 |
| | |||||
* | Make members private | Peter Dettman | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | Clear buffer after literal data copy | Peter Dettman | 2018-07-09 | 1 | -7/+14 |
| | |||||
* | Add Ed25519 and Ed448 from RFC 8032 | Peter Dettman | 2018-07-08 | 8 | -33/+2409 |
| | |||||
* | Improved performance for BigInteger.ToString(int) | Peter Dettman | 2018-05-31 | 1 | -23/+31 |
| | | | | | - use a better algorithm for base 10 - see https://github.com/bcgit/bc-csharp/issues/119 | ||||
* | BCrypt: Add method for explicitly including trailing zero on password | Peter Dettman | 2018-04-17 | 1 | -0/+11 |
| | |||||
* | SCrypt: N parameters must be a power of 2 | Peter Dettman | 2018-04-17 | 1 | -4/+12 |
| | |||||
* | Update TSP digest tables from bc-java | Peter Dettman | 2018-04-17 | 1 | -3/+11 |
| | |||||
* | Update TSP algorithms from bc-java | Peter Dettman | 2018-04-17 | 1 | -2/+8 |
| | |||||
* | Remove debugging code | Peter Dettman | 2018-04-17 | 1 | -12/+0 |
| | |||||
* | PKIX: Allow a V0 TA to appear at end of the cert path. | Peter Dettman | 2018-04-17 | 4 | -2/+20 |
| | |||||
* | PKIX: explicit validation of version number and extension repeats | Peter Dettman | 2018-04-17 | 3 | -17/+75 |
| | |||||
* | Updated OpenBsdBCrypt to support version 2y. | Peter Dettman | 2018-04-17 | 1 | -9/+40 |
| | |||||
* | Add X25519 and X448 from RFC 7748 | Peter Dettman | 2018-04-17 | 4 | -0/+1928 |
| | | | | - includes optimized ladders for base points | ||||
* | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 57 | -75/+2284 |
| | | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit | ||||
* | Perf. opts. in Keccak/SHA3 | Peter Dettman | 2018-04-15 | 2 | -200/+126 |
| | |||||
* | Update versions and release notes for 1.8.2 release-1.8.2 | Peter Dettman | 2018-04-08 | 1 | -3/+3 |
| | |||||
* | Added support for IVs. | Peter Dettman | 2018-04-08 | 1 | -6/+24 |
| | |||||
* | Added method for looking up name of SBox. | Peter Dettman | 2018-04-08 | 1 | -1/+15 |
| | |||||
* | Update registries for digests, MACs from bc-java | Peter Dettman | 2018-04-08 | 4 | -10/+43 |
| | |||||
* | Add id_at_organizationIdentifier | Peter Dettman | 2018-04-08 | 2 | -1/+8 |
| | |||||
* | Update BC OIDs from bc-java | Peter Dettman | 2018-04-08 | 1 | -31/+100 |
| | |||||
* | Provide methods taking explicit CspParameters | Peter Dettman | 2018-04-08 | 1 | -0/+23 |
| | | | | - https://github.com/bcgit/bc-csharp/issues/107 | ||||
* | Merge branch 'patch-1' of https://github.com/ZZMarquis/bc-csharp into ↵ | Peter Dettman | 2018-04-08 | 1 | -1/+1 |
|\ | | | | | | | ZZMarquis-patch-1 | ||||
| * | if the parameter "inOff" in Decrypt() is not zero, it can not be decrypted ↵ | ZZMarquis | 2018-03-24 | 1 | -1/+1 |
| | | | | | | | | | | as excepted if the parameter "inOff" in Decrypt() is not zero, it can not be decrypted as excepted | ||||
* | | Port of BLAKE2B/2S digests from bc-java | Peter Dettman | 2018-04-08 | 5 | -28/+1282 |
| | | | | | | | | - also some misc. changes for other digests | ||||
* | | Latest scrypt updates from bc-java | Peter Dettman | 2018-04-08 | 1 | -4/+38 |
| | | |||||
* | | Latest DSTU7624 updates from Java | Peter Dettman | 2018-04-05 | 1 | -474/+809 |
| | | |||||
* | | Latest DSTU7564 updates from Java | Peter Dettman | 2018-04-05 | 1 | -323/+342 |
| | | |||||
* | | Update Copyright | Peter Dettman | 2018-04-04 | 1 | -1/+1 |
|/ | |||||
* | Reformat | Peter Dettman | 2018-02-04 | 1 | -186/+178 |
| | |||||
* | Perf. opts. in GCMBlockCipher | Peter Dettman | 2017-10-18 | 2 | -41/+127 |
| | | | | - avoid double-copying for long encryption inputs | ||||
* | TLS: always send CCS immediately before FINISHED message | Peter Dettman | 2017-10-16 | 2 | -8/+2 |
| | |||||
* | Performance optimisation in DSTU algorithms | Peter Dettman | 2017-09-18 | 2 | -102/+87 |
| | |||||
* | Constant-time GF multiplication | Peter Dettman | 2017-09-18 | 2 | -39/+29 |
| | |||||
* | Fix method qualifiers and refactor | Peter Dettman | 2017-09-18 | 1 | -408/+365 |
| | |||||
* | Update Copyright year | Peter Dettman | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | Update SignerLocation to use DirectoryString | Peter Dettman | 2017-09-17 | 2 | -45/+70 |
| | | | | - obsolete old UTF8-based methods. | ||||
* | Improve exception messages | Peter Dettman | 2017-09-17 | 3 | -3/+3 |
| | |||||
* | Remove redundant Init call | Peter Dettman | 2017-09-17 | 1 | -1/+0 |
| | |||||
* | Avoid infinity appearing in lookup table for FixedPointCombMultiplier | Peter Dettman | 2017-09-17 | 3 | -5/+17 |
| | |||||
* | Check final padding character in Base64 data. | Peter Dettman | 2017-09-17 | 1 | -0/+3 |
| | |||||
* | Add GOST34.10 2012 parameter sets | Peter Dettman | 2017-09-16 | 3 | -4/+156 |
| | |||||
* | Port of ConcatenationKdfGenerator from Java | Peter Dettman | 2017-09-16 | 1 | -0/+100 |
| | |||||
* | Port of SM2Engine from Java | Peter Dettman | 2017-09-16 | 1 | -0/+238 |
| | |||||
* | Port of SM2KeyExchange from Java | Peter Dettman | 2017-09-16 | 3 | -0/+376 |
| | |||||
* | SM2 signing cleanup | Peter Dettman | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Port of SM2Signer from Java | Peter Dettman | 2017-09-16 | 2 | -0/+294 |
| | |||||
* | Use RandomNumberGenerator.Create | Peter Dettman | 2017-09-16 | 2 | -3/+3 |
| | |||||
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2017-09-16 | 7 | -138/+157 |
|\ | |||||
| * | Refactoring in SM3Digest | Peter Dettman | 2017-09-05 | 1 | -18/+10 |
| | | |||||
| * | Add OIW OIDs in various lookup tables | Peter Dettman | 2017-09-05 | 5 | -120/+137 |
| | | | | | | | | | | - replace some OID literals with named ones - see https://github.com/bcgit/bc-csharp/issues/74 | ||||
| * | Tolerate unexpected ec_point_formats in ServerHello | Peter Dettman | 2017-09-05 | 1 | -0/+10 |
| | | |||||
* | | Use Arrays.CopyOfRange | Peter Dettman | 2017-09-16 | 1 | -22/+19 |
|/ | |||||
* | Fix ResetHeaders to preserve the existing version as intended | Peter Dettman | 2017-09-04 | 1 | -3/+3 |
| | |||||
* | Update handling of implicitly-tagged OIDs (from bc-java) | Peter Dettman | 2017-09-04 | 1 | -1/+8 |
| | |||||
* | Support INTEGER encoding when reading GOST private keys | Peter Dettman | 2017-09-04 | 2 | -17/+17 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/86 | ||||
* | Avoid integer overflow in argument checks | Peter Dettman | 2017-08-31 | 1 | -1/+1 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/91 | ||||
* | Fix exception type in DoFinal | Peter Dettman | 2017-08-13 | 1 | -41/+28 |
| | | | | - reformatted and refactored | ||||
* | Fix Dstu7624WrapEngine to respect input offsets and lengths | Peter Dettman | 2017-08-13 | 2 | -560/+424 |
| | |||||
* | Support receiving DTLS records containing multiple handshake messages | Peter Dettman | 2017-08-13 | 2 | -153/+141 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/85 | ||||
* | Use ffdhe2048 from RFC 7919 as TLS default DH group | Peter Dettman | 2017-08-13 | 2 | -2/+2 |
| | |||||
* | Add FFDHE groups from RFC 7919 | Peter Dettman | 2017-08-13 | 1 | -0/+86 |
| | |||||
* | Can't use MemoryStream.GetBuffer under PORTABLE | Peter Dettman | 2017-07-28 | 1 | -34/+30 |
| | |||||
* | Keccak performance improvements | Peter Dettman | 2017-07-20 | 3 | -187/+106 |
| | |||||
* | Keccak performance - avoid temp copying | Peter Dettman | 2017-07-19 | 1 | -40/+32 |
| | |||||
* | Use Pack methods for byte <-> ulong conversions | Peter Dettman | 2017-07-19 | 1 | -42/+3 |
| | |||||
* | Add a few method variations to Pack class | Peter Dettman | 2017-07-19 | 1 | -0/+34 |
| | |||||
* | Fix GetValidSeconds for multi-sigs (port from Java version) | Peter Dettman | 2017-07-19 | 1 | -11/+22 |
| | |||||
* | speed ups | David Hook | 2017-07-18 | 1 | -71/+141 |
| | |||||
* | added GOST3411-2012 | David Hook | 2017-07-11 | 3 | -0/+1133 |
| | |||||
* | CCM update | David Hook | 2017-07-11 | 1 | -7/+23 |
| | |||||
* | fixed reset issue | David Hook | 2017-07-10 | 1 | -2/+5 |
| | |||||
* | added KCCM | David Hook | 2017-07-08 | 1 | -0/+475 |
| | |||||
* | refactored out key size | David Hook | 2017-07-06 | 4 | -150/+152 |
| | |||||
* | added KCTR | David Hook | 2017-07-06 | 1 | -0/+235 |
| | |||||
* | DSTU 7624 MAC | David Hook | 2017-07-06 | 1 | -0/+160 |
| | |||||
* | initial DSTU7624 work | David Hook | 2017-07-06 | 2 | -0/+1125 |
| | |||||
* | fixed case of definition | David Hook | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | added missing null check | David Hook | 2017-07-06 | 1 | -1/+5 |
| | |||||
* | paddingfix for where pad block extends over 2 block boundary. | David Hook | 2017-06-27 | 1 | -4/+12 |
| | |||||
* | Initial cut of DSTU7564 digest and HMAC. | David Hook | 2017-06-25 | 2 | -0/+706 |
| | |||||
* | Use slightly improved addition chain for sm2p256v1 field sqrt | Peter Dettman | 2017-06-16 | 1 | -22/+20 |
| | |||||
* | Improve TLS exception handling | Peter Dettman | 2017-06-11 | 3 | -140/+149 |
| | |||||
* | Fix race condition | Peter Dettman | 2017-06-11 | 1 | -1/+9 |
| | |||||
* | Fix reset for ISO9792-2 scheme | Peter Dettman | 2017-06-10 | 2 | -1/+10 |
| | |||||
* | Add Reseed method to SP800SecureRandom | Peter Dettman | 2017-06-10 | 1 | -0/+7 |
| | |||||
* | Add Ed25519 OID | Peter Dettman | 2017-06-10 | 1 | -0/+5 |
| | |||||
* | Additional fix to GOFB mode | Peter Dettman | 2017-06-10 | 1 | -1/+4 |
| | |||||
* | Misc. asn1 changes from Java API | Peter Dettman | 2017-06-10 | 2 | -16/+30 |
| | |||||
* | Update CHACHA20_POLY1305 out of draft range | Peter Dettman | 2017-06-10 | 1 | -3/+2 |
| | |||||
* | Misc. asn1 changes from Java API | Peter Dettman | 2017-06-10 | 3 | -0/+24 |
| | |||||
* | Added byte[] return when macBlock not set. | Peter Dettman | 2017-06-10 | 1 | -1/+3 |
| | |||||
* | Stop decoding exceptions escaping from GetDecoderStream | Peter Dettman | 2017-06-10 | 1 | -35/+46 |
| | |||||
* | Update GCMBlockCipher from Java API | Peter Dettman | 2017-06-10 | 1 | -6/+64 |
| | | | | - includes basic nonce-reuse protections | ||||
* | Added expired certificates on CRL extension | Peter Dettman | 2017-06-10 | 1 | -0/+5 |
| | |||||
* | Alert when anonymous server sends CertificateRequest | Peter Dettman | 2017-06-10 | 2 | -0/+6 |
| | |||||
* | Checks on DH peer public key | Peter Dettman | 2017-06-10 | 3 | -3/+13 |
| | |||||
* | Added s box allocation to AesEngine | Peter Dettman | 2017-06-10 | 5 | -13/+21 |
| | | | | - mark AesFastEngine obsolete and replace all usages with AesEngine | ||||
* | Add result checks in DH agreements | Peter Dettman | 2017-06-10 | 2 | -9/+13 |
| | |||||
* | Mark RFC5114 DH groups as Obsolete | Peter Dettman | 2017-06-10 | 1 | -0/+15 |
| | |||||
* | Update xmldoc | Peter Dettman | 2017-06-09 | 1 | -5/+7 |
| | |||||
* | Add PKCS OIDs for SHA512-224/256 sigs | Peter Dettman | 2017-06-09 | 1 | -16/+21 |
| | | | | - refactor to use OID branching | ||||
* | Fix algorithm name for ChaCha7539Engine | Peter Dettman | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Port of latest encodings work from Java | Peter Dettman | 2017-06-09 | 2 | -98/+94 |
| | |||||
* | Add validation to RSA public key constructor | Peter Dettman | 2017-06-09 | 1 | -1/+23 |
| | |||||
* | Add validation to DH public key constructor | Peter Dettman | 2017-06-09 | 1 | -8/+21 |
| | |||||
* | Add validation to DSA public key constructor | Peter Dettman | 2017-06-09 | 1 | -1/+17 |
| | |||||
* | Add point validation to EC public key constructors | Peter Dettman | 2017-06-09 | 1 | -3/+18 |
| | |||||
* | Add explicit length check on OAEP input | Peter Dettman | 2017-06-09 | 1 | -0/+2 |
| | |||||
* | Comments | Peter Dettman | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Improved header control in ArmoredOutputStream | Peter Dettman | 2017-06-09 | 1 | -14/+33 |
| | | | | - in particular, supports removing the default version header | ||||
* | Add explicit limit for sequence numbers | Peter Dettman | 2017-06-08 | 1 | -6/+30 |
| | |||||
* | Add latest extension type values from IANA registry | Peter Dettman | 2017-06-08 | 1 | -0/+10 |
| | |||||
* | Specific exception TlsFatalAlertReceived for peer fatal alerts | Peter Dettman | 2017-06-07 | 4 | -19/+51 |
| | |||||
* | Initial implementation of SM2 elliptic curve | Peter Dettman | 2017-06-03 | 8 | -13/+1161 |
| | | | | | - includes custom curve code - add lots of OIDs from GM standard | ||||
* | Fix reductions for custom secp128r1 field | Peter Dettman | 2017-06-03 | 1 | -6/+6 |
| | |||||
* | Improve error handling/messages | Peter Dettman | 2017-06-01 | 1 | -22/+11 |
| | |||||
* | Tighten up no_certificate alert handling | Peter Dettman | 2017-06-01 | 1 | -10/+21 |
| |