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
path: root/core/src
AgeCommit message (Expand)Author
2014-04-26initial cut of lightweight RFC5649 wrappingDavid Hook
2014-04-17BJA-483 Implement available() on TlsInputStreamFrank Liu
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 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-11Tiny optimizationPeter Dettman
2014-04-11RefactoringPeter Dettman
2014-04-11JavadocPeter Dettman
2014-04-11Simplify logic in getNafWeightPeter Dettman
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-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-30deprecated method removal.David Hook
2014-03-30JavaDoc fixesDavid Hook
2014-03-25fixed compilation issueDavid Hook
2014-03-25fixed compilation issueDavid Hook
2014-03-25fixed compilation issueDavid Hook
2014-03-25fixed imports.David Hook
2014-03-25Migrated Pack out of crypto.utilDavid Hook
2014-03-22JavaDoc fixDavid Hook
2014-03-22Fix shifting error from last commitPeter Dettman
2014-03-22added CBC support to JCE ECIES, added IV support to IESEngineDavid Hook
2014-03-22Merge branch 'gnu-user-master'David Hook
2014-03-22Merge branch 'master' of https://github.com/gnu-user/strippedcastle into gnu-...David Hook
2014-03-22Merge remote-tracking branch 'origin/master'David Hook
2014-03-22refactoring UTCTime, GeneralizedTimeDavid Hook
2014-03-21Merge branch 'master' of git.bouncycastle.org:bc-javaPeter Dettman
2014-03-21Optimize Curve25519 point operationsPeter Dettman
2014-03-21Fixed error introduced in JavaDoc mergeDavid Hook