Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-02-12 | updaet build tools pcl-v1.8.1.4 | Oren Novotny | 1 | -2/+2 | |
2018-02-12 | update signclient version | Oren Novotny | 1 | -1/+1 | |
2018-02-12 | fix failing test due to utc time | Oren Novotny | 1 | -2/+2 | |
2018-02-04 | Reformat | Peter Dettman | 1 | -186/+178 | |
2017-12-02 | Packaging updates | Oren Novotny | 2 | -5/+4 | |
2017-10-18 | Update extras | Oren Novotny | 1 | -1/+1 | |
2017-10-18 | Update extras | Oren Novotny | 1 | -2/+2 | |
2017-10-18 | Perf. opts. in GCMBlockCipher | Peter Dettman | 2 | -41/+127 | |
- avoid double-copying for long encryption inputs | |||||
2017-10-17 | Fix test for .NET 1.1 | Peter Dettman | 1 | -1/+1 | |
2017-10-17 | Add RSA test case for CVE-2017-15361 vulnerability | Peter Dettman | 1 | -1/+99 | |
2017-10-16 | TLS: always send CCS immediately before FINISHED message | Peter Dettman | 2 | -8/+2 | |
2017-10-10 | Update sign client settings | Oren Novotny | 2 | -4/+4 | |
2017-09-23 | Rename entrypoint for test | Oren Novotny | 1 | -1/+1 | |
2017-09-23 | remove old nuspec from sln item | Oren Novotny | 1 | -2/+4 | |
2017-09-23 | Rename main methods | Oren Novotny | 2 | -2/+2 | |
2017-09-18 | Update Sign Client | Oren Novotny | 3 | -5/+7 | |
2017-09-18 | Performance optimisation in DSTU algorithms | Peter Dettman | 2 | -102/+87 | |
2017-09-18 | Constant-time GF multiplication | Peter Dettman | 2 | -39/+29 | |
2017-09-18 | Fix method qualifiers and refactor | Peter Dettman | 2 | -659/+601 | |
2017-09-17 | Update Copyright year | Peter Dettman | 1 | -1/+1 | |
2017-09-17 | Update SignerLocation to use DirectoryString | Peter Dettman | 3 | -57/+82 | |
- obsolete old UTF8-based methods. | |||||
2017-09-17 | Sketch out test changes for ECGOST3410-2012 | Peter Dettman | 1 | -12/+29 | |
2017-09-17 | Improve exception messages | Peter Dettman | 3 | -3/+3 | |
2017-09-17 | Add testcase for RAW PKCS#1 signatures missing DER NULL | Peter Dettman | 5 | -0/+28 | |
2017-09-17 | Add new PGP signature testcase | Peter Dettman | 1 | -0/+41 | |
2017-09-17 | Remove redundant Init call | Peter Dettman | 1 | -1/+0 | |
2017-09-17 | Port of some newer test cases and data from Java CertTest | Peter Dettman | 11 | -0/+398 | |
2017-09-17 | Avoid infinity appearing in lookup table for FixedPointCombMultiplier | Peter Dettman | 3 | -5/+17 | |
2017-09-17 | Added GmSSL test vectors for SM3 | Peter Dettman | 1 | -6/+139 | |
2017-09-17 | Check final padding character in Base64 data. | Peter Dettman | 1 | -0/+3 | |
2017-09-16 | Fix previous commit for .NET 1.1 | Peter Dettman | 1 | -1/+1 | |
2017-09-16 | Exclude GOST34.10 2012 curves from existing test cases | Peter Dettman | 1 | -0/+4 | |
2017-09-16 | Add GOST34.10 2012 parameter sets | Peter Dettman | 7 | -4/+164 | |
2017-09-16 | Port of ConcatenationKdfGenerator from Java | Peter Dettman | 5 | -0/+108 | |
2017-09-16 | Port of SM2Engine from Java | Peter Dettman | 8 | -0/+420 | |
2017-09-16 | Port of SM2KeyExchange from Java | Peter Dettman | 10 | -0/+636 | |
2017-09-16 | SM2 signing cleanup | Peter Dettman | 2 | -2/+1 | |
2017-09-16 | Port of SM2Signer from Java | Peter Dettman | 12 | -1/+813 | |
2017-09-16 | Add class summary | Peter Dettman | 1 | -0/+5 | |
2017-09-16 | Use RandomNumberGenerator.Create | Peter Dettman | 2 | -3/+3 | |
2017-09-16 | Use Arrays.CopyOfRange | Peter Dettman | 1 | -22/+19 | |
2017-09-05 | Refactoring in SM3Digest | Peter Dettman | 1 | -18/+10 | |
2017-09-05 | Add OIW OIDs in various lookup tables | Peter Dettman | 5 | -120/+137 | |
- replace some OID literals with named ones - see https://github.com/bcgit/bc-csharp/issues/74 | |||||
2017-09-05 | Tolerate unexpected ec_point_formats in ServerHello | Peter Dettman | 1 | -0/+10 | |
2017-09-04 | Add expiry test case to PgpKeyRingTest | Peter Dettman | 1 | -0/+246 | |
2017-09-04 | Fix ResetHeaders to preserve the existing version as intended | Peter Dettman | 1 | -3/+3 | |
2017-09-04 | Update handling of implicitly-tagged OIDs (from bc-java) | Peter Dettman | 1 | -1/+8 | |
2017-09-04 | Support INTEGER encoding when reading GOST private keys | Peter Dettman | 2 | -17/+17 | |
- see https://github.com/bcgit/bc-csharp/pull/86 | |||||
2017-08-31 | Avoid integer overflow in argument checks | Peter Dettman | 1 | -1/+1 | |
- see https://github.com/bcgit/bc-csharp/issues/91 | |||||
2017-08-17 | Add netstandard2.0 version pcl-v1.8.1.3 | Oren Novotny | 3 | -6/+8 | |
2017-08-17 | update ver of extras | Oren Novotny | 1 | -1/+1 | |
2017-08-17 | update deps | Oren Novotny | 1 | -3/+3 | |
2017-08-17 | run test under portable profile | Oren Novotny | 1 | -6/+4 | |
2017-08-14 | Fix the message in case of test failure | Peter Dettman | 1 | -2/+3 | |
2017-08-13 | Fix namespace declaration | Peter Dettman | 1 | -1/+1 | |
2017-08-13 | Update GMacTest from Java | Peter Dettman | 1 | -0/+4 | |
2017-08-13 | Fix various issues trying to build for .NET 1.1 | Peter Dettman | 5 | -52/+90 | |
2017-08-13 | Fix exception type in DoFinal | Peter Dettman | 1 | -41/+28 | |
- reformatted and refactored | |||||
2017-08-13 | Fix Dstu7624WrapEngine to respect input offsets and lengths | Peter Dettman | 3 | -615/+482 | |
2017-08-13 | Support receiving DTLS records containing multiple handshake messages | Peter Dettman | 4 | -153/+159 | |
- see https://github.com/bcgit/bc-csharp/issues/85 | |||||
2017-08-13 | Use ffdhe2048 from RFC 7919 as TLS default DH group | Peter Dettman | 2 | -2/+2 | |
2017-08-13 | Add FFDHE groups from RFC 7919 | Peter Dettman | 1 | -0/+86 | |
2017-07-28 | Can't use MemoryStream.GetBuffer under PORTABLE | Peter Dettman | 1 | -34/+30 | |
2017-07-20 | Keccak performance improvements | Peter Dettman | 3 | -187/+106 | |
2017-07-19 | Keccak performance - avoid temp copying | Peter Dettman | 1 | -40/+32 | |
2017-07-19 | Use Pack methods for byte <-> ulong conversions | Peter Dettman | 1 | -42/+3 | |
2017-07-19 | Add a few method variations to Pack class | Peter Dettman | 1 | -0/+34 | |
2017-07-19 | Fix GetValidSeconds for multi-sigs (port from Java version) | Peter Dettman | 1 | -11/+22 | |
2017-07-19 | Update project files for recent additions | Peter Dettman | 5 | -6/+110 | |
2017-07-18 | speed ups | David Hook | 1 | -71/+141 | |
2017-07-14 | Fix ups after merge from master | Oren Novotny | 4 | -6/+21 | |
2017-07-14 | Update deps | Oren Novotny | 1 | -1/+1 | |
2017-07-11 | added GOST3411-2012 | David Hook | 5 | -0/+1348 | |
2017-07-11 | CCM update | David Hook | 2 | -18/+26 | |
2017-07-10 | fixed reset issue | David Hook | 1 | -2/+5 | |
2017-07-08 | added KCCM | David Hook | 2 | -24/+757 | |
2017-07-06 | refactored out key size | David Hook | 5 | -184/+186 | |
2017-07-06 | added KCTR | David Hook | 3 | -11/+245 | |
2017-07-06 | DSTU 7624 MAC | David Hook | 2 | -2/+161 | |
2017-07-06 | initial DSTU7624 work | David Hook | 3 | -0/+1606 | |
2017-07-06 | added extra vector | David Hook | 1 | -3/+24 | |
2017-07-06 | fixed case of definition | David Hook | 1 | -2/+2 | |
2017-07-06 | added missing null check | David Hook | 1 | -1/+5 | |
2017-06-27 | paddingfix for where pad block extends over 2 block boundary. | David Hook | 2 | -104/+257 | |
2017-06-25 | update | David Hook | 1 | -1/+4 | |
2017-06-25 | Initial cut of DSTU7564 digest and HMAC. | David Hook | 3 | -0/+1185 | |
2017-06-16 | Use slightly improved addition chain for sm2p256v1 field sqrt | Peter Dettman | 1 | -22/+20 | |
2017-06-11 | Improve TLS exception handling | Peter Dettman | 3 | -140/+149 | |
2017-06-11 | Fix race condition | Peter Dettman | 1 | -1/+9 | |
2017-06-10 | Fix reset for ISO9792-2 scheme | Peter Dettman | 2 | -1/+10 | |
2017-06-10 | Add Reseed method to SP800SecureRandom | Peter Dettman | 1 | -0/+7 | |
2017-06-10 | Add Ed25519 OID | Peter Dettman | 1 | -0/+5 | |
2017-06-10 | Additional fix to GOFB mode | Peter Dettman | 1 | -1/+4 | |
2017-06-10 | Misc. asn1 changes from Java API | Peter Dettman | 2 | -16/+30 | |
2017-06-10 | Update CHACHA20_POLY1305 out of draft range | Peter Dettman | 1 | -3/+2 | |
2017-06-10 | Misc. asn1 changes from Java API | Peter Dettman | 3 | -0/+24 | |
2017-06-10 | Added byte[] return when macBlock not set. | Peter Dettman | 1 | -1/+3 | |
2017-06-10 | Stop decoding exceptions escaping from GetDecoderStream | Peter Dettman | 2 | -35/+63 | |
2017-06-10 | Update GCMBlockCipher from Java API | Peter Dettman | 2 | -14/+106 | |
- includes basic nonce-reuse protections | |||||
2017-06-10 | Added expired certificates on CRL extension | Peter Dettman | 1 | -0/+5 | |
2017-06-10 | Alert when anonymous server sends CertificateRequest | Peter Dettman | 2 | -0/+6 | |
2017-06-10 | Checks on DH peer public key | Peter Dettman | 4 | -3/+106 | |
2017-06-10 | Added s box allocation to AesEngine | Peter Dettman | 12 | -39/+47 | |
- mark AesFastEngine obsolete and replace all usages with AesEngine | |||||
2017-06-10 | Add result checks in DH agreements | Peter Dettman | 2 | -9/+13 | |
2017-06-10 | Mark RFC5114 DH groups as Obsolete | Peter Dettman | 1 | -0/+15 | |
2017-06-09 | Port missing test cases from Java | Peter Dettman | 1 | -36/+90 | |
- Switch to newer test format | |||||
2017-06-09 | Update xmldoc | Peter Dettman | 1 | -5/+7 | |
2017-06-09 | Add PKCS OIDs for SHA512-224/256 sigs | Peter Dettman | 1 | -16/+21 | |
- refactor to use OID branching | |||||
2017-06-09 | Write exception message to Console.Err | Peter Dettman | 1 | -3/+4 | |
2017-06-09 | Fix algorithm name for ChaCha7539Engine | Peter Dettman | 1 | -1/+1 | |
2017-06-09 | Port of latest encodings work from Java | Peter Dettman | 5 | -125/+211 | |
2017-06-09 | Add validation to RSA public key constructor | Peter Dettman | 2 | -3/+25 | |
2017-06-09 | Add validation to DH public key constructor | Peter Dettman | 1 | -8/+21 | |
2017-06-09 | Add validation to DSA public key constructor | Peter Dettman | 1 | -1/+17 | |
2017-06-09 | Add point validation to EC public key constructors | Peter Dettman | 1 | -3/+18 | |
2017-06-09 | Add explicit length check on OAEP input | Peter Dettman | 2 | -4/+27 | |
2017-06-09 | Comments | Peter Dettman | 1 | -1/+1 | |
2017-06-09 | Improved header control in ArmoredOutputStream | Peter Dettman | 1 | -14/+33 | |
- in particular, supports removing the default version header | |||||
2017-06-08 | Add explicit limit for sequence numbers | Peter Dettman | 1 | -6/+30 | |
2017-06-08 | Add latest extension type values from IANA registry | Peter Dettman | 1 | -0/+10 | |
2017-06-07 | Specific exception TlsFatalAlertReceived for peer fatal alerts | Peter Dettman | 8 | -19/+67 | |
2017-06-06 | Fix paths for previous commit | Peter Dettman | 1 | -4/+4 | |
2017-06-03 | Initial implementation of SM2 elliptic curve | Peter Dettman | 13 | -16/+1221 | |
- includes custom curve code - add lots of OIDs from GM standard | |||||
2017-06-03 | Fix reductions for custom secp128r1 field | Peter Dettman | 1 | -6/+6 | |
2017-06-01 | Remove unused nuspec | Oren Novotny | 1 | -55/+0 | |
2017-06-01 | Improve error handling/messages | Peter Dettman | 1 | -22/+11 | |
2017-06-01 | Tighten up no_certificate alert handling | Peter Dettman | 1 | -10/+21 | |
2017-05-26 | RFC 7250 Add methods to work with required extension types | Peter Dettman | 4 | -43/+125 | |
2017-05-26 | X.509 certificates in TLS Certificate message allowed to be BER | Peter Dettman | 1 | -2/+2 | |
2017-05-26 | No variable-length padding w/ truncated MAC (unless EtM enabled) | Peter Dettman | 1 | -6/+15 | |
2017-05-20 | build scripts | Oren Novotny | 2 | -6/+5 | |
2017-05-20 | update packages | Oren Novotny | 2 | -3/+5 | |
2017-05-16 | Added validation of integer/enumerated encoding. | David Hook | 3 | -3/+26 | |
2017-04-08 | Fix a bunch of RFC references in comments | Peter Dettman | 8 | -17/+17 | |
2017-03-30 | SourceLink 2.1.0 just published | Cameron Taggart | 2 | -9/+2 | |
2017-03-30 | Check candidate cipher suites against signature_algorithms | Peter Dettman | 2 | -2/+73 | |
2017-03-29 | Fix fatal alert type for unexpected server_hello_done | Peter Dettman | 1 | -1/+1 | |
2017-03-26 | SourceLink 2.1.0-b436 | Cameron Taggart | 1 | -2/+2 | |
2017-03-26 | try 2.1.0-b435 | Cameron Taggart | 1 | -2/+2 | |
2017-03-26 | try SourceLink 2.0.2-b434 | Cameron Taggart | 2 | -2/+9 | |
2017-03-24 | Avoid copies when handshake records not fragmented | Peter Dettman | 2 | -62/+81 | |
2017-03-23 | Reduce TLS memory usage | Peter Dettman | 4 | -4/+26 | |
2017-03-23 | Improvements to WriteHandshakeMessage method | Peter Dettman | 1 | -6/+14 | |
2017-03-23 | Avoid extra copy when processing TLS handshake messages | Peter Dettman | 6 | -58/+104 | |
- move handshake hash updates (outbound) to a more sensible place | |||||
2017-03-23 | Support DH_anon cipher suites in TLS API | Peter Dettman | 5 | -24/+107 | |
2017-03-23 | SSLv3 must calculate the master secret earlier (from bc-java) | Peter Dettman | 3 | -4/+23 | |
- include SSLv3 in test suite | |||||
2017-03-22 | Stop TcpListener in TlsServerTest | Peter Dettman | 1 | -7/+14 | |
2017-03-22 | Records with ContentType.heartbeat should give 'unexpected_message' | Peter Dettman | 2 | -17/+13 | |
- Heartbeat support currently incomplete (never negotiated) | |||||
2017-03-22 | Add TlsProtocol.CloseInput for use in non-blocking mode | Peter Dettman | 2 | -3/+41 | |
- tighten up handling of closure during handshake | |||||
2017-03-22 | Non-blocking TLS validates header of partially-received records | Peter Dettman | 2 | -5/+59 | |
- https://github.com/bcgit/bc-java/issues/133 | |||||
2017-03-22 | Use new TlsNoCloseNotifyException instead of generic EndOfStreamException | Peter Dettman | 6 | -3/+28 | |
- New exception only used for this specific case, which should simplify the handling of possible truncations in application code. | |||||
2017-03-22 | Simple refactoring to follow bc-java code | Peter Dettman | 6 | -10/+15 | |
2017-03-22 | Change TLS server default DH parameters to 2048-bit group from RFC 3526 | Peter Dettman | 2 | -2/+2 | |
2017-03-22 | Added support for empty sequences | Peter Dettman | 1 | -0/+8 | |
2017-03-22 | BJA-620 followup for Poly1305 | Peter Dettman | 2 | -18/+25 | |
- bug not present in C#, but include test case - conservatively added an extra step in carry propagation | |||||
2017-03-20 | update sourcelink | Oren Novotny | 1 | -4/+2 | |
2017-03-09 | appveyor | Oren Novotny | 1 | -1/+1 | |
2017-03-08 | fix typo | Oren Novotny | 1 | -1/+0 | |
2017-03-08 | enable sourcelink | Oren Novotny | 2 | -0/+6 | |
2017-03-08 | use sourcelink | Oren Novotny | 2 | -4/+4 | |
2017-03-08 | fix artifact path | Oren Novotny | 1 | -1/+1 | |
2017-03-08 | only pack package | Oren Novotny | 1 | -1/+2 | |
2017-03-08 | stable ver | Oren Novotny | 1 | -11/+1 | |
2017-03-08 | add gv regex | Oren Novotny | 1 | -1/+3 | |
2017-03-08 | use desktop msbuild for gitversiontask | Oren Novotny | 1 | -2/+2 | |
2017-03-08 | use pack targets | Oren Novotny | 3 | -97/+12 | |
2017-03-08 | update to 1.6.1 meta package to match implicit ref | Oren Novotny | 1 | -1/+1 | |
2017-03-07 | update code sign url | Oren Novotny | 1 | -1/+1 | |
2017-03-07 | update | David Hook | 1 | -2/+2 | |
2017-03-07 | Fixed N4 calculation issue - see BJA-655 | David Hook | 2 | -3/+50 | |
2017-02-17 | Fix bug in SecT571KPoint.Add with order-2 points (lambda-projective). | Peter Dettman | 1 | -1/+1 | |
- shouldn't affect crypto operations in the group | |||||
2017-02-17 | Clean up old comments in binary custom curve code | Peter Dettman | 11 | -73/+6 | |
2017-02-04 | Update for RC3 | Oren Novotny | 2 | -11/+3 | |
2017-01-10 | update to VS 2017 RC2 | Oren Novotny | 3 | -25/+10 | |
2016-12-28 | fixed head of loop to use primitive type. | David Hook | 1 | -1/+3 | |
2016-12-04 | Fix issues compiling tests for .NET Core App (rename Main methods to MainOld) pcl-v1.8.1.2 | Oren Novotny | 293 | -364/+517 | |
2016-12-04 | Convert projects over to cross-compiled net4, netstandard 1.0, netstandard ↵ | Oren Novotny | 40 | -6761/+518 | |
1.3 and Profile328 PCL. Add CI build and authenticode signing. | |||||
2016-11-30 | Fix carry propagation bug in Nat???.Square methods | Peter Dettman | 10 | -61/+412 | |
2016-11-14 | After receiving fatal alert, don't echo that alert to peer (from bc-java) | Peter Dettman | 3 | -7/+55 | |
- https://github.com/bcgit/bc-java/issues/148 - also explicitly invalidate session after fatal alert | |||||
2016-11-11 | EncryptionAlgorithm.NULL is a 'stream' cipher | Peter Dettman | 1 | -0/+1 | |
2016-11-10 | Fix possible NPE when cofactor != 1 (from bc-java) | Peter Dettman | 1 | -1/+1 | |
2016-10-28 | Throw excepton on unknown tag | Peter Dettman | 1 | -0/+2 | |
2016-06-25 | Avoid locale-dependent date-time string comparison in test | Peter Dettman | 1 | -2/+4 | |
2016-05-26 | Improve ZInputStream/ZOutputStream constructors | Peter Dettman | 2 | -15/+60 | |
2016-05-15 | removed obsolete annotation | David Hook | 3 | -6/+0 | |
2016-05-07 | Add CertificateType constants to (D)TLS | Peter Dettman | 5 | -0/+26 | |
2016-05-07 | Port of improved app data splitting support from Java | Peter Dettman | 1 | -6/+35 | |
2016-05-07 | Update ECDomainParameters GetHashCode | Peter Dettman | 1 | -4/+8 | |
2016-04-29 | Extra test method | Peter Dettman | 1 | -0/+6 | |
2016-04-29 | Support GetInstance from byte[] | Peter Dettman | 2 | -0/+27 | |
2016-04-29 | Added IsCertification methods. | Peter Dettman | 1 | -0/+25 | |
2016-04-29 | Port of HKDF from Java API | Peter Dettman | 9 | -0/+605 | |
2016-04-29 | Fix XML comment | Peter Dettman | 1 | -2/+2 | |
2016-04-29 | Update various parameter classes following Java API | Peter Dettman | 9 | -28/+61 | |
2016-04-29 | Fix test class name | Peter Dettman | 2 | -3/+3 | |
2016-04-21 | Update to draft-zauner-tls-aes-ocb-04 | Peter Dettman | 6 | -29/+57 | |
2016-04-20 | Minor change to error messages | Peter Dettman | 1 | -16/+6 | |
2016-04-20 | Update Poly1305 to comply with RFC 7539 | Peter Dettman | 5 | -205/+300 | |
2016-03-25 | Put zero-length extensions first in the ClientHello | Peter Dettman | 1 | -8/+20 | |
2016-03-10 | Prefer high bits for powers-of-two | Peter Dettman | 1 | -2/+6 | |
2016-03-10 | Implement unique name_type restriction from RFC 6066 | Peter Dettman | 2 | -2/+30 | |
2016-03-01 | BMA-147 Support ECDH_anon key exchange in (D)TLS | Peter Dettman | 5 | -37/+89 | |
2016-02-15 | fixed zero length message bug | David Hook | 1 | -1/+1 | |
2016-02-13 | fixed sign on BigInteger creation | David Hook | 1 | -1/+1 | |
2016-02-07 | Added support for repeated requests for output to Xof. | David Hook | 4 | -13/+76 | |
2016-02-04 | Add bcrypt classes to mobile projects | Peter Dettman | 2 | -4/+8 | |
2016-02-03 | Update release notes for bcrypt addition | Peter Dettman | 1 | -0/+1 | |
2016-02-03 | Port bcrypt from Java API | Peter Dettman | 8 | -7/+1225 | |
- Requested in BMA-143 | |||||
2016-02-03 | Implement RFC 7685 in TLS | Peter Dettman | 7 | -0/+56 | |
2016-02-03 | Add various ExtensionType values | Peter Dettman | 1 | -4/+47 | |
2016-02-02 | Refactoring | Peter Dettman | 2 | -28/+15 | |
2016-02-02 | Additional temp values in reduction | Peter Dettman | 2 | -6/+8 | |
2016-02-02 | Just check the final ReadByte return value | Peter Dettman | 1 | -15/+3 | |
2016-01-24 | Updated Android and iOS projects to include all the source files | Jeffrey Stedfast | 3 | -3/+10 | |
2016-01-18 | Add DTLS-SRTP protection profiles from RFC 7714 | Peter Dettman | 1 | -0/+6 | |
2016-01-17 | Initial cut of draft-zauner-tls-aes-ocb-03 | Peter Dettman | 8 | -23/+179 | |
2016-01-17 | draft-ietf-tls-downgrade-scsv => RFC 7507 | Peter Dettman | 6 | -22/+24 | |
2016-01-17 | Implement updated draft-ietf-tls-chacha20-poly1305-04 | Peter Dettman | 17 | -78/+251 | |
2016-01-17 | Support for re-init in Salsa family | Peter Dettman | 4 | -115/+93 | |
- simplify SetKey methods - avoid non-private mutable static state (sigma/tau) | |||||
2016-01-17 | Fix re-init bug in HC128/256 engines | Peter Dettman | 6 | -3/+144 | |
- add StreamCipherResetTest from Java API | |||||
2016-01-17 | Remove expired draft-josefsson-salsa20-tls stuff | Peter Dettman | 9 | -135/+1 | |
2016-01-15 | counter needs to based on maxlen(p) as tag done on J0 | David Hook | 1 | -2/+2 | |
2016-01-14 | reversed incorrect fix | David Hook | 1 | -2/+2 | |
2016-01-14 | update to blocksRemaining | David Hook | 1 | -2/+2 | |
2016-01-12 | Remove unused import | Peter Dettman | 1 | -1/+0 | |
2016-01-12 | Add block limit to GCM | Peter Dettman | 1 | -0/+8 | |
2016-01-12 | Use utility method | Peter Dettman | 1 | -12/+4 | |
2015-12-28 | Update versions and release notes for release 1.8.1 release-1.8.1 | Peter Dettman | 3 | -10/+40 | |
2015-12-28 | Add a couple more OIDs | Peter Dettman | 1 | -5/+7 | |
2015-12-28 | Add IdRsaKem | Peter Dettman | 1 | -6/+21 | |
2015-12-28 | Various ASN.1 updates from Java API | Peter Dettman | 13 | -20/+320 | |
2015-12-28 | Clean up a few warnings | Peter Dettman | 5 | -21/+13 | |
2015-12-28 | Optimized Sqrt and Trace for custom binary curves | Peter Dettman | 20 | -9/+327 | |
2015-12-28 | XML doc for TlsClient.ClientHelloRecordLayerVersion | Peter Dettman | 2 | -9/+14 | |
2015-12-25 | Fix VmpcMac to actually use offset in BlockUpdate() | Peter Dettman | 2 | -6/+7 | |
- https://github.com/bcgit/bc-java/issues/127 | |||||
2015-12-21 | BJA-584 Fix DTLS record-layer version handling | Peter Dettman | 6 | -33/+49 | |
- Also https://github.com/bcgit/bc-java/pull/111 | |||||
2015-12-19 | Added use of standard salt if provided. | David Hook | 1 | -1/+8 | |
2015-12-19 | Added test against fixed salt. | David Hook | 2 | -2/+47 | |
2015-12-19 | Added support for fixed salt. | David Hook | 1 | -7/+39 | |
2015-12-18 | Check CertificateRequest syntax server-side | Peter Dettman | 2 | -0/+6 | |
2015-12-17 | Add .userprefs to ignore list | Peter Dettman | 1 | -0/+1 | |
2015-12-16 | Validate ServerKeyExchange signature algorithm (TLS 1.2+) | Peter Dettman | 9 | -6/+114 | |
- 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 | |||||
2015-12-16 | Validate CertificateVerify signature algorithm (TLS 1.2+) | Peter Dettman | 18 | -74/+426 | |
- check the algorithm is in the CertificateRequest list - add (D)TLS test scenarios for various failure modes | |||||
2015-11-23 | Update version for release release-1.8.0 | Peter Dettman | 1 | -1/+1 | |
2015-11-22 | More release preparation | Peter Dettman | 3 | -5/+5 | |
2015-11-22 | Updates in preparation for release 1.8.0 | Peter Dettman | 1 | -190/+307 | |
2015-11-22 | Add NonMemoableDigest and tests | Peter Dettman | 4 | -0/+192 | |
2015-11-21 | Add Platform method for getting the type name of an object | Peter Dettman | 252 | -333/+559 | |
2015-11-21 | Factor out IsEnumType method | Peter Dettman | 1 | -10/+11 | |
2015-11-21 | Update .gitignore | Peter Dettman | 1 | -0/+13 | |