aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2002-10-11BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte2-6/+20
2002-10-10VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte2-0/+22
2002-10-09Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2-1/+3
2002-10-09Remove redundancy and use the main makefile betterRichard Levitte1-2/+2
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-10-09Add missing LFRichard Levitte1-1/+1
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson1-139/+94
2002-09-25-elapsed is also useful when using gettimeofdayRichard Levitte1-1/+1
2002-09-10Let 'openssl req' fail if an argument to '-newkey' is notBodo Möller1-1/+3
2002-09-02change API for looking at the internal curve listBodo Möller1-8/+23
2002-08-27change 'usage' formattingBodo Möller1-53/+49
2002-08-26fix spacingBodo Möller2-14/+14
2002-08-26fix offsetsBodo Möller1-2/+2
2002-08-26ecdsa => ecBodo Möller5-42/+43
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson2-4/+11
2002-08-22Fix crahses and leaks in pkcs12 utility -chain optionDr. Stephen Henson1-6/+4
2002-08-16typoBodo Möller1-1/+1
2002-08-16'EC' vs. 'ECDSA'Bodo Möller1-9/+12
2002-08-15fix warnings (CHARSET_EBCDIC)Bodo Möller1-7/+7
2002-08-15Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller3-95/+40
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte1-1/+1
2002-08-14The applications 'ecdsa' and 'ecparam' were missing from the VMSRichard Levitte1-2/+2
2002-08-12fix previous commit (there's no SSLEAY_VERSION_TEXT)Bodo Möller1-1/+1
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller4-11/+16
2002-08-11In case of shared libraries, we might run one version of theRichard Levitte1-1/+13
2002-08-09make updateBodo Möller1-762/+789
2002-08-09fix warningsBodo Möller1-6/+7
2002-08-09ECC ciphersuite supportBodo Möller1-1/+79
2002-08-09Add ECDH support.Bodo Möller2-10/+636
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller3-55/+61
2002-08-02extend curve list (additional curves over binary fields)Bodo Möller1-21/+94
2002-08-01make updateRichard Levitte1-1/+1
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte13-34/+50
2002-08-01Cut'n'paste error with other reposnder certificates cleared.Richard Levitte1-2/+2
2002-07-31If the email address is moved from the subject to the subject alternate name,Richard Levitte1-4/+3
2002-07-30"make update"Lutz Jänicke1-1028/+1026
2002-07-29Only use DSA-functions if available.Lutz Jänicke1-1/+5
2002-07-23harmonize options with those for 'ecparam',Bodo Möller1-220/+169
2002-07-18Allow subjects with more than 255 characters to be properly printed.Richard Levitte1-3/+4
2002-07-18Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller1-2/+2
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte1-3/+3
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte1-3/+3
2002-07-18Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte2-2/+10
2002-07-17On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte1-2/+2
2002-07-16Set up the engine before doing anything random-related, since engine randomnessRichard Levitte2-10/+10
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller5-1113/+1427
2002-07-10Reorder inclusion of header files:Lutz Jänicke3-3/+3
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-27have 'openssl pkcs7' exit with code 1 on error instead of 0.Richard Levitte1-1/+1
2002-06-20<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke1-4/+0