aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Convert save_serial() to work like save_index(), and add aRichard Levitte2003-04-044-48/+103
* Add documentation on the added functionality in 'openssl ca'.Richard Levitte2003-04-041-0/+1
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-038-28/+28
* One more debug line to conditionalise.Richard Levitte2003-04-031-0/+2
* Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte2003-04-033-38/+76
* Don't try to free NULL values...Richard Levitte2003-04-031-2/+5
* Remove unused variable.Richard Levitte2003-04-031-1/+0
* Reset the version number of the issuer certificate? I believe thisRichard Levitte2003-04-031-1/+1
* Conditionalise all debug strings.Richard Levitte2003-04-032-0/+18
* Make it possible to have multiple active certificates with the sameRichard Levitte2003-04-036-448/+577
* No need to test -setalias twice.Richard Levitte2003-03-311-6/+0
* Add usage string for -fingerprint.Richard Levitte2003-03-311-0/+1
* Multi valued AVA support.Dr. Stephen Henson2003-03-301-6/+25
* Update ocsp usage message and docs.Dr. Stephen Henson2003-03-261-3/+3
* Make sure that all the library paths are modified in prepend mode, notRichard Levitte2003-03-201-1/+4
* Fix PEDANTIC stuff...Dr. Stephen Henson2003-03-131-7/+6
* Avoid warnings for no-engine and PEDANTICDr. Stephen Henson2003-03-121-0/+8
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-281-6/+20
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-251-2/+2
* more mingw related cleanups.Ulf Möller2003-02-221-4/+0
* Allow building applications against static libraries with Makefile.shared.Richard Levitte2003-02-221-3/+9
* Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson2003-02-151-3/+9
* Handle krb5 libraries separately and make sure only libssl.so dependsRichard Levitte2003-02-141-0/+1
* Pay attention to disabled SSL versions.Richard Levitte2003-02-141-0/+9
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-143-0/+16
* Add full support for -rpath/-R, both in shared libraries andRichard Levitte2003-02-131-5/+17
* Typo.Dr. Stephen Henson2003-02-101-1/+1
* avoid coredumpBodo Möller2003-02-081-1/+1
* implement fast point multiplication with precomputationBodo Möller2003-02-061-0/+3
* 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