Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded ifdef's | Oren Novotny | 2019-08-22 | 31 | -61/+21 |
* | Fix parsing of test messages due to using arg exception with parameter name | Oren Novotny | 2019-08-22 | 1 | -8/+8 |
* | Revert all Main -> MainOld renames by specifying startup object explicitly | Oren Novotny | 2019-08-22 | 298 | -298/+315 |
* | More reversions for netcore 2.1 | Oren Novotny | 2019-08-22 | 2 | -23/+3 |
* | Fix formatting | Oren Novotny | 2019-08-22 | 1 | -1/+1 |
* | Restore original code as it's in netcore 2.1 now | Oren Novotny | 2019-08-22 | 1 | -1/+1 |
* | Restore original method as it's in netcore2.1 | Oren Novotny | 2019-08-22 | 1 | -1/+1 |
* | Restore original exception type as it is in netstandard2 | Oren Novotny | 2019-08-22 | 1 | -1/+1 |
* | Update deps | Oren Novotny | 2019-08-22 | 2 | -2/+2 |
* | merge master into netstandard | Oren Novotny | 2019-08-22 | 186 | -1859/+4108 |
|\ | |||||
| * | Fix circular dependence of statics | Peter Dettman | 2019-08-10 | 27 | -39/+51 |
| * | Add and use IntValueExact properties | Peter Dettman | 2019-08-10 | 35 | -123/+201 |
| * | Use utility method | Peter Dettman | 2019-08-09 | 1 | -1/+1 |
| * | Add Clone for bool[] | Peter Dettman | 2019-08-09 | 1 | -30/+21 |
| * | Loosen test requirements on error message | Peter Dettman | 2019-08-09 | 1 | -4/+4 |
| * | Add non-constant-time variant to ECLookupTable | Peter Dettman | 2019-08-09 | 41 | -149/+860 |
| * | ASN.1 updates from bc-java | Peter Dettman | 2019-08-09 | 5 | -42/+66 |
| * | Add IntValueExact and LongValueExact to BigInteger | Peter Dettman | 2019-08-09 | 1 | -0/+22 |
| * | EdDSA refactoring | Peter Dettman | 2019-08-04 | 4 | -34/+46 |
| * | Implement promotion for ECPoint precomputations | Peter Dettman | 2019-08-04 | 3 | -7/+128 |
| * | Use Arrays.Reverse utility method in several places | Peter Dettman | 2019-08-04 | 3 | -35/+8 |
| * | Use GetInstance instead of cast | Peter Dettman | 2019-08-04 | 1 | -2/+1 |
| * | Misc. ASN.1 updates | Peter Dettman | 2019-08-04 | 7 | -33/+31 |
| * | Refactoring in PublicKeyFactory | Peter Dettman | 2019-08-04 | 3 | -55/+73 |
| * | Improve caching behaviour for algorithms using endomorphisms | Peter Dettman | 2019-08-03 | 9 | -19/+187 |
| * | Use fixed-point comb when multiplying basepoint | Peter Dettman | 2019-08-02 | 2 | -5/+11 |
| * | Handle x400Address as sequence in GeneralName | Peter Dettman | 2019-08-02 | 1 | -14/+17 |
| * | EC wNAF-related updates from bc-java | Peter Dettman | 2019-08-02 | 11 | -539/+659 |
| * | Add experimental support for GLV Type A endomorphisms | Peter Dettman | 2019-08-02 | 15 | -111/+398 |
| * | Provide a constant-time zero test | Peter Dettman | 2019-08-02 | 2 | -4/+18 |
| * | Updates to raw math classes from bc-java | Peter Dettman | 2019-08-02 | 6 | -42/+148 |
| * | Refactor Equals/GetHashCode in X509 objects | Peter Dettman | 2019-08-02 | 3 | -34/+107 |
| * | SHA-256 performance tweak | Peter Dettman | 2019-08-01 | 1 | -30/+18 |
| * | Rewrite Asn1Sequence/Set to store elements as Asn1Encodable[] | Peter Dettman | 2019-08-01 | 8 | -264/+170 |
| * | Don't create a SecureRandom unnecessarily | Peter Dettman | 2019-08-01 | 1 | -4/+20 |
| * | Refactor ToString() | Peter Dettman | 2019-08-01 | 1 | -11/+6 |
| * | PCL fixes | Peter Dettman | 2019-08-01 | 4 | -6/+7 |
| * | Inline BuildEncodableVector to shrink recursive call stacks | Peter Dettman | 2019-08-01 | 1 | -13/+10 |
| * | Cast to remove warning | Peter Dettman | 2019-08-01 | 1 | -1/+1 |
| * | EC updates from bc-java | Peter Dettman | 2019-08-01 | 24 | -34/+553 |
| * | Fix warnings | Peter Dettman | 2019-08-01 | 2 | -10/+10 |
| * | Misc. ASN.1 updates from bc-java | Peter Dettman | 2019-08-01 | 7 | -104/+232 |
| * | Rework some of the ImplSquare methods in custom binary curves | Peter Dettman | 2019-07-31 | 7 | -25/+22 |
| * | Accept only properly-sized BigInteger (no auto-reduction) | Peter Dettman | 2019-07-31 | 10 | -27/+25 |
| * | Fix CMP tests failing to set body | Peter Dettman | 2019-07-31 | 2 | -4/+12 |
* | | Use coverlet code coverage | Oren Novotny | 2019-08-06 | 1 | -0/+1 |
* | | Bump deps | Oren Novotny | 2019-08-06 | 1 | -2/+2 |
* | | Bump to .NET Core 2.1 as that's the earliest supported | Oren Novotny | 2019-08-06 | 1 | -4/+4 |
* | | Remove netstandard1 targets as they broke the build with missing Array.Copy o... | Oren Novotny | 2019-08-06 | 1 | -2/+2 |
* | | merge from master | Oren Novotny | 2019-08-01 | 11 | -70/+168 |
|\| | |||||
| * | Work on EC parameters classes | Peter Dettman | 2019-07-30 | 5 | -43/+42 |
| * | Adapt test to access restrictions | Peter Dettman | 2019-07-29 | 1 | -16/+35 |
| * | Fix a corner-case for DER set-value sorting | Peter Dettman | 2019-07-29 | 1 | -15/+22 |
| * | Add several copy64 methods | Peter Dettman | 2019-07-29 | 1 | -0/+17 |
| * | Make main SMix array 1-dimensional | Peter Dettman | 2019-07-29 | 1 | -12/+16 |
| * | Remove unused imports | Peter Dettman | 2019-07-29 | 1 | -4/+0 |
| * | Fix field reduction for custom secp128r1 curve | Peter Dettman | 2019-07-29 | 4 | -0/+57 |
* | | Rename main | Oren Novotny | 2019-06-21 | 1 | -1/+1 |
* | | Merge branch 'master' into netstandard | Oren Novotny | 2019-06-16 | 1 | -2/+2 |
|\| | |||||
| * | Update ECPointTest.cs | Kristian Rastrup | 2019-06-12 | 1 | -2/+2 |
* | | merge from master | Oren Novotny | 2019-06-10 | 111 | -1367/+1933 |
|\| | |||||
| * | Refactoring | Peter Dettman | 2019-06-04 | 90 | -1049/+371 |
| * | Port LinkedCertificate from bc-java | Peter Dettman | 2019-06-04 | 10 | -1/+230 |
| * | Name constraint validation updates from bc-java | Peter Dettman | 2019-06-01 | 13 | -206/+1104 |
| * | Remove extraneous output | Peter Dettman | 2019-06-01 | 1 | -1/+1 |
| * | Support SM2 in SignerUtilities | Peter Dettman | 2019-06-01 | 5 | -109/+240 |
| * | Merge branch 'patch-4' of https://github.com/rastrup/bc-csharp into rastrup-p... | Peter Dettman | 2019-06-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Update Arrays.cs | Kristian Rastrup | 2019-05-23 | 1 | -1/+1 |
* | | | Merge branch 'master' into netstandard | Oren Novotny | 2019-05-31 | 4 | -11/+4 |
|\| | | |||||
| * | | 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 |
| |/ | |||||
* | | Update warnings | Oren Novotny | 2019-05-28 | 2 | -1/+2 |
* | | Update deps | Oren Novotny | 2019-05-28 | 3 | -9/+6 |
* | | Merge branch 'master' into netstandard | Oren Novotny | 2019-05-28 | 39 | -40/+192748 |
|\| | |||||
| * | Merge branch 'patch-5' of https://github.com/rastrup/bc-csharp into rastrup-p... | Peter Dettman | 2019-05-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Update PssSigner.cs | Kristian Rastrup | 2019-05-13 | 1 | -1/+1 |
| * | | Merge branch 'patch-7' of https://github.com/rastrup/bc-csharp into rastrup-p... | Peter Dettman | 2019-05-13 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update DHValidationParms.cs | Kristian Rastrup | 2019-05-13 | 1 | -1/+1 |
| | |/ | |||||
| * | | Cleanup around OfferInput methods | Peter Dettman | 2019-05-10 | 2 | -11/+16 |
| * | | Merge branch 'patch-1' of https://github.com/deniszykov/bc-csharp into denisz... | Peter Dettman | 2019-05-10 | 1 | -1/+6 |
| |\ \ | |||||
| | * | | Update TlsProtocol.cs | deniszykov | 2019-05-09 | 1 | -1/+6 |
| | |/ | |||||
| * | | Update KDF test project files and .NET 1.1 compat. | Peter Dettman | 2019-05-10 | 9 | -341/+311 |
| * | | KDF Related tests. | mw | 2019-05-07 | 6 | -2/+3417 |
| * | | .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 |
| * | | Update project files for recent KDF additions | Peter Dettman | 2019-05-06 | 6 | -3/+94 |
| * | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2019-05-06 | 14 | -0/+189102 |
| |\ \ | |||||
| | * \ | Merge branch 'master' of git.bouncycastle.org:bc-csharp | mw | 2019-05-01 | 8 | -23/+85 |
| | |\ \ | |||||
| | * | | | Additional KDF operations and tests. | mw | 2019-05-01 | 14 | -0/+189102 |
| | | |/ | | |/| | |||||
| * | | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after use | Peter Dettman | 2019-05-06 | 8 | -5/+105 |
| | |/ | |/| | |||||
| * | | EdDSA verifiers now reject overly long signatures | Peter Dettman | 2019-04-30 | 8 | -23/+85 |
| |/ | |||||
* | | Merge branch 'master' into netstandard | Oren Novotny | 2019-04-14 | 3 | -3/+3 |
|\| | |||||
| * | Merge branch 'patch-3' of https://github.com/kakkerlakgly/bc-csharp into kakk... | Peter Dettman | 2019-03-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Update PkixBuilderParameters.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 |
| * | | Merge branch 'patch-2' of https://github.com/kakkerlakgly/bc-csharp into kakk... | Peter Dettman | 2019-03-26 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update CMSSignedHelper.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 |
| | |/ | |||||
| * / | Update PkixCertPath.cs | Kristian Rastrup | 2019-03-26 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'master' into netstandard | Oren Novotny | 2019-03-13 | 7 | -15/+27 |
|\| | |||||
| * | 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 | David Hook | 2019-02-04 | 1 | -0/+5 |
* | | Fix invalid cast in test pcl-v1.8.5 | Oren Novotny | 2019-02-07 | 1 | -1/+1 |
* | | Prep 1.8.5 | Oren Novotny | 2019-02-07 | 1 | -3/+3 |
* | | Fix merge bug | Oren Novotny | 2019-02-07 | 1 | -1/+0 |
* | | merge from master | Oren Novotny | 2019-02-07 | 76 | -1701/+1562 |
|\| | |||||
| * | Update versions and release notes for 1.8.5 release-1.8.5 | Peter Dettman | 2019-01-31 | 4 | -7/+7 |
| * | Fixes and tidying up for release | Peter Dettman | 2019-01-31 | 78 | -1750/+1758 |
* | | Remove old nunit artifact | Oren Novotny | 2019-01-25 | 1 | -1/+0 |
* | | merge from master | Oren Novotny | 2019-01-25 | 41 | -312/+1565 |
|\| | |||||
| * | removed unnecessary extra ECGOST3410 class | David Hook | 2019-01-24 | 2 | -154/+14 |
| * | Merge remote-tracking branch 'origin/master' | David Hook | 2019-01-20 | 1 | -1/+1 |
| |\ | |||||
| | * | name fix | David Hook | 2019-01-20 | 1 | -1/+1 |
| * | | update | David Hook | 2019-01-20 | 1 | -0/+7 |
| |/ | |||||
| * | 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 | 18 | -93/+107 |
| |\ | |||||
| | * | minor tweaking | David Hook | 2019-01-20 | 15 | -77/+84 |
| | * | Selecting digest. | MW | 2019-01-19 | 2 | -9/+15 |
| | * | 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 wrappin... | David Hook | 2019-01-19 | 3 | -53/+57 |
| * | Missing file from last commit | MW | 2019-01-19 | 1 | -5/+5 |
| * | Provider logic for transformation names. | MW | 2019-01-19 | 3 | -10/+92 |
| * | 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 | 1 | -6/+3 |
| * | 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 | 17 | -7/+1091 |
* | | ifdef's to support PORTABLE netstandard1/1.3 surface area | Oren Novotny | 2019-01-15 | 8 | -9/+31 |
* | | Merge branch 'master' into netstandard | Oren Novotny | 2019-01-15 | 73 | -289/+4964 |
|\| | |||||
| * | Missing from previous commit | Megan Woods | 2019-01-15 | 1 | -1/+9 |
| * | Updated C# doc. | Megan Woods | 2019-01-15 | 17 | -200/+289 |
| * | 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 |
| * | | updated | David Hook | 2019-01-15 | 1 | -17/+5 |
| |/ | |||||
| * | refactor of PKMacBuilder | David Hook | 2019-01-15 | 9 | -432/+423 |
| * | Merge remote-tracking branch 'origin/master' | David Hook | 2019-01-15 | 2 | -4/+5 |
| |\ | |||||
| | * | Removed reference to old test. | Megan Woods | 2019-01-14 | 2 | -4/+5 |
| * | | moved ASN.1 class back | David Hook | 2019-01-15 | 2 | -49/+55 |
| |/ | |||||
| * | Updated EJBCA Example | Megan Woods | 2019-01-14 | 1 | -2/+1 |
| * | Updated locations added initial example for EJBCA | Megan Woods | 2019-01-14 | 5 | -439/+96 |
| * | move | David Hook | 2019-01-14 | 1 | -0/+430 |
| * | 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 | 2 | -1/+459 |
| * | Initial CMP | Megan Woods | 2019-01-14 | 24 | -1/+2122 |
| * | minor tweaks | David Hook | 2019-01-14 | 2 | -16/+18 |
| * | Added ECGOST3410_2012Signer | Megan Woods | 2019-01-14 | 12 | -167/+1462 |
| * | 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 | 15 | -105/+183 |
* | | 1.8.4 pcl-v1.8.4 | Oren Novotny | 2018-11-06 | 1 | -2/+2 |
* | | merge from master | Oren Novotny | 2018-11-06 | 4 | -15/+39 |
|\| | |||||
| * | Update versions and release notes for 1.8.4 release-1.8.4 | Peter Dettman | 2018-10-27 | 3 | -9/+28 |
| * | Set the acInfoGen signature algorithm from ISignatureFactory | Peter Dettman | 2018-10-27 | 1 | -8/+8 |
| * | Provide the option to pass a different RSA engine | Peter Dettman | 2018-10-27 | 1 | -1/+6 |
* | | Merge branch 'master' into netstandard | Oren Novotny | 2018-10-24 | 15 | -302/+142 |
|\| | |||||
| * | Reverted short nonce on decryption change | Peter Dettman | 2018-10-24 | 2 | -38/+4 |
| * | 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 | 2 | -33/+66 |
| * | 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 |
* | | merge from master | Oren Novotny | 2018-10-21 | 7 | -20/+386 |
|\| | |||||
| * | Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeInteger | Peter Dettman | 2018-10-18 | 8 | -20/+387 |
* | | merge from master pcl-v1.8.3.37 | Oren Novotny | 2018-10-16 | 30 | -218/+581 |
|\| | |||||
| * | Move generic "...withRSA" handler after PSSwithRSA | Peter Dettman | 2018-10-14 | 1 | -9/+6 |
| * | Handle CVC-ECDSA and PLAIN-ECDSA in test case | Peter Dettman | 2018-10-14 | 1 | -1/+3 |
| * | Port of CVC-ECDSA and PLAIN-ECDSA from Java | Peter Dettman | 2018-10-14 | 23 | -211/+559 |
| * | Move XDH/EdDSA key generation into low-level | Peter Dettman | 2018-10-14 | 9 | -5/+36 |
* | | merge from master | Oren Novotny | 2018-10-16 | 50 | -587/+705 |
|\| | |||||
| * | Port PGP utility fix from Java | Peter Dettman | 2018-10-11 | 3 | -2/+7 |
| * | Add missing file entry from previous commit | Peter Dettman | 2018-10-11 | 4 | -0/+8 |
| * | Refactoring to support custom ISignatureFactory | Peter Dettman | 2018-10-11 | 29 | -337/+406 |
| * | More PORTABLE fixes | Peter Dettman | 2018-10-11 | 2 | -1/+5 |
| * | Fix unmarked key regression | Peter Dettman | 2018-10-09 | 1 | -0/+4 |
| * | Clean up usage of AutoResetEvent (PORTABLE only) | Peter Dettman | 2018-10-09 | 1 | -19/+34 |
| * | Restore previous constructors (as Obsolete) for backward compatibility | Peter Dettman | 2018-10-09 | 3 | -0/+21 |
| * | Replace MethodImpl with lock | Peter Dettman | 2018-10-09 | 9 | -280/+301 |
| * | Merge branch 'comment' of https://github.com/fedelippo/bc-csharp into fedelip... | Peter Dettman | 2018-10-09 | 1 | -2/+2 |
| |\ | |||||
| | * | Update a documentation comment in Build method | Filippo Biondi | 2018-10-05 | 1 | -2/+2 |
| * | | Reformatting | Peter Dettman | 2018-10-08 | 2 | -120/+120 |
| * | | Merge branch 'master' of https://github.com/fedelippo/bc-csharp into fedelipp... | Peter Dettman | 2018-10-08 | 1 | -1/+15 |
| |\ \ | |||||
| | * | | Add a new constructor which accepts RsaPrivateKeyStructure | Filippo Biondi | 2018-10-05 | 1 | -1/+15 |
| * | | | RFC 7748: Exclude all-zeroes agreement value | Peter Dettman | 2018-10-06 | 5 | -2/+30 |
* | | | | merge from master | Oren Novotny | 2018-10-06 | 9 | -40/+94 |
|\| | | | |||||
| * | | | 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 |
| |/ / | |||||
* | | | rename entrypoint | Oren Novotny | 2018-09-30 | 6 | -6/+6 |
* | | | Rewrite Synchronized in terms of locks as netstandard <2.0 doesn't support it. | Oren Novotny | 2018-09-30 | 3 | -69/+112 |
* | | | Rename old main | Oren Novotny | 2018-09-30 | 1 | -1/+1 |
* | | | merge from master | Oren Novotny | 2018-09-30 | 76 | -684/+4191 |
|\| | | |||||
| * | | 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 | 14 | -2/+475 |
| * | | Fix ed25519 ignoring the public key offset | Peter Dettman | 2018-09-21 | 1 | -1/+1 |
| * | | Higher-level API support for Ed25519/Ed448/X25519/X448 | Peter Dettman | 2018-09-21 | 49 | -91/+2259 |
| * | | Refactoring | Peter Dettman | 2018-09-20 | 2 | -6/+9 |
| * | | Code cleanup (from Java build) | Peter Dettman | 2018-09-18 | 3 | -4/+10 |
| * | | 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 |
| * | | Link to "Prime and Prejudice" paper | Peter Dettman | 2018-09-18 | 1 | -1/+2 |
| * | | Blake2b/s: relax length-only constructor constraints | Peter Dettman | 2018-09-16 | 6 | -253/+435 |
| * | | Fixed Rfc3211WrapEngine processing of messages over 127 bytes. | Peter Dettman | 2018-09-16 | 3 | -25/+45 |
| * | | 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 |
| * | | RFC 8032: Implement Ed25519ctx, Ed25519ph, Ed448ph variants | Peter Dettman | 2018-09-14 | 4 | -163/+783 |
| * | | RFC 7748: Export size constants for scalars, points | Peter Dettman | 2018-09-14 | 4 | -42/+66 |
| * | | Add asymmetric multiplication | Peter Dettman | 2018-09-14 | 1 | -4/+14 |
| |/ | |||||
* | | Ensure simple ver pcl-v1.8.3 | Oren Novotny | 2018-08-31 | 1 | -1/+1 |
* | | Set correct ver for three part builds | Oren Novotny | 2018-08-31 | 1 | -1/+1 |
* | | Add version override logic | Oren Novotny | 2018-08-31 | 1 | -0/+8 |
* | | Use latest tet sdk | Oren Novotny | 2018-08-31 | 1 | -1/+1 |
* | | Set 1.8.3 | Oren Novotny | 2018-08-31 | 1 | -1/+1 |
* | | merge from master | Oren Novotny | 2018-08-31 | 23 | -214/+411 |
|\| | |||||
| * | Further work to improve constant time in OAEP. release-1.8.3 | Peter Dettman | 2018-08-11 | 4 | -9/+89 |
| * | Update versions and release notes for 1.8.3 | Peter Dettman | 2018-08-07 | 3 | -5/+5 |
| * | Refactoring around Pkcs10CertificationRequest | Peter Dettman | 2018-08-07 | 2 | -45/+60 |
| * | Add entry explaining DH changes | Peter Dettman | 2018-08-07 | 1 | -0/+10 |
| * | TLS: Disable DHE_* ciphersuites in default clients | Peter Dettman | 2018-08-07 | 2 | -8/+0 |
| * | Merge branch 'master' of https://github.com/ROM-Knowledgeware/bc-csharp into ... | Peter Dettman | 2018-08-06 | 1 | -4/+4 |
| |\ | |||||
| | * | BouncyCastle.csproj: Added trailing slash to OutputPath for compatibility wit... | ROM-Knowledgeware | 2017-11-22 | 1 | -4/+4 |
| * | | Add UseDerForCerts, UseDerForCrls properties | Peter Dettman | 2018-08-06 | 3 | -5/+27 |
| * | | Add IgnoreX509NameOrdering property | Peter Dettman | 2018-08-06 | 1 | -3/+12 |
| * | | Merge branch 'master' of https://github.com/agpreynolds/bc-csharp into agprey... | Peter Dettman | 2018-08-06 | 1 | -0/+19 |
| |\ \ | |||||
| | * | | Add public constructors to PollRepContent | Alex Reynolds | 2018-08-03 | 1 | -0/+19 |
| * | | | TLS: Use DH group whitelisting | Peter Dettman | 2018-07-24 | 15 | -143/+196 |
| |/ / | |||||
* | | | parallelize tests at fixture level | Oren Novotny | 2018-07-19 | 1 | -0/+3 |
* | | | Update build scripts to add code coverage | Oren Novotny | 2018-07-19 | 2 | -2/+2 |
* | | | Fix Synchronized for modern frameworks | Oren Novotny | 2018-07-19 | 2 | -112/+118 |
* | | | Merge from master | Oren Novotny | 2018-07-19 | 78 | -726/+4032 |
|\| | | |||||
| * | | IDEA: Update patent information | Peter Dettman | 2018-07-15 | 1 | -13/+3 |
| * | | EC-related updates from bc-java | Peter Dettman | 2018-07-10 | 67 | -672/+959 |
| * | | 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 |