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-07-26Execute become-spongy.shRoberto Tyley
2014-07-22draft-ietf-tls-encrypt-then-mac-033 updatesPeter Dettman
2014-04-16Use a separate PRNG for noncesPeter Dettman
2014-04-16Deprecate TlsClientProtocol auto-creation of SecureRandomPeter Dettman
2014-04-04Use the TLS 1.0 PRF for the random blockPeter Dettman
2014-01-28Wire up the extension processing for encrypt_then_macPeter Dettman
2013-12-07Add checks for ciphersuite validity vs the negotiated versionPeter Dettman
2013-12-07Use high-precision timer, if available, to seed randomPeter Dettman
2013-11-28Fix the CertificateVerify signature calculation for (D)TLS 1.2+Peter Dettman
2013-11-28Refactor array utility method into Arrays classPeter Dettman
2013-11-17Refactoring around DeferredHash so that for (D)TLS 1.2 we can snapshotPeter Dettman
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-08Add calls to TlsHandshakeHash.stopTracking()Peter Dettman
2013-11-08For TLS 1.2, client and server track the hash algorithms mentioned inPeter Dettman
2013-11-08Call sealHashAlgorithms() call after server_hello_done sent/receivedPeter Dettman
2013-11-07Add TODOs related to the handshake hashPeter Dettman
2013-09-16Check whether SCSV is present already before addingPeter Dettman
2013-09-09Rework version checking to get a handshake with opensslPeter Dettman
2013-09-07Use ExporterLabel constantsPeter Dettman
2013-09-01Indicate where SignatureAndHashAlgorithm has to be selected when sendingPeter Dettman
2013-06-25Re-order a few things to make client/server have more similar flowPeter Dettman
2013-06-24Use a fluent builder to create SessionParameters to avoid backwardPeter Dettman
2013-06-24Fix bug in DTLS client-side session resumption and enable in testPeter Dettman
2013-06-24Add DTLS client-side session resumptionPeter Dettman
2013-06-22Set extra fields in SecurityParametersPeter Dettman
2013-06-22Move record layer pending epoch init next to master_secret derivationPeter Dettman
2013-06-22Add checks on various lengths to make sure they aren't overflowing theirPeter Dettman
2013-06-22Check that any server session_ticket extension_data is emptyPeter Dettman
2013-06-22Factor out a method for checking for empty extension_dataPeter Dettman
2013-06-22Add check that server status_request extension_data is empty (RFC 3546)Peter Dettman
2013-06-20Add support for max_fragment_length extension to D/TLS protocolsPeter Dettman
2013-06-20Detect when truncated_hmac has been negotiated and apply truncation inPeter Dettman
2013-06-20New utility method and refactoring related to extension dataPeter Dettman
2013-06-19Add supported_signature_algorithms field to CertificateRequest for TLSPeter Dettman
2013-06-19Use explicit DigitallySigned struct instead of simple signaturePeter Dettman
2013-06-19Null check for clarityPeter Dettman
2013-06-16Parse certificate_status messages at the clientPeter Dettman
2013-06-16Track whether or not a certificate_status message is allowedPeter Dettman
2013-06-15Basic protocol outline for certificate_status handshake messagesPeter Dettman
2013-06-13Implementation of RFC 5487, "Pre-Shared Key Cipher Suites for TLS withPeter Dettman
2013-05-31initial reshuffleDavid Hook