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 (Collapse)Author
2014-07-26Execute become-spongy.shRoberto Tyley
https://github.com/rtyley/spongycastle/blob/3040af/become-spongy.sh
2014-07-24BJA-490 added siganture definition rather than aliasDavid Hook
2014-07-21compatibility updatesDavid Hook
2014-06-30compatibility updateDavid Hook
2014-05-30fixed RSA key factory to recognise encoded RSA keys without CRT factors.David Hook
2014-05-24BJA-492 recognition of DH oids in key factories.David Hook
2014-05-17added support for the BSI plain ECDSA oids/name.David Hook
2014-05-15fixed throws clause for bad parametersDavid Hook
2014-04-13clean ups.David Hook
2014-03-22added CBC support to JCE ECIES, added IV support to IESEngineDavid Hook
2014-03-21added invalid parameter check to EC key agreement SPI.David Hook
2014-03-21fixed strength check.David Hook
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-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
getField() method. ECAlgorithms now has isFpCurve and isF2mCurve to begin the process of cleaning up various instanceof checks on ECCurve.Fp and ECCurve.F2m. Some callsites changed to use new tests and access curve field.
2014-01-05Add ECPoint.getDetachedPoint() method to return a new point (in affinePeter Dettman
form) with curve == null
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-08added provider alias for ECDHwithSHA1KDF, added key length support to engine ↵David Hook
generate secret. removed other uses of DERObjectIdentifier.
2013-11-27Added deterministic DSA/ECDSA to the provider.David Hook
2013-11-11removed deprecated class.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
added hashCode check to X509CRLObject
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
coordinates and that this is checked by accessing coordinates using getAffine[XY]Coord methods
2013-09-13added support for GOST in conjunction with PBKDF2.David Hook
added support for keyMeshing with GOST block cipher (see GCFBBlockCipher). added correct encoding/decoding for GOST private keys.
2013-08-26clean upDavid Hook
2013-08-26fixed recognition of BC named curve spec class.David Hook
2013-07-10fixed occasional short secret error.David Hook
2013-06-20cleanup of old EC table structure, removal of unnecessary code.David Hook
2013-06-13added preservation of the algorithm identifier from the SubjectPublicKeyInfo ↵David Hook
for RSA public keys. mark X509Extension class as deprecated
2013-06-10minor cleanup, added some support for EC private keys to PrivateKeyInfoFactoryDavid Hook
2013-05-31initial reshuffleDavid Hook