some people just can't read the instructions
[openssl.git] / apps /
2002-10-31 Richard LevitteRemove all referenses to RSAref, since that's been...
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-10-25 Richard LevitteMake sure toupper() is declared
2002-10-24 Richard LevitteOn certain platforms, we redefine certain symbols using...
2002-10-23 Richard LevitteSignal an error if the entered output password didn...
2002-10-23 Bodo Möllerfix warnings, and harmonize indentation
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-11 Richard LevitteBN_bn2hex() returns "0" instead of "00" for zero. ...
2002-10-10 Richard LevitteVMS below version 7 doesn't have strcasecmp, so let...
2002-10-09 Richard LevitteMake sure that the 'config' variable is correctly defin...
2002-10-09 Richard LevitteRemove redundancy and use the main makefile better
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-09 Richard LevitteAdd missing LF
2002-10-03 Dr. Stephen HensonVarious enhancements to PKCS#12 code, new
2002-09-25 Richard Levitte-elapsed is also useful when using gettimeofday
2002-09-10 Bodo MöllerLet 'openssl req' fail if an argument to '-newkey'...
2002-09-02 Bodo Möllerchange API for looking at the internal curve list
2002-08-27 Bodo Möllerchange 'usage' formatting
2002-08-26 Bodo Möllerfix spacing
2002-08-26 Bodo Möllerfix offsets
2002-08-26 Bodo Möllerecdsa => ec
2002-08-22 Dr. Stephen HensonMake -nameopt work in req and add support for -reqopt
2002-08-22 Dr. Stephen HensonFix crahses and leaks in pkcs12 utility -chain option
2002-08-16 Bodo Möllertypo
2002-08-16 Bodo Möller'EC' vs. 'ECDSA'
2002-08-15 Bodo Möllerfix warnings (CHARSET_EBCDIC)
2002-08-15 Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-15 Richard LevitteSometimes, the value of the variable containing the...
2002-08-14 Richard LevitteThe applications 'ecdsa' and 'ecparam' were missing...
2002-08-12 Bodo Möllerfix previous commit (there's no SSLEAY_VERSION_TEXT)
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-11 Richard LevitteIn case of shared libraries, we might run one version...
2002-08-09 Bodo Möllermake update
2002-08-09 Bodo Möllerfix warnings
2002-08-09 Bodo MöllerECC ciphersuite support
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-02 Bodo Möllerextend curve list (additional curves over binary fields)
2002-08-01 Richard Levittemake update
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-08-01 Richard LevitteCut'n'paste error with other reposnder certificates...
2002-07-31 Richard LevitteIf the email address is moved from the subject to the...
2002-07-30 Lutz Jänicke"make update"
2002-07-29 Lutz JänickeOnly use DSA-functions if available.
2002-07-23 Bodo Möllerharmonize options with those for 'ecparam',
2002-07-18 Richard LevitteAllow subjects with more than 255 characters to be...
2002-07-18 Bodo MöllerFix bug introduced with revision 1.95 when this filed...
2002-07-18 Richard LevitteReverse the change with the following log, it needs...
2002-07-18 Richard LevitteMake S/MIME output conform with the mail and MIME stand...
2002-07-18 Richard LevitteUnixware doesn't have strings.h, so we need to declare...
2002-07-17 Richard LevitteOn MacOS X, the shared library editor uses DYLD_LIBRARY...
2002-07-16 Richard LevitteSet up the engine before doing anything random-related...
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard Levittehave 'openssl pkcs7' exit with code 1 on error instead...
2002-06-20 Lutz Jänicke<sys/select.h> is included for AIX, when USE_SOCKETS...
2002-06-20 Geoff ThorpeThis apparently fixes compilation on OSX that was faili...
2002-06-18 Lutz Jänickeload_netscape_key is static.
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-06-13 Dr. Stephen HensonFix ext_dat.h extension ordering.
2002-06-12 Bodo Möllersimplify asn1_flag
2002-06-11 Ben LaurieHandle read errors.
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-06 Lutz JänickeMake sure that settings are passed back and forth when...
2002-06-05 Lutz JänickeThe correct PERL interpreter is passed via commandline.
2002-05-30 Richard LevitteCAformat should not be used for CA key format.
2002-05-30 Richard LevitteRemove the duplicate description of -out.
2002-05-29 Richard LevitteThere is a chance that the input string is larger than...
2002-05-22 Richard LevitteAllow the use of the TCP/IP stack keyword TCPIP and...
2002-05-19 Dr. Stephen HensonReorganise -subj option code, fix buffer overrun.
2002-05-08 Richard LevitteGenerate an error if rewinding wasn't possible.
2002-05-01 Dr. Stephen HensonAdd apps_startup and bio_err init code to smime.c
2002-04-30 Lutz JänickeFix escaping when using the -subj option of "openssl...
2002-04-25 Richard LevittePotential memory leak removed. Notified by <threaded...
2002-04-23 Bodo Möllerfix usage (no 'key')
2002-04-17 Bodo Möllercheck return values
2002-04-09 Bodo Möllerharmonize capitalization
2002-04-06 Richard Levittemake update (libeay.num has been edited to match 0...
2002-04-06 Richard LevitteAllow longer program names (VMS allows up to 39 charact...
2002-03-22 Richard LevitteMerge in DES changed from 0.9.7-stable.
2002-03-18 Bodo MöllerFix bugs and typos.
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-08 Dr. Stephen HensonFix the Win32_rename() function so it correctly
2002-03-08 Bodo MöllerEC curve stuff
2002-03-06 Dr. Stephen HensonENGINE module additions.
2002-03-06 Bodo Mölleradd SECG OIDs
2002-03-05 Bodo Möllerfix 'ecdsaparam -C'
2002-03-05 Bodo Möllerfix printf call
2002-03-05 Bodo Möllerfix 'ecdsaparam -C' output
2002-02-28 Richard LevitteIncrease internal security when using strncpy, by makin...
2002-02-26 Richard Levittemake update, after moving around symbols in libeay...
2002-02-26 Dr. Stephen HensonFix new -aes command argument handling
2002-02-22 Dr. Stephen Hensonnon-Monolith fixes.
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-20 Richard LevitteAdd AES support in the applications that support -des...
2002-02-16 Richard Levittegcc chokes on C++ comments in C code.
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
next