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/core
AgeCommit message (Expand)Author
2013-09-12Update SRP6Util.javadangrasso
2013-09-12Update SRP6Util.javadangrasso
2013-09-12Update SRP6Server.javadangrasso
2013-09-12Update SRP6Client.javadangrasso
2013-09-12Update SRP6Client.javadangrasso
2013-09-11added checks for some common encoding errors to prevent failure.David Hook
2013-09-09Merge remote-tracking branch 'origin/master'David Hook
2013-09-09added extra fields to PBKDF2Params to deal with GOST extensions to PKCS#12David Hook
2013-09-09Rework version checking to get a handshake with opensslPeter Dettman
2013-09-09All resetting of the discovered peer versionPeter Dettman
2013-09-09Fix bug due to missing break statementPeter Dettman
2013-09-07Use ExporterLabel constantsPeter Dettman
2013-09-07Use utility class to avoid extra copyPeter Dettman
2013-09-07Update server key exchange verifyers for TLS 1.2Peter Dettman
2013-09-07Factor out utility classPeter Dettman
2013-09-07JavaDoc updates.David Hook
2013-09-07Merge branch 'feature/cts-exceptions' of https://github.com/timw/bc-javaDavid Hook
2013-09-01Indicate where SignatureAndHashAlgorithm has to be selected when sendingPeter Dettman
2013-09-01Make use of the SignatureAndHashAlgorithm when processingPeter Dettman
2013-09-01Add TLS 1.2 support for raw signatures/verificationPeter Dettman
2013-09-01Add new constructor to take the OID explicitly, to allow use withPeter Dettman
2013-09-01Remove unused importPeter Dettman
2013-09-01Add TLS 1.2 support to TlsSigner and implementationsPeter Dettman
2013-08-30added missing constructor.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-26minor changes.David Hook
2013-07-26Merge branch 'feature/aead-tamper-reset' of https://github.com/timw/bc-javaDavid Hook
2013-07-26fixed fromExtensions extension value.David Hook
2013-07-26generator classes for KDF.David Hook
2013-07-26tests for KDF, parameter classesDavid Hook
2013-07-26first cut PolicyConstraints classDavid Hook
2013-07-26Merge branch 'RFC3394WrapEngine-offset' of https://github.com/hbs/bc-javaDavid 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-26Merge branch 'CMS-Javadoc-write' of https://github.com/oh2mqk/bc-javaDavid Hook
2013-07-25Corrected unaccounted for offset in wrap/unwrap.Mathias Herberts
2013-07-17For compatibility with latest GnuTLS/OpenSSL, just ignore any serverPeter Dettman
2013-07-17Note that the pem files have been moved to src/test/resourcesPeter Dettman
2013-07-16More CMS Javadoc cleaningMatti Aarnio
2013-07-16More CMS Javadoc, remove all code changes.Matti Aarnio
2013-07-15reviewed SM3 digestDavid Hook
2013-07-14Improve JavaDocs on constants defined at 28 files called *ObjectIdentifiers.javaMatti Aarnio
2013-07-14ASN.1 CMS Javadoc writeMatti Aarnio
2013-07-14Chinese SM3 digest algorithmMatti Aarnio
2013-07-11Refactor appendValue and add bounds checksPeter Dettman
2013-07-10Attempt to perform doubling operation in constant timePeter Dettman
2013-07-09Merge branch 'feature/deferred-hash' of https://github.com/timw/bc-javaDavid Hook