aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update with the status for 0.9.6g.Richard Levitte2002-08-123-2/+7
* In case of shared libraries, we might run one version of theRichard Levitte2002-08-111-1/+13
* One more file to compile on VMS as well.Richard Levitte2002-08-111-1/+1
* Remove clashes between symbols that have the same name except forRichard Levitte2002-08-111-0/+9
* More long symbols to shorten.Richard Levitte2002-08-111-0/+19
* mem* functions are declared in string.h.Richard Levitte2002-08-103-0/+3
* Synchronise tests with Unix.Richard Levitte2002-08-102-3/+8
* A new header.Richard Levitte2002-08-092-2/+4
* Synchronise with Unix.Richard Levitte2002-08-091-4/+5
* More long names to shorten.Richard Levitte2002-08-091-0/+16
* .cvsignore for crypto/ecdhBodo Möller2002-08-091-0/+2
* make updateBodo Möller2002-08-0922-3629/+3780
* fix warningsBodo Möller2002-08-095-6/+22
* add field type to text outputBodo Möller2002-08-091-25/+74
* use 0, not NULLBodo Möller2002-08-091-1/+1
* ECDH engine supportBodo Möller2002-08-091-0/+148
* ECC ciphersuite supportBodo Möller2002-08-0916-76/+2040
* When we want to give a -f argument to $(MAKE), we'd better make sure theRichard Levitte2002-08-091-1/+2
* Add ECDH support.Bodo Möller2002-08-0931-162/+2129
* Parse version numbers prefixed with text (egcs does that, even withRichard Levitte2002-08-091-0/+3
* 0.9.6f is releasedRichard Levitte2002-08-084-4/+13
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-0742-1597/+1782
* avoid SIGSEGVBodo Möller2002-08-071-3/+3
* These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSAGeoff Thorpe2002-08-0511-120/+232
* typo fixGeoff Thorpe2002-08-051-1/+1
* Various parts of the RSA documentation were inaccurate and out of date andGeoff Thorpe2002-08-043-57/+107
* A single monolithic man page for the ENGINE stuff. This is a roughGeoff Thorpe2002-08-041-0/+621
* Fix "make install_docs" (and thus "make install").Geoff Thorpe2002-08-041-2/+2
* oops -- must use EVP_MD_size, not EVP_MD_block_sizeBodo Möller2002-08-031-3/+3
* oops, undo previous change (was just for testing)Bodo Möller2002-08-031-1/+1
* fix bn_expand2Bodo Möller2002-08-032-3/+4
* use bn_wexpand instead of bn_expand2 (the latter is not needed here,Bodo Möller2002-08-031-1/+1
* Fix typoDr. Stephen Henson2002-08-021-1/+1
* Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson2002-08-022-4/+11
* disable Sun divison algorithm by defaultBodo Möller2002-08-022-4/+6
* fix bn_expand2Bodo Möller2002-08-021-8/+11
* optical changesBodo Möller2002-08-022-7/+8
* typoBodo Möller2002-08-021-1/+1
* remove obsolete part of commentBodo Möller2002-08-021-2/+0
* remove obsoleted disabled codeBodo Möller2002-08-021-10/+0
* Let BN_rand_range() abort with an error after 100 iterationsBodo Möller2002-08-022-0/+18
* updateBodo Möller2002-08-021-0/+29
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-023-20/+37
* move GF2m tests to the endBodo Möller2002-08-021-8/+8
* Rename implementations of method functions so that they matchBodo Möller2002-08-0217-192/+173
* typosBodo Möller2002-08-021-3/+3
* ec2_smpt.c must be listed in LIBSRCBodo Möller2002-08-021-2/+4
* there is no alternative EC_METHOD for curves over GF(2^m) (yet)Bodo Möller2002-08-021-2/+1
* add support for elliptic curves over binary fieldsBodo Möller2002-08-0217-122/+3258
* extend curve list (additional curves over binary fields)Bodo Möller2002-08-021-21/+94