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
2013-12-16Remove unused importsPeter Dettman
2013-12-06Avoid sending any records until writeVersion is establishedPeter Dettman
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-09-17Refactor to use TlsUtils.isSSLPeter Dettman
2013-06-28More heartbeat stuff from RFC 6520Peter Dettman
2013-06-24Remove TODO; always send unexpected_message alert if unexpected recordPeter Dettman
type received
2013-06-24Read record header as a byte[] before processingPeter Dettman
2013-06-24Replace RecordStream.close with safeClose, swallowing any exceptionsPeter Dettman
2013-06-23Avoid EOFException in RecordStream.readRecord if input closes betweenPeter Dettman
records (defer to caller to decide).
2013-06-22Check for empty non-application_data records in RecordStreamPeter Dettman
2013-06-20Make the plaintext limit a configurable propertyPeter Dettman
2013-06-19FormattingPeter Dettman
2013-05-31initial reshuffleDavid Hook