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
2013-05-20Improve checks around CertificateVerify messagesPeter Dettman
2013-05-20Merge branch 'master' into tlsPeter Dettman
2013-05-20added getEncoded()David Hook
2013-05-20BJA-451 first cut of GMAC.David Hook
2013-05-18deprecated old style methods, added new style which uses isPrivateKeyEmpty() ...David Hook
2013-05-17initial KEM check inDavid Hook
2013-05-17minor refactoringDavid Hook
2013-05-17further cleanups.David Hook
2013-05-17added check for MD5 in version 3 password changeDavid Hook
2013-05-17added support for secret key packets with empty public keys, finished support...David Hook
2013-05-17fixed line endings.David Hook
2013-05-17fixed line endings.David Hook
2013-05-17fixed changing passwords on version 3 keys to preserve version type.David Hook
2013-05-15Refactor getRecipients methodPeter Dettman
2013-05-13minor cleanupsDavid Hook
2013-05-13BJA-450 extra optimisationDavid Hook
2013-05-12fixed typoDavid Hook
2013-05-12fixed bogus checkinDavid Hook
2013-05-12Fix checks in InitPeter Dettman
2013-05-12minor cleanupDavid Hook
2013-05-12added parity bits for DTEA keysDavid Hook
2013-05-12BJA-438 fixed constructors to detect empty dataDavid Hook
2013-05-12BJA-447 added ecCVCDSA for SHA384 and SHA512David Hook
2013-05-12JavaDocDavid Hook
2013-05-12added recognition of TDEA as an alias for DESedeDavid Hook
2013-05-12BJA-450 added Memoable interface, added support for Memoable interface to dig...David Hook
2013-05-12move key expansion into DRBGDavid Hook
2013-05-11added support for 14 byte keysDavid Hook
2013-05-11moved TestEntropySourceProvider.David Hook
2013-05-11final clean ups, added some exception testing.David Hook
2013-05-11further adjustments.David Hook
2013-05-11further adjustments.David Hook
2013-05-11finishing touches for Hash/HMAC DRBGDavid Hook
2013-05-11refactoring.David Hook
2013-05-11addition of DSA2 parameter generation to provider.David Hook
2013-05-10initial enabling of DSA2 with test vectors for lightweight API.David Hook
2013-05-10Add client authentication to DTLS testPeter Dettman
2013-05-10Exchange some application packets after handshakePeter Dettman
2013-05-09added reseedingDavid Hook
2013-05-09Merge branch 'master' into tlsPeter Dettman
2013-05-09fixed pad8 usageDavid Hook
2013-05-09added Arrays.concatenate()David Hook
2013-05-09minor refactoring, changed BasicEntropySourceProvider to use generateSeed().David Hook
2013-05-09minor refactoring, added initial CTR testing to SecureRandom implementation.David Hook
2013-05-09some additional tests, resseed still to be doneDavid Hook
2013-05-09added handling of 168 bit TDEA keys to DES-EDEDavid Hook
2013-05-08minor clean up, added some more tests.David Hook
2013-05-08refactored over to alternate vector set.David Hook
2013-05-07fixed encoding issueDavid Hook
2013-05-07further work on SecureRandom implementation, moved seedlen for hash digest in...David Hook