aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2004-05-31Working on HP-UX shared support...Andy Polyakov1-1/+1
2004-05-31Make sha-256/-512 naming in speed.c consistent with their names as theyAndy Polyakov1-5/+5
2004-05-20SHA-256/-512 test and benchmark.Andy Polyakov1-3/+45
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-402/+386
2004-05-17Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe7-2/+6
2004-05-13make updateRichard Levitte1-9/+33
2004-05-12Make self signing option of 'x509' use random serial numbers too.Dr. Stephen Henson1-3/+7
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe3-10/+20
2004-04-21New option to 'x509' -next_serial. This outputs the certificateDr. Stephen Henson1-1/+22
2004-04-21Use X509_get_serialNumber() instead of accessing internals in x509.cDr. Stephen Henson1-1/+2
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson5-10/+40
2004-04-19make updateGeoff Thorpe1-271/+166
2004-04-19header cleanup in apps/Geoff Thorpe4-0/+5
2004-04-15Clear error if unique_subject lookup fails.Dr. Stephen Henson1-1/+3
2004-03-25Move the definition of Win32_rename(), since the macro rename gets undefinedRichard Levitte1-38/+38
2004-03-25Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe1-6/+2
2004-03-24o_str.h isn't a public header file, so make sure it will still beRichard Levitte1-3/+3
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte3-3/+5
2004-03-05Call autoconfig code in pkcs7 utility.Dr. Stephen Henson1-0/+3
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe2-3/+3
2004-02-08Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson1-1/+9
2004-01-24Fix declaration inconsistency in ecparam.c.Andy Polyakov1-1/+1
2004-01-08Cover all DSA setups when running testsLutz Jänicke1-0/+1
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