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
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
2013-07-26reviewed JavaDoc updatesDavid Hook
2013-07-16More CMS Javadoc cleaningMatti Aarnio
2013-07-16More CMS Javadoc, remove all code changes.Matti Aarnio
2013-07-14Improve JavaDocs on constants defined at 28 files called *ObjectIdentifiers.javaMatti Aarnio
2013-07-14ASN.1 CMS Javadoc writeMatti Aarnio
2013-07-11Refactor appendValue and add bounds checksPeter Dettman
2013-07-09added fromExtension to CertificatePoliciesDavid Hook
2013-06-21added some more deprecationsDavid Hook
2013-06-21added optional setting of IssuerSerial in ESSCertID.David Hook
2013-06-16fixed byte handling in getInstance()David Hook
2013-06-15added KeyUsage validator.David Hook
2013-06-13added support for generation of OAEP encrypted enveloped data.David Hook
2013-06-13added preservation of the algorithm identifier from the SubjectPublicKeyInfo ...David Hook
2013-06-11removed some troublesome castsDavid Hook
2013-06-10added use of ASN1EncodableDavid Hook
2013-06-03JavaDocDavid Hook
2013-05-31initial reshuffleDavid Hook