Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2002-10-31Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte
2002-10-25Make sure toupper() is declaredRichard Levitte
2002-10-24On certain platforms, we redefine certain symbols using macros inRichard Levitte
2002-10-23Signal an error if the entered output password didn't match itself.Richard Levitte
2002-10-23fix warnings, and harmonize indentationBodo Möller
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-11BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte
2002-10-10VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte
2002-10-09Make sure that the 'config' variable is correctly defined and declaredRichard Levitte
2002-10-09Remove redundancy and use the main makefile betterRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-09Add missing LFRichard Levitte
2002-09-25-elapsed is also useful when using gettimeofdayRichard Levitte
2002-08-30Apply -nameopt patches to 0.9.7Dr. Stephen Henson
2002-08-23Fix crahses and leaks in pkcs12 utility -chain optionDr. Stephen Henson
2002-08-15fix warnings (CHARSET_EBCDIC)Bodo Möller
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte
2002-08-01make updateRichard Levitte
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-08-01Cut'n'paste error with other reposnder certificates cleared.Richard Levitte
2002-07-31If the email address is moved from the subject to the subject alternate name,Richard Levitte
2002-07-29Only use DSA-functions if available.Lutz Jänicke
2002-07-18Allow subjects with more than 255 characters to be properly printed.Richard Levitte
2002-07-18Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte
2002-07-18Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte
2002-07-17On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte
2002-07-16Set up the engine before doing anything random-related, since engine randomnessRichard Levitte
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-27have 'openssl pkcs7' exit with code 1 on error instead of 0.Richard Levitte
2002-06-21<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke
2002-06-20This apparently fixes compilation on OSX that was failing in 0.9.7 betas.Geoff Thorpe
2002-06-18load_netscape_key is static.Lutz Jänicke
2002-06-13Add missing prototypes.Lutz Jänicke
2002-06-13Fix ext_dat.h extension ordering.Dr. Stephen Henson
2002-06-11Handle read failures better.Ben Laurie
2002-06-06Make sure that settings are passed back and forth when walking aroundLutz Jänicke
2002-06-05The correct PERL interpreter is passed via commandline.Lutz Jänicke
2002-05-30CAformat should not be used for CA key format.Richard Levitte
2002-05-30Remove the duplicate description of -out.Richard Levitte
2002-05-29There is a chance that the input string is larger than size, and on VMS,Richard Levitte
2002-05-22Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte
2002-05-22Remove warnings about unused symbols when configured with no-rsa.Richard Levitte
2002-05-19Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson
2002-05-08Generate an error if rewinding wasn't possible.Richard Levitte
2002-05-02Add apps_startup and bio_err init code to smime.cDr. Stephen Henson
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke
2002-04-25Potential memory leak removed. Notified by <threaded@totalise.co.uk>Richard Levitte