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 (Collapse)Author
2014-07-26Execute become-spongy.shRoberto Tyley
https://github.com/rtyley/spongycastle/blob/3040af/become-spongy.sh
2014-07-24Add getCipherType method and refactorPeter Dettman
2014-07-24Add more variations of check/isValidPeter Dettman
2014-07-24Javadoc fixPeter Dettman
2014-07-23Clean up a few thingsPeter Dettman
2014-07-23Remove unnecessary static referencesPeter Dettman
2014-07-22draft-ietf-tls-encrypt-then-mac-033 updatesPeter Dettman
2014-07-22Add utility methods for classifying cipher suitesPeter Dettman
2014-07-22Add strict checking for EC point formatsPeter Dettman
2014-07-22Fix CertificateRequest encoding (of certificate_authorities) and addPeter Dettman
coverage in D/TLS tests
2014-06-21Add the client-version check part of PRPeter Dettman
https://github.com/bcgit/bc-java/pull/67/, after review.
2014-06-21- Check there are no alert or handshake fragments remaining when aPeter Dettman
change_cipher_spec is processed - Guard against heartbeat packets during the handshake (although heartbeat protocol is not implemented yet anyway)
2014-06-21Remove TODOPeter Dettman
2014-06-21- Refactor the safe premaster decryption to avoid thePeter Dettman
TlsEncryptionCredentils API change. - Reset the client version number "check" to previous method
2014-06-21WhitespacePeter Dettman
2014-06-21Merge branch 'pkcs15-decoding' of https://github.com/eriktews/bc-java into ↵Peter Dettman
eriktews-pkcs15-decoding
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
Refactor all uses of SecureRandom to be via TlsContext
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
Signed-off-by: Peter Dettman <peter.dettman@bouncycastle.org>
2014-04-15minor cleanupDavid Hook
2014-04-15Explicitly fail on CertificateVerify in TLS 1.2 serverPeter Dettman
Add test coverage for known issue
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
Remove redundant Mac.init calls
2014-04-03Avoid revealing raw RNG output in the random blockPeter Dettman
2014-03-25Migrated Pack out of crypto.utilDavid Hook
2014-03-22Improved the client version number check.Erik Tews
If the client sends a wrong version number within the encrypted Pre-Master-Secret, and a version number check is required, the decoded Pre-Master-Secret is replaced with a random value in constant time and memory.
2014-03-13Implemented a constant time constant memory PKCS#1 RSA encryption decoding.Erik Tews
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