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/pg
AgeCommit message (Expand)Author
2024-01-12Adjust for build using Gradle 8; remove mavenHEADpkcs12-keybag-fixesDaniel Lublin
2014-07-26Execute become-spongy.shRoberto Tyley
2014-07-26Git-ignore files generated during Gradle buildRoberto Tyley
2014-07-21compatibility updatesDavid Hook
2014-06-271.4 fixes.David Hook
2014-06-22minor refactoring.David Hook
2014-06-22fixed long user attribute length issue.David Hook
2014-06-21Chase up remaining places where custom curves should be looked for firstPeter Dettman
2014-06-21allowed for DIRECT_KEYDavid Hook
2014-06-21add PGP EC support to BC lightweight implementation.David Hook
2014-06-21updateDavid Hook
2014-06-19first cut of ECDH decryption with tests.David Hook
2014-06-18added support for parsing EC keys made with sExprs.David Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16Some TODOs about implementation loose ends.Tim Whittington
2014-06-16Use PGPLiteralData File open variant directly.Tim Whittington
2014-06-16Remove redundant method override.Tim Whittington
2014-06-16Reduce File based open override in PGPLiteralDataGenerator to call to fixed l...Tim Whittington
2014-06-16Replace inline array copy with Arrays.cloneTim Whittington
2014-06-16PGP JavaDoc improvements, focused on classes used in PBE file encryption/decr...Tim Whittington
2014-06-08added test for EC private key extraction and signatureDavid Hook
2014-06-08added test for EC private key extractionDavid Hook
2014-06-08added support for extraction of EC keys.David Hook
2014-06-03BJB-33 deleted unnecessary code.David Hook
2014-06-03JavaDoc, exposed constructor to allow piecewise construction of secret keys f...David Hook
2014-05-31fixed signer's user ID to use UTF-8 and have raw getter.David Hook
2014-05-09fixed typo.David Hook
2014-05-04added support for handling raw IDs for dealing with key rings without UTF8 en...David Hook
2014-05-03added some replacement classes for deprecated constructors in PGP APIDavid Hook
2014-04-22removal of deprecated methods.David Hook
2014-04-21cleanup of deprecations. Added new exception to deal with irregular use of il...David Hook
2014-03-30deprecated method removal.David Hook
2014-03-21Added getEmbeddedSignatures()David Hook
2014-03-21refactoring of ASN1 primitive classes.David Hook
2014-03-10Support IDEA as a PGP block cipher and update IDEA patent verbiage.Tim Whittington
2014-01-06Further work on custom curve support.David Hook
2014-01-05ECCurve now exposes the FiniteField that it is defined over viaPeter Dettman
2014-01-05More custom curve temporary fixesPeter Dettman
2014-01-05further work on custom curve recognitionDavid Hook
2013-11-30compatibility updatesDavid Hook
2013-11-26updatesDavid Hook
2013-11-26compatibility updates.David Hook
2013-11-25compatibility updatesDavid Hook
2013-11-25compatibility updateDavid Hook
2013-11-23added some extra tests on revocation, added some signature type checking to P...David Hook
2013-11-11added support of OpenPGP ECDH KDF (RFC 6637)David Hook
2013-11-11added KDF for RFC6637David Hook
2013-11-11updates to support use of EC keys.David Hook
2013-09-27Review EC code in the provider to ensure points are normalized to affinePeter Dettman