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-01-14FormattingPeter Dettman
2013-12-02updatesDavid Hook
2013-11-30compatibility updateDavid Hook
2013-11-17Refactoring around DeferredHash so that for (D)TLS 1.2 we can snapshotPeter Dettman
any/all hashes that might be needed for CertificateVerify. Defer the actual CertificateVerify hash calculation at the server until after we have seen the DigitallySigned.
2013-11-11Fix recent regression relating to DeferredHash handling pre-TLS 1.2Peter Dettman
2013-11-08Rename some methods to make it clearer they relate to the PRF hashPeter Dettman
2013-11-08Call sealHashAlgorithms() call after server_hello_done sent/receivedPeter Dettman
Refactor some of the calls around the handshake hash
2013-11-07Support tracking of extra hash algorithms in DeferredHashPeter Dettman
Simple logic to choose b/w buffering vs multi-hash-update strategies
2013-11-07Refactoring in preparation for improving DeferredHashPeter Dettman
2013-06-28Add HeartbeatMessage type from RFC 6520Peter Dettman
2013-06-24Add utility method for when only a single message type is expectedPeter Dettman
2013-06-22Add checks on various lengths to make sure they aren't overflowing theirPeter Dettman
type
2013-06-20Subclass ByteArrayOutputStream to avoid unnecessary copy of byte[]Peter Dettman
2013-05-31initial reshuffleDavid Hook