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