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-11-20added support for RFC 6979 deterministic DSA/ECDSADavid Hook
2013-11-17Refactoring around DeferredHash so that for (D)TLS 1.2 we can snapshotPeter Dettman
2013-11-15added normalizationDavid Hook
2013-11-11added check for null random.David Hook
2013-11-11Fix recent regression relating to DeferredHash handling pre-TLS 1.2Peter Dettman
2013-11-09Introduce abstract base classes for the TlsCredentials heirarchyPeter Dettman
2013-11-09Merge branch 'master' of git.bouncycastle.org:bc-javaPeter Dettman
2013-11-08Refactor forkPRFHash()Peter Dettman
2013-11-08Rename some methods to make it clearer they relate to the PRF hashPeter Dettman
2013-11-08Add calls to TlsHandshakeHash.stopTracking()Peter Dettman
2013-11-08For TLS 1.2, client and server track the hash algorithms mentioned inPeter Dettman
2013-11-08Call sealHashAlgorithms() call after server_hello_done sent/receivedPeter Dettman
2013-11-08fixed truncation of long hashes to prevent too many bits from being removed.David Hook
2013-11-07Add TODOs related to the handshake hashPeter Dettman
2013-11-07Some operations aren't unsupported, just no-opsPeter Dettman
2013-11-07Support tracking of extra hash algorithms in DeferredHashPeter Dettman
2013-11-07Properly track digests by HashAlgorithmPeter Dettman
2013-11-07Add utility class ShortsPeter Dettman
2013-11-07Remove unused constructorPeter Dettman
2013-11-07Prepare DeferredHash to track multiple digestsPeter Dettman
2013-11-07Add some TODOsPeter Dettman
2013-11-07Refactoring in preparation for improving DeferredHashPeter Dettman
2013-11-04GitHUb #39 - stopped IETFUtils exception on single ' ' string.David Hook
2013-11-03Fix exception messagePeter Dettman
2013-11-03Backport a new test case from the C# build for ASN.1 ENUMERATEDPeter Dettman
2013-11-02compatibility updatesDavid Hook
2013-11-01JDK 1.4 updates.David Hook
2013-11-01fixed ChaCha, XSalsa20 testsDavid Hook
2013-11-01GitHub #32 stream updatesDavid Hook
2013-11-01Merge branch 'feature/cipher-input-stream' of https://github.com/timw/bc-javaDavid Hook
2013-11-01GitHub #31 test cleanups, plus minor cleanups.David Hook
2013-10-28BJA-391 marked ONE as final.David Hook
2013-10-28BJA-462 added support for V1 attribute certificates and holders.David Hook
2013-10-28added the obligatory Inc.David Hook
2013-10-24fixed return value of tagged getInstance() call.David Hook
2013-10-19Remove unnecessary local variablePeter Dettman
2013-10-19ECPoint.getX/Y now call normalize internally, to avoid breaking existingPeter Dettman
2013-10-14Add NamedCurve constants for brainpool curves from RFC 7027Peter Dettman
2013-10-12Use JSF instead of independent NAFs in Shamir's TrickPeter Dettman
2013-10-12Add method generateJSF for generating the Joint Sparse Form of twoPeter Dettman
2013-10-11If there are excess bits in the reduction, just skip themPeter Dettman
2013-10-11Increase the number of bits that can be reduced vector-wisePeter Dettman
2013-10-11Use up/down instead of left/right for shifts to avoid endian confusionPeter Dettman
2013-10-10Speed up modular reduction by reducing multiple words at a timePeter Dettman
2013-10-10added support for own parameter regeneration. Minor refactoring.David Hook
2013-10-10Improved Cipher input/output streams.Tim Whittington
2013-10-09Optimize Lopez-Dahab multiplicationPeter Dettman
2013-10-09Improve table-building for Lopez-Dahab multiplicationPeter Dettman
2013-10-08Implement Lopez-Dahab multiplication algorithm for comparisonPeter Dettman
2013-10-08Use 8 banks for width 4Peter Dettman