aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte10-60/+70
2003-11-28Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte3-33/+34
2003-11-28Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte1-1/+1
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte3-138/+139
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte3-28/+51
2003-11-28Netware-specific changes,Richard Levitte9-18/+125
2003-11-20Give CRLDP its standard name.Dr. Stephen Henson1-1/+1
2003-11-18Make sure to initialize AES counters to obtain proper results.Lutz Jänicke1-0/+6
2003-11-16Catch error condition to prevent NULL pointer dereference.Lutz Jänicke1-2/+2
2003-11-04Avoid some shadowed variable names.Geoff Thorpe1-3/+3
2003-10-31Let exit codes propagate from within for loops.Richard Levitte1-2/+2
2003-10-29Copy-n-paste bug (don't mix variable declarations and code). This sets theGeoff Thorpe1-1/+1
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe4-4/+6
2003-10-29For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe1-4/+18
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe5-30/+53
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson1-1/+1
2003-10-06s_client should inform the user of any compression/expansion methods used.Richard Levitte1-0/+7
2003-09-27Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.Richard Levitte3-19/+19
2003-09-27Include the instance in the Kerberos ticket information.Richard Levitte1-1/+7
2003-09-21Add -passin support to rsautlDr. Stephen Henson1-1/+11
2003-09-21In order to get the expected self signed error whenDr. Stephen Henson1-1/+1
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte3-42/+0
2003-09-03New -ignore_err option in ocsp application to stop the serverDr. Stephen Henson1-0/+5
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller1-1/+1
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller1-6/+22
2003-07-03Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte1-6/+15
2003-06-25implement PKCS #8 / SEC1 private key format for ECCBodo Möller1-0/+17
2003-06-19Implement CRL numbers.Richard Levitte2-4/+35
2003-06-11Avoid warnings saying that the format takes a void*.Richard Levitte1-2/+2
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson1-0/+4
2003-05-28Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)Lutz Jänicke1-6/+14
2003-05-01make updateRichard Levitte1-151/+179
2003-04-04Convert save_serial() to work like save_index(), and add aRichard Levitte4-48/+103
2003-04-04Add documentation on the added functionality in 'openssl ca'.Richard Levitte1-0/+1
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte8-28/+28
2003-04-03One more debug line to conditionalise.Richard Levitte1-0/+2
2003-04-03Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte3-38/+76
2003-04-03Don't try to free NULL values...Richard Levitte1-2/+5
2003-04-03Remove unused variable.Richard Levitte1-1/+0
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