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
2014-06-21Include Cramer-Shoup testsPeter Dettman
2014-06-21Merge branch 'master' of https://github.com/franziskuskiefer/bc-java into fra...Peter Dettman
2014-06-21- Check there are no alert or handshake fragments remaining when aPeter Dettman
2014-06-21Remove TODOPeter Dettman
2014-06-21Rewrite inner loops to help Hotspot optimizePeter Dettman
2014-06-21Registerize loop variablesPeter Dettman
2014-06-21Add inverse32 methodPeter Dettman
2014-06-21- Refactor the safe premaster decryption to avoid thePeter Dettman
2014-06-21Whitespace/spellingPeter Dettman
2014-06-21Merge branch 'master' into eriktews-pkcs15-decodingPeter Dettman
2014-06-21Merge branch 'master' of git.bouncycastle.org:bc-javaPeter Dettman
2014-06-21Adjust invalid MAC tests for new 32-bit minimumPeter Dettman
2014-06-21Throw exception if no key specified for initial initPeter Dettman
2014-06-21WhitespacePeter Dettman
2014-06-21relocatedDavid Hook
2014-06-21Merge branch 'pkcs15-decoding' of https://github.com/eriktews/bc-java into er...Peter Dettman
2014-06-21Merge remote-tracking branch 'origin/master'David Hook
2014-06-21compatibility updatesDavid Hook
2014-06-21compatibility updatesDavid Hook
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
2014-06-21Add basic package.html files for the new ec packagesPeter Dettman
2014-06-21Move various support classes into math.rawPeter Dettman
2014-06-21Add a generic modular add methodPeter Dettman
2014-06-21Use addTo/subFrom methodsPeter Dettman
2014-06-18further tweaking.David Hook
2014-06-18minor cleanupDavid Hook
2014-06-18fixed CMacWithIV class (sigh...)David Hook
2014-06-18added CMacWithIV class for "backwards" compatibility.David Hook
2014-06-17JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16JavaDocDavid Hook
2014-06-16minor refactoringDavid Hook
2014-06-16Merge branch 'master' of https://github.com/MauriceAarts/bc-java into Maurice...David Hook
2014-06-08JavaDoc fix.David Hook
2014-06-07minor tweak.David Hook
2014-06-03JavaDocDavid Hook
2014-05-30Merge branch 'feature/scrypt-docs-params' of https://github.com/timw/bc-java ...David Hook
2014-05-30Merge branch 'feature/more-encodable-digests' of https://github.com/timw/bc-j...David Hook
2014-05-26JavaDocDavid Hook
2014-05-26added optional buffer setting, added general checking for skipping cipher, re...David Hook
2014-05-26Refactor EncodableDigest tests into a single DigestTest implementation.Tim Whittington
2014-05-26Extend EncodableDigest implementation to all SHA-2 digests.Tim Whittington