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