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-02-04Code cleanupPeter Dettman
2014-01-28Refactor to work more clearly wit field elementsPeter Dettman
2014-01-21Add alternate constructor as in C# buildPeter Dettman
2014-01-06Further work on custom curve support.David Hook
2014-01-05Replace more instanceof checks for curve typePeter Dettman
2014-01-05Add guards to make sure the k values are sensiblePeter Dettman
2014-01-05Fix exponent orderPeter Dettman
2014-01-05Avoid instanceof ECPoint.F2mPeter Dettman
2014-01-05ECCurve now exposes the FiniteField that it is defined over viaPeter Dettman
2014-01-05Further work on custom curves.David Hook
2014-01-05Additional custom curve check.David Hook
2014-01-05further work on custom curve recognitionDavid Hook
2014-01-04relocated to remove ASN.1 dependency from mathDavid Hook
2014-01-04Added constructor taking signed byte array.David Hook
2013-12-30Fix cofactor values for DSTU4145-2002 curvesPeter Dettman
2013-12-28Include order/cofactor in Fp curves where possiblePeter Dettman
2013-12-28Move comment since now relevant to prime fields tooPeter Dettman
2013-12-25Remove redundant instanceof checkPeter Dettman
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 updatesDavid Hook
2013-11-26compatibility updates.David Hook
2013-11-04GitHUb #39 - stopped IETFUtils exception on single ' ' string.David Hook
2013-11-03Fix exception messagePeter Dettman
2013-10-28BJA-462 added support for V1 attribute certificates and holders.David Hook
2013-10-24fixed return value of tagged getInstance() call.David Hook
2013-10-06added caching of hashCode values.David Hook
2013-10-05reduced risk of class cast exception in deprecated vector constructor.David Hook
2013-09-28Use ECFieldElement.addOne()Peter Dettman
2013-09-27Review EC code in the provider to ensure points are normalized to affinePeter Dettman
2013-09-27Use ECFieldElement.getEncoded() in place of X9IntegerConverter when wePeter Dettman
2013-09-27Change the commented out example of curve configurationPeter Dettman
2013-09-24Pass all new curves through a configureCurve methodPeter Dettman
2013-09-23Update various EC algorithms and tests to use normalize andPeter Dettman
2013-09-23Pass all curves through a method configureCurve (dummy for now)Peter Dettman
2013-09-23Use ECCurve.createPoint instead of explicit point constructionPeter Dettman
2013-09-21Use ECCurve.fromBigInteger to construct field elementsPeter Dettman
2013-09-16Add comment explaining why we don't separately lookup curve by OID fromPeter Dettman
2013-09-13added support for GOST in conjunction with PBKDF2.David Hook
2013-09-12Use non-deprecated createPointPeter Dettman
2013-09-12Provide some extra methods on ECFieldElement to avoid full conversion toPeter Dettman
2013-09-09added extra fields to PBKDF2Params to deal with GOST extensions to PKCS#12David Hook
2013-09-07JavaDoc updates.David Hook
2013-08-21added copying of static data to protected fields.David Hook
2013-08-20fixed position of INSTANCE to after static initialiser...David Hook
2013-08-20changed methods relying on static Hashtables to use protected instance values.David Hook
2013-07-26fixed fromExtensions extension value.David Hook
2013-07-26first cut PolicyConstraints classDavid Hook
2013-07-26removed old style string additionDavid Hook
2013-07-26Merge branch 'ObjectIdentifiers-javadoc' of https://github.com/oh2mqk/bc-javaDavid Hook