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-07-26Don't run CertPathBuilderTest & CertPathValidatorTest - both failRoberto Tyley
2014-07-24Earlier JDK compatibility updatesDavid Hook
2014-06-301.3 compatibility updates, minor cleanups.David Hook
2014-06-30updateDavid Hook
2014-06-28updateDavid Hook
2014-06-18clean upDavid Hook
2014-05-30fixed RSA key factory to recognise encoded RSA keys without CRT factors.David Hook
2014-05-17added support for the BSI plain ECDSA oids/name.David Hook
2014-04-27initial cut of lightweight RFC5649 wrapping, added AES provider tests for oth...David Hook
2014-04-17commented back in other testsDavid Hook
2014-04-17change fixed random to avoid infinite loop.David Hook
2014-03-30further deprecation clean up.David Hook
2014-03-30deprecated method removal.David Hook
2014-03-25fixed test issueDavid Hook
2014-03-25fixed compilation issueDavid Hook
2014-03-22added CBC support to JCE ECIES, added IV support to IESEngineDavid Hook
2014-03-21refactoring of ASN1 primitive classes.David Hook
2014-03-11Merge branch 'feature/siphash-jce' of https://github.com/timw/bc-java into ti...David Hook
2014-03-11Merge branch 'feature/aead-exceptions' of https://github.com/timw/bc-java int...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-10Cover more stream sizes in testing of JCE CipherInputStream/CipherOutputStream.Tim Whittington
2014-01-08Format cert-revocation date in GMT to avoid timezone-dependent testsRoberto Tyley
2014-01-05further work on custom curve recognitionDavid Hook
2014-01-05Added use of custom curves in provider.David Hook
2014-01-01Moved to 151b01, added extra example/test to AEADTest class.David Hook
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-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-23first cut of Shacal2David 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-10-10Improved Cipher input/output streams.Tim Whittington
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-27Review EC code in the provider to ensure points are normalized to affinePeter 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-06added testing of OCB mode for a range of ciphers.David Hook
2013-08-27added test for named curve preservationDavid Hook
2013-07-17Poly1305 message authentication code, with tests and JCE registrations.Tim Whittington
2013-07-15reviewed SM3 digestDavid Hook