aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2003-04-03Reset the version number of the issuer certificate? I believe thisRichard Levitte1-1/+1
2003-04-03Conditionalise all debug strings.Richard Levitte2-0/+18
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte6-448/+577
2003-03-31No need to test -setalias twice.Richard Levitte1-6/+0
2003-03-31Add usage string for -fingerprint.Richard Levitte1-0/+1
2003-03-30Multi valued AVA support.Dr. Stephen Henson1-6/+25
2003-03-26Update ocsp usage message and docs.Dr. Stephen Henson1-3/+3
2003-03-20Make sure that all the library paths are modified in prepend mode, notRichard Levitte1-1/+4
2003-03-13Fix PEDANTIC stuff...Dr. Stephen Henson1-7/+6
2003-03-12Avoid warnings for no-engine and PEDANTICDr. Stephen Henson1-0/+8
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller1-6/+20
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson1-2/+2
2003-02-22more mingw related cleanups.Ulf Möller1-4/+0
2003-02-22Allow building applications against static libraries with Makefile.shared.Richard Levitte1-3/+9
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson1-3/+9
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte1-0/+1
2003-02-14Pay attention to disabled SSL versions.Richard Levitte1-0/+9
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte3-0/+16
2003-02-13Add full support for -rpath/-R, both in shared libraries andRichard Levitte1-5/+17
2003-02-10Typo.Dr. Stephen Henson1-1/+1
2003-02-08avoid coredumpBodo Möller1-1/+1
2003-02-06implement fast point multiplication with precomputationBodo Möller1-0/+3
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte29-24/+295
2003-01-30"openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe1-4/+12
2003-01-30cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte1-1/+2
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson1-0/+6
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller1-1/+20
2003-01-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte1-2/+1
2003-01-09Typo.Dr. Stephen Henson1-1/+1
2003-01-09NULL tofree when it is freed to avoid double free.Dr. Stephen Henson1-1/+4
2003-01-04Fix leak.Dr. Stephen Henson1-0/+1
2002-12-29make updateRichard Levitte1-709/+400
2002-12-25Spelling error.Richard Levitte1-1/+1
2002-12-24Avoid double definition of config.Richard Levitte1-1/+0
2002-12-24Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately,Richard Levitte1-1/+1
2002-12-20There was a mixup between INSTALLTOP and OPENSSLDIR...Richard Levitte1-1/+1
2002-12-19We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,Richard Levitte1-1/+0
2002-12-19I have no idea what possesed me to compile s_socket.c as POSIXly code.Richard Levitte1-1/+1
2002-12-15Update the make system for installations:Richard Levitte1-6/+9
2002-12-11This stops a compiler warning from -Wmissing-prototypes.Geoff Thorpe1-1/+1
2002-12-08Nils Larsch submitted;Geoff Thorpe1-4/+1
2002-12-08Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe5-5/+107
2002-12-06Apparently, bash is more forgiving than sh. To be backwardRichard Levitte1-1/+1
2002-12-05Corrected DJGPP patchRichard Levitte1-1/+2
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte36-38/+38
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte7-19/+19
2002-11-22Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte1-1/+9
2002-11-18Make sure sysconf exists (it doesn't in the VMS C RTL lesser than version 7).Richard Levitte1-1/+2
2002-11-18allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller1-4/+4
2002-11-15WinCE patchesRichard Levitte5-6/+57