aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Give CRLDP its standard name.Dr. Stephen Henson2003-11-201-1/+1
* Make sure to initialize AES counters to obtain proper results.Lutz Jänicke2003-11-181-0/+6
* Catch error condition to prevent NULL pointer dereference.Lutz Jänicke2003-11-161-2/+2
* Avoid some shadowed variable names.Geoff Thorpe2003-11-041-3/+3
* Let exit codes propagate from within for loops.Richard Levitte2003-10-311-2/+2
* Copy-n-paste bug (don't mix variable declarations and code). This sets theGeoff Thorpe2003-10-291-1/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-294-4/+6
* For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe2003-10-291-4/+18
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-295-30/+53
* Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson2003-10-101-1/+1
* s_client should inform the user of any compression/expansion methods used.Richard Levitte2003-10-061-0/+7
* Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.Richard Levitte2003-09-273-19/+19
* Include the instance in the Kerberos ticket information.Richard Levitte2003-09-271-1/+7
* Add -passin support to rsautlDr. Stephen Henson2003-09-211-1/+11
* In order to get the expected self signed error whenDr. Stephen Henson2003-09-211-1/+1
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-093-42/+0
* New -ignore_err option in ocsp application to stop the serverDr. Stephen Henson2003-09-031-0/+5
* fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller2003-08-141-1/+1
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-221-6/+22
* Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte2003-07-031-6/+15
* implement PKCS #8 / SEC1 private key format for ECCBodo Möller2003-06-251-0/+17
* Implement CRL numbers.Richard Levitte2003-06-192-4/+35
* Avoid warnings saying that the format takes a void*.Richard Levitte2003-06-111-2/+2
* Various S/MIME bug and compatibility fixes.Dr. Stephen Henson2003-06-011-0/+4
* Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)Lutz Jänicke2003-05-281-6/+14
* make updateRichard Levitte2003-05-011-151/+179
* 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