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-03-03fixed buffer underflowDavid Hook
2014-03-02Added match for SHA512/256 and SHA512/224David Hook
2014-02-26Add custom curve for secp384r1 (P-384)Peter Dettman
2014-02-26Add custom curve for secp224k1Peter Dettman
2014-02-25Add custom curve for secp224r1 (P-224)Peter Dettman
2014-02-25Remove redundant normalize()Peter Dettman
2014-02-25Fix line endingsPeter Dettman
2014-02-22Javadoc 1.8 error fixesVille Skyttä
2014-02-07RefactoringPeter Dettman
2014-02-07Update OCB draft referencesPeter Dettman
2014-02-06Use FixedPointCombMultiplier for most base-point multiplicationsPeter Dettman
2014-02-06Use fixed-point comb for multiplying by the base-pointPeter Dettman
2014-02-05Normalize both points at once (saving a field inversion)Peter Dettman
2014-02-05Normalize both points at once (saving a field inversion)Peter Dettman
2014-02-05RefactorPeter Dettman
2014-02-04RefactorPeter Dettman
2014-02-02Bring OCB test vectors up-to-date with draft v06Peter Dettman
2014-02-01Add custom curve for secp521r1 (P-521)Peter Dettman
2014-01-31Add custom curve implementations of secp192k1 and secp192r1 (P-192)Peter Dettman
2014-01-29Cleaned up comments to match sytlegnu_user
2014-01-29Updated IESEngine to reduce coupling with Nonce classgnu_user
2014-01-29Fixed a small bug, needed to get MAC size from param membergnu_user
2014-01-29Fixed a bug, added error handling for message < MAC sizegnu_user
2014-01-29Added support to use a Nonce/IV for IESEnginegnu_user
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-26When OCB is used with incrementing nonces, the cipher processing duringPeter 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-14Support using Poly1305 without a BlockCipherPeter Dettman
2014-01-14FormattingPeter 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 support for null key in init (to change IV only) for Salsa/ChachaPeter 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