summary refs log tree commit diff
path: root/crypto/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use utility methodPeter Dettman2019-08-091-1/+1
* Add Clone for bool[]Peter Dettman2019-08-091-30/+21
* Add non-constant-time variant to ECLookupTablePeter Dettman2019-08-0937-149/+852
* ASN.1 updates from bc-javaPeter Dettman2019-08-094-37/+50
* 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-046-21/+23
* Refactoring in PublicKeyFactoryPeter Dettman2019-08-042-54/+72
* Improve caching behaviour for algorithms using endomorphismsPeter Dettman2019-08-035-19/+179
* 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-0211-111/+350
* 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-0123-27/+415
* Misc. ASN.1 updates from bc-javaPeter Dettman2019-08-016-103/+231
* 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-311-0/+6
* Work on EC parameters classesPeter Dettman2019-07-305-43/+42
* 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
* Fix field reduction for custom secp128r1 curvePeter Dettman2019-07-291-0/+5
* RefactoringPeter Dettman2019-06-0490-1049/+371
* Port LinkedCertificate from bc-javaPeter Dettman2019-06-043-1/+118
* Name constraint validation updates from bc-javaPeter Dettman2019-06-015-117/+491
* Support SM2 in SignerUtilitiesPeter Dettman2019-06-013-7/+43
* 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
* | 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
|/
* 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-101-10/+15
* | 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
| |/
* | .NET 1.1 fixes for KDF changesPeter Dettman2019-05-061-1/+0
* | Fix errors and names in KDF changesPeter Dettman2019-05-066-42/+35
* | Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2019-05-067-0/+789
|\ \
| * \ Merge branch 'master' of git.bouncycastle.org:bc-csharpmw2019-05-015-0/+13
| |\ \
| * | | Additional KDF operations and tests.mw2019-05-017-0/+789
| | |/ | |/|
* | | TLS: Clone in GetPsk since TlsPskKeyExchange will clear after usePeter Dettman2019-05-061-1/+1
| |/ |/|
* | EdDSA verifiers now reject overly long signaturesPeter Dettman2019-04-305-0/+13
|/
* 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
|/
* 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
* Update versions and release notes for 1.8.5 release-1.8.5Peter Dettman2019-01-311-4/+4
* Fixes and tidying up for releasePeter Dettman2019-01-3166-1026/+861
* removed unnecessary extra ECGOST3410 classDavid Hook2019-01-242-154/+14
* name fixDavid Hook2019-01-201-1/+1
* name issueDavid Hook2019-01-201-153/+0
* name issueDavid Hook2019-01-201-2/+2
* Merge remote-tracking branch 'origin/master'David Hook2019-01-2012-41/+48
|\
| * minor tweakingDavid Hook2019-01-2010-30/+30
| * Selecting digest.MW2019-01-191-4/+10
| * 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-192-8/+90
* 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-1811-180/+311
* Missing file from last commit.MW2019-01-181-1/+2
* CMS ArchiveControlMW2019-01-1716-7/+900
* Missing from previous commitMegan Woods2019-01-151-1/+9
* Updated C# doc.Megan Woods2019-01-1515-107/+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
|/
* refactor of PKMacBuilderDavid Hook2019-01-159-432/+423
* moved ASN.1 class backDavid Hook2019-01-152-49/+55
* Updated locations added initial example for EJBCAMegan Woods2019-01-142-10/+11
* updateDavid Hook2019-01-141-1/+3
* packaging fixDavid Hook2019-01-1411-10/+25
* Nist algs and ProtectedMessageTestsMegan Woods2019-01-141-1/+30
* Initial CMPMegan Woods2019-01-1423-0/+2120
* minor tweaksDavid Hook2019-01-141-7/+9
* Added ECGOST3410_2012SignerMegan Woods2019-01-1410-167/+678
* Fix some commentsPeter Dettman2018-12-031-2/+2
* TLS: Update to RFC 7627 from draft-ietf-tls-session-hash-04Peter Dettman2018-11-0613-103/+183
* Update versions and release notes for 1.8.4 release-1.8.4Peter Dettman2018-10-271-3/+3
* 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
* Reverted short nonce on decryption changePeter Dettman2018-10-241-1/+1
* 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-221-3/+1
* Remove unnecessary ClonePeter Dettman2018-10-221-1/+1
* Include public key in EC encodingPeter Dettman2018-10-223-15/+8
* Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeIntegerPeter Dettman2018-10-183-14/+19
* Move generic "...withRSA" handler after PSSwithRSAPeter Dettman2018-10-141-9/+6
* Port of CVC-ECDSA and PLAIN-ECDSA from JavaPeter Dettman2018-10-1419-211/+519
* Move XDH/EdDSA key generation into low-levelPeter Dettman2018-10-149-5/+36
* Port PGP utility fix from JavaPeter Dettman2018-10-113-2/+7
* Refactoring to support custom ISignatureFactoryPeter Dettman2018-10-1125-313/+350
* 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
* | | 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
|/ /
* | RFC 8032: Avoid unnecessary doublings in precomputationPeter Dettman2018-09-252-4/+10
* | Port of SM4 from Java APIPeter Dettman2018-09-255-2/+211
* | Fix ed25519 ignoring the public key offsetPeter Dettman2018-09-211-1/+1
* | Higher-level API support for Ed25519/Ed448/X25519/X448Peter Dettman2018-09-2134-82/+1581
* | RefactoringPeter Dettman2018-09-202-6/+9
* | Code cleanup (from Java build)Peter Dettman2018-09-182-2/+8
* | 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
* | Blake2b/s: relax length-only constructor constraintsPeter Dettman2018-09-162-6/+5
* | Fixed Rfc3211WrapEngine processing of messages over 127 bytes.Peter Dettman2018-09-161-24/+35
* | 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-142-150/+337
* | RFC 7748: Export size constants for scalars, pointsPeter Dettman2018-09-142-0/+6
* | Add asymmetric multiplicationPeter Dettman2018-09-141-4/+14
|/
* Further work to improve constant time in OAEP. release-1.8.3Peter Dettman2018-08-112-5/+12
* Update versions and release notes for 1.8.3Peter Dettman2018-08-071-3/+3
* Refactoring around Pkcs10CertificationRequestPeter Dettman2018-08-072-45/+60
* TLS: Disable DHE_* ciphersuites in default clientsPeter Dettman2018-08-072-8/+0
* 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-2411-135/+180
|/
* IDEA: Update patent informationPeter Dettman2018-07-151-13/+3
* EC-related updates from bc-javaPeter Dettman2018-07-1045-449/+780
* 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-088-33/+2409
* Improved performance for BigInteger.ToString(int)Peter Dettman2018-05-311-23/+31
* BCrypt: Add method for explicitly including trailing zero on passwordPeter Dettman2018-04-171-0/+11
* 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-174-2/+20
* PKIX: explicit validation of version number and extension repeatsPeter Dettman2018-04-173-17/+75
* Updated OpenBsdBCrypt to support version 2y.Peter Dettman2018-04-171-9/+40
* Add X25519 and X448 from RFC 7748Peter Dettman2018-04-174-0/+1928
* Cache-safety for EC lookup tablesPeter Dettman2018-04-1557-75/+2284
* Perf. opts. in Keccak/SHA3Peter Dettman2018-04-152-200/+126
* Update versions and release notes for 1.8.2 release-1.8.2Peter Dettman2018-04-081-3/+3
* 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-084-10/+43
* 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-085-28/+1282
* | Latest scrypt updates from bc-javaPeter Dettman2018-04-081-4/+38
* | Latest DSTU7624 updates from JavaPeter Dettman2018-04-051-474/+809
* | Latest DSTU7564 updates from JavaPeter Dettman2018-04-051-323/+342
* | Update CopyrightPeter Dettman2018-04-041-1/+1
|/
* ReformatPeter Dettman2018-02-041-186/+178
* Perf. opts. in GCMBlockCipherPeter Dettman2017-10-182-41/+127
* TLS: always send CCS immediately before FINISHED messagePeter Dettman2017-10-162-8/+2
* Performance optimisation in DSTU algorithmsPeter Dettman2017-09-182-102/+87
* Constant-time GF multiplicationPeter Dettman2017-09-182-39/+29
* Fix method qualifiers and refactorPeter Dettman2017-09-181-408/+365
* Update Copyright yearPeter Dettman2017-09-171-1/+1
* Update SignerLocation to use DirectoryStringPeter Dettman2017-09-172-45/+70
* Improve exception messagesPeter Dettman2017-09-173-3/+3
* Remove redundant Init callPeter Dettman2017-09-171-1/+0
* Avoid infinity appearing in lookup table for FixedPointCombMultiplierPeter Dettman2017-09-173-5/+17
* Check final padding character in Base64 data.Peter Dettman2017-09-171-0/+3
* Add GOST34.10 2012 parameter setsPeter Dettman2017-09-163-4/+156
* Port of ConcatenationKdfGenerator from JavaPeter Dettman2017-09-161-0/+100
* Port of SM2Engine from JavaPeter Dettman2017-09-161-0/+238
* Port of SM2KeyExchange from JavaPeter Dettman2017-09-163-0/+376
* SM2 signing cleanupPeter Dettman2017-09-161-1/+1
* Port of SM2Signer from JavaPeter Dettman2017-09-162-0/+294
* Use RandomNumberGenerator.CreatePeter Dettman2017-09-162-3/+3
* Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2017-09-167-138/+157
|\
| * Refactoring in SM3DigestPeter Dettman2017-09-051-18/+10
| * Add OIW OIDs in various lookup tablesPeter Dettman2017-09-055-120/+137
| * Tolerate unexpected ec_point_formats in ServerHelloPeter Dettman2017-09-051-0/+10
* | Use Arrays.CopyOfRangePeter Dettman2017-09-161-22/+19
|/
* Fix ResetHeaders to preserve the existing version as intendedPeter Dettman2017-09-041-3/+3
* Update handling of implicitly-tagged OIDs (from bc-java)Peter Dettman2017-09-041-1/+8
* Support INTEGER encoding when reading GOST private keysPeter Dettman2017-09-042-17/+17
* Avoid integer overflow in argument checksPeter Dettman2017-08-311-1/+1
* Fix exception type in DoFinalPeter Dettman2017-08-131-41/+28
* Fix Dstu7624WrapEngine to respect input offsets and lengthsPeter Dettman2017-08-132-560/+424
* Support receiving DTLS records containing multiple handshake messagesPeter Dettman2017-08-132-153/+141
* Use ffdhe2048 from RFC 7919 as TLS default DH groupPeter Dettman2017-08-132-2/+2
* Add FFDHE groups from RFC 7919Peter Dettman2017-08-131-0/+86
* Can't use MemoryStream.GetBuffer under PORTABLEPeter Dettman2017-07-281-34/+30
* Keccak performance improvementsPeter Dettman2017-07-203-187/+106
* Keccak performance - avoid temp copyingPeter Dettman2017-07-191-40/+32
* Use Pack methods for byte <-> ulong conversionsPeter Dettman2017-07-191-42/+3
* Add a few method variations to Pack classPeter Dettman2017-07-191-0/+34
* Fix GetValidSeconds for multi-sigs (port from Java version)Peter Dettman2017-07-191-11/+22
* speed upsDavid Hook2017-07-181-71/+141
* added GOST3411-2012David Hook2017-07-113-0/+1133
* CCM updateDavid Hook2017-07-111-7/+23
* fixed reset issueDavid Hook2017-07-101-2/+5
* added KCCMDavid Hook2017-07-081-0/+475
* refactored out key sizeDavid Hook2017-07-064-150/+152
* added KCTRDavid Hook2017-07-061-0/+235
* DSTU 7624 MACDavid Hook2017-07-061-0/+160
* initial DSTU7624 workDavid Hook2017-07-062-0/+1125
* fixed case of definitionDavid Hook2017-07-061-2/+2
* added missing null checkDavid Hook2017-07-061-1/+5
* paddingfix for where pad block extends over 2 block boundary.David Hook2017-06-271-4/+12
* Initial cut of DSTU7564 digest and HMAC.David Hook2017-06-252-0/+706