]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
q may be used uninitialised
[thirdparty/openssl.git] / apps /
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.
2002-02-14  Bodo Möller'-C' is still quite broken
2002-02-14  Bodo Möllerfix '-C'
2002-02-14  Bodo Möllerfix memory leak
2002-02-14  Bodo MöllerEC_GROUP_get_group_by_name() is now called EC_GROUP_new...
2002-02-13  Bodo MöllerECDSA support
2002-02-05  Richard Levitte'make update'
2002-01-29  Lutz JänickeHP-UX 32bit:
2002-01-29  Richard LevitteApply patch from Toomas Kiisk <vix@cyber.ee> and comple...
2002-01-25  Richard LevitteApply the following changes by Toomas Kiisk <vix@cyber...
2002-01-25  Richard LevitteI must learn to compile before I commit...
2002-01-25  Richard LevitteAdd -keyform. Document -engine.
2002-01-12  Ben LauriePrototype info function.
2002-01-02  Richard Levittemake update
2002-01-02  Richard LevitteImplement speed measurement for AES.
2002-01-02  Richard LevitteRSA counter should only be defined of RSA is available.
2001-12-12  Richard LevitteChange pkcs12 so the certificates coming from -in do...
2001-12-09  Ben LaurieImprove back compatibility.
2001-12-07  Bodo Möllerfix warnings (one of them was clearly justified)
2001-12-01  Dr. Stephen HensonAdd -pubkey option to req command.
2001-11-22  Bodo Möllercheck OPENSSL_NO_... before including header files...
2001-11-22  Geoff ThorpeIn this particular error condition, the structural...
2001-11-15  Richard LevitteMake it possible to give digest names as -evp arguments.
2001-11-15  Richard LevitteIf an engine isn't built in, try loading it as a sharea...
2001-11-15  Richard Levittemake update
2001-11-14  Richard LevitteChange the order of events so the capabilities of loade...
2001-11-14  Richard LevitteImplement STARTTLS for certain protocols, currently...
next