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-06-21- Check there are no alert or handshake fragments remaining when aPeter Dettman
2014-04-17BJA-483 Implement available() on TlsInputStreamFrank Liu
2014-04-16Use a separate PRNG for noncesPeter Dettman
2014-04-14Remove unused importPeter Dettman
2014-04-04Use the TLS 1.0 PRF for the random blockPeter Dettman
2014-04-03Avoid revealing raw RNG output in the random blockPeter Dettman
2014-01-14Add PSK Camellia ciphersuites from RFC 6367Peter Dettman
2014-01-14Add GCM-based Camellia ciphersuites from RFC 6367Peter Dettman
2014-01-14Add HMAC-based Camellia ciphersuites from RFC 6367Peter Dettman
2014-01-14New camellia ciphers from RFC 5932 (obsoletes 4132)Peter Dettman
2014-01-14Add TLS 1.2 restriction for ChaCha20Poly1305 ciphersuitesPeter 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-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-08Rename some methods to make it clearer they relate to the PRF hashPeter Dettman
2013-09-18At least seed the random source with current timePeter Dettman
2013-09-18Add TlsUtils.encodeOpaque8 methodPeter Dettman
2013-09-18Pass message/cause parameters to TlsPeer.notifyAlertRaisedPeter Dettman
2013-09-07Use ExporterLabel constantsPeter Dettman
2013-06-28More heartbeat stuff from RFC 6520Peter Dettman
2013-06-27Store server extensions in session parameters and process on resumptionPeter Dettman
2013-06-25Refactor ServerHello code to bring security/session parameters into thePeter Dettman
2013-06-24Add TODOPeter Dettman
2013-06-24Use a fluent builder to create SessionParameters to avoid backwardPeter Dettman
2013-06-24Tidy up ChangeCipherSpace processingPeter Dettman
2013-06-24No need to clear session from context in invalidateSession, as therePeter Dettman
2013-06-24Replace RecordStream.close with safeClose, swallowing any exceptionsPeter Dettman
2013-06-24Allocate much less space for the Alert Protocol queuePeter Dettman
2013-06-24Move importSession to TlsUtilsPeter Dettman
2013-06-23Add TODOPeter Dettman
2013-06-23Avoid EOFException in RecordStream.readRecord if input closes betweenPeter Dettman
2013-06-23Replace majority of usages of failWithError with TlsFatalAlertPeter Dettman
2013-06-23Remove printStackTrace callsPeter Dettman
2013-06-23For consistency, only call setResumableSession at completionPeter Dettman
2013-06-23Add the peer certificate, if any, to the SessionParametersPeter Dettman
2013-06-23Add TlsClient.getResumableSession instead of newPeter Dettman
2013-06-22Invalidate session if connection not closed gracefullyPeter Dettman
2013-06-22Initial implementation of session resumption (client-side TLS)Peter Dettman
2013-06-22ChangeCipherSpec doesn't need a queue, and shouldn't have handshakePeter Dettman
2013-06-22Refactor use of the ByteQueuePeter Dettman
2013-06-22Add checks on various lengths to make sure they aren't overflowing theirPeter 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-22Cleanup state after handshakePeter Dettman
2013-06-22Call notifyHandshakeComplete via the peer interfacePeter Dettman
2013-06-22RefactoringPeter Dettman
2013-06-21getPRFAlgorithm should determine the actual PRFAlgorithm that appliesPeter Dettman
2013-06-21Add PSK ciphersuites from RFC 5489 to the PSKTlsClient and PRF lookupPeter Dettman
2013-06-20Add support for max_fragment_length extension to D/TLS protocolsPeter Dettman