summary refs log tree commit diff
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'master' of https://github.com/fedelippo/bc-csharp into fedelipp...Peter Dettman2018-10-081-1/+15
| |\ \
| | * | Add a new constructor which accepts RsaPrivateKeyStructureFilippo Biondi2018-10-051-1/+15
| * | | RFC 7748: Exclude all-zeroes agreement valuePeter Dettman2018-10-065-2/+30
* | | | merge from masterOren Novotny2018-10-069-40/+94
|\| | |
| * | | Fix initialization checksPeter Dettman2018-10-055-10/+10
| * | | Fix some TODOs for PORTABLE and StreamsPeter Dettman2018-10-055-18/+52
| * | | Add new SignerInformation protected constructorPeter Dettman2018-10-051-0/+24
| * | | TLS: Don't check CCS status for hello_requestPeter Dettman2018-10-041-15/+14
| |/ /
* | | rename entrypointOren Novotny2018-09-306-6/+6
* | | Rewrite Synchronized in terms of locks as netstandard <2.0 doesn't support it.Oren Novotny2018-09-303-69/+112
* | | Rename old mainOren Novotny2018-09-301-1/+1
* | | merge from masterOren Novotny2018-09-3076-684/+4191
|\| |
| * | RFC 8032: Avoid unnecessary doublings in precomputationPeter Dettman2018-09-252-4/+10
| * | Port of SM4 from Java APIPeter Dettman2018-09-2514-2/+475
| * | Fix ed25519 ignoring the public key offsetPeter Dettman2018-09-211-1/+1
| * | Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-2149-91/+2259
| * | RefactoringPeter Dettman2018-09-202-6/+9
| * | Code cleanup (from Java build)Peter Dettman2018-09-183-4/+10
| * | Add missing default and improve extensions handlingPeter Dettman2018-09-181-2/+6
| * | Code cleanupPeter Dettman2018-09-181-22/+11
| * | Add additional constructor to EncryptionSchemePeter Dettman2018-09-181-1/+7
| * | Link to "Prime and Prejudice" paperPeter Dettman2018-09-181-1/+2
| * | Blake2b/s: relax length-only constructor constraintsPeter Dettman2018-09-166-253/+435
| * | Fixed Rfc3211WrapEngine processing of messages over 127 bytes.Peter Dettman2018-09-163-25/+45
| * | Reduce single-bit extractions from scalarsPeter Dettman2018-09-142-5/+8
| * | RFC 5958: Update PrivateKeyInfoPeter Dettman2018-09-142-62/+139
| * | RFC 8032: Implement Ed25519ctx, Ed25519ph, Ed448ph variantsPeter Dettman2018-09-144-163/+783
| * | RFC 7748: Export size constants for scalars, pointsPeter Dettman2018-09-144-42/+66
| * | Add asymmetric multiplicationPeter Dettman2018-09-141-4/+14
| |/
* | Ensure simple ver pcl-v1.8.3Oren Novotny2018-08-311-1/+1
* | Set correct ver for three part buildsOren Novotny2018-08-311-1/+1
* | Add version override logicOren Novotny2018-08-311-0/+8
* | Use latest tet sdkOren Novotny2018-08-311-1/+1
* | Set 1.8.3Oren Novotny2018-08-311-1/+1
* | merge from masterOren Novotny2018-08-3123-214/+411
|\|
| * Further work to improve constant time in OAEP. release-1.8.3Peter Dettman2018-08-114-9/+89
| * Update versions and release notes for 1.8.3Peter Dettman2018-08-073-5/+5
| * Refactoring around Pkcs10CertificationRequestPeter Dettman2018-08-072-45/+60
| * Add entry explaining DH changesPeter Dettman2018-08-071-0/+10
| * TLS: Disable DHE_* ciphersuites in default clientsPeter Dettman2018-08-072-8/+0
| * Merge branch 'master' of https://github.com/ROM-Knowledgeware/bc-csharp into ...Peter Dettman2018-08-061-4/+4
| |\
| | * BouncyCastle.csproj: Added trailing slash to OutputPath for compatibility wit...ROM-Knowledgeware2017-11-221-4/+4
| * | Add UseDerForCerts, UseDerForCrls propertiesPeter Dettman2018-08-063-5/+27
| * | Add IgnoreX509NameOrdering propertyPeter Dettman2018-08-061-3/+12
| * | Merge branch 'master' of https://github.com/agpreynolds/bc-csharp into agprey...Peter Dettman2018-08-061-0/+19
| |\ \
| | * | Add public constructors to PollRepContentAlex Reynolds2018-08-031-0/+19
| * | | TLS: Use DH group whitelistingPeter Dettman2018-07-2415-143/+196
| |/ /
* | | parallelize tests at fixture levelOren Novotny2018-07-191-0/+3
* | | Update build scripts to add code coverageOren Novotny2018-07-192-2/+2
* | | Fix Synchronized for modern frameworksOren Novotny2018-07-192-112/+118
* | | Merge from masterOren Novotny2018-07-1978-726/+4032
|\| |
| * | IDEA: Update patent informationPeter Dettman2018-07-151-13/+3
| * | EC-related updates from bc-javaPeter Dettman2018-07-1067-672/+959
| * | Make members privatePeter Dettman2018-07-101-1/+1
| * | Clear buffer after literal data copyPeter Dettman2018-07-091-7/+14
| * | Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-0816-42/+3078
* | | remove unused defineOren Novotny2018-06-111-4/+1
* | | add metadata attrib for net4Oren Novotny2018-06-111-0/+25
* | | stamp full commit hash in assemblyOren Novotny2018-06-111-0/+9
* | | ensure correct assm versionOren Novotny2018-06-111-0/+1
* | | switch to Microsoft SourceLinkOren Novotny2018-06-111-1/+3
* | | Merge branch 'master' into netstandardOren Novotny2018-06-111-23/+31
|\| |
| * | Improved performance for BigInteger.ToString(int)Peter Dettman2018-05-311-23/+31
* | | remove legacy PCLOren Novotny2018-05-192-10/+3
* | | Update after mergeOren Novotny2018-05-195-87/+98
* | | merge master into netstandardOren Novotny2018-05-1985-320/+5081
|\| |
| * | BCrypt: Add method for explicitly including trailing zero on passwordPeter Dettman2018-04-172-0/+13
| * | SCrypt: N parameters must be a power of 2Peter Dettman2018-04-171-4/+12
| * | Update TSP digest tables from bc-javaPeter Dettman2018-04-171-3/+11
| * | Update TSP algorithms from bc-javaPeter Dettman2018-04-171-2/+8
| * | Remove debugging codePeter Dettman2018-04-171-12/+0
| * | PKIX: Allow a V0 TA to appear at end of the cert path.Peter Dettman2018-04-175-3/+45
| * | PKIX: explicit validation of version number and extension repeatsPeter Dettman2018-04-173-17/+75
| * | Updated OpenBsdBCrypt to support version 2y.Peter Dettman2018-04-172-13/+91
| * | Change CCM test to use IV of 12 bytes (from bc-java).Peter Dettman2018-04-171-2/+2
| * | Add entry for RFC 7748Peter Dettman2018-04-171-0/+1
| * | Add X25519 and X448 from RFC 7748Peter Dettman2018-04-1711-0/+2339
| * | Cache-safety for EC lookup tablesPeter Dettman2018-04-1565-75/+2374
| * | Update Readme.html for SHA-3 perf. opts.Peter Dettman2018-04-151-0/+16
| * | Perf. opts. in Keccak/SHA3Peter Dettman2018-04-152-200/+126
| * | Change default location of git executablePeter Dettman2018-04-151-1/+1
* | | Versioning (#8)Oren Novotny2018-05-191-2/+11
* | | Update NuGet packaging info pcl-v1.8.2Oren Novotny2018-04-101-2/+9
* | | Rename MainOren Novotny2018-04-092-2/+2
* | | Use SDK styleOren Novotny2018-04-091-3/+1
* | | merge from masterOren Novotny2018-04-0928-946/+3439
|\| |
| * | Update versions and release notes for 1.8.2 release-1.8.2Peter Dettman2018-04-083-5/+20
| * | Added support for IVs.Peter Dettman2018-04-081-6/+24
| * | Added method for looking up name of SBox.Peter Dettman2018-04-081-1/+15
| * | Update registries for digests, MACs from bc-javaPeter Dettman2018-04-085-65/+170
| * | Add id_at_organizationIdentifierPeter Dettman2018-04-082-1/+8
| * | Update BC OIDs from bc-javaPeter Dettman2018-04-081-31/+100
| * | Provide methods taking explicit CspParametersPeter Dettman2018-04-081-0/+23
| * | Merge branch 'patch-1' of https://github.com/ZZMarquis/bc-csharp into ZZMarqu...Peter Dettman2018-04-081-1/+1
| |\ \
| | * | if the parameter "inOff" in Decrypt() is not zero, it can not be decrypted as...ZZMarquis2018-03-241-1/+1
| * | | Port of BLAKE2B/2S digests from bc-javaPeter Dettman2018-04-0814-29/+1854
| * | | Latest scrypt updates from bc-javaPeter Dettman2018-04-082-12/+86
| * | | Latest DSTU7624 updates from JavaPeter Dettman2018-04-051-474/+809
| * | | Latest DSTU7564 updates from JavaPeter Dettman2018-04-051-323/+342
| * | | Update CopyrightPeter Dettman2018-04-042-2/+2
| |/ /
* | | Fix author info #4Oren Novotny2018-03-031-2/+4
* | | updaet build tools pcl-v1.8.1.4Oren Novotny2018-02-121-2/+2
* | | fix failing test due to utc timeOren Novotny2018-02-121-2/+2
* | | Merge branch 'master' into netstandardOren Novotny2018-02-091-186/+178
|\| |