summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* This apparently fixes compilation on OSX that was failing in 0.9.7 betas.Geoff Thorpe2002-06-201-1/+1
* load_netscape_key is static.Lutz Jänicke2002-06-181-1/+1
* Add missing prototypes.Lutz Jänicke2002-06-133-10/+6
* Fix ext_dat.h extension ordering.Dr. Stephen Henson2002-06-131-2/+16
* simplify asn1_flagBodo Möller2002-06-121-2/+1
* Handle read errors.Ben Laurie2002-06-111-13/+43
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-1/+3
* Make sure that settings are passed back and forth when walking aroundLutz Jänicke2002-06-061-2/+3
* The correct PERL interpreter is passed via commandline.Lutz Jänicke2002-06-051-1/+0
* CAformat should not be used for CA key format.Richard Levitte2002-05-301-1/+1
* Remove the duplicate description of -out.Richard Levitte2002-05-301-2/+1
* There is a chance that the input string is larger than size, and on VMS,Richard Levitte2002-05-291-3/+10
* Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte2002-05-221-5/+34
* Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson2002-05-193-133/+32
* Generate an error if rewinding wasn't possible.Richard Levitte2002-05-081-1/+4
* Add apps_startup and bio_err init code to smime.cDr. Stephen Henson2002-05-011-0/+6
* Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke2002-04-303-74/+199
* Potential memory leak removed. Notified by <threaded@totalise.co.uk>Richard Levitte2002-04-251-1/+4
* fix usage (no 'key')Bodo Möller2002-04-232-2/+2
* check return valuesBodo Möller2002-04-171-14/+15
* harmonize capitalizationBodo Möller2002-04-091-2/+2
* make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte2002-04-061-31/+32