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/prov
AgeCommit message (Expand)Author
2013-11-11removed deprecated class.David Hook
2013-11-02compatibility updatesDavid Hook
2013-11-01JDK 1.4 updates.David Hook
2013-11-01fixed ChaCha, XSalsa20 testsDavid Hook
2013-11-01GitHub #32 stream updatesDavid Hook
2013-11-01Merge branch 'feature/cipher-input-stream' of https://github.com/timw/bc-javaDavid Hook
2013-11-01GitHub #31 test cleanups, plus minor cleanups.David Hook
2013-11-01added JVM check to AEADTest.David Hook
2013-11-01BJA-157 added support for new AEAD API to provider.David Hook
2013-11-01BJA-472 further refactoring to deal with possible encoding name issues.David Hook
2013-10-10modified to be public/protectedDavid Hook
2013-10-10Improved Cipher input/output streams.Tim Whittington
2013-10-09further optimisations for equals()David Hook
2013-10-09added override for equals() to reduce calls to getEncoded()David Hook
2013-10-08some further resource optimisationsDavid Hook
2013-10-06added caching of hashCode values.David Hook
2013-09-29fixed test to check only for comparisons on two implicit points.David Hook
2013-09-28removed deprecated methods from PKIX, work on implicitly CA.David Hook
2013-09-27One more getAffineYCoordPeter Dettman
2013-09-27Review EC code in the provider to ensure points are normalized to affinePeter Dettman
2013-09-17Merge branch 'feature/xsalsa20' of git://github.com/timw/bc-java into timw-fe...Peter Dettman
2013-09-17Merge branch 'feature/poly1305' of git://github.com/timw/bc-java into timw-fe...Peter Dettman
2013-09-13added support for GOST in conjunction with PBKDF2.David Hook
2013-09-09some refactoring, improved GOST/PBKDF2 support.David Hook
2013-09-06added testing of OCB mode for a range of ciphers.David Hook
2013-09-06Merge branch 'feature/jce-cast6-neon-with-ocb' of https://github.com/timw/bc-...David Hook
2013-09-06Merge branch 'keystore-typo' of https://github.com/ppelleti/bc-javaDavid Hook
2013-08-27added test for named curve preservationDavid Hook
2013-08-26clean upDavid Hook
2013-08-26fixed recognition of BC named curve spec class.David Hook
2013-08-21these are keystores, not digestsPatrick Pelletier
2013-07-17Poly1305 message authentication code, with tests and JCE registrations.Tim Whittington
2013-07-15reviewed SM3 digestDavid Hook
2013-07-14SM3 Digest into JCAJCE providerMatti Aarnio
2013-07-10fixed occasional short secret error.David Hook
2013-07-09JCE registrations for ChaCha and XSalsa20Tim Whittington
2013-07-08Merge remote-tracking branch 'origin/master'David Hook
2013-07-08Minor mods to Skien & ThreefishDavid Hook
2013-07-07Merge branch 'feature/jce-ccm-iv' of git://github.com/timw/bc-javaPeter Dettman
2013-07-04Allow CAST6 and Noekeon to be used with OCB mode.Tim Whittington
2013-07-04Correct the length of automatically generated IVs for OCB mode to the max of ...Tim Whittington
2013-07-04Correct the length of automatically generated IVs for CCM mode to the max of ...Tim Whittington
2013-07-03Initial implementation of Threefish + Skein in all supported block sizes, and...Tim Whittington
2013-06-20cleanup of old EC table structure, removal of unnecessary code.David Hook
2013-06-16clean upDavid Hook
2013-06-14Fixed wrappers to properly recognise parameter objects when made available.David Hook
2013-06-13added deprecationDavid Hook
2013-06-13added preservation of the algorithm identifier from the SubjectPublicKeyInfo ...David Hook
2013-06-10removed uses of old X509Store class.David Hook
2013-06-10minor cleanup, added some support for EC private keys to PrivateKeyInfoFactoryDavid Hook