aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add ECDH support.Bodo Möller2002-08-0924-143/+1438
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-0738-1484/+1625
* avoid SIGSEGVBodo Möller2002-08-071-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-021-4/+5
* disable Sun divison algorithm by defaultBodo Möller2002-08-021-1/+1
* 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-021-0/+14
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-022-20/+32
* move GF2m tests to the endBodo Möller2002-08-021-8/+8
* Rename implementations of method functions so that they matchBodo Möller2002-08-0215-185/+168
* 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-0216-119/+3194
* Binary field arithmetic contributed by Sun Microsystems.Bodo Möller2002-08-025-3/+1716
* Add more WAP/WTLS elliptic curve OIDs.Bodo Möller2002-08-024-6/+90
* New error code ERR_R_DISABLEDBodo Möller2002-08-022-0/+2
* get rid of OpenSSLDieBodo Möller2002-08-022-12/+0
* Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-023-6/+6
* make updateRichard Levitte2002-08-012-5/+9
* Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte2002-08-012-2/+7
* OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte2002-08-012-10/+10
* If CRYPTO_realloc() is called with a NULL pointer, have it callRichard Levitte2002-08-011-0/+3
* Make sure to use $(MAKE) everywhere instead of make.Richard Levitte2002-07-311-1/+1
* The version of the shared library should, for now, reflect the versionRichard Levitte2002-07-311-1/+1
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-308-21/+40
* "make update"Lutz Jänicke2002-07-3018-2772/+2688
* Use SEC1 format for EC private keys.Bodo Möller2002-07-2614-373/+221
* Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller2002-07-251-12/+22
* Don't clobber loop variable.Richard Levitte2002-07-241-2/+3
* If DH is disabled, don't define the DH functions.Richard Levitte2002-07-221-0/+4
* The first compile of the new merger method for VMS *almost* gotRichard Levitte2002-07-191-20/+19
* Two more names that are a little too long for the standard VMS linker.Richard Levitte2002-07-191-0/+4
* Further enhance assembler support on Cygwin and DJGPP.Richard Levitte2002-07-181-0/+6
* Reverse the change with the following log, it needs further investigation:Richard Levitte2002-07-181-13/+13
* Make S/MIME output conform with the mail and MIME standards.Richard Levitte2002-07-181-14/+14
* OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte2002-07-181-1/+1
* Add support for shared libraries with OS/2.Richard Levitte2002-07-172-1/+3
* The default C compiler on MacOS X doesn't like empty object filesRichard Levitte2002-07-161-2/+2
* Some older code (never committed) wasn't converted to the new format.Richard Levitte2002-07-163-2/+4
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-157-8/+644
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-1419-1698/+3275
* In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte2002-07-111-2/+5