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-04-16Include a (static) counter as extra seeding to the SecureRandomPeter Dettman
2014-04-16Use a separate PRNG for noncesPeter 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-22Invalidate session if connection not closed gracefullyPeter Dettman
2013-06-22Add session property to contextPeter Dettman
2013-06-22Add checks on various lengths to make sure they aren't overflowing theirPeter Dettman
type
2013-05-31initial reshuffleDavid Hook