Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Ed25519 and Ed448 from RFC 8032 | Peter Dettman | 2018-07-08 | 8 | -33/+2409 |
| | |||||
* | 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 | 1 | -0/+11 |
| | |||||
* | 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 | 4 | -2/+20 |
| | |||||
* | 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 | 1 | -9/+40 |
| | |||||
* | Add X25519 and X448 from RFC 7748 | Peter Dettman | 2018-04-17 | 4 | -0/+1928 |
| | | | | - includes optimized ladders for base points | ||||
* | Cache-safety for EC lookup tables | Peter Dettman | 2018-04-15 | 57 | -75/+2284 |
| | | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit | ||||
* | Perf. opts. in Keccak/SHA3 | Peter Dettman | 2018-04-15 | 2 | -200/+126 |
| | |||||
* | Update versions and release notes for 1.8.2 release-1.8.2 | Peter Dettman | 2018-04-08 | 1 | -3/+3 |
| | |||||
* | 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 | 4 | -10/+43 |
| | |||||
* | 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 '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 | 5 | -28/+1282 |
| | | | | | | | | - also some misc. changes for other digests | ||||
* | | Latest scrypt updates from bc-java | Peter Dettman | 2018-04-08 | 1 | -4/+38 |
| | | |||||
* | | 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 | 1 | -1/+1 |
|/ | |||||
* | 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 | ||||
* | 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 | 1 | -408/+365 |
| | |||||
* | Update Copyright year | Peter Dettman | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | Update SignerLocation to use DirectoryString | Peter Dettman | 2017-09-17 | 2 | -45/+70 |
| | | | | - obsolete old UTF8-based methods. | ||||
* | Improve exception messages | Peter Dettman | 2017-09-17 | 3 | -3/+3 |
| | |||||
* | Remove redundant Init call | Peter Dettman | 2017-09-17 | 1 | -1/+0 |
| | |||||
* | Avoid infinity appearing in lookup table for FixedPointCombMultiplier | Peter Dettman | 2017-09-17 | 3 | -5/+17 |
| | |||||
* | Check final padding character in Base64 data. | Peter Dettman | 2017-09-17 | 1 | -0/+3 |
| | |||||
* | Add GOST34.10 2012 parameter sets | Peter Dettman | 2017-09-16 | 3 | -4/+156 |
| | |||||
* | Port of ConcatenationKdfGenerator from Java | Peter Dettman | 2017-09-16 | 1 | -0/+100 |
| | |||||
* | Port of SM2Engine from Java | Peter Dettman | 2017-09-16 | 1 | -0/+238 |
| | |||||
* | Port of SM2KeyExchange from Java | Peter Dettman | 2017-09-16 | 3 | -0/+376 |
| | |||||
* | SM2 signing cleanup | Peter Dettman | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | Port of SM2Signer from Java | Peter Dettman | 2017-09-16 | 2 | -0/+294 |
| | |||||
* | 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 |
|/ | |||||
* | 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 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 | 2 | -560/+424 |
| | |||||
* | Support receiving DTLS records containing multiple handshake messages | Peter Dettman | 2017-08-13 | 2 | -153/+141 |
| | | | | - 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 |
| | |||||
* | speed ups | David Hook | 2017-07-18 | 1 | -71/+141 |
| | |||||
* | added GOST3411-2012 | David Hook | 2017-07-11 | 3 | -0/+1133 |
| | |||||
* | CCM update | David Hook | 2017-07-11 | 1 | -7/+23 |
| | |||||
* | fixed reset issue | David Hook | 2017-07-10 | 1 | -2/+5 |
| | |||||
* | added KCCM | David Hook | 2017-07-08 | 1 | -0/+475 |
| | |||||
* | refactored out key size | David Hook | 2017-07-06 | 4 | -150/+152 |
| | |||||
* | added KCTR | David Hook | 2017-07-06 | 1 | -0/+235 |
| | |||||
* | DSTU 7624 MAC | David Hook | 2017-07-06 | 1 | -0/+160 |
| | |||||
* | initial DSTU7624 work | David Hook | 2017-07-06 | 2 | -0/+1125 |
| | |||||
* | fixed case of definition | David Hook | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | added missing null check | David Hook | 2017-07-06 | 1 | -1/+5 |
| | |||||
* | paddingfix for where pad block extends over 2 block boundary. | David Hook | 2017-06-27 | 1 | -4/+12 |
| | |||||
* | Initial cut of DSTU7564 digest and HMAC. | David Hook | 2017-06-25 | 2 | -0/+706 |
| | |||||
* | 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 | 1 | -35/+46 |
| | |||||
* | Update GCMBlockCipher from Java API | Peter Dettman | 2017-06-10 | 1 | -6/+64 |
| | | | | - 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 | 3 | -3/+13 |
| | |||||
* | Added s box allocation to AesEngine | Peter Dettman | 2017-06-10 | 5 | -13/+21 |
| | | | | - 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 |
| | |||||
* | 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 | ||||
* | 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 | 2 | -98/+94 |
| | |||||
* | Add validation to RSA public key constructor | Peter Dettman | 2017-06-09 | 1 | -1/+23 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | 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 | 4 | -19/+51 |
| | |||||
* | Initial implementation of SM2 elliptic curve | Peter Dettman | 2017-06-03 | 8 | -13/+1161 |
| | | | | | - 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 | 2 | -2/+24 |
| | |||||
* | 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 | 2 | -2/+20 |
| | | | | - include SSLv3 in test suite | ||||
* | 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 |
| |