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/src
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-12Javadoc fixesPeter Dettman
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-03-04JavaDocDavid Hook
2014-02-25Merge branch 'fix-cert-revocation-date-format' of git://github.com/rtyley/spo...Peter Dettman
2014-02-25Merge branch 'move-test-resources-to-correct-modules' of git://github.com/rty...Peter Dettman
2014-02-19Ensure all custom curves are availablePeter Dettman
2014-02-18Just get the curve field size directlyPeter Dettman
2014-01-26Move core->prov: test-resources for org.bouncycastle.jce.provider.test.rsa3.R...Roberto Tyley
2014-01-26Move prov->pkix: tests for OCSP, which is in pkixRoberto Tyley
2014-01-08Format cert-revocation date in GMT to avoid timezone-dependent testsRoberto Tyley
2014-01-05Replace more instanceof checks for curve typePeter 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
2014-01-01Moved to 151b01, added extra example/test to AEADTest class.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-12-02moved to 1.50David Hook
2013-11-30updateDavid 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-26updatesDavid 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-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