summary refs log tree commit diff
path: root/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/64
| * 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
| | | | | | | | | | - set to "true" to weaken ASN.1 INTEGER checks - see https://github.com/bcgit/bc-csharp/issues/156
* | 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
| | | | | | | | - Clamp X25519, X448 private keys during generation
* | 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
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/153
| * More PORTABLE fixesPeter Dettman2018-10-112-1/+5
| |
| * Fix unmarked key regressionPeter Dettman2018-10-091-0/+4
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/94
| * Clean up usage of AutoResetEvent (PORTABLE only)Peter Dettman2018-10-091-19/+34
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/102
| * Restore previous constructors (as Obsolete) for backward compatibilityPeter Dettman2018-10-093-0/+21
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/145
| * Replace MethodImpl with lockPeter Dettman2018-10-099-280/+301
| |
| * Merge branch 'comment' of https://github.com/fedelippo/bc-csharp into ↵Peter Dettman2018-10-091-2/+2
| |\ | | | | | | | | | fedelippo-comment
| | * Update a documentation comment in Build methodFilippo Biondi2018-10-051-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.
| * | ReformattingPeter Dettman2018-10-082-120/+120
| | |
| * | Merge branch 'master' of https://github.com/fedelippo/bc-csharp into ↵Peter Dettman2018-10-081-1/+15
| |\ \ | | | | | | | | | | | | fedelippo-master
| | * | Add a new constructor which accepts RsaPrivateKeyStructureFilippo Biondi2018-10-051-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 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
| | | | | | | | | | | | - Thanks to https://github.com/TimoRoth
| * | 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
| | | | | | | | | | | | - addresses https://github.com/bcgit/bc-csharp/issues/142
| * | 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
| | | | | | | | | | | | - now supports optional 'publicKey' field
| * | 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
| | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/123
| * 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
| |\ | | | | | | | | | ROM-Knowledgeware-master
| | * BouncyCastle.csproj: Added trailing slash to OutputPath for compatibility ↵ROM-Knowledgeware2017-11-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with MSBuild v2 Without this fix, MSBuild will name the output file 'net20BouncyCastle.dll'. This change is 100% compatible with newer versions of MSBuild. p.s. When setting the output path with the Visual Studio GUI (any version I tested) a trailing slash is being used.
| * | Add UseDerForCerts, UseDerForCrls propertiesPeter Dettman2018-08-063-5/+27
| | | | | | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/101
| * | Add IgnoreX509NameOrdering propertyPeter Dettman2018-08-061-3/+12
| | | | | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/136
| * | Merge branch 'master' of https://github.com/agpreynolds/bc-csharp into ↵Peter Dettman2018-08-061-0/+19
| |\ \ | | | | | | | | | | | | agpreynolds-master
| | * | 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
| | | | | | | | | | | | | | | - use a better algorithm for base 10 - see https://github.com/bcgit/bc-csharp/issues/119
* | | 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
| | | | | | | | | | | | - includes optimized ladders for base points
| * | Cache-safety for EC lookup tablesPeter Dettman2018-04-1565-75/+2374
| | | | | | | | | | | | | | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | * Add VSTS build artifacts * test commit * use four part version
* | | 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
| | | | | | | | | | | | - https://github.com/bcgit/bc-csharp/issues/107
| * | Merge branch 'patch-1' of https://github.com/ZZMarquis/bc-csharp into ↵Peter Dettman2018-04-081-1/+1
| |\ \ | | | | | | | | | | | | ZZMarquis-patch-1
| | * | if the parameter "inOff" in Decrypt() is not zero, it can not be decrypted ↵ZZMarquis2018-03-241-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-javaPeter Dettman2018-04-0814-29/+1854
| | | | | | | | | | | | | | | | - also some misc. changes for other digests
| * | | 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
|\| |
| * | ReformatPeter Dettman2018-02-041-186/+178
| |/
* | Packaging updatesOren Novotny2017-12-021-1/+2
| |
* | Update extrasOren Novotny2017-10-181-1/+1
| |
* | Update extrasOren Novotny2017-10-181-2/+2
| |
* | Merge branch 'master' into netstandardOren Novotny2017-10-185-50/+228
|\|
| * Perf. opts. in GCMBlockCipherPeter Dettman2017-10-182-41/+127
| | | | | | | | - avoid double-copying for long encryption inputs
| * Fix test for .NET 1.1Peter Dettman2017-10-171-1/+1
| |
| * Add RSA test case for CVE-2017-15361 vulnerabilityPeter Dettman2017-10-171-1/+99
| |
| * TLS: always send CCS immediately before FINISHED messagePeter Dettman2017-10-162-8/+2
| |
* | Rename entrypoint for testOren Novotny2017-09-231-1/+1
| |
* | Rename main methodsOren Novotny2017-09-232-2/+2
| |
* | Merge from masterOren Novotny2017-09-2251-836/+3512
|\|
| * 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-182-659/+601
| |
| * Update Copyright yearPeter Dettman2017-09-171-1/+1
| |
| * Update SignerLocation to use DirectoryStringPeter Dettman2017-09-173-57/+82
| | | | | | | | - obsolete old UTF8-based methods.
| * Sketch out test changes for ECGOST3410-2012Peter Dettman2017-09-171-12/+29
| |
| * Improve exception messagesPeter Dettman2017-09-173-3/+3
| |
| * Add testcase for RAW PKCS#1 signatures missing DER NULLPeter Dettman2017-09-175-0/+28
| |
| * Add new PGP signature testcasePeter Dettman2017-09-171-0/+41
| |
| * Remove redundant Init callPeter Dettman2017-09-171-1/+0
| |
| * Port of some newer test cases and data from Java CertTestPeter Dettman2017-09-1711-0/+398
| |
| * Avoid infinity appearing in lookup table for FixedPointCombMultiplierPeter Dettman2017-09-173-5/+17
| |
| * Added GmSSL test vectors for SM3Peter Dettman2017-09-171-6/+139
| |
| * Check final padding character in Base64 data.Peter Dettman2017-09-171-0/+3
| |
| * Fix previous commit for .NET 1.1Peter Dettman2017-09-161-1/+1
| |
| * Exclude GOST34.10 2012 curves from existing test casesPeter Dettman2017-09-161-0/+4
| |
| * Add GOST34.10 2012 parameter setsPeter Dettman2017-09-167-4/+164
| |
| * Port of ConcatenationKdfGenerator from JavaPeter Dettman2017-09-165-0/+108
| |
| * Port of SM2Engine from JavaPeter Dettman2017-09-168-0/+420
| |
| * Port of SM2KeyExchange from JavaPeter Dettman2017-09-1610-0/+636
| |
| * SM2 signing cleanupPeter Dettman2017-09-162-2/+1
| |
| * Port of SM2Signer from JavaPeter Dettman2017-09-1612-1/+813
| |
| * Add class summaryPeter Dettman2017-09-161-0/+5
| |
| * Use RandomNumberGenerator.CreatePeter Dettman2017-09-162-3/+3
| |
| * Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2017-09-167-138/+157
| |\
| * | Use Arrays.CopyOfRangePeter Dettman2017-09-161-22/+19
| | |
* | | Merge branch 'master' into netstandardOren Novotny2017-09-0713-160/+432
|\ \ \ | | |/ | |/|
| * | Refactoring in SM3DigestPeter Dettman2017-09-051-18/+10
| | |
| * | Add OIW OIDs in various lookup tablesPeter Dettman2017-09-055-120/+137
| | | | | | | | | | | | | | | - replace some OID literals with named ones - see https://github.com/bcgit/bc-csharp/issues/74
| * | Tolerate unexpected ec_point_formats in ServerHelloPeter Dettman2017-09-051-0/+10
| |/
| * Add expiry test case to PgpKeyRingTestPeter Dettman2017-09-041-0/+246
| |
| * 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
| | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/86
| * Avoid integer overflow in argument checksPeter Dettman2017-08-311-1/+1
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/91
* | Add netstandard2.0 version pcl-v1.8.1.3Oren Novotny2017-08-172-4/+3
| |
* | update ver of extrasOren Novotny2017-08-171-1/+1
| |
* | update depsOren Novotny2017-08-171-3/+3
| |
* | run test under portable profileOren Novotny2017-08-171-6/+4
| |
* | Merge branch 'master' into netstandardOren Novotny2017-08-1717-865/+854
|\|
| * Fix the message in case of test failurePeter Dettman2017-08-141-2/+3
| |
| * Fix namespace declarationPeter Dettman2017-08-131-1/+1
| |
| * Update GMacTest from JavaPeter Dettman2017-08-131-0/+4
| |
| * Fix various issues trying to build for .NET 1.1Peter Dettman2017-08-135-52/+90
| |
| * Fix exception type in DoFinalPeter Dettman2017-08-131-41/+28
| | | | | | | | - reformatted and refactored
| * Fix Dstu7624WrapEngine to respect input offsets and lengthsPeter Dettman2017-08-133-615/+482
| |
| * Support receiving DTLS records containing multiple handshake messagesPeter Dettman2017-08-134-153/+159
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/85
| * 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
| |
* | merge from masterOren Novotny2017-08-127-316/+354
|\|
| * 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
| |
| * Update project files for recent additionsPeter Dettman2017-07-195-6/+110
| |
| * speed upsDavid Hook2017-07-181-71/+141
| |
* | Fix ups after merge from masterOren Novotny2017-07-144-6/+21
| |
* | Update depsOren Novotny2017-07-141-1/+1
| |
* | Merge branch 'master' into netstandardOren Novotny2017-07-147-24/+2116
|\|
| * added GOST3411-2012David Hook2017-07-115-0/+1348
| |
| * CCM updateDavid Hook2017-07-112-18/+26
| |
| * fixed reset issueDavid Hook2017-07-101-2/+5
| |
| * added KCCMDavid Hook2017-07-082-24/+757
| |
* | Merge branch 'master' into netstandardOren Novotny2017-07-0678-547/+5772
|\|
| * refactored out key sizeDavid Hook2017-07-065-184/+186
| |
| * added KCTRDavid Hook2017-07-063-11/+245
| |
| * DSTU 7624 MACDavid Hook2017-07-062-2/+161
| |
| * initial DSTU7624 workDavid Hook2017-07-063-0/+1606
| |
| * added extra vectorDavid Hook2017-07-061-3/+24
| |
| * fixed case of definitionDavid Hook2017-07-061-2/+2
| |
| * added missing null checkDavid Hook2017-07-061-1/+5
| |
| * Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.gitDavid Hook2017-06-271-1/+4
| |\
| | * Merge remote-tracking branch 'origin/master'David Hook2017-06-2564-518/+2380
| | |\
| | * | updateDavid Hook2017-06-251-1/+4
| | | |
| * | | paddingfix for where pad block extends over 2 block boundary.David Hook2017-06-272-104/+257
| | |/ | |/|
| * | Initial cut of DSTU7564 digest and HMAC.David Hook2017-06-253-0/+1185
| | |
| * | Use slightly improved addition chain for sm2p256v1 field sqrtPeter Dettman2017-06-161-22/+20
| | |
| * | Improve TLS exception handlingPeter Dettman2017-06-113-140/+149
| | |
| * | Fix race conditionPeter Dettman2017-06-111-1/+9
| | |
| * | Fix reset for ISO9792-2 schemePeter Dettman2017-06-102-1/+10
| | |
| * | Add Reseed method to SP800SecureRandomPeter Dettman2017-06-101-0/+7
| | |
| * | Add Ed25519 OIDPeter Dettman2017-06-101-0/+5
| | |
| * | Additional fix to GOFB modePeter Dettman2017-06-101-1/+4
| | |
| * | Misc. asn1 changes from Java APIPeter Dettman2017-06-102-16/+30
| | |
| * | Update CHACHA20_POLY1305 out of draft rangePeter Dettman2017-06-101-3/+2
| | |
| * | Misc. asn1 changes from Java APIPeter Dettman2017-06-103-0/+24
| | |
| * | Added byte[] return when macBlock not set.Peter Dettman2017-06-101-1/+3
| | |
| * | Stop decoding exceptions escaping from GetDecoderStreamPeter Dettman2017-06-102-35/+63
| | |
| * | Update GCMBlockCipher from Java APIPeter Dettman2017-06-102-14/+106
| | | | | | | | | | | | - includes basic nonce-reuse protections
| * | Added expired certificates on CRL extensionPeter Dettman2017-06-101-0/+5
| | |
| * | Alert when anonymous server sends CertificateRequestPeter Dettman2017-06-102-0/+6
| | |
| * | Checks on DH peer public keyPeter Dettman2017-06-104-3/+106
| | |
| * | Added s box allocation to AesEnginePeter Dettman2017-06-1012-39/+47
| | | | | | | | | | | | - mark AesFastEngine obsolete and replace all usages with AesEngine
| * | Add result checks in DH agreementsPeter Dettman2017-06-102-9/+13
| | |
| * | Mark RFC5114 DH groups as ObsoletePeter Dettman2017-06-101-0/+15
| | |
| * | Port missing test cases from JavaPeter Dettman2017-06-091-36/+90
| | | | | | | | | | | | - Switch to newer test format
| * | Update xmldocPeter Dettman2017-06-091-5/+7
| | |
| * | Add PKCS OIDs for SHA512-224/256 sigsPeter Dettman2017-06-091-16/+21
| | | | | | | | | | | | - refactor to use OID branching
| * | Write exception message to Console.ErrPeter Dettman2017-06-091-3/+4
| | |