summary refs log tree commit diff
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* enable deterministic builds pcl-v1.8.6.7Claire Novotny2020-03-291-6/+11
* Merge branch 'master' into netstandardClaire Novotny2020-03-2115-299/+266
|\
| * Update versions and release notes for 1.8.6 release-1.8.6Peter Dettman2020-02-213-5/+9
| * Add utility methodPeter Dettman2020-02-211-1/+20
| * RefactoringPeter Dettman2020-02-214-148/+148
| * Fix handling of reason codesPeter Dettman2020-02-211-39/+43
| * Update ASN.1 GetInstance methodsPeter Dettman2020-02-217-109/+49
* | Merge pull request #28 from novotnyllc/dependabot/nuget/Microsoft.NET.Test.Sd...Oren Novotny2020-02-241-1/+1
|\ \
| * | Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0dependabot-preview[bot]2020-02-241-1/+1
* | | Bump NUnit3TestAdapter from 3.15.1 to 3.16.1dependabot-preview[bot]2020-02-241-1/+1
|/ /
* | Merge pull request #23 from novotnyllc/dependabot/nuget/coverlet.collector-1.2.0Oren Novotny2020-02-241-1/+1
|\ \
| * | Bump coverlet.collector from 1.1.0 to 1.2.0dependabot-preview[bot]2020-01-061-1/+1
* | | merge from masterOren Novotny2020-02-2490-716/+1149
|\ \ \ | |/ / |/| / | |/
| * Improvements to permitted sub-treesPeter Dettman2020-02-201-1/+14
| * Misc. updates from bc-javaPeter Dettman2020-02-205-8/+39
| * Mark methods as "Var" for clarityPeter Dettman2020-02-202-6/+6
| * Stricter header validation for PEM filesPeter Dettman2020-02-202-4/+15
| * Fix typoPeter Dettman2020-02-201-1/+1
| * TLS backports from bc-java/tlsPeter Dettman2020-02-206-99/+3
| * PGP updates from bc-javaPeter Dettman2020-02-2013-30/+92
| * Mark several EC multipliers as obsoletePeter Dettman2020-02-209-7/+30
| * Check IsSsl after other checks (NPE)Peter Dettman2020-02-201-25/+19
| * ASN.1 updates from bc-javaPeter Dettman2020-02-1913-153/+320
| * Case-insensitive check of boolean env. var.Peter Dettman2020-02-131-1/+1
| * PKCS12: Improved support for certificate-only key stores without passwordPeter Dettman2020-02-133-26/+102
| * ASN.1 updates from bc-javaPeter Dettman2020-02-1315-231/+312
| * Update release notesPeter Dettman2020-02-121-0/+4
| * Update copyrights to 2020Peter Dettman2020-02-122-2/+2
| * Mark some constructors obsolete (per bc-java)Peter Dettman2020-02-124-6/+14
| * EdDSA: guard against pub key mismatchPeter Dettman2020-01-317-48/+62
| * Port of X25519/X448 field updates from bc-javaPeter Dettman2020-01-302-25/+39
| * Improve ChaCha20Poly1305 testsPeter Dettman2019-10-233-35/+66
* | Merge pull request #19 from novotnyllc/dependabot/nuget/coverlet.collector-1.1.0Oren Novotny2019-11-281-1/+1
|\ \
| * | Bump coverlet.collector from 1.0.1 to 1.1.0dependabot-preview[bot]2019-11-281-1/+1
* | | Merge pull request #18 from novotnyllc/dependabot/nuget/Microsoft.SourceLink....Oren Novotny2019-11-281-1/+1
|\ \ \ | |/ / |/| |
| * | Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19367-01 to 1.0.0dependabot-preview[bot]2019-11-281-1/+1
* | | Merge pull request #21 from novotnyllc/dependabot/nuget/NUnit3TestAdapter-3.15.1Oren Novotny2019-11-281-1/+1
|\ \ \
| * | | Bump NUnit3TestAdapter from 3.14.0 to 3.15.1dependabot-preview[bot]2019-11-281-1/+1
* | | | Merge pull request #20 from novotnyllc/dependabot/nuget/Microsoft.NET.Test.Sd...Oren Novotny2019-11-281-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.4.0dependabot-preview[bot]2019-11-281-1/+1
| |/ /
* / / Bump NerdBank.GitVersioning from 3.0.26 to 3.0.28dependabot-preview[bot]2019-11-281-1/+1
|/ /
* | Build script updatesOren Novotny2019-11-031-1/+1
* | Merge branch 'master' into netstandardOren Novotny2019-09-2194-475/+2322
|\|
| * Add ChaCha ciphers to factory classesPeter Dettman2019-09-1010-12/+310
| * Port ChaCha20Poly1305 from bc-javaPeter Dettman2019-09-0910-96/+1134
| * Tampering and reuse test cases for GCMPeter Dettman2019-09-092-27/+90
| * Updates from bc-javaPeter Dettman2019-09-091-10/+51
| * Rewrite conditionals to avoid overflowPeter Dettman2019-09-091-2/+2
| * Support user cancellation of (D)TLS handshakesPeter Dettman2019-09-0915-3/+57
| * Port of strict hex decoding from bc-javaPeter Dettman2019-09-0961-306/+362
| * Add sanity checks on scalar mult. outputsPeter Dettman2019-08-293-10/+116
| * Add new X448 test cases from bc-javaPeter Dettman2019-08-291-0/+190
| * CCM: only enforce the tag length restrictions for encryptionPeter Dettman2019-08-291-4/+4
| * Check CCM tag length during initializationPeter Dettman2019-08-261-2/+10
| * PssSigner verification improvementsPeter Dettman2019-08-261-7/+13
* | Remove unneeded ifdef'sOren Novotny2019-08-2231-61/+21
* | Fix parsing of test messages due to using arg exception with parameter nameOren Novotny2019-08-221-8/+8
* | Revert all Main -> MainOld renames by specifying startup object explicitlyOren Novotny2019-08-22298-298/+315
* | More reversions for netcore 2.1Oren Novotny2019-08-222-23/+3
* | Fix formattingOren Novotny2019-08-221-1/+1
* | Restore original code as it's in netcore 2.1 nowOren Novotny2019-08-221-1/+1
* | Restore original method as it's in netcore2.1Oren Novotny2019-08-221-1/+1
* | Restore original exception type as it is in netstandard2Oren Novotny2019-08-221-1/+1
* | Update depsOren Novotny2019-08-222-2/+2
* | merge master into netstandardOren Novotny2019-08-22186-1859/+4108
|\|
| * Fix circular dependence of staticsPeter Dettman2019-08-1027-39/+51
| * Add and use IntValueExact propertiesPeter Dettman2019-08-1035-123/+201
| * Use utility methodPeter Dettman2019-08-091-1/+1
| * Add Clone for bool[]Peter Dettman2019-08-091-30/+21
| * Loosen test requirements on error messagePeter Dettman2019-08-091-4/+4
| * Add non-constant-time variant to ECLookupTablePeter Dettman2019-08-0941-149/+860
| * ASN.1 updates from bc-javaPeter Dettman2019-08-095-42/+66
| * Add IntValueExact and LongValueExact to BigIntegerPeter Dettman2019-08-091-0/+22
| * EdDSA refactoringPeter Dettman2019-08-044-34/+46
| * Implement promotion for ECPoint precomputationsPeter Dettman2019-08-043-7/+128
| * Use Arrays.Reverse utility method in several placesPeter Dettman2019-08-043-35/+8
| * Use GetInstance instead of castPeter Dettman2019-08-041-2/+1
| * Misc. ASN.1 updatesPeter Dettman2019-08-047-33/+31
| * Refactoring in PublicKeyFactoryPeter Dettman2019-08-043-55/+73
| * Improve caching behaviour for algorithms using endomorphismsPeter Dettman2019-08-039-19/+187
| * Use fixed-point comb when multiplying basepointPeter Dettman2019-08-022-5/+11
| * Handle x400Address as sequence in GeneralNamePeter Dettman2019-08-021-14/+17
| * EC wNAF-related updates from bc-javaPeter Dettman2019-08-0211-539/+659
| * Add experimental support for GLV Type A endomorphismsPeter Dettman2019-08-0215-111/+398
| * Provide a constant-time zero testPeter Dettman2019-08-022-4/+18
| * Updates to raw math classes from bc-javaPeter Dettman2019-08-026-42/+148
| * Refactor Equals/GetHashCode in X509 objectsPeter Dettman2019-08-023-34/+107
| * SHA-256 performance tweakPeter Dettman2019-08-011-30/+18
| * Rewrite Asn1Sequence/Set to store elements as Asn1Encodable[]Peter Dettman2019-08-018-264/+170
| * Don't create a SecureRandom unnecessarilyPeter Dettman2019-08-011-4/+20
| * Refactor ToString()Peter Dettman2019-08-011-11/+6
| * PCL fixesPeter Dettman2019-08-014-6/+7
| * Inline BuildEncodableVector to shrink recursive call stacksPeter Dettman2019-08-011-13/+10
| * Cast to remove warningPeter Dettman2019-08-011-1/+1
| * EC updates from bc-javaPeter Dettman2019-08-0124-34/+553
| * Fix warningsPeter Dettman2019-08-012-10/+10
| * Misc. ASN.1 updates from bc-javaPeter Dettman2019-08-017-104/+232
| * Rework some of the ImplSquare methods in custom binary curvesPeter Dettman2019-07-317-25/+22
| * Accept only properly-sized BigInteger (no auto-reduction)Peter Dettman2019-07-3110-27/+25
| * Fix CMP tests failing to set bodyPeter Dettman2019-07-312-4/+12
* | Use coverlet code coverageOren Novotny2019-08-061-0/+1
* | Bump depsOren Novotny2019-08-061-2/+2
* | Bump to .NET Core 2.1 as that's the earliest supportedOren Novotny2019-08-061-4/+4
* | Remove netstandard1 targets as they broke the build with missing Array.Copy o...Oren Novotny2019-08-061-2/+2
* | merge from masterOren Novotny2019-08-0111-70/+168
|\|
| * Work on EC parameters classesPeter Dettman2019-07-305-43/+42
| * Adapt test to access restrictionsPeter Dettman2019-07-291-16/+35
| * Fix a corner-case for DER set-value sortingPeter Dettman2019-07-291-15/+22
| * Add several copy64 methodsPeter Dettman2019-07-291-0/+17
| * Make main SMix array 1-dimensionalPeter Dettman2019-07-291-12/+16
| * Remove unused importsPeter Dettman2019-07-291-4/+0
| * Fix field reduction for custom secp128r1 curvePeter Dettman2019-07-294-0/+57
* | Rename mainOren Novotny2019-06-211-1/+1
* | Merge branch 'master' into netstandardOren Novotny2019-06-161-2/+2
|\|
| * Update ECPointTest.csKristian Rastrup2019-06-121-2/+2
* | merge from masterOren Novotny2019-06-10111-1367/+1933
|\|
| * RefactoringPeter Dettman2019-06-0490-1049/+371
| * Port LinkedCertificate from bc-javaPeter Dettman2019-06-0410-1/+230
| * Name constraint validation updates from bc-javaPeter Dettman2019-06-0113-206/+1104
| * Remove extraneous outputPeter Dettman2019-06-011-1/+1
| * Support SM2 in SignerUtilitiesPeter Dettman2019-06-015-109/+240
| * Merge branch 'patch-4' of https://github.com/rastrup/bc-csharp into rastrup-p...Peter Dettman2019-06-011-1/+1
| |\
| | * Update Arrays.csKristian Rastrup2019-05-231-1/+1
* | | Merge branch 'master' into netstandardOren Novotny2019-05-314-11/+4
|\| |
| * | Default saltLength to 20Peter Dettman2019-05-141-2/+1
| * | Increase zlib default buffer sizePeter Dettman2019-05-142-2/+2
| * | Refactor to not need pending_buf_sizePeter Dettman2019-05-141-7/+1
| |/
* | Update warningsOren Novotny2019-05-282-1/+2
* | Update depsOren Novotny2019-05-283-9/+6
* | Merge branch 'master' into netstandardOren Novotny2019-05-2839-40/+192748
|\|
| * Merge branch 'patch-5' of https://github.com/rastrup/bc-csharp into rastrup-p...Peter Dettman2019-05-131-1/+1
| |\
| | * Update PssSigner.csKristian Rastrup2019-05-131-1/+1
| * | Merge branch 'patch-7' of https://github.com/rastrup/bc-csharp into rastrup-p...Peter Dettman2019-05-131-1/+1
| |\ \
| | * | Update DHValidationParms.csKristian Rastrup2019-05-131-1/+1
| | |/
| * | Cleanup around OfferInput methodsPeter Dettman2019-05-102-11/+16
| * | Merge branch 'patch-1' of https://github.com/deniszykov/bc-csharp into denisz...Peter Dettman2019-05-101-1/+6
| |\ \
| | * | Update TlsProtocol.csdeniszykov2019-05-091-1/+6
| | |/
| * | Update KDF test project files and .NET 1.1 compat.Peter Dettman2019-05-109-341/+311
| * | KDF Related tests.mw2019-05-076-2/+3417
| * | .NET 1.1 fixes for KDF changesPeter Dettman2019-05-061-1/+0
| * | Fix errors and names in KDF changesPeter Dettman2019-05-066-42/+35
| * | Update project files for recent KDF additionsPeter Dettman2019-05-066-3/+94
| * | Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2019-05-0614-0/+189102
| |\ \
| | * \ Merge branch 'master' of git.bouncycastle.org:bc-csharpmw2019-05-018-23/+85
| | |\ \
| | * | | Additional KDF operations and tests.mw2019-05-0114-0/+189102
| | | |/ | | |/|
| * | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after usePeter Dettman2019-05-068-5/+105
| | |/ | |/|
| * | EdDSA verifiers now reject overly long signaturesPeter Dettman2019-04-308-23/+85
| |/
* | Merge branch 'master' into netstandardOren Novotny2019-04-143-3/+3
|\|
| * Merge branch 'patch-3' of https://github.com/kakkerlakgly/bc-csharp into kakk...Peter Dettman2019-03-261-1/+1
| |\
| | * Update PkixBuilderParameters.csKristian Rastrup2019-03-261-1/+1
| * | Merge branch 'patch-2' of https://github.com/kakkerlakgly/bc-csharp into kakk...Peter Dettman2019-03-261-1/+1
| |\ \
| | * | Update CMSSignedHelper.csKristian Rastrup2019-03-261-1/+1
| | |/
| * / Update PkixCertPath.csKristian Rastrup2019-03-261-1/+1
| |/
* | Merge branch 'master' into netstandardOren Novotny2019-03-137-15/+27
|\|
| * DTLS: Guard against epoch wrappingPeter Dettman2019-03-091-3/+8
| * Update comment in line with Java versionPeter Dettman2019-03-091-6/+6
| * Don't ignore indexPeter Dettman2019-03-091-1/+1
| * Fix setting of buffer positionPeter Dettman2019-02-071-1/+1
| * fixed ECGOST co-factors for 2012 setsDavid Hook2019-02-052-4/+6
| * updateDavid Hook2019-02-041-0/+5
* | Fix invalid cast in test pcl-v1.8.5Oren Novotny2019-02-071-1/+1
* | Prep 1.8.5Oren Novotny2019-02-071-3/+3
* | Fix merge bugOren Novotny2019-02-071-1/+0
* | merge from masterOren Novotny2019-02-0776-1701/+1562
|\|
| * Update versions and release notes for 1.8.5 release-1.8.5Peter Dettman2019-01-314-7/+7
| * Fixes and tidying up for releasePeter Dettman2019-01-3178-1750/+1758
* | Remove old nunit artifactOren Novotny2019-01-251-1/+0
* | merge from masterOren Novotny2019-01-2541-312/+1565
|\|
| * removed unnecessary extra ECGOST3410 classDavid Hook2019-01-242-154/+14
| * Merge remote-tracking branch 'origin/master'David Hook2019-01-201-1/+1
| |\
| | * name fixDavid Hook2019-01-201-1/+1
| * | updateDavid Hook2019-01-201-0/+7
| |/
| * name issueDavid Hook2019-01-201-153/+0
| * name issueDavid Hook2019-01-201-2/+2
| * Merge remote-tracking branch 'origin/master'David Hook2019-01-2018-93/+107
| |\
| | * minor tweakingDavid Hook2019-01-2015-77/+84
| | * Selecting digest.MW2019-01-192-9/+15
| | * Updated to use nominated digtest.MW2019-01-191-7/+8
| * | fixed file nameDavid Hook2019-01-201-0/+153
| |/
| * renameDavid Hook2019-01-191-0/+0
| * added initialisation to Asn1KeyWrapperDavid Hook2019-01-191-22/+21
| * fixed KeyTransRecipientInfoGenerator to invoke overridable method for wrappin...David Hook2019-01-193-53/+57
| * Missing file from last commitMW2019-01-191-5/+5
| * Provider logic for transformation names.MW2019-01-193-10/+92
| * fixed nlDavid Hook2019-01-191-0/+5
| * added basic wrapper codeDavid Hook2019-01-192-0/+92
| * added use of IKeyWrapper for managing CMS KeyTransRecientDavid Hook2019-01-181-16/+0
| * added use of IKeyWrapper for managing CMS KeyTransRecipientDavid Hook2019-01-181-6/+3
| * added use of IKeyWrapper for managing CMS KeyTransRecipientDavid Hook2019-01-1811-180/+311
| * Missing file from last commit.MW2019-01-181-1/+2
| * CMS ArchiveControlMW2019-01-1717-7/+1091
* | ifdef's to support PORTABLE netstandard1/1.3 surface areaOren Novotny2019-01-158-9/+31
* | Merge branch 'master' into netstandardOren Novotny2019-01-1573-289/+4964
|\|
| * Missing from previous commitMegan Woods2019-01-151-1/+9
| * Updated C# doc.Megan Woods2019-01-1517-200/+289
| * first cut on Pkcs8David Hook2019-01-1513-0/+624
| * added alg constructorDavid Hook2019-01-151-0/+5
| * removed genericDavid Hook2019-01-152-3/+28
| * Merge remote-tracking branch 'origin/master'David Hook2019-01-151-0/+24
| |\
| | * added missing interfaceDavid Hook2019-01-151-0/+24
| * | updateDavid Hook2019-01-152-143/+0
| * | updatedDavid Hook2019-01-151-17/+5
| |/
| * refactor of PKMacBuilderDavid Hook2019-01-159-432/+423
| * Merge remote-tracking branch 'origin/master'David Hook2019-01-152-4/+5
| |\
| | * Removed reference to old test.Megan Woods2019-01-142-4/+5
| * | moved ASN.1 class backDavid Hook2019-01-152-49/+55
| |/
| * Updated EJBCA ExampleMegan Woods2019-01-141-2/+1
| * Updated locations added initial example for EJBCAMegan Woods2019-01-145-439/+96
| * moveDavid Hook2019-01-141-0/+430
| * updateDavid Hook2019-01-141-1/+3
| * packaging fixDavid Hook2019-01-1411-10/+25
| * Nist algs and ProtectedMessageTestsMegan Woods2019-01-142-1/+459
| * Initial CMPMegan Woods2019-01-1424-1/+2122
| * minor tweaksDavid Hook2019-01-142-16/+18
| * Added ECGOST3410_2012SignerMegan Woods2019-01-1412-167/+1462
| * Fix some commentsPeter Dettman2018-12-031-2/+2
| * TLS: Update to RFC 7627 from draft-ietf-tls-session-hash-04Peter Dettman2018-11-0615-105/+183
* | 1.8.4 pcl-v1.8.4Oren Novotny2018-11-061-2/+2
* | merge from masterOren Novotny2018-11-064-15/+39
|\|
| * Update versions and release notes for 1.8.4 release-1.8.4Peter Dettman2018-10-273-9/+28
| * Set the acInfoGen signature algorithm from ISignatureFactoryPeter Dettman2018-10-271-8/+8
| * Provide the option to pass a different RSA enginePeter Dettman2018-10-271-1/+6
* | Merge branch 'master' into netstandardOren Novotny2018-10-2415-302/+142
|\|
| * Reverted short nonce on decryption changePeter Dettman2018-10-242-38/+4
| * Use Edwards internals for X25519/X448 public key calculationsPeter Dettman2018-10-224-249/+49
| * Add GeneratePublicKey method for completenessPeter Dettman2018-10-224-2/+12
| * Don't try to track unrecognized hash algorithmsPeter Dettman2018-10-222-2/+21
| * DH_anon cipher suites are considered ephemeral DHPeter Dettman2018-10-221-0/+19
| * Apply CCM nonce length check for encryption onlyPeter Dettman2018-10-222-33/+66
| * Remove unnecessary ClonePeter Dettman2018-10-221-1/+1
| * Include public key in EC encodingPeter Dettman2018-10-223-15/+8
* | merge from masterOren Novotny2018-10-217-20/+386
|\|
| * Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeIntegerPeter Dettman2018-10-188-20/+387
* | merge from master pcl-v1.8.3.37Oren Novotny2018-10-1630-218/+581
|\|
| * Move generic "...withRSA" handler after PSSwithRSAPeter Dettman2018-10-141-9/+6
| * Handle CVC-ECDSA and PLAIN-ECDSA in test casePeter Dettman2018-10-141-1/+3
| * Port of CVC-ECDSA and PLAIN-ECDSA from JavaPeter Dettman2018-10-1423-211/+559
| * Move XDH/EdDSA key generation into low-levelPeter Dettman2018-10-149-5/+36
* | merge from masterOren Novotny2018-10-1650-587/+705
|\|
| * Port PGP utility fix from JavaPeter Dettman2018-10-113-2/+7
| * Add missing file entry from previous commitPeter Dettman2018-10-114-0/+8
| * Refactoring to support custom ISignatureFactoryPeter Dettman2018-10-1129-337/+406
| * More PORTABLE fixesPeter Dettman2018-10-112-1/+5
| * Fix unmarked key regressionPeter Dettman2018-10-091-0/+4
| * Clean up usage of AutoResetEvent (PORTABLE only)Peter Dettman2018-10-091-19/+34
| * Restore previous constructors (as Obsolete) for backward compatibilityPeter Dettman2018-10-093-0/+21
| * Replace MethodImpl with lockPeter Dettman2018-10-099-280/+301
| * Merge branch 'comment' of https://github.com/fedelippo/bc-csharp into fedelip...Peter Dettman2018-10-091-2/+2
| |\
| | * Update a documentation comment in Build methodFilippo Biondi2018-10-051-2/+2
| * | ReformattingPeter Dettman2018-10-082-120/+120