summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-07Add missing TLS and Base classesAlex Clayton
2015-08-17Remove unnecessary Crypto functions from StringCodecs.Tarun Gupta
2015-08-14Completes TLS & Session.Tarun Gupta
2015-07-28Complete StreamStack and add tests.Tarun Gupta
2015-04-20Avoid potential double-adding of "lastConsumed" count to "bytesConsumed"Nick Hudson
2015-01-14Don't use bytesConsumed from SSLEngineResultNick Hudson
2014-10-17Don't use SSLv3 in JSSEContextNick Hudson
2014-08-04Stroke to use default Trust Store provided by Java for Trust AnchorsGurmeen Bindra
2014-07-22Make Stroke return peer certificate chain, rather then just EE certificateNick Hudson
2013-12-05Fix possible ClassCastException when restricting ciphersNick Hudson
2013-09-23Don't crash if server doesn't send cert in TLS handshakeNick Hudson
2013-09-02Changes to handle close notify gracefullyNick Hudson
2013-05-31Workaround for some misbehaving SSLEngine implementationsNick Hudson
2013-04-11Provide mechanism to allow clients to restrict available ciphersuitesNick Hudson
2013-03-26Support TLS use of certificates from CAPI keystoresNick Hudson
2013-01-29Changes to Stroke to make it more amenable to porting to other platformsNick Hudson
2012-04-27Remove "max" limit on buffer size for SSL connectionsNick Hudson
2012-03-08Implement "CertificateWithKey" and add support for setting client certificatesNick Hudson
2012-03-07Turn on TLS ability (and fix problems discovered while testing this)Nick Hudson
2012-02-14Add parsing of XMPP and SRV subjectAltNames to JavaCertificateNick Hudson
2012-02-13Tidying up based on feedback from patch for initial TLS implementationNick Hudson
2012-02-13Initial implementation of TLS supportNick Hudson
2011-10-31Fix utf-8 encoding on Remko's name throughout. Now compiles with Java 7Kevin Smith
2011-07-01Initial importKevin Smith