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-03-21refactoring of ASN1 primitive classes.David Hook
2014-03-19further fix to custom curve check.David Hook
2014-03-19Added check to make sure there is a regular curve equivalent to a custom one.David Hook
2014-03-12Refactor EC KPG initialization codePeter Dettman
2014-03-11Merge branch 'feature/siphash-jce' of https://github.com/timw/bc-java into ti...David Hook
2014-03-10Add KeyGenerator registrations for SipHash in JCE API and add JCE SipHash alg...Tim Whittington
2014-03-10Throw AEADBadTagException if available from AEAD ciphers in JCE provider when...Tim Whittington
2014-03-04JavaDocDavid Hook
2014-02-19Ensure all custom curves are availablePeter Dettman
2014-02-18Just get the curve field size directlyPeter Dettman
2014-01-05ECCurve now exposes the FiniteField that it is defined over viaPeter Dettman
2014-01-05Add ECPoint.getDetachedPoint() method to return a new point (in affinePeter Dettman
2014-01-05More custom curve temporary fixesPeter Dettman
2014-01-05further work on custom curve recognitionDavid Hook
2014-01-05moved SECCustomNamedCurves to CustomNamedCurves in crypto.ecDavid Hook
2014-01-05Added use of custom curves in provider.David Hook
2014-01-04Added constructor taking signed byte array.David Hook
2013-12-25Remvoe unused importPeter Dettman
2013-12-14BJA-743 corrected return value for AEAD with GCM.David Hook
2013-12-09fixed constructor of GCMParameterSpec in AlgParamsGCM, added test for same.David Hook
2013-12-08added provider alias for ECDHwithSHA1KDF, added key length support to engine ...David Hook
2013-11-30compatibility updatesDavid Hook
2013-11-27Added deterministic DSA/ECDSA to the provider.David Hook
2013-11-27added support for GCMParameterSpec creation from cipher in JDK 1.7David Hook
2013-11-26fixed typo in copy function. Tsk, tsk...David Hook
2013-11-26compatibility updateDavid Hook
2013-11-23first cut of Shacal2David Hook
2013-11-11removed deprecated class.David 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-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-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-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-08-26clean upDavid Hook
2013-08-26fixed recognition of BC named curve spec class.David Hook
2013-07-17Poly1305 message authentication code, with tests and JCE registrations.Tim Whittington