aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-3029-24/+295
* "openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe2003-01-301-4/+12
* cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte2003-01-301-1/+2
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-241-0/+6
* avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller2003-01-161-1/+20
* DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte2003-01-131-2/+1
* Typo.Dr. Stephen Henson2003-01-091-1/+1
* NULL tofree when it is freed to avoid double free.Dr. Stephen Henson2003-01-091-1/+4
* Fix leak.Dr. Stephen Henson2003-01-041-0/+1
* make updateRichard Levitte2002-12-291-709/+400
* Spelling error.Richard Levitte2002-12-251-1/+1
* Avoid double definition of config.Richard Levitte2002-12-241-1/+0
* Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte2002-12-241-1/+1
* There was a mixup between INSTALLTOP and OPENSSLDIR...Richard Levitte2002-12-201-1/+1
* We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte2002-12-191-1/+0
* I have no idea what possesed me to compile s_socket.c as POSIXly code.Richard Levitte2002-12-191-1/+1
* Update the make system for installations:Richard Levitte2002-12-151-6/+9
* This stops a compiler warning from -Wmissing-prototypes.Geoff Thorpe2002-12-111-1/+1
* Nils Larsch submitted;Geoff Thorpe2002-12-081-4/+1
* Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe2002-12-085-5/+107
* Apparently, bash is more forgiving than sh. To be backwardRichard Levitte2002-12-061-1/+1
* Corrected DJGPP patchRichard Levitte2002-12-051-1/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-0336-38/+38
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-287-19/+19
* Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte2002-11-221-1/+9
* Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte2002-11-181-1/+2
* allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller2002-11-181-4/+4
* WinCE patchesRichard Levitte2002-11-155-6/+57
* Changes to make shared library building and use work better with CygwinRichard Levitte2002-11-151-1/+2
* Remove warnings.Richard Levitte2002-11-141-1/+1
* Fix to build better with DJGPP.Richard Levitte2002-11-143-14/+20
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-131-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-1321-110/+170
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-14/+101
* Variables on the stack must be initialized or we can't depend on anyRichard Levitte2002-11-112-2/+2
* Make the programs link against the static library on MacOS X.Richard Levitte2002-11-111-1/+1
* -CAserial does take a filename argument.Richard Levitte2002-11-081-1/+1
* Windows doesn't know sys/file.hRichard Levitte2002-11-071-1/+1
* Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte2002-10-311-239/+53
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-292-26/+0
* fast reduction for NIST curvesBodo Möller2002-10-281-16/+19
* Make sure toupper() is declaredRichard Levitte2002-10-251-0/+1
* On certain platforms, we redefine certain symbols using macros inRichard Levitte2002-10-242-4/+6
* Signal an error if the entered output password didn't match itself.Richard Levitte2002-10-231-1/+2
* fix warnings, and harmonize indentationBodo Möller2002-10-231-20/+24
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-142-2/+0
* BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte2002-10-112-6/+20
* VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte2002-10-102-0/+22
* Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2002-10-092-1/+3
* Remove redundancy and use the main makefile betterRichard Levitte2002-10-091-2/+2