Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating test structure to match existing. | John Steel | 2020-10-17 | 1 | -4/+32 |
| | |||||
* | Test Vectors for EC Point Multiply | John Steel | 2020-10-17 | 3 | -0/+3254 |
| | | | | | Test multiply with the test vectors downloaded from: http://point-at-infinity.org/ecc/nisttv | ||||
* | Env. prop.: Org.BouncyCastle.Asn1.AllowUnsafeInteger | Peter Dettman | 2018-10-18 | 8 | -20/+387 |
| | | | | | - set to "true" to weaken ASN.1 INTEGER checks - see https://github.com/bcgit/bc-csharp/issues/156 | ||||
* | 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 |
| | | | | - Clamp X25519, X448 private keys during generation | ||||
* | 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 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/153 | ||||
* | More PORTABLE fixes | Peter Dettman | 2018-10-11 | 2 | -1/+5 |
| | |||||
* | Fix unmarked key regression | Peter Dettman | 2018-10-09 | 1 | -0/+4 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/94 | ||||
* | Clean up usage of AutoResetEvent (PORTABLE only) | Peter Dettman | 2018-10-09 | 1 | -19/+34 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/102 | ||||
* | Restore previous constructors (as Obsolete) for backward compatibility | Peter Dettman | 2018-10-09 | 3 | -0/+21 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/145 | ||||
* | Replace MethodImpl with lock | Peter Dettman | 2018-10-09 | 9 | -280/+301 |
| | |||||
* | Merge branch 'fedelippo-comment' | Peter Dettman | 2018-10-09 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'comment' of https://github.com/fedelippo/bc-csharp into ↵ | Peter Dettman | 2018-10-09 | 1 | -2/+2 |
|/| | | | | | | | fedelippo-comment | ||||
| * | Update a documentation comment in Build method | Filippo Biondi | 2018-10-05 | 1 | -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. | ||||
* | | Reformatting | Peter Dettman | 2018-10-08 | 2 | -120/+120 |
| | | |||||
* | | Merge branch 'fedelippo-master' | Peter Dettman | 2018-10-08 | 1 | -1/+15 |
|\ \ | |||||
| * | | Merge branch 'master' of https://github.com/fedelippo/bc-csharp into ↵ | Peter Dettman | 2018-10-08 | 1 | -1/+15 |
|/| | | | | | | | | | | | fedelippo-master | ||||
| * | | Add a new constructor which accepts RsaPrivateKeyStructure | Filippo Biondi | 2018-10-05 | 1 | -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 value | Peter Dettman | 2018-10-06 | 5 | -2/+30 |
| | | | |||||
* | | | 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 |
|/ / | |||||
* | | 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 |
| | | | | | | | | - Thanks to https://github.com/TimoRoth | ||||
* | | 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 |
| | | | | | | | | - addresses https://github.com/bcgit/bc-csharp/issues/142 | ||||
* | | 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 |
| | | | | | | | | - now supports optional 'publicKey' field | ||||
* | | 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 |
|/ | |||||
* | 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 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/123 | ||||
* | 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 |
| | |||||
* | t push origin masterMerge branch 'ROM-Knowledgeware-master' | Peter Dettman | 2018-08-06 | 1 | -4/+4 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/ROM-Knowledgeware/bc-csharp into ↵ | Peter Dettman | 2018-08-06 | 1 | -4/+4 |
|/| | | | | | | | ROM-Knowledgeware-master | ||||
| * | BouncyCastle.csproj: Added trailing slash to OutputPath for compatibility ↵ | ROM-Knowledgeware | 2017-11-22 | 1 | -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 properties | Peter Dettman | 2018-08-06 | 3 | -5/+27 |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/101 | ||||
* | | Add IgnoreX509NameOrdering property | Peter Dettman | 2018-08-06 | 1 | -3/+12 |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/136 | ||||
* | | Merge branch 'agpreynolds-master' | Peter Dettman | 2018-08-06 | 1 | -0/+19 |
|\ \ | |||||
| * | | Merge branch 'master' of https://github.com/agpreynolds/bc-csharp into ↵ | Peter Dettman | 2018-08-06 | 1 | -0/+19 |
|/| | | | | | | | | | | | agpreynolds-master | ||||
| * | | 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 |
|/ / | |||||
* | | 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 |
| | | |||||
* | | Add Ed25519 and Ed448 from RFC 8032 | Peter Dettman | 2018-07-08 | 16 | -42/+3078 |
| | | |||||
* | | Improved performance for BigInteger.ToString(int) | Peter Dettman | 2018-05-31 | 1 | -23/+31 |
| | | | | | | | | | | - use a better algorithm for base 10 - see https://github.com/bcgit/bc-csharp/issues/119 | ||||
* | | BCrypt: Add method for explicitly including trailing zero on password | Peter Dettman | 2018-04-17 | 2 | -0/+13 |
| | | |||||
* | | SCrypt: N parameters must be a power of 2 | Peter Dettman | 2018-04-17 | 1 | -4/+12 |
| | | |||||
* | | Update TSP digest tables from bc-java | Peter Dettman | 2018-04-17 | 1 | -3/+11 |
| | | |||||
* | | Update TSP algorithms from bc-java | Peter Dettman | 2018-04-17 | 1 | -2/+8 |
| | | |||||
* | | Remove debugging code | Peter Dettman | 2018-04-17 | 1 | -12/+0 |
| | | |||||
* | | PKIX: Allow a V0 TA to appear at end of the cert path. | Peter Dettman | 2018-04-17 | 5 | -3/+45 |
| | | |||||
* | | PKIX: explicit validation of version number and extension repeats | Peter Dettman | 2018-04-17 | 3 | -17/+75 |
| | | |||||
* | | Updated OpenBsdBCrypt to support version 2y. | Peter Dettman | 2018-04-17 | 2 | -13/+91 |
| | | |||||
* | | Change CCM test to use IV of 12 bytes (from bc-java). | Peter Dettman | 2018-04-17 | 1 | -2/+2 |
| | | |||||
* | | Add entry for RFC 7748 | Peter Dettman | 2018-04-17 | 1 | -0/+1 |
| | | |||||
* | | Add X25519 and X448 from RFC 7748 | Peter Dettman | 2018-04-17 | 11 | -0/+2339 |
| | | | | | | | | - includes optimized ladders for base points | ||||
* | | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 65 | -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 Dettman | 2018-04-15 | 1 | -0/+16 |
| | | |||||
* | | Perf. opts. in Keccak/SHA3 | Peter Dettman | 2018-04-15 | 2 | -200/+126 |
| | | |||||
* | | Change default location of git executable | Peter Dettman | 2018-04-15 | 1 | -1/+1 |
| | | |||||
* | | Update versions and release notes for 1.8.2 release-1.8.2 | Peter Dettman | 2018-04-08 | 3 | -5/+20 |
| | | |||||
* | | Added support for IVs. | Peter Dettman | 2018-04-08 | 1 | -6/+24 |
| | | |||||
* | | Added method for looking up name of SBox. | Peter Dettman | 2018-04-08 | 1 | -1/+15 |
| | | |||||
* | | Update registries for digests, MACs from bc-java | Peter Dettman | 2018-04-08 | 5 | -65/+170 |
| | | |||||
* | | Add id_at_organizationIdentifier | Peter Dettman | 2018-04-08 | 2 | -1/+8 |
| | | |||||
* | | Update BC OIDs from bc-java | Peter Dettman | 2018-04-08 | 1 | -31/+100 |
| | | |||||
* | | Provide methods taking explicit CspParameters | Peter Dettman | 2018-04-08 | 1 | -0/+23 |
| | | | | | | | | - https://github.com/bcgit/bc-csharp/issues/107 | ||||
* | | Merge branch 'ZZMarquis-patch-1' | Peter Dettman | 2018-04-08 | 1 | -1/+1 |
|\ \ | |||||
| * | | Merge branch 'patch-1' of https://github.com/ZZMarquis/bc-csharp into ↵ | Peter Dettman | 2018-04-08 | 1 | -1/+1 |
|/| | | | | | | | | | | | ZZMarquis-patch-1 | ||||
| * | | if the parameter "inOff" in Decrypt() is not zero, it can not be decrypted ↵ | ZZMarquis | 2018-03-24 | 1 | -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-java | Peter Dettman | 2018-04-08 | 14 | -29/+1854 |
| | | | | | | | | | | | | - also some misc. changes for other digests | ||||
* | | | Latest scrypt updates from bc-java | Peter Dettman | 2018-04-08 | 2 | -12/+86 |
| | | | |||||
* | | | Latest DSTU7624 updates from Java | Peter Dettman | 2018-04-05 | 1 | -474/+809 |
| | | | |||||
* | | | Latest DSTU7564 updates from Java | Peter Dettman | 2018-04-05 | 1 | -323/+342 |
| | | | |||||
* | | | Update Copyright | Peter Dettman | 2018-04-04 | 2 | -2/+2 |
|/ / | |||||
* / | Reformat | Peter Dettman | 2018-02-04 | 1 | -186/+178 |
|/ | |||||
* | Perf. opts. in GCMBlockCipher | Peter Dettman | 2017-10-18 | 2 | -41/+127 |
| | | | | - avoid double-copying for long encryption inputs | ||||
* | Fix test for .NET 1.1 | Peter Dettman | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | Add RSA test case for CVE-2017-15361 vulnerability | Peter Dettman | 2017-10-17 | 1 | -1/+99 |
| | |||||
* | TLS: always send CCS immediately before FINISHED message | Peter Dettman | 2017-10-16 | 2 | -8/+2 |
| | |||||
* | Performance optimisation in DSTU algorithms | Peter Dettman | 2017-09-18 | 2 | -102/+87 |
| | |||||
* | Constant-time GF multiplication | Peter Dettman | 2017-09-18 | 2 | -39/+29 |
| | |||||
* | Fix method qualifiers and refactor | Peter Dettman | 2017-09-18 | 2 | -659/+601 |
| | |||||
* | Update Copyright year | Peter Dettman | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | Update SignerLocation to use DirectoryString | Peter Dettman | 2017-09-17 | 3 | -57/+82 |
| | | | | - obsolete old UTF8-based methods. | ||||
* | Sketch out test changes for ECGOST3410-2012 | Peter Dettman | 2017-09-17 | 1 | -12/+29 |
| | |||||
* | Improve exception messages | Peter Dettman | 2017-09-17 | 3 | -3/+3 |
| | |||||
* | Add testcase for RAW PKCS#1 signatures missing DER NULL | Peter Dettman | 2017-09-17 | 5 | -0/+28 |
| | |||||
* | Add new PGP signature testcase | Peter Dettman | 2017-09-17 | 1 | -0/+41 |
| | |||||
* | Remove redundant Init call | Peter Dettman | 2017-09-17 | 1 | -1/+0 |
| | |||||
* | Port of some newer test cases and data from Java CertTest | Peter Dettman | 2017-09-17 | 11 | -0/+398 |
| | |||||
* | Avoid infinity appearing in lookup table for FixedPointCombMultiplier | Peter Dettman | 2017-09-17 | 3 | -5/+17 |
| | |||||
* | Added GmSSL test vectors for SM3 | Peter Dettman | 2017-09-17 | 1 | -6/+139 |
| | |||||
* | Check final padding character in Base64 data. | Peter Dettman | 2017-09-17 | 1 | -0/+3 |
| | |||||
* | Fix previous commit for .NET 1.1 | Peter Dettman | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Exclude GOST34.10 2012 curves from existing test cases | Peter Dettman | 2017-09-16 | 1 | -0/+4 |
| | |||||
* | Add GOST34.10 2012 parameter sets | Peter Dettman | 2017-09-16 | 7 | -4/+164 |
| | |||||
* | Port of ConcatenationKdfGenerator from Java | Peter Dettman | 2017-09-16 | 5 | -0/+108 |
| | |||||
* | Port of SM2Engine from Java | Peter Dettman | 2017-09-16 | 8 | -0/+420 |
| | |||||
* | Port of SM2KeyExchange from Java | Peter Dettman | 2017-09-16 | 10 | -0/+636 |
| | |||||
* | SM2 signing cleanup | Peter Dettman | 2017-09-16 | 2 | -2/+1 |
| | |||||
* | Port of SM2Signer from Java | Peter Dettman | 2017-09-16 | 12 | -1/+813 |
| | |||||
* | Add class summary | Peter Dettman | 2017-09-16 | 1 | -0/+5 |
| | |||||
* | Use RandomNumberGenerator.Create | Peter Dettman | 2017-09-16 | 2 | -3/+3 |
| | |||||
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2017-09-16 | 7 | -138/+157 |
|\ | |||||
| * | Refactoring in SM3Digest | Peter Dettman | 2017-09-05 | 1 | -18/+10 |
| | | |||||
| * | Add OIW OIDs in various lookup tables | Peter Dettman | 2017-09-05 | 5 | -120/+137 |
| | | | | | | | | | | - replace some OID literals with named ones - see https://github.com/bcgit/bc-csharp/issues/74 | ||||
| * | Tolerate unexpected ec_point_formats in ServerHello | Peter Dettman | 2017-09-05 | 1 | -0/+10 |
| | | |||||
* | | Use Arrays.CopyOfRange | Peter Dettman | 2017-09-16 | 1 | -22/+19 |
|/ | |||||
* | Add expiry test case to PgpKeyRingTest | Peter Dettman | 2017-09-04 | 1 | -0/+246 |
| | |||||
* | Fix ResetHeaders to preserve the existing version as intended | Peter Dettman | 2017-09-04 | 1 | -3/+3 |
| | |||||
* | Update handling of implicitly-tagged OIDs (from bc-java) | Peter Dettman | 2017-09-04 | 1 | -1/+8 |
| | |||||
* | Support INTEGER encoding when reading GOST private keys | Peter Dettman | 2017-09-04 | 2 | -17/+17 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/86 | ||||
* | Avoid integer overflow in argument checks | Peter Dettman | 2017-08-31 | 1 | -1/+1 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/91 | ||||
* | Fix the message in case of test failure | Peter Dettman | 2017-08-14 | 1 | -2/+3 |
| | |||||
* | Fix namespace declaration | Peter Dettman | 2017-08-13 | 1 | -1/+1 |
| | |||||
* | Update GMacTest from Java | Peter Dettman | 2017-08-13 | 1 | -0/+4 |
| | |||||
* | Fix various issues trying to build for .NET 1.1 | Peter Dettman | 2017-08-13 | 5 | -52/+90 |
| | |||||
* | Fix exception type in DoFinal | Peter Dettman | 2017-08-13 | 1 | -41/+28 |
| | | | | - reformatted and refactored | ||||
* | Fix Dstu7624WrapEngine to respect input offsets and lengths | Peter Dettman | 2017-08-13 | 3 | -615/+482 |
| | |||||
* | Support receiving DTLS records containing multiple handshake messages | Peter Dettman | 2017-08-13 | 4 | -153/+159 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/85 | ||||
* | Use ffdhe2048 from RFC 7919 as TLS default DH group | Peter Dettman | 2017-08-13 | 2 | -2/+2 |
| | |||||
* | Add FFDHE groups from RFC 7919 | Peter Dettman | 2017-08-13 | 1 | -0/+86 |
| | |||||
* | Can't use MemoryStream.GetBuffer under PORTABLE | Peter Dettman | 2017-07-28 | 1 | -34/+30 |
| | |||||
* | Keccak performance improvements | Peter Dettman | 2017-07-20 | 3 | -187/+106 |
| | |||||
* | Keccak performance - avoid temp copying | Peter Dettman | 2017-07-19 | 1 | -40/+32 |
| | |||||
* | Use Pack methods for byte <-> ulong conversions | Peter Dettman | 2017-07-19 | 1 | -42/+3 |
| | |||||
* | Add a few method variations to Pack class | Peter Dettman | 2017-07-19 | 1 | -0/+34 |
| | |||||
* | Fix GetValidSeconds for multi-sigs (port from Java version) | Peter Dettman | 2017-07-19 | 1 | -11/+22 |
| | |||||
* | Update project files for recent additions | Peter Dettman | 2017-07-19 | 5 | -6/+110 |
| | |||||
* | speed ups | David Hook | 2017-07-18 | 1 | -71/+141 |
| | |||||
* | added GOST3411-2012 | David Hook | 2017-07-11 | 5 | -0/+1348 |
| | |||||
* | CCM update | David Hook | 2017-07-11 | 2 | -18/+26 |
| | |||||
* | fixed reset issue | David Hook | 2017-07-10 | 1 | -2/+5 |
| | |||||
* | added KCCM | David Hook | 2017-07-08 | 2 | -24/+757 |
| | |||||
* | refactored out key size | David Hook | 2017-07-06 | 5 | -184/+186 |
| | |||||
* | added KCTR | David Hook | 2017-07-06 | 3 | -11/+245 |
| | |||||
* | DSTU 7624 MAC | David Hook | 2017-07-06 | 2 | -2/+161 |
| | |||||
* | initial DSTU7624 work | David Hook | 2017-07-06 | 3 | -0/+1606 |
| | |||||
* | added extra vector | David Hook | 2017-07-06 | 1 | -3/+24 |
| | |||||
* | fixed case of definition | David Hook | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | added missing null check | David Hook | 2017-07-06 | 1 | -1/+5 |
| | |||||
* | Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.git | David Hook | 2017-06-27 | 1 | -1/+4 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' | David Hook | 2017-06-25 | 64 | -518/+2380 |
| |\ | |||||
| * | | update | David Hook | 2017-06-25 | 1 | -1/+4 |
| | | | |||||
* | | | paddingfix for where pad block extends over 2 block boundary. | David Hook | 2017-06-27 | 2 | -104/+257 |
| |/ |/| | |||||
* | | Initial cut of DSTU7564 digest and HMAC. | David Hook | 2017-06-25 | 3 | -0/+1185 |
| | | |||||
* | | Use slightly improved addition chain for sm2p256v1 field sqrt | Peter Dettman | 2017-06-16 | 1 | -22/+20 |
| | | |||||
* | | Improve TLS exception handling | Peter Dettman | 2017-06-11 | 3 | -140/+149 |
| | | |||||
* | | Fix race condition | Peter Dettman | 2017-06-11 | 1 | -1/+9 |
| | | |||||
* | | Fix reset for ISO9792-2 scheme | Peter Dettman | 2017-06-10 | 2 | -1/+10 |
| | | |||||
* | | Add Reseed method to SP800SecureRandom | Peter Dettman | 2017-06-10 | 1 | -0/+7 |
| | | |||||
* | | Add Ed25519 OID | Peter Dettman | 2017-06-10 | 1 | -0/+5 |
| | | |||||
* | | Additional fix to GOFB mode | Peter Dettman | 2017-06-10 | 1 | -1/+4 |
| | | |||||
* | | Misc. asn1 changes from Java API | Peter Dettman | 2017-06-10 | 2 | -16/+30 |
| | | |||||
* | | Update CHACHA20_POLY1305 out of draft range | Peter Dettman | 2017-06-10 | 1 | -3/+2 |
| | | |||||
* | | Misc. asn1 changes from Java API | Peter Dettman | 2017-06-10 | 3 | -0/+24 |
| | | |||||
* | | Added byte[] return when macBlock not set. | Peter Dettman | 2017-06-10 | 1 | -1/+3 |
| | | |||||
* | | Stop decoding exceptions escaping from GetDecoderStream | Peter Dettman | 2017-06-10 | 2 | -35/+63 |
| | | |||||
* | | Update GCMBlockCipher from Java API | Peter Dettman | 2017-06-10 | 2 | -14/+106 |
| | | | | | | | | - includes basic nonce-reuse protections | ||||
* | | Added expired certificates on CRL extension | Peter Dettman | 2017-06-10 | 1 | -0/+5 |
| | | |||||
* | | Alert when anonymous server sends CertificateRequest | Peter Dettman | 2017-06-10 | 2 | -0/+6 |
| | | |||||
* | | Checks on DH peer public key | Peter Dettman | 2017-06-10 | 4 | -3/+106 |
| | | |||||
* | | Added s box allocation to AesEngine | Peter Dettman | 2017-06-10 | 12 | -39/+47 |
| | | | | | | | | - mark AesFastEngine obsolete and replace all usages with AesEngine | ||||
* | | Add result checks in DH agreements | Peter Dettman | 2017-06-10 | 2 | -9/+13 |
| | | |||||
* | | Mark RFC5114 DH groups as Obsolete | Peter Dettman | 2017-06-10 | 1 | -0/+15 |
| | | |||||
* | | Port missing test cases from Java | Peter Dettman | 2017-06-09 | 1 | -36/+90 |
| | | | | | | | | - Switch to newer test format | ||||
* | | Update xmldoc | Peter Dettman | 2017-06-09 | 1 | -5/+7 |
| | | |||||
* | | Add PKCS OIDs for SHA512-224/256 sigs | Peter Dettman | 2017-06-09 | 1 | -16/+21 |
| | | | | | | | | - refactor to use OID branching | ||||
* | | Write exception message to Console.Err | Peter Dettman | 2017-06-09 | 1 | -3/+4 |
| | | |||||
* | | Fix algorithm name for ChaCha7539Engine | Peter Dettman | 2017-06-09 | 1 | -1/+1 |
| | | |||||
* | | Port of latest encodings work from Java | Peter Dettman | 2017-06-09 | 5 | -125/+211 |
| | | |||||
* | | Add validation to RSA public key constructor | Peter Dettman | 2017-06-09 | 2 | -3/+25 |
| | | |||||
* | | Add validation to DH public key constructor | Peter Dettman | 2017-06-09 | 1 | -8/+21 |
| | | |||||
* | | Add validation to DSA public key constructor | Peter Dettman | 2017-06-09 | 1 | -1/+17 |
| | | |||||
* | | Add point validation to EC public key constructors | Peter Dettman | 2017-06-09 | 1 | -3/+18 |
| | | |||||
* | | Add explicit length check on OAEP input | Peter Dettman | 2017-06-09 | 2 | -4/+27 |
| | | |||||
* | | Comments | Peter Dettman | 2017-06-09 | 1 | -1/+1 |
| | | |||||
* | | Improved header control in ArmoredOutputStream | Peter Dettman | 2017-06-09 | 1 | -14/+33 |
| | | | | | | | | - in particular, supports removing the default version header | ||||
* | | Add explicit limit for sequence numbers | Peter Dettman | 2017-06-08 | 1 | -6/+30 |
| | | |||||
* | | Add latest extension type values from IANA registry | Peter Dettman | 2017-06-08 | 1 | -0/+10 |
| | | |||||
* | | Specific exception TlsFatalAlertReceived for peer fatal alerts | Peter Dettman | 2017-06-07 | 8 | -19/+67 |
| | | |||||
* | | Fix paths for previous commit | Peter Dettman | 2017-06-06 | 1 | -4/+4 |
|/ | |||||
* | Initial implementation of SM2 elliptic curve | Peter Dettman | 2017-06-03 | 13 | -16/+1221 |
| | | | | | - includes custom curve code - add lots of OIDs from GM standard | ||||
* | Fix reductions for custom secp128r1 field | Peter Dettman | 2017-06-03 | 1 | -6/+6 |
| | |||||
* | Improve error handling/messages | Peter Dettman | 2017-06-01 | 1 | -22/+11 |
| | |||||
* | Tighten up no_certificate alert handling | Peter Dettman | 2017-06-01 | 1 | -10/+21 |
| | |||||
* | RFC 7250 Add methods to work with required extension types | Peter Dettman | 2017-05-26 | 4 | -43/+125 |
| | |||||
* | X.509 certificates in TLS Certificate message allowed to be BER | Peter Dettman | 2017-05-26 | 1 | -2/+2 |
| | |||||
* | No variable-length padding w/ truncated MAC (unless EtM enabled) | Peter Dettman | 2017-05-26 | 1 | -6/+15 |
| | |||||
* | Added validation of integer/enumerated encoding. | David Hook | 2017-05-16 | 3 | -3/+26 |
| | |||||
* | Fix a bunch of RFC references in comments | Peter Dettman | 2017-04-08 | 8 | -17/+17 |
| | |||||
* | Check candidate cipher suites against signature_algorithms | Peter Dettman | 2017-03-30 | 2 | -2/+73 |
| | |||||
* | Fix fatal alert type for unexpected server_hello_done | Peter Dettman | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | Avoid copies when handshake records not fragmented | Peter Dettman | 2017-03-24 | 2 | -62/+81 |
| | |||||
* | Reduce TLS memory usage | Peter Dettman | 2017-03-23 | 4 | -4/+26 |
| | |||||
* | Improvements to WriteHandshakeMessage method | Peter Dettman | 2017-03-23 | 1 | -6/+14 |
| | |||||
* | Avoid extra copy when processing TLS handshake messages | Peter Dettman | 2017-03-23 | 6 | -58/+104 |
| | | | | - move handshake hash updates (outbound) to a more sensible place | ||||
* | Support DH_anon cipher suites in TLS API | Peter Dettman | 2017-03-23 | 5 | -24/+107 |
| | |||||
* | SSLv3 must calculate the master secret earlier (from bc-java) | Peter Dettman | 2017-03-23 | 3 | -4/+23 |
| | | | | - include SSLv3 in test suite | ||||
* | Stop TcpListener in TlsServerTest | Peter Dettman | 2017-03-22 | 1 | -7/+14 |
| | |||||
* | Records with ContentType.heartbeat should give 'unexpected_message' | Peter Dettman | 2017-03-22 | 2 | -17/+13 |
| | | | | - Heartbeat support currently incomplete (never negotiated) | ||||
* | Add TlsProtocol.CloseInput for use in non-blocking mode | Peter Dettman | 2017-03-22 | 2 | -3/+41 |
| | | | | - tighten up handling of closure during handshake | ||||
* | Non-blocking TLS validates header of partially-received records | Peter Dettman | 2017-03-22 | 2 | -5/+59 |
| | | | | - https://github.com/bcgit/bc-java/issues/133 | ||||
* | Use new TlsNoCloseNotifyException instead of generic EndOfStreamException | Peter Dettman | 2017-03-22 | 6 | -3/+28 |
| | | | | | - New exception only used for this specific case, which should simplify the handling of possible truncations in application code. | ||||
* | Simple refactoring to follow bc-java code | Peter Dettman | 2017-03-22 | 6 | -10/+15 |
| | |||||
* | Change TLS server default DH parameters to 2048-bit group from RFC 3526 | Peter Dettman | 2017-03-22 | 2 | -2/+2 |
| | |||||
* | Added support for empty sequences | Peter Dettman | 2017-03-22 | 1 | -0/+8 |
| | |||||
* | BJA-620 followup for Poly1305 | Peter Dettman | 2017-03-22 | 2 | -18/+25 |
| | | | | | - bug not present in C#, but include test case - conservatively added an extra step in carry propagation | ||||
* | update | David Hook | 2017-03-07 | 1 | -2/+2 |
| | |||||
* | Fixed N4 calculation issue - see BJA-655 | David Hook | 2017-03-07 | 2 | -3/+50 |
| | |||||
* | Fix bug in SecT571KPoint.Add with order-2 points (lambda-projective). | Peter Dettman | 2017-02-17 | 1 | -1/+1 |
| | | | | - shouldn't affect crypto operations in the group | ||||
* | Clean up old comments in binary custom curve code | Peter Dettman | 2017-02-17 | 11 | -73/+6 |
| | |||||
* | Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.git | David Hook | 2016-12-28 | 59 | -396/+1751 |
|\ | |||||
| * | Fix carry propagation bug in Nat???.Square methods | Peter Dettman | 2016-11-30 | 10 | -61/+412 |
| | | |||||
| * | After receiving fatal alert, don't echo that alert to peer (from bc-java) | Peter Dettman | 2016-11-14 | 3 | -7/+55 |
| | | | | | | | | | | - https://github.com/bcgit/bc-java/issues/148 - also explicitly invalidate session after fatal alert | ||||
| * | EncryptionAlgorithm.NULL is a 'stream' cipher | Peter Dettman | 2016-11-11 | 1 | -0/+1 |
| | | |||||
| * | Fix possible NPE when cofactor != 1 (from bc-java) | Peter Dettman | 2016-11-10 | 1 | -1/+1 |
| | | |||||
| * | Throw excepton on unknown tag | Peter Dettman | 2016-10-28 | 1 | -0/+2 |
| | | |||||
| * | Avoid locale-dependent date-time string comparison in test | Peter Dettman | 2016-06-25 | 1 | -2/+4 |
| | | |||||
| * | Improve ZInputStream/ZOutputStream constructors | Peter Dettman | 2016-05-26 | 2 | -15/+60 |
| | | |||||
| * | removed obsolete annotation | David Hook | 2016-05-15 | 3 | -6/+0 |
| | | |||||
| * | Add CertificateType constants to (D)TLS | Peter Dettman | 2016-05-07 | 5 | -0/+26 |
| | | |||||
| * | Port of improved app data splitting support from Java | Peter Dettman | 2016-05-07 | 1 | -6/+35 |
| | | |||||
| * | Update ECDomainParameters GetHashCode | Peter Dettman | 2016-05-07 | 1 | -4/+8 |
| | | |||||
| * | Extra test method | Peter Dettman | 2016-04-29 | 1 | -0/+6 |
| | | |||||
| * | Support GetInstance from byte[] | Peter Dettman | 2016-04-29 | 2 | -0/+27 |
| | | |||||
| * | Added IsCertification methods. | Peter Dettman | 2016-04-29 | 1 | -0/+25 |
| | | |||||
| * | Port of HKDF from Java API | Peter Dettman | 2016-04-29 | 9 | -0/+605 |
| | | |||||
| * | Fix XML comment | Peter Dettman | 2016-04-29 | 1 | -2/+2 |
| | | |||||
| * | Update various parameter classes following Java API | Peter Dettman | 2016-04-29 | 9 | -28/+61 |
| | |