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-04-26initial cut of lightweight RFC5649 wrappingDavid Hook
2014-04-26updateDavid Hook
2014-04-26updateDavid Hook
2014-04-26BJA-488 fix for lack of null check in SignedMailValidator.David Hook
2014-04-22removal of deprecated methods.David Hook
2014-04-21cleanup of deprecations. Added new exception to deal with irregular use of il...David Hook
2014-04-17BJA-483 Implement available() on TlsInputStreamFrank Liu
2014-04-17BJA-486 added check for empty attribute set.David Hook
2014-04-17commented back in other testsDavid Hook
2014-04-17change fixed random to avoid infinite loop.David Hook
2014-04-16Add low-weight guard to ECKeyPairGeneratorPeter Dettman
2014-04-16Deterministic (EC)DSA doesn't need SecureRandom in initPeter Dettman
2014-04-16A SecureRandom should not be created or stored if not neededPeter Dettman
2014-04-16Make interface publicPeter Dettman
2014-04-16Include a (static) counter as extra seeding to the SecureRandomPeter Dettman
2014-04-16Always create digests using TlsUtils.createHashPeter Dettman
2014-04-16Use a separate PRNG for noncesPeter Dettman
2014-04-16Deprecate TlsClientProtocol auto-creation of SecureRandomPeter Dettman
2014-04-16Add entry for Andreas Reiter's contribution to CertificateVerify processingPeter Dettman
2014-04-16Add a DTLS test suite for client-auth use casesPeter Dettman
2014-04-16Run TLS client-auth test suite for all TLS versionsPeter Dettman
2014-04-16Use explicit hash in certificateVerify verification for TLS 1.2Peter Dettman
2014-04-16Use explicit hash in certificateVerify verification for DTLS 1.2Andreas Reiter
2014-04-15Minor refactoringPeter Dettman
2014-04-15minor cleanupDavid Hook
2014-04-15Explicitly fail on CertificateVerify in TLS 1.2 serverPeter Dettman
2014-04-15Move test servers back to TLS 1.2 for the momentPeter Dettman
2014-04-15A new suite of TLS tests, intially covering client authenticationPeter Dettman
2014-04-14Enforce CertificateVerify signature verificationPeter Dettman
2014-04-14Remove unused importPeter Dettman
2014-04-13clean ups.David Hook
2014-04-13Merge remote-tracking branch 'origin/master'David Hook
2014-04-11Tiny optimizationPeter Dettman
2014-04-11RefactoringPeter Dettman
2014-04-11JavadocPeter Dettman
2014-04-11Simplify logic in getNafWeightPeter Dettman
2014-04-11Merge remote-tracking branch 'origin/master'David Hook
2014-04-10Missed from previous commitPeter Dettman
2014-04-10Check for low-weight numbers in DH parameter generation and RSA keyPeter Dettman
2014-04-10Fixed-point-comb uses existing precomputation info if it's for the samePeter Dettman
2014-04-06Minor TLS updatesPeter Dettman
2014-04-06fixed typo in exception string.David Hook
2014-04-06fixed setting of modeDavid Hook
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-04-03Add an in-place-output version of toByteArrayPeter Dettman
2014-03-30further deprecation clean up.David Hook
2014-03-30updated AttrCertExampleDavid Hook
2014-03-30removed unnecessary class.David Hook
2014-03-30updated to remove deprecated methods/classesDavid Hook