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-07-24BJA-490 added siganture definition rather than aliasDavid Hook
2014-07-23Update comments to refer to RFC 7253 for OCBPeter Dettman
2014-07-21compatibility updatesDavid Hook
2014-07-21updated version numberDavid Hook
2014-07-21portability updates, updated version numberDavid Hook
2014-07-18BJA-467 added support for passing in a specific locale to help with date inte...David Hook
2014-06-301.3 compatibility updates, minor cleanups.David Hook
2014-06-30compatibility updateDavid Hook
2014-06-28updateDavid Hook
2014-06-28updateDavid Hook
2014-06-28updateDavid Hook
2014-06-27updateDavid Hook
2014-06-27removed excess classes.David Hook
2014-06-21compatibility updatesDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16PGP JavaDoc improvements, focused on classes used in PBE file encryption/decr...Tim Whittington
2014-06-01BJA-495 moved getDigestAlgName to public utils class.David 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-22minor clean up.David Hook
2014-05-19further work on streams and block ciphers.David Hook
2014-05-19further work on adding StreamCipher to block streaming modes.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-05-03added some replacement classes for deprecated constructors in PGP APIDavid Hook
2014-04-27initial cut of lightweight RFC5649 wrapping, added AES provider tests for oth...David Hook
2014-04-17BJA-486 added check for empty attribute set.David Hook
2014-04-13clean ups.David Hook
2014-04-06fixed typo in exception string.David Hook
2014-04-06fixed setting of modeDavid Hook
2014-03-30further deprecation clean up.David Hook
2014-03-30updated AttrCertExampleDavid Hook
2014-03-30removed unnecessary class.David Hook
2014-03-30updated to remove deprecated methods/classesDavid Hook
2014-03-30deprecated method removal.David Hook
2014-03-25fixed compilation issueDavid Hook
2014-03-25fixed compilation issueDavid Hook
2014-03-25removed broken methodDavid Hook
2014-03-22added CBC support to JCE ECIES, added IV support to IESEngineDavid Hook
2014-03-22refactoring UTCTime, GeneralizedTimeDavid 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-03-12Javadoc fixesPeter Dettman
2014-03-11Merge branch 'feature/siphash-jce' of https://github.com/timw/bc-java into ti...David Hook
2014-03-10Add KeyGenerator registrations for SipHash in JCE API and add JCE SipHash alg...Tim Whittington
2014-03-10Throw AEADBadTagException if available from AEAD ciphers in JCE provider when...Tim Whittington