]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
consistency
[thirdparty/openssl.git] / apps /
2003-01-24  Dr. Stephen HensonCheck return value of gmtime() and add error codes
2003-01-16  Bodo Mölleravoid potential confusion about curves (prime192v1...
2003-01-13  Richard LevitteDJGPP doesn't have DLLs, so skip adding to %PATH% in...
2003-01-09  Dr. Stephen HensonTypo.
2003-01-09  Dr. Stephen HensonNULL tofree when it is freed to avoid double free.
2003-01-04  Dr. Stephen HensonFix leak.
2002-12-29  Richard Levittemake update
2002-12-25  Richard LevitteSpelling error.
2002-12-24  Richard LevitteAvoid double definition of config.
2002-12-24  Richard LevitteCygwin needs the library locatin for .DLLs to be set...
2002-12-20  Richard LevitteThere was a mixup between INSTALLTOP and OPENSSLDIR...
2002-12-19  Richard LevitteWe stupidly had a separate LIBKRB5 variable for KRB5...
2002-12-19  Richard LevitteI have no idea what possesed me to compile s_socket...
2002-12-15  Richard LevitteUpdate the make system for installations:
2002-12-11  Geoff ThorpeThis stops a compiler warning from -Wmissing-prototypes.
2002-12-08  Geoff ThorpeNils Larsch submitted;
2002-12-08  Geoff ThorpeUndefine OPENSSL_NO_DEPRECATED inside openssl applicati...
2002-12-06  Richard LevitteApparently, bash is more forgiving than sh. To be...
2002-12-05  Richard LevitteCorrected DJGPP patch
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-22  Richard LevitteDisable this module if OPENSSL_NO_SOCK is defined.
2002-11-18  Richard LevitteMake sure sysconf exists (it doesn't in the VMS C RTL...
2002-11-18  Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-15  Richard LevitteWinCE patches
2002-11-15  Richard LevitteChanges to make shared library building and use work...
2002-11-14  Richard LevitteRemove warnings.
2002-11-14  Richard LevitteFix to build better with DJGPP.
2002-11-13  Richard LevitteThis didn't get to the 0.9.8-dev thread...
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-12  Dr. Stephen HensonInitial ASN1 generation code. This can construct
2002-11-11  Richard LevitteVariables on the stack must be initialized or we can...
2002-11-11  Richard LevitteMake the programs link against the static library on...
2002-11-08  Richard Levitte-CAserial does take a filename argument.
2002-11-07  Richard LevitteWindows doesn't know sys/file.h
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...
next