summary refs log tree commit diff
path: root/crypto/src/util/collections (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-21Fix XML commentsPeter Dettman2-5/+5
2014-01-03Registerize top accumulator word in Montgomery multiplication/squaringPeter Dettman1-6/+12
2014-01-03Fix tabsPeter Dettman1-2128/+2128
2013-12-29Make date format consistent with Java testsPeter Dettman3-9/+9
2013-12-18Use Platform.ToUpperInvariantPeter Dettman1-1/+1
2013-12-18Port of PrfAlgorithm and ProtocolVersion from Java TLSPeter Dettman4-0/+196
2013-12-18Factor out variation of MacUtilities.DoFinalPeter Dettman2-4/+8
2013-12-17Clean up all the special handling for IDEA stuff, back to a single release as...Peter Dettman14-3115/+3035
2013-12-17More porting from Java TLS, mainly enum replacementPeter Dettman28-821/+1100
2013-12-17A round of porting from Java TLSPeter Dettman29-1196/+1748
2013-12-07Add methods for converting from BC RSAPrivateKeyStructurePeter Dettman1-13/+34
2013-12-05Use Negate() to simplifyPeter Dettman1-1/+1
2013-12-05Add ECFieldElement.GetEncoded() methodPeter Dettman1-2/+7
2013-12-03Always apply sign guardPeter Dettman1-4/+4
2013-11-20Use 1/n-1 record splitting instead of 0/nPeter Dettman1-13/+24
2013-11-11Auto-initialize random if necessaryPeter Dettman1-0/+5
2013-11-10Don't require there to be any digests, to allow in particular for a certs-onl...Peter Dettman2-5/+20
2013-11-03Port from Java of improvements to DerBoolean and DerEnumeratedPeter Dettman3-61/+97
2013-11-02Add Poly1305 contributors entryPeter Dett