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-01-05Use field info instead of casting to ECCurve.F2mPeter Dettman
2014-01-05ECCurve now exposes the FiniteField that it is defined over viaPeter Dettman
2014-01-05More custom curve temporary fixesPeter Dettman
2014-01-05moved SECCustomNamedCurves to CustomNamedCurves in crypto.ecDavid Hook
2014-01-04Added constructor taking signed byte array.David Hook
2014-01-03Check for custom curves before normal onesPeter Dettman
2013-12-28Include order/cofactor in Fp curves where possiblePeter Dettman
2013-12-25Re-organise handling for explicit_char2 curves so that order/cofactorPeter Dettman
2013-12-16Use utility methodPeter Dettman
2013-11-28Refactor array utility method into Arrays classPeter Dettman
2013-10-14Add NamedCurve constants for brainpool curves from RFC 7027Peter Dettman
2013-09-27Use ECFieldElement.getEncoded() in place of X9IntegerConverter when wePeter Dettman
2013-09-24Look up curves from ECNamedCurveTablePeter Dettman
2013-09-17Add TBD ciphersuites from draft-josefsson-salsa20-tls-02 and hook intoPeter Dettman
2013-09-16Tighten up the checks that the server is respecting the client'sPeter Dettman
2013-09-16Factor out methods for writing length-array encodingsPeter Dettman
2013-09-12Add a TODO about what EC point encodings are validPeter Dettman
2013-06-24Add RFC 5489 EC cipher suites to isECCCipherSuite listPeter Dettman
2013-06-22Add checks on various lengths to make sure they aren't overflowing theirPeter Dettman
2013-06-20New utility method and refactoring related to extension dataPeter Dettman
2013-06-19Refactor EC client key exchangePeter Dettman
2013-06-19FormattingPeter Dettman
2013-05-31initial reshuffleDavid Hook