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-04-13clean ups.David Hook
2014-03-30deprecated method removal.David Hook
2014-03-25Migrated Pack out of crypto.utilDavid Hook
2014-03-22refactoring UTCTime, GeneralizedTimeDavid Hook
2014-03-21updateDavid Hook
2014-03-21JavaDoc updatesDavid Hook
2014-03-21Minor refactoringDavid Hook
2014-03-21refactoring of ASN1 primitive classes.David Hook
2014-03-21fixed asn1EqualsDavid Hook
2014-03-21refactoringDavid Hook
2014-03-12Store 'beta' parameter in GLV Type B as just a BigIntegerPeter Dettman
2014-03-11Made tokenizer public.David Hook
2014-03-11FormattingDavid Hook
2014-03-11Merge branch 'merge_common_code_for_x500NameStyle' of https://github.com/wdic...David Hook
2014-02-22Javadoc 1.8 error fixesVille Skyttä
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-09move method stringToValue to super class and keep only the special cases in B...Waldemar Dick
2014-01-09moved methods from BCStyle and RFC4519Style to an abstract super class, which...Waldemar Dick
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