| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert save_serial() to work like save_index(), and add a | Richard Levitte | 2003-04-04 | 4 | -48/+103 |
* | Add documentation on the added functionality in 'openssl ca'. | Richard Levitte | 2003-04-04 | 1 | -0/+1 |
* | Correct a lot of printing calls. Remove extra arguments... | Richard Levitte | 2003-04-04 | 8 | -28/+28 |
* | One more debug line to conditionalise. | Richard Levitte | 2003-04-04 | 1 | -0/+2 |
* | Implement self-signing in 'openssl ca'. This makes it easier to have | Richard Levitte | 2003-04-04 | 3 | -38/+76 |
* | Don't try to free NULL values... | Richard Levitte | 2003-04-03 | 1 | -2/+5 |
* | Remove unused variable. | Richard Levitte | 2003-04-03 | 1 | -1/+0 |
* | Reset the version number of the issuer certificate? I believe this | Richard Levitte | 2003-04-03 | 1 | -1/+1 |
* | Conditionalise all debug strings. | Richard Levitte | 2003-04-03 | 2 | -0/+18 |
* | Make it possible to have multiple active certificates with the same | Richard Levitte | 2003-04-03 | 6 | -448/+577 |
* | No need to test -setalias twice. | Richard Levitte | 2003-03-31 | 1 | -6/+0 |
* | Add usage string for -fingerprint. | Richard Levitte | 2003-03-31 | 1 | -0/+1 |
* | Multi valued AVA support. | Dr. Stephen Henson | 2003-03-30 | 1 | -6/+25 |
* | Update ocsp usage message and docs. | Dr. Stephen Henson | 2003-03-26 | 1 | -3/+3 |
* | Make sure that all the library paths are modified in prepend mode, not | Richard Levitte | 2003-03-20 | 1 | -1/+4 |
* | Fix PEDANTIC stuff... | Dr. Stephen Henson | 2003-03-13 | 1 | -7/+6 |
* | Avoid warnings for no-engine and PEDANTIC | Dr. Stephen Henson | 2003-03-12 | 1 | -0/+8 |
* | - new ECDH_compute_key interface (KDF is no longer a fixed built-in) | Bodo Möller | 2003-02-28 | 1 | -6/+20 |
* | Fix indefinite length encoding so EOC correctly updates | Dr. Stephen Henson | 2003-02-25 | 1 | -2/+2 |
* | more mingw related cleanups. | Ulf Möller | 2003-02-22 | 1 | -4/+0 |
* | Allow building applications against static libraries with Makefile.shared. | Richard Levitte | 2003-02-22 | 1 | -3/+9 |
* | Single pass processing to cleartext S/MIME signing. | Dr. Stephen Henson | 2003-02-15 | 1 | -3/+9 |
* | Handle krb5 libraries separately and make sure only libssl.so depends | Richard Levitte | 2003-02-14 | 1 | -0/+1 |
* | Pay attention to disabled SSL versions. | Richard Levitte | 2003-02-14 | 1 | -0/+9 |
* | Make it possible to disable OCSP, the speed application, and the use of sockets. | Richard Levitte | 2003-02-14 | 3 | -0/+16 |
* | Add full support for -rpath/-R, both in shared libraries and | Richard Levitte | 2003-02-14 | 1 | -5/+17 |
* | Typo. | Dr. Stephen Henson | 2003-02-10 | 1 | -1/+1 |
* | avoid coredump | Bodo Möller | 2003-02-08 | 1 | -1/+1 |
* | implement fast point multiplication with precomputation | Bodo Möller | 2003-02-06 | 1 | -0/+3 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 29 | -24/+295 |
* | "openssl engine" will not display ENGINE/DSO load failure errors when | Geoff Thorpe | 2003-01-30 | 1 | -4/+12 |
* | cert_sk isn't always allocated, so freeing it may cause a crash. | Richard Levitte | 2003-01-30 | 1 | -1/+2 |
* | Check return value of gmtime() and add error codes | Dr. Stephen Henson | 2003-01-24 | 1 | -0/+6 |
* | avoid potential confusion about curves (prime192v1 and prime256v1 are | Bodo Möller | 2003-01-16 | 1 | -1/+20 |
* | DJGPP doesn't have DLLs, so skip adding to %PATH% in that environment. | Richard Levitte | 2003-01-13 | 1 | -2/+1 |
* | Typo. | Dr. Stephen Henson | 2003-01-09 | 1 | -1/+1 |
* | NULL tofree when it is freed to avoid double free. | Dr. Stephen Henson | 2003-01-09 | 1 | -1/+4 |
* | Fix leak. | Dr. Stephen Henson | 2003-01-04 | 1 | -0/+1 |
* | make update | Richard Levitte | 2002-12-29 | 1 | -709/+400 |
* | Spelling error. | Richard Levitte | 2002-12-25 | 1 | -1/+1 |
* | Avoid double definition of config. | Richard Levitte | 2002-12-25 | 1 | -1/+0 |
* | Cygwin needs the library locatin for .DLLs to be set in PATH. Unfortunately, | Richard Levitte | 2002-12-24 | 1 | -1/+1 |
* | There was a mixup between INSTALLTOP and OPENSSLDIR... | Richard Levitte | 2002-12-20 | 1 | -1/+1 |
* | We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies, | Richard Levitte | 2002-12-19 | 1 | -1/+0 |
* | I have no idea what possesed me to compile s_socket.c as POSIXly code. | Richard Levitte | 2002-12-19 | 1 | -1/+1 |
* | Update the make system for installations: | Richard Levitte | 2002-12-15 | 1 | -6/+9 |
* | This stops a compiler warning from -Wmissing-prototypes. | Geoff Thorpe | 2002-12-11 | 1 | -1/+1 |
* | Nils Larsch submitted; | Geoff Thorpe | 2002-12-08 | 1 | -4/+1 |
* | Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are | Geoff Thorpe | 2002-12-08 | 5 | -5/+107 |
* | Apparently, bash is more forgiving than sh. To be backward | Richard Levitte | 2002-12-06 | 1 | -1/+1 |