summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-03-05Call autoconfig code in pkcs7 utility.Dr. Stephen Henson
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe
2004-02-08Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson
2004-01-24Fix declaration inconsistency in ecparam.c.Andy Polyakov
2004-01-08Cover all DSA setups when running testsLutz Jänicke
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-28Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte
2003-11-28Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte
2003-11-28Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte
2003-11-28Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-11-20Give CRLDP its standard name.Dr. Stephen Henson
2003-11-18Make sure to initialize AES counters to obtain proper results.Lutz Jänicke
2003-11-16Catch error condition to prevent NULL pointer dereference.Lutz Jänicke
2003-11-04Avoid some shadowed variable names.Geoff Thorpe
2003-10-31Let exit codes propagate from within for loops.Richard Levitte
2003-10-29Copy-n-paste bug (don't mix variable declarations and code). This sets theGeoff Thorpe
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-10-29For whatever reason (compiler or header bugs), at least one commonly-usedGeoff Thorpe
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe
2003-10-10Avoid warnings: add missing prototype, don't shadow.Dr. Stephen Henson
2003-10-06s_client should inform the user of any compression/expansion methods used.Richard Levitte
2003-09-27Selected changes for MSDOS, contributed by Gisle Vanem <giva@bgnett.no>.Richard Levitte
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