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-07-26Execute become-spongy.shRoberto Tyley
2014-07-24Add getCipherType method and refactorPeter Dettman
2014-07-24Add more variations of check/isValidPeter Dettman
2014-07-23Clean up a few thingsPeter Dettman
2014-07-22Add utility methods for classifying cipher suitesPeter Dettman
2014-04-16Always create digests using TlsUtils.createHashPeter Dettman
2014-04-04Use the TLS 1.0 PRF for 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
2014-01-11Use unsigned right-shifts everywhere (particularly important for thePeter Dettman
2013-12-17A few small cleanupsPeter Dettman
2013-12-07Add checks for ciphersuite validity vs the negotiated versionPeter Dettman
2013-11-08For TLS 1.2, client and server track the hash algorithms mentioned inPeter Dettman
2013-11-07Support tracking of extra hash algorithms in DeferredHashPeter Dettman
2013-09-18Add TlsUtils.encodeOpaque8 methodPeter Dettman
2013-09-17Refactor to use TlsUtils.isSSLPeter Dettman
2013-09-16Factor out methods for writing length-array encodingsPeter Dettman
2013-06-25Use re-encoding to validate DER encodingsPeter Dettman
2013-06-24Read record header as a byte[] before processingPeter Dettman
2013-06-24Move importSession to TlsUtilsPeter Dettman
2013-06-22Add checks on various lengths to make sure they aren't overflowing theirPeter Dettman
2013-06-22Add missing writeUint48 methodPeter Dettman
2013-06-22Allow checks/writes of int as uint8Peter Dettman
2013-06-22Add methods to check that arguments are in the right range for their TLSPeter Dettman
2013-06-22Factor out a method for checking for empty extension_dataPeter Dettman
2013-06-21getPRFAlgorithm should determine the actual PRFAlgorithm that appliesPeter Dettman
2013-06-20New utility method and refactoring related to extension dataPeter Dettman
2013-06-20Remove use of ByteArrayOutputStream in TlsMacPeter Dettman
2013-06-19Add supported_signature_algorithms field to CertificateRequest for TLSPeter Dettman
2013-06-19Refactor code that checks version featuresPeter Dettman
2013-06-19Enforce restrictions on SignatureAlgorithm.anonymous appearing inPeter Dettman
2013-06-19FormattingPeter Dettman
2013-06-16TlsUtils.readASN1Object must always read exactly one objectPeter Dettman
2013-06-15OCSPStatusRequest struct for use with "Certificate Status Request"Peter Dettman
2013-05-31initial reshuffleDavid Hook