summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2003-09-27Include the instance in the Kerberos ticket information.Richard Levitte
2003-09-21Add -passin support to rsautlDr. Stephen Henson
2003-09-21In order to get the expected self signed error whenDr. Stephen Henson
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
2003-09-03New -ignore_err option in ocsp application to stop the serverDr. Stephen Henson
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-07-03Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte
2003-06-25implement PKCS #8 / SEC1 private key format for ECCBodo Möller
2003-06-19Implement CRL numbers.Richard Levitte
2003-06-11Avoid warnings saying that the format takes a void*.Richard Levitte
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2003-05-28Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)Lutz Jänicke
2003-05-01make updateRichard Levitte
2003-04-04Convert save_serial() to work like save_index(), and add aRichard Levitte
2003-04-04Add documentation on the added functionality in 'openssl ca'.Richard Levitte
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-04-03One more debug line to conditionalise.Richard Levitte
2003-04-03Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte
2003-04-03Don't try to free NULL values...Richard Levitte
2003-04-03Remove unused variable.Richard Levitte
2003-04-03Reset the version number of the issuer certificate? I believe thisRichard Levitte
2003-04-03Conditionalise all debug strings.Richard Levitte
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte
2003-03-31No need to test -setalias twice.Richard Levitte
2003-03-31Add usage string for -fingerprint.Richard Levitte
2003-03-30Multi valued AVA support.Dr. Stephen Henson
2003-03-26Update ocsp usage message and docs.Dr. Stephen Henson
2003-03-20Make sure that all the library paths are modified in prepend mode, notRichard Levitte
2003-03-13Fix PEDANTIC stuff...Dr. Stephen Henson
2003-03-12Avoid warnings for no-engine and PEDANTICDr. Stephen Henson
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson
2003-02-22more mingw related cleanups.Ulf Möller
2003-02-22Allow building applications against static libraries with Makefile.shared.Richard Levitte
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson
2003-02-14Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte
2003-02-14Pay attention to disabled SSL versions.Richard Levitte
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte
2003-02-13Add full support for -rpath/-R, both in shared libraries andRichard Levitte
2003-02-10Typo.Dr. Stephen Henson
2003-02-08avoid coredumpBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30"openssl engine" will not display ENGINE/DSO load failure errors whenGeoff Thorpe
2003-01-30cert_sk isn't always allocated, so freeing it may cause a crash.Richard Levitte
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
2003-01-13DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment.Richard Levitte
2003-01-09Typo.Dr. Stephen Henson