Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 1 | -3/+40 | |
| | | | | | | | | - 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 | 2 | -3/+20 | |
| | | | | | | | | | | - 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 | 1 | -17/+15 | |
| | | | | | | | | | | - bug not present in C#, but include test case - conservatively added an extra step in carry propagation | |||||
* | | Fixed N4 calculation issue - see BJA-655 | David Hook | 2017-03-07 | 1 | -1/+5 | |
| | | ||||||
* | | 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 | 43 | -273/+787 | |
|\ \ | ||||||
| * | | Fix carry propagation bug in Nat???.Square methods | Peter Dettman | 2016-11-30 | 5 | -60/+60 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | 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 | 1 | -0/+18 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Support GetInstance from byte[] | Peter Dettman | 2016-04-29 | 1 | -0/+11 | |
| | | | ||||||
| * | | Added IsCertification methods. | Peter Dettman | 2016-04-29 | 1 | -0/+25 | |
| | | | ||||||
| * | | Port of HKDF from Java API | Peter Dettman | 2016-04-29 | 2 | -0/+272 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Update to draft-zauner-tls-aes-ocb-04 | Peter Dettman | 2016-04-21 | 6 | -29/+57 | |
| | | | ||||||
| * | | Minor change to error messages | Peter Dettman | 2016-04-20 | 1 | -16/+6 | |
| | | | ||||||
| * | | Update Poly1305 to comply with RFC 7539 | Peter Dettman | 2016-04-20 | 3 | -88/+58 | |
| | | | ||||||
| * | | Put zero-length extensions first in the ClientHello | Peter Dettman | 2016-03-25 | 1 | -8/+20 | |
| | | | ||||||
| * | | Prefer high bits for powers-of-two | Peter Dettman | 2016-03-10 | 1 | -2/+6 | |
| | | | ||||||
| * | | Implement unique name_type restriction from RFC 6066 | Peter Dettman | 2016-03-10 | 2 | -2/+30 | |
| | | | ||||||
* | | | fixed head of loop to use primitive type. | David Hook | 2016-12-28 | 1 | -1/+3 | |
|/ / | ||||||
* | | BMA-147 Support ECDH_anon key exchange in (D)TLS | Peter Dettman | 2016-03-01 | 4 | -37/+88 | |
| | | ||||||
* | | fixed zero length message bug | David Hook | 2016-02-15 | 1 | -1/+1 | |
| | | ||||||
* | | fixed sign on BigInteger creation | David Hook | 2016-02-13 | 1 | -1/+1 | |
|/ | ||||||
* | Added support for repeated requests for output to Xof. | David Hook | 2016-02-07 | 3 | -13/+32 | |
| | ||||||
* | Port bcrypt from Java API | Peter Dettman | 2016-02-03 | 2 | -0/+887 | |
| | | | | - Requested in BMA-143 | |||||
* | Implement RFC 7685 in TLS | Peter Dettman | 2016-02-03 | 4 | -0/+45 | |
| | ||||||
* | Add various ExtensionType values | Peter Dettman | 2016-02-03 | 1 | -4/+47 | |
| | ||||||
* | Additional temp values in reduction | Peter Dettman | 2016-02-02 | 2 | -6/+8 | |
| | ||||||
* | Just check the final ReadByte return value | Peter Dettman | 2016-02-02 | 1 | -15/+3 | |
| | ||||||
* | Add DTLS-SRTP protection profiles from RFC 7714 | Peter Dettman | 2016-01-18 | 1 | -0/+6 | |
| | ||||||
* | Initial cut of draft-zauner-tls-aes-ocb-03 | Peter Dettman | 2016-01-17 | 8 | -23/+179 | |
| | ||||||
* | draft-ietf-tls-downgrade-scsv => RFC 7507 | Peter Dettman | 2016-01-17 | 6 | -22/+24 | |
| | ||||||
* | Implement updated draft-ietf-tls-chacha20-poly1305-04 | Peter Dettman | 2016-01-17 | 11 | -66/+241 | |
| | ||||||
* | Support for re-init in Salsa family | Peter Dettman | 2016-01-17 | 4 | -115/+93 | |
| | | | | | - simplify SetKey methods - avoid non-private mutable static state (sigma/tau) | |||||
* | Fix re-init bug in HC128/256 engines | Peter Dettman | 2016-01-17 | 2 | -3/+3 | |
| | | | | - add StreamCipherResetTest from Java API | |||||
* | Remove expired draft-josefsson-salsa20-tls stuff | Peter Dettman | 2016-01-17 | 7 | -127/+1 | |
| | ||||||
* | counter needs to based on maxlen(p) as tag done on J0 | David Hook | 2016-01-15 | 1 | -2/+2 | |
| | ||||||
* | reversed incorrect fix | David Hook | 2016-01-14 | 1 | -2/+2 | |
| | ||||||
* | update to blocksRemaining | David Hook | 2016-01-14 | 1 | -2/+2 | |
| | ||||||
* | Remove unused import | Peter Dettman | 2016-01-12 | 1 | -1/+0 | |
| | ||||||
* | Add block limit to GCM | Peter Dettman | 2016-01-12 | 1 | -0/+8 | |
| | ||||||
* | Update versions and release notes for release 1.8.1 release-1.8.1 | Peter Dettman | 2015-12-28 | 1 | -3/+3 | |
| | ||||||
* | Add a couple more OIDs | Peter Dettman | 2015-12-28 | 1 | -5/+7 | |
| | ||||||
* | Add IdRsaKem | Peter Dettman | 2015-12-28 | 1 | -6/+21 | |
| | ||||||
* | Various ASN.1 updates from Java API | Peter Dettman | 2015-12-28 | 7 | -11/+234 | |
| | ||||||
* | Clean up a few warnings | Peter Dettman | 2015-12-28 | 2 | -7/+5 | |
| | ||||||
* | Optimized Sqrt and Trace for custom binary curves | Peter Dettman | 2015-12-28 | 19 | -9/+314 | |
| | ||||||
* | XML doc for TlsClient.ClientHelloRecordLayerVersion | Peter Dettman | 2015-12-28 | 2 | -9/+14 | |
| | ||||||
* | Fix VmpcMac to actually use offset in BlockUpdate() | Peter Dettman | 2015-12-25 | 1 | -1/+1 | |
| | | | | - https://github.com/bcgit/bc-java/issues/127 | |||||
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2015-12-21 | 2 | -9/+57 | |
|\ | ||||||
| * | Added use of standard salt if provided. | David Hook | 2015-12-19 | 1 | -1/+8 | |
| | | ||||||
| * | Added test against fixed salt. | David Hook | 2015-12-19 | 1 | -1/+10 | |
| | | ||||||
| * | Added support for fixed salt. | David Hook | 2015-12-19 | 1 | -7/+39 | |
| | | ||||||
* | | BJA-584 Fix DTLS record-layer version handling | Peter Dettman | 2015-12-21 | 3 | -19/+34 | |
|/ | | | | - Also https://github.com/bcgit/bc-java/pull/111 | |||||
* | Check CertificateRequest syntax server-side | Peter Dettman | 2015-12-18 | 2 | -0/+6 | |
| | ||||||
* | Validate ServerKeyExchange signature algorithm (TLS 1.2+) | Peter Dettman | 2015-12-16 | 4 | -3/+14 | |
| | | | | | | - check the algorithm is in signature_algorithms (or the implicit defaults if that extension was not sent) - add (D)TLS test scenarios to cover these checks | |||||
* | Validate CertificateVerify signature algorithm (TLS 1.2+) | Peter Dettman | 2015-12-16 | 5 | -20/+92 | |
| | | | | | - check the algorithm is in the CertificateRequest list - add (D)TLS test scenarios for various failure modes | |||||
* | More release preparation | Peter Dettman | 2015-11-22 | 1 | -1/+3 | |
| | ||||||
* | Add NonMemoableDigest and tests | Peter Dettman | 2015-11-22 | 1 | -0/+62 | |
| | ||||||
* | Add Platform method for getting the type name of an object | Peter Dettman | 2015-11-21 | 252 | -333/+559 | |
| | ||||||
* | Factor out IsEnumType method | Peter Dettman | 2015-11-21 | 1 | -10/+11 | |
| | ||||||
* | Refactoring | Peter Dettman | 2015-11-21 | 1 | -5/+11 | |
| | ||||||
* | Add Threefish entries to factories to get tests passing | Peter Dettman | 2015-11-21 | 3 | -5/+25 | |
| | ||||||
* | BMA-52 Fix SerpentEngine byte-ordering | Peter Dettman | 2015-11-21 | 6 | -526/+814 | |
| | | | | - The new TnepresEngine was added to retain the historical behaviour of SerpentEngine | |||||
* | Call NextBytes instead of GenerateSeed | Peter Dettman | 2015-11-20 | 1 | -1/+2 | |
| | ||||||
* | Don't reveal the output size in exception message | Peter Dettman | 2015-11-20 | 1 | -1/+1 | |
| | ||||||
* | Handle COORD_SKEWED too | Peter Dettman | 2015-11-19 | 1 | -0/+1 | |
| | ||||||
* | Save an inversion in ECDSA verification for common cases | Peter Dettman | 2015-11-19 | 2 | -2/+67 | |
| | ||||||
* | Move classes up into Org.BC.Crypto | Peter Dettman | 2015-11-18 | 2 | -2/+2 | |
| | ||||||
* | Access entropy source via property | Peter Dettman | 2015-11-18 | 2 | -2/+7 | |
| | ||||||
* | Improve usage/behaviour of SecureRandom.GenerateSeed | Peter Dettman | 2015-11-17 | 9 | -27/+122 | |
| | ||||||
* | Port some DES/DESEDE changes from Java | Peter Dettman | 2015-11-17 | 5 | -33/+76 | |
| | ||||||
* | Add missing lock for PORTABLE | Peter Dettman | 2015-11-17 | 1 | -1/+1 | |
| | ||||||
* | Finish port of latest PRNG/DRBG stuff from Java | Peter Dettman | 2015-11-16 | 16 | -430/+1035 | |
| | ||||||
* | Remove redundant semicolons | Peter Dettman | 2015-11-16 | 4 | -4/+4 | |
| | ||||||
* | More rename/delete | Peter Dettman | 2015-11-16 | 1 | -33/+0 | |
| | ||||||
* | Delete files | Peter Dettman | 2015-11-16 | 2 | -48/+0 | |
| | ||||||
* | More delete/move/rename | Peter Dettman | 2015-11-16 | 6 | -986/+48 | |
| | ||||||
* | Rename/delete some files | Peter Dettman | 2015-11-16 | 3 | -103/+0 | |
| | ||||||
* | FIPS DRBG digest/hmac/CTR | David Hook | 2015-11-16 | 12 | -0/+2291 | |
| | ||||||
* | added 4[] Concatenate | David Hook | 2015-11-16 | 1 | -0/+31 | |
| | ||||||
* | added 3[] Concatenate | David Hook | 2015-11-16 | 1 | -0/+22 | |
| | ||||||
* | Check there is no trailing data in Asn1Object.FromByteArray | Peter Dettman | 2015-11-14 | 2 | -6/+12 | |
| | ||||||
* | Update ECPrivateKeyStructure following Java API | Peter Dettman | 2015-11-13 | 5 | -29/+83 | |
| | ||||||
* | Obsolete sequence constructor and refactor | Peter Dettman | 2015-11-13 | 1 | -11/+12 | |
| | ||||||
* | Use portable methods for ASCII conversion | Peter Dettman | 2015-11-13 | 1 | -3/+2 | |
| | ||||||
* | Further refinement to random prime constructor | Peter Dettman | 2015-11-13 | 1 | -3/+2 | |
| | ||||||
* | According to RFC 6066, host_name should use ASCII encoding | Peter Dettman | 2015-11-13 | 1 | -6/+7 | |
| | ||||||
* | Fix length check | Peter Dettman | 2015-11-13 | 1 | -1/+1 | |
| | ||||||
* | added GetInstance methods | David Hook | 2015-11-13 | 2 | -0/+50 | |
| | ||||||
* | Review of culture-independent String comparison methods | Peter Dettman | 2015-11-12 | 32 | -146/+165 | |
| | ||||||
* | Refactoring of "unused bits" changes | Peter Dettman | 2015-11-12 | 1 | -19/+17 | |
| | ||||||
* | Use culture-independent prefix-check in MacUtilities.GetMac | Peter Dettman | 2015-11-12 | 1 | -1/+3 | |
| | | | | - Fix for https://github.com/bcgit/bc-csharp/pull/40 (modified from original patch) | |||||
* | Add sanity check on input length | Peter Dettman | 2015-11-10 | 1 | -0/+4 | |
| | ||||||
* | Address various compiler warnings | Peter Dettman | 2015-11-10 | 42 | -83/+84 | |
| | ||||||
* | Fix IV check for 64-bit blockSize | Peter Dettman | 2015-11-10 | 1 | -3/+5 | |
| | ||||||
* | Add BerBitString and improve "unused bit" handling | Peter Dettman | 2015-11-10 | 22 | -156/+260 | |
| | ||||||
* | Add more PkiFailureInfo constants | Peter Dettman | 2015-11-10 | 1 | -45/+69 | |
| | ||||||
* | Improve random prime constructor | Peter Dettman | 2015-11-09 | 1 | -11/+7 | |
| | ||||||
* | Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCL | Peter Dettman | 2015-11-09 | 3 | -4/+4 | |
| | ||||||
* | fixed argument null message | David Hook | 2015-11-09 | 1 | -1/+1 | |
| | ||||||
* | Fix weird character | Peter Dettman | 2015-11-08 | 1 | -1/+1 | |
| | ||||||
* | Needs to be in Org.BouncyCastle namespace for now | Peter Dettman | 2015-11-08 | 1 | -1/+1 | |
| | ||||||
* | A few more changes to sync up with BouncyCastle-PCL | Peter Dettman | 2015-11-08 | 6 | -1/+40 | |
| | ||||||
* | Some more PORTABLE updates | Peter Dettman | 2015-11-08 | 3 | -3/+27 | |
| | ||||||
* | Tighten up the correspondence b/w Close/Dispose | Peter Dettman | 2015-11-08 | 19 | -41/+31 | |
| | ||||||
* | Missed a Close/Dispose change | Peter Dettman | 2015-11-08 | 1 | -5/+4 | |
| | ||||||
* | Use utility method from Enums to avoid platform-specific code here | Peter Dettman | 2015-11-08 | 1 | -1/+1 | |
| | ||||||
* | Update to "Null parameters" behaviour from Java 1.53 | Peter Dettman | 2015-11-08 | 1 | -44/+20 | |
| | ||||||
* | AddOptional can take varargs | Peter Dettman | 2015-11-08 | 3 | -6/+3 | |
| | ||||||
* | Whitespace | Peter Dettman | 2015-11-08 | 2 | -2/+2 | |
| | ||||||
* | Oops, fix method names | Peter Dettman | 2015-11-04 | 28 | -29/+29 | |
| | ||||||
* | Replace Close with Dispose for PORTABLE | Peter Dettman | 2015-11-04 | 28 | -69/+485 | |
| | ||||||
* | Remove redundant Flush | Peter Dettman | 2015-11-04 | 1 | -2/+0 | |
| | ||||||
* | Change Close calls to Dispose calls for PORTABLE | Peter Dettman | 2015-11-04 | 50 | -80/+128 | |
| | ||||||
* | Perform counter increment without branches | Peter Dettman | 2015-11-03 | 1 | -4/+5 | |
| | ||||||
* | Improve performance of AES key schedule | Peter Dettman | 2015-10-30 | 3 | -93/+310 | |
| | ||||||
* | Rewrite (block) update for improved performance | Peter Dettman | 2015-10-30 | 1 | -15/+21 | |
| | ||||||
* | Use optimized MR rounds only in random-search contexts | Peter Dettman | 2015-10-29 | 4 | -30/+41 | |
| | ||||||
* | Increase number of small factors tested for | Peter Dettman | 2015-10-29 | 1 | -29/+74 | |
| | ||||||
* | Optimize the number of Rabin-Miller rounds used for probable primality testing | Peter Dettman | 2015-10-29 | 1 | -4/+19 | |
| | ||||||
* | Pull a few PORTABLE changes from BouncyCastle-PCL (with fixes) | Peter Dettman | 2015-10-27 | 4 | -89/+151 | |
| | ||||||
* | removed file | David Hook | 2015-10-26 | 1 | -23/+0 | |
| | ||||||
* | Fixed method name on verifier factory class | David Hook | 2015-10-24 | 6 | -6/+6 | |
| | ||||||
* | Fixed naming of Asn1 implementation | David Hook | 2015-10-24 | 3 | -4/+4 | |
| | ||||||
* | fixed file name | David Hook | 2015-10-24 | 1 | -0/+23 | |
| | ||||||
* | Final naming refactor | David Hook | 2015-10-24 | 15 | -60/+60 | |
| | ||||||
* | comment update | David Hook | 2015-10-24 | 3 | -15/+14 | |
| | ||||||
* | comment update | David Hook | 2015-10-24 | 4 | -19/+19 | |
| | ||||||
* | comment update | David Hook | 2015-10-24 | 1 | -1/+1 | |
| | ||||||
* | renamed ISignatureCalculator to ISignatureCalculatorFactory | David Hook | 2015-10-24 | 10 | -41/+41 | |
| | ||||||
* | Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.git | David Hook | 2015-10-22 | 1 | -13/+12 | |
|\ | ||||||
| * | Fix faulty constructor and refactor | Peter Dettman | 2015-10-22 | 1 | -13/+12 | |
| | | ||||||
* | | Changed name of Value() to Collect() | David Hook | 2015-10-22 | 9 | -12/+12 | |
|/ | ||||||
* | Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.git | David Hook | 2015-10-21 | 2 | -12/+0 | |
|\ | ||||||
| * | Remove inapplicable comments in key generators | Peter Dettman | 2015-10-21 | 2 | -12/+0 | |
| | | ||||||
* | | Added missed files on IBlockResult change | David Hook | 2015-10-21 | 2 | -3/+3 | |
|/ | ||||||
* | Renamed DoFinal to Value on IBlockResult. | David Hook | 2015-10-21 | 7 | -9/+9 | |
| | ||||||
* | SigOutputStream removed from the other-platform path too. | Peter Dettman | 2015-10-18 | 1 | -1/+1 | |
| | ||||||
* | PCL: No support for FileInfo/FileStream | Peter Dettman | 2015-10-18 | 3 | -0/+6 | |
| | ||||||
* | http://www.bouncycastle.org/jira/browse/BMA-98 | Peter Dettman | 2015-10-18 | 3 | -21/+109 | |
| | | | | | - Support v3 encryption - Port more rewrap tests from Java API | |||||
* | Remove the 'debug' logging from NaccacheStern | Peter Dettman | 2015-10-18 | 3 | -176/+34 | |
| | ||||||
* | PCL: Various non-IO changes | Peter Dettman | 2015-10-18 | 30 | -46/+91 | |
| | ||||||
* | No SerializableAttribute in PCL | Peter Dettman | 2015-10-18 | 40 | -40/+40 | |
| | ||||||
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2015-10-18 | 1 | -39/+34 | |
|\ | ||||||
| * | BMA-132 added support for ISignatureCalculator interface | David Hook | 2015-10-18 | 1 | -39/+34 | |
| | | ||||||
* | | More SIC changes for consistency with Java API | Peter Dettman | 2015-10-18 | 1 | -4/+6 | |
| | | ||||||
* | | http://www.bouncycastle.org/jira/browse/BMA-82 | Peter Dettman | 2015-10-18 | 4 | -7/+13 | |
|/ | | | | - use SecureRandom to generate "arbitrary" values | |||||
* | http://www.bouncycastle.org/jira/browse/BMA-113 | Peter Dettman | 2015-10-18 | 4 | -25/+17 | |
| | | | | - Convert DateTime to string using InvariantCulture | |||||
* | http://www.bouncycastle.org/jira/browse/BMA-128 | Peter Dettman | 2015-10-18 | 2 | -2/+2 | |
| | | | | - Cater for future X.509 versions | |||||
* | Followups for the SicBlockCipher changes | Peter Dettman | 2015-10-18 | 1 | -3/+4 | |
| | ||||||
* | Add CalculateMac utility method | Peter Dettman | 2015-10-18 | 1 | -0/+8 | |
| | ||||||
* | Switch to Strings.ToByteArray as is used in the Java API | Peter Dettman | 2015-10-18 | 1 | -2/+2 | |
| | ||||||
* | SIC renamed to CTR, minimum IV length check added | Peter Dettman | 2015-10-18 | 1 | -24/+24 | |
| | ||||||
* | http://www.bouncycastle.org/jira/browse/BMA-90 | Peter Dettman | 2015-10-18 | 4 | -29/+24 | |
| | | | | | - Make CmsReadable public - Make a few methods virtual | |||||
* | https://github.com/bcgit/bc-csharp/issues/37 | Peter Dettman | 2015-10-17 | 5 | -73/+567 | |
| | | | | - Add alternative PGP methods involving passphrases to support UTF8 or caller-defined encodings | |||||
* | Fix various warnings from recent commits | Peter Dettman | 2015-10-17 | 6 | -33/+33 | |
| | ||||||
* | Fix case of JPAKE filenames | Peter Dettman | 2015-10-17 | 6 | -0/+0 | |
| | ||||||
* | Merge branch 'master' into avanpo-master | Peter Dettman | 2015-10-17 | 1 | -1/+1 | |
|\ | ||||||
| * | Can't use var keyword in .NET 1.1 | Peter Dettman | 2015-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | Various JPAKE changes to fit existing code conventions | Peter Dettman | 2015-10-17 | 7 | -224/+178 | |
| | | | | | | | | | | - Update project file with new entries - Tests moved to crypto/agreement/test | |||||
* | | Merge branch 'master' of https://github.com/avanpo/bc-csharp into avanpo-master | Peter Dettman | 2015-10-17 | 7 | -0/+1327 | |
|\ \ | |/ |/| | ||||||
| * | more commenting fixes | Alex van Poppelen | 2015-10-17 | 1 | -8/+10 | |
| | | ||||||
| * | cleaned up commenting a bit | Alex van Poppelen | 2015-10-17 | 2 | -316/+263 | |
| | | ||||||
| * | ported jpake library and tests from java | Alex van Poppelen | 2015-10-17 | 7 | -0/+1378 | |
| | | ||||||
* | | Fix whitespace and remove Dispose method | Peter Dettman | 2015-10-17 | 2 | -93/+53 | |
| | | ||||||
* | | Merge branch 'keyhasing' of https://github.com/darkoperator/bc-csharp into ↵ | Peter Dettman | 2015-10-17 | 4 | -6/+195 | |
|\ \ | | | | | | | | | | darkoperator-keyhasing | |||||
| * | | Add support to specifying Hash Algo when adding a subkey and generating a ↵ | Carlos Perez | 2014-06-08 | 4 | -6/+195 | |
| | | | | | | | | | | | | | | | | | | keyring. DSA2 and in the future EC keys requiere hashing higher than SHA1. | |||||
* | | | Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.git | David Hook | 2015-10-17 | 7 | -32/+413 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Port of non-blocking TLS API from Java | Peter Dettman | 2015-10-16 | 5 | -29/+390 | |
| | | | ||||||
| * | | Avoid Interlocked.Increment(Int64) on .NET CF | Peter Dettman | 2015-10-16 | 2 | -3/+23 | |
| | | | | | | | | | | | | - https://github.com/bcgit/bc-csharp/issues/20 | |||||
* | | | Initial cut of SignerInfoGenerator for CMS | David Hook | 2015-10-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Initial cut of SignerInfoGenerator | David Hook | 2015-10-17 | 5 | -212/+506 | |
|/ / | ||||||
* | | Further work of signature/verification calculators. | David Hook | 2015-10-16 | 14 | -232/+430 | |
| | | | | | | | | | | Added IBlockResult and IVerifier Added verifier provider verify methods to X.509 PKCS#10 classes. | |||||
* | | Port latest X9 EC stuff from Java API | Peter Dettman | 2015-10-14 | 8 | -214/+224 | |
| | | ||||||
* | | Support "CMS" header | Peter Dettman | 2015-10-14 | 1 | -0/+1 | |
| | | ||||||
* | | Consolidate all F2m decompression methods into AbstractF2m | Peter Dettman | 2015-10-14 | 19 | -1735/+96 | |
| | | ||||||
* | | Add ECCDH as valid alias | Peter Dettman | 2015-10-14 | 1 | -5/+5 | |
| | | ||||||
* | | Added "Lenstra" check | Peter Dettman | 2015-10-14 | 1 | -97/+101 | |
| | | ||||||
* | | Added extra OIDs. | David Hook | 2015-10-14 | 1 | -2/+28 | |
| | | ||||||
* | | Port of latest PGP tests and supporting code changes | Peter Dettman | 2015-10-12 | 36 | -355/+1205 | |
| | | ||||||
* | | removed bogus imports (old FilterStream) | David Hook | 2015-10-12 | 3 | -84/+87 | |
| | | | | | | | | added ISignatureGenerator to Pkcs10. | |||||
* | | Introduced Utilities.IO.FilterStream | David Hook | 2015-10-12 | 4 | -2/+70 | |
| | | ||||||
* | | Fixed generics | David Hook | 2015-10-12 | 8 | -30/+24 | |
| | | ||||||
* | | Initial cut of signature generation operators. | David Hook | 2015-10-12 | 9 | -117/+717 | |
| | | ||||||
* | | Port of recent ISO trailer updates from Java | Peter Dettman | 2015-10-02 | 4 | -102/+129 | |
| | | ||||||
* | | Add NIST OIDs and DigestUtilities entries for SHA3 | Peter Dettman | 2015-10-01 | 2 | -2/+28 | |
| | | ||||||
* | | Fix class declaration | Peter Dettman | 2015-09-06 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2015-09-06 | 5 | -551/+1018 | |
|\ \ | ||||||
| * | | Port of Keccak, SHA-3, SHAKE from Java | Peter Dettman | 2015-09-06 | 4 | -506/+699 | |
| | | | ||||||
| * | | Add Miller-Rabin methods | Peter Dettman | 2015-08-14 | 1 | -45/+319 | |
| | | | ||||||
* | | | Merge branch 'master' of git.bouncycastle.org:bc-csharp | Peter Dettman | 2015-08-14 | 34 | -116/+2042 | |
|\| | | | | | | | | | | | | | | Conflicts: crypto/src/asn1/x9/X9ECParametersHolder.cs | |||||
| * | | Refactor NextPacketTag() | Peter Dettman | 2015-08-14 | 1 | -11/+7 | |
| | | | ||||||
| * | | Optimize (Inv_)Mcol methods in AES engines | Peter Dettman | 2015-08-14 | 3 | -20/+55 | |
| | | | ||||||
| * | | Fix 64-bit multiply (not used) | Peter Dettman | 2015-08-14 | 2 | -5/+73 | |
| | | | | | | | | | | | | - correct weird shift lengths in 32-bit multiply (no bug) | |||||
| * | | Use Itoh-Tsujii inversion (with extended bases for some cases) | Peter Dettman | 2015-08-13 | 18 | -18/+376 | |
| | | | ||||||
| * | | Switch from lookup table to bit twiddling | Peter Dettman | 2015-08-13 | 1 | -42/+67 | |
| | | | ||||||
| * | | Move lazy initialization under lock | Peter Dettman | 2015-06-26 | 1 | -16/+19 | |
| | | | ||||||
| * | | Latest custom EC updates from Java API | Peter Dettman | 2015-06-19 | 14 | -12/+1454 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/FancyFon/bc-csharp into ↵ | Peter Dettman | 2015-06-17 | 1 | -3/+1 | |
| |\ \ | | | | | | | | | | | | | FancyFon-master | |||||
| | * | | Changed PkixCertPathChecker Check method signature, so chosen unsupported ↵ | Marcin Paszylk | 2015-06-16 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | certificate extensions can be removed from collection in Check method implementation. Change-Id: I2041e4dc7be1b041bbe3a4ff0537be921b1f317b | |||||
* | | | | Add locking to lazy factory property | Peter Dettman | 2015-06-12 | 1 | -6/+9 | |
|/ / / | ||||||
* | | | Performance optimization | Peter Dettman | 2015-06-12 | 1 | -14/+42 | |
| | | | ||||||
* | | | Improve limit-testing to avoid overflow problems | Peter Dettman | 2015-06-11 | 1 | -3/+3 | |
| | | | ||||||
* | | | Add new class Primes | Peter Dettman | 2015-06-11 | 1 | -0/+282 | |
|/ / | | | | | | | - Initial implementation of Shawe-Taylor (FIPS 186-4 C.6) | |||||
* | | Add range checks to F2m field elements | Peter Dettman | 2015-06-09 | 9 | -8/+11 | |
| | | ||||||
* | | Code cleanup | Peter Dettman | 2015-05-27 | 1 | -59/+69 | |
| | | ||||||
* | | Merge branch 'pkcs5v2sha2' of https://github.com/bartland/bc-csharp into ↵ | Peter Dettman | 2015-05-27 | 1 | -13/+59 | |
|\ \ | | | | | | | | | | bartland-pkcs5v2sha2 | |||||
| * | | Support (low-level) for non-default PRFs for PKCS5v2 | bartland | 2015-04-10 | 1 | -13/+59 | |
| | | | ||||||
* | | | Change default DH group chosen by TLS server to 2048 bits | Peter Dettman | 2015-05-25 | 5 | -16/+36 | |
| | | | | | | | | | | | | TLS client will not accept < 1024 bits DH group by default | |||||
* | | | Port recent Java updates | Peter Dettman | 2015-04-18 | 8 | -5/+311 | |
| | | | ||||||
* | | | Remove overly strict check on ECC extensions | Peter Dettman | 2015-04-11 | 1 | -2/+6 | |
|/ / | ||||||
* | | ValidDays only returns 0 if there is no expiry, and is Obsolete | Peter Dettman | 2015-03-27 | 1 | -21/+26 | |
| | | | | | | | | - Thanks to Severin Friede for reporting (see JIRA BMA-127) | |||||
* | | Improved docs and code cleanup | Peter Dettman | 2015-03-26 | 1 | -46/+11 | |
| | | ||||||
* | | Provide a KeyContainerName when creating an RSACryptoServiceProvider | Peter Dettman | 2015-03-26 | 1 | -1/+3 | |
| | | | | | | | | - Thanks to Frederik Carlier for reporting and providing a fix (see JIRA BMA-130) | |||||
* | | Retain the OID actually used when initialized by keysize | Peter Dettman | 2015-03-26 | 1 | -0/+1 | |
| | | | | | | | | - Thanks to Kyle Hamilton for the patch (see bcgit/bc-csharp#16) | |||||
* | | Added AES, IDEA, and CAST5 CBC S/MIME Capability identifiers | Jeffrey Stedfast | 2015-03-26 | 1 | -0/+6 | |
| | | ||||||
* | | F2mCurve cleanup | Peter Dettman | 2015-03-26 | 2 | -5/+29 | |
| | | ||||||
* | | Merge branch 'mpsinfo-duplicatedigest' | Peter Dettman | 2015-03-25 | 1 | -8/+14 | |
|\ \ | ||||||
| * | | Formatting | Peter Dettman | 2015-03-25 | 1 | -1/+2 | |
| | | | ||||||
| * | | Merge branch 'duplicatedigest' of https://github.com/mpsinfo/bc-csharp into ↵ | Peter Dettman | 2015-03-25 | 1 | -8/+13 | |
| |\ \ | | | | | | | | | | | | | mpsinfo-duplicatedigest | |||||
| | * | | Correct duplicate key exception when more than one signer use the same ↵ | Carlos Alberto Costa Beppler | 2015-03-24 | 1 | -8/+13 | |
| | | | | | | | | | | | | | | | | digest algorithm. | |||||
* | | | | Include ANSSI curves in getByOID lookup | Peter Dettman | 2015-03-25 | 1 | -1/+6 | |
| | | | | ||||||
* | | | | Add custom implementations of SEC binary curves | Peter Dettman | 2015-03-24 | 49 | -1/+11800 | |
| | | | | ||||||
* | | | | Add GetHashCode methods for ulong[] | Peter Dettman | 2015-03-24 | 1 | -0/+42 | |
| | | | | ||||||
* | | | | Custom curves for secp128r1 and secp160r1/r2/k1 | Peter Dettman | 2015-03-24 | 15 | -32/+2750 | |
|/ / / | ||||||
* | | | F2m changes in preparation for custom binary curves | Peter Dettman | 2015-03-23 | 5 | -376/+354 | |
| | | | ||||||
* | | | Fix case-handling for custom curve names | Peter Dettman | 2015-03-23 | 1 | -16/+26 | |
| | | | ||||||
* | | | Math.Raw support for custom binary curves | Peter Dettman | 2015-03-23 | 42 | -11/+2365 | |
| | | | | | | | | | | | | - Also migrate the 'raw' stuff into Math.Raw following Java build | |||||
* | | | Improve handling of extensions for session resumption | Peter Dettman | 2015-03-23 | 7 | -224/+273 | |
| | | | ||||||
* | | | Reduce memory usage of INTERLEAVE2_TABLE | Peter Dettman | 2015-03-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add SquarePow method to ECFieldElement | Peter Dettman | 2015-03-23 | 1 | -8/+16 | |
| | | | ||||||
* | | | Add ANSSI curve FRP256v1 and refactor curve registries | Peter Dettman | 2015-03-23 | 8 | -70/+203 | |
|/ / | ||||||
* | | Update TLS for draft-ietf-tls-session-hash-04 | Peter Dettman | 2015-03-10 | 7 | -46/+45 | |
| | | ||||||
* | | Port of DTLS tests from Java | Peter Dettman | 2015-03-09 | 1 | -4/+4 | |
| | | ||||||
* | | Remove extraneous class reference | Peter Dettman | 2015-03-09 | 1 | -1/+1 | |
| | |