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-04-16Use a separate PRNG for noncesPeter Dettman
2014-04-16Deprecate TlsClientProtocol auto-creation of SecureRandomPeter Dettman
2014-04-16Use explicit hash in certificateVerify verification for DTLS 1.2Andreas Reiter
2014-04-15Explicitly fail on CertificateVerify in TLS 1.2 serverPeter Dettman
2014-04-14Enforce CertificateVerify signature verificationPeter 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-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-16Use new utility method to initialise extensionsPeter Dettman
2013-09-07Use ExporterLabel constantsPeter Dettman
2013-09-01Make use of the SignatureAndHashAlgorithm when processingPeter Dettman
2013-06-25Create a block to group the ServerHello-related stepsPeter Dettman
2013-06-25Re-order a few things to make client/server have more similar flowPeter Dettman
2013-06-24Refactor to use receiveMessageBody when expected type knownPeter 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-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-19Use explicit DigitallySigned struct instead of simple signaturePeter Dettman
2013-06-19Refactor code that checks version featuresPeter Dettman
2013-06-16Call TlsServer.getCertificateStatus, if applicable, and sendPeter 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