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
2013-12-02Set TLS 1.2 as the default client version and choose a smaller set ofPeter Dettman
cipher suites to offer by default
2013-09-17Don't offer arbitrary_explicit_* curves in default clientsPeter Dettman
2013-09-16Change the default ECC client extensions to remove smaller curves andPeter Dettman
prefer uncompressed point formats and prime fields
2013-09-16Use new utility method to initialise extensionsPeter Dettman
2013-06-25Move notifySecureRenegotiation into TlsPeer and have both client andPeter Dettman
server default to handshake_failure if secure_renegotiation is false.
2013-06-24Make EC extension data available for ECDHE_PSKPeter Dettman
2013-06-23Add TlsClient.getResumableSession instead of newPeter Dettman
TlsClientProtocol.connect argument New SessionParameters class to manage session data Resumed sessions added to context immediately Javadoc
2013-06-22Move the common notifyHandshakeComplete method into TlsPeerPeter Dettman
2013-06-19FormattingPeter Dettman
2013-05-31initial reshuffleDavid Hook