Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-17BJA-483 Implement available() on TlsInputStreamFrank Liu
2014-04-16Deterministic (EC)DSA doesn't need SecureRandom in initPeter Dettman
2014-04-16Make interface publicPeter Dettman
2014-04-16Include a (static) counter as extra seeding to the SecureRandomPeter Dettman
2014-04-16Always create digests using TlsUtils.createHashPeter Dettman
2014-04-16Use a separate PRNG for noncesPeter Dettman
2014-04-16Deprecate TlsClientProtocol auto-creation of SecureRandomPeter Dettman
2014-04-16Use explicit hash in certificateVerify verification for TLS 1.2Peter Dettman
2014-04-16Use explicit hash in certificateVerify verification for DTLS 1.2Andreas Reiter
2014-04-15minor cleanupDavid Hook
2014-04-15Explicitly fail on CertificateVerify in TLS 1.2 serverPeter Dettman
2014-04-14Enforce CertificateVerify signature verificationPeter Dettman
2014-04-14Remove unused importPeter Dettman
2014-04-06Minor TLS updatesPeter Dettman
2014-04-04Use the TLS 1.0 PRF for the random blockPeter Dettman
2014-04-03Avoid revealing raw RNG output in the random blockPeter Dettman
2014-03-25Migrated Pack out of crypto.utilDavid Hook
2014-02-22Javadoc 1.8 error fixesVille Skyttä
2014-01-28RefactoringPeter Dettman
2014-01-28Wire up the extension processing for encrypt_then_macPeter Dettman
2014-01-28Adjust various ciphersuite listsPeter Dettman
2014-01-28Add extension_type entry fo encrypt_then_macPeter Dettman
2014-01-28Get the encryptThenMAC setting from SecurityContextPeter Dettman
2014-01-27encrypt-then-MAC will no longer apply to stream ciphersPeter Dettman
2014-01-18Refacotring/formattingPeter Dettman
2014-01-14Add PSK Camellia ciphersuites from RFC 6367Peter Dettman
2014-01-14Add GCM-based Camellia ciphersuites from RFC 6367Peter Dettman
2014-01-14Add HMAC-based Camellia ciphersuites from RFC 6367Peter Dettman
2014-01-14New camellia ciphers from RFC 5932 (obsoletes 4132)Peter Dettman
2014-01-14Implement new AEAD_CHACHA20_POLY1305 cipher in (D)TLS.Peter Dettman
2014-01-14Rewrite conversion to longPeter Dettman
2014-01-14FormattingPeter Dettman
2014-01-14FormattingPeter Dettman
2014-01-14Add TLS 1.2 restriction for ChaCha20Poly1305 ciphersuitesPeter Dettman
2014-01-14Add initial constants and lookups for draft-agl-tls-chacha20poly1305-04Peter Dettman
2014-01-11Add Salsa20 ciphersuites in getCredentialsPeter Dettman
2014-01-11Add support for per-record nonce to TlsStreamCipher and use with Salsa20Peter Dettman
2014-01-11Use unsigned right-shifts everywhere (particularly important for thePeter Dettman
2014-01-11Updates for draft-josefsson-salsa20-tls-04Peter Dettman
2014-01-11Use AESEngine by default in TLS (instead of AESFastEngine)Peter Dettman
2014-01-05Use field info instead of casting to ECCurve.F2mPeter Dettman
2014-01-05ECCurve now exposes the FiniteField that it is defined over viaPeter Dettman
2014-01-05More custom curve temporary fixesPeter Dettman
2014-01-05moved SECCustomNamedCurves to CustomNamedCurves in crypto.ecDavid Hook
2014-01-04Added constructor taking signed byte array.David Hook
2014-01-03Check for custom curves before normal onesPeter Dettman
2013-12-28Include order/cofactor in Fp curves where possiblePeter Dettman
2013-12-25Re-organise handling for explicit_char2 curves so that order/cofactorPeter Dettman
2013-12-25Add isValid methodPeter Dettman
2013-12-25Fix isValid logic to include the arbitrary_explicit valuesPeter Dettman