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
2013-12-25Use deterministic (EC)DSA in TLSPeter Dettman
2013-12-21Change the default order of EC point formats in TLS serverPeter Dettman
2013-12-18Allow construction of "future" ProtocolVersion instancesPeter Dettman
2013-12-18Fix switch-case fall-throughPeter Dettman
2013-12-17FormattingPeter Dettman
2013-12-17Remove/replace TlsRuntimeExceptionPeter Dettman
2013-12-17A few small cleanupsPeter Dettman
2013-12-16Remove unused importsPeter Dettman
2013-12-16FormattingPeter Dettman
2013-12-16Use utility methodPeter Dettman
2013-12-07Add extra sanity check on NamedCurve valuesPeter 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-12-07Use high-precision timer, if available, to seed randomPeter Dettman
2013-12-07Add shouldUseGMTUnixTime method to allow optional inclusion ofPeter Dettman
2013-12-06Avoid sending any records until writeVersion is establishedPeter Dettman
2013-12-06Fix client handshake when a NewSessionTicket is received.Peter Dettman
2013-12-03Merge remote-tracking branch 'origin/master'David Hook
2013-12-02Update (D)TLS tests to demonstrate TLS 1.2 server functionalityPeter Dettman
2013-12-02Fix server key exchange signatures for TLS 1.2Peter Dettman
2013-12-02Set TLS 1.2 as the default client version and choose a smaller set ofPeter Dettman
2013-12-02updatesDavid Hook
2013-11-30compatibility updateDavid Hook
2013-11-28Fix the CertificateVerify signature calculation for (D)TLS 1.2+Peter Dettman
2013-11-28Provide getFinalHash method for getting the non-PRF hash valuesPeter Dettman
2013-11-28Fix arg namesPeter Dettman
2013-11-28Add getSignatureAndHashAlgorithm method to TlsSignerCredentials andPeter Dettman
2013-11-28Refactor array utility method into Arrays classPeter Dettman
2013-11-26compatibility updateDavid Hook
2013-11-26compatibility updatesDavid Hook
2013-11-25compatibility updatesDavid Hook
2013-11-20Use 1/n-1 record splitting instead of 0/nPeter 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-09Introduce abstract base classes for the TlsCredentials heirarchyPeter Dettman
2013-11-08Refactor forkPRFHash()Peter 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-11-07Some operations aren't unsupported, just no-opsPeter Dettman
2013-11-07Support tracking of extra hash algorithms in DeferredHashPeter Dettman
2013-11-07Properly track digests by HashAlgorithmPeter Dettman
2013-11-07Remove unused constructorPeter Dettman
2013-11-07Prepare DeferredHash to track multiple digestsPeter Dettman
2013-11-07Add some TODOsPeter Dettman
2013-11-07Refactoring in preparation for improving DeferredHashPeter Dettman
2013-10-14Add NamedCurve constants for brainpool curves from RFC 7027Peter Dettman
2013-09-27Use ECFieldElement.getEncoded() in place of X9IntegerConverter when wePeter Dettman