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 (Collapse)Author
2014-07-26Execute become-spongy.shRoberto Tyley
https://github.com/rtyley/spongycastle/blob/3040af/become-spongy.sh
2014-07-24Add getCipherType method and refactorPeter Dettman
2014-07-24Add more variations of check/isValidPeter Dettman
2014-07-24Javadoc fixPeter Dettman
2014-07-24Apply low-hamming-weight NAF check for more generatorsPeter Dettman
2014-07-23Clean up a few thingsPeter Dettman
2014-07-23Remove unnecessary static referencesPeter Dettman
2014-07-22draft-ietf-tls-encrypt-then-mac-033 updatesPeter Dettman
2014-07-22Add utility methods for classifying cipher suitesPeter Dettman
2014-07-22Add strict checking for EC point formatsPeter Dettman
2014-07-22Merge branch 'master' of git.bouncycastle.org:bc-javaPeter Dettman
2014-07-22Fix CertificateRequest encoding (of certificate_authorities) and addPeter Dettman
coverage in D/TLS tests
2014-07-21compatibility updatesDavid Hook
2014-07-17BJA-467 added support for passing in a specific locale to help with date ↵David Hook
interpretation.
2014-07-02Use higher precision approximations for g1/g2 (GLV Type B)Peter Dettman
2014-07-02Final work for OCB modePeter Dettman
- Change javadoc to reflect draft has become RFC 7253 - Implement key reuse - Add randomized tests and key reuse tests
2014-06-271.4 fixes.David Hook
2014-06-23fixed retreatCounter added bounds check.David Hook
2014-06-23fixed decrement counter.David Hook
2014-06-23JavaDocDavid Hook
2014-06-22fixed formattingDavid Hook
2014-06-21Add the client-version check part of PRPeter Dettman
https://github.com/bcgit/bc-java/pull/67/, after review.
2014-06-21Reverse the sense of 'forEncryption'Peter Dettman
Remove debug output from test Improve SecureRandom usage
2014-06-21Merge branch 'master' of https://github.com/franziskuskiefer/bc-java into ↵Peter Dettman
franziskuskiefer-master Conflicts: .gitignore
2014-06-21- Check there are no alert or handshake fragments remaining when aPeter Dettman
change_cipher_spec is processed - Guard against heartbeat packets during the handshake (although heartbeat protocol is not implemented yet anyway)
2014-06-21Remove TODOPeter Dettman
2014-06-21Rewrite inner loops to help Hotspot optimizePeter Dettman
2014-06-21Registerize loop variablesPeter Dettman
2014-06-21- Refactor the safe premaster decryption to avoid thePeter Dettman
TlsEncryptionCredentils API change. - Reset the client version number "check" to previous method
2014-06-21Whitespace/spellingPeter Dettman
2014-06-21Merge branch 'master' into eriktews-pkcs15-decodingPeter Dettman
2014-06-21Throw exception if no key specified for initial initPeter Dettman
2014-06-21WhitespacePeter Dettman
2014-06-21Merge branch 'pkcs15-decoding' of https://github.com/eriktews/bc-java into ↵Peter Dettman
eriktews-pkcs15-decoding
2014-06-21Fix references to SRPUtilCustomPeter Dettman
2014-06-21Merge branch 'master' of https://github.com/dangrasso/bc-javaPeter Dettman
2014-06-21Update GMAC/GCM javadocPeter Dettman
2014-06-21Allow GCM tag lengths down to 32 bitsPeter Dettman
As requested by https://github.com/bcgit/bc-java/pull/69
2014-06-18further tweaking.David Hook
2014-06-18fixed CMacWithIV class (sigh...)David Hook
2014-06-18added CMacWithIV class for "backwards" compatibility.David Hook
2014-06-16minor refactoringDavid Hook
2014-06-16Merge branch 'master' of https://github.com/MauriceAarts/bc-java into ↵David Hook
MauriceAarts-master
2014-06-07minor tweak.David Hook
2014-05-30Merge branch 'feature/scrypt-docs-params' of https://github.com/timw/bc-java ↵David Hook
into timw-feature/scrypt-docs-params
2014-05-30Merge branch 'feature/more-encodable-digests' of ↵David Hook
https://github.com/timw/bc-java into timw-feature/more-encodable-digests
2014-05-26JavaDocDavid Hook
2014-05-26added optional buffer setting, added general checking for skipping cipher, ↵David Hook
removed use of instanceof.
2014-05-26Extend EncodableDigest implementation to all SHA-2 digests.Tim Whittington
2014-05-25brought processByte in StreamCipher into line with other usages.David Hook