aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2004-05-131-9/+33
* Make self signing option of 'x509' use random serial numbers too.Dr. Stephen Henson2004-05-121-3/+7
* Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe2004-04-263-10/+20
* New option to 'x509' -next_serial. This outputs the certificateDr. Stephen Henson2004-04-211-1/+22
* Use X509_get_serialNumber() instead of accessing internals in x509.cDr. Stephen Henson2004-04-211-1/+2
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-205-10/+40
* make updateGeoff Thorpe2004-04-191-271/+166
* header cleanup in apps/Geoff Thorpe2004-04-194-0/+5
* Clear error if unique_subject lookup fails.Dr. Stephen Henson2004-04-151-1/+3
* Move the definition of Win32_rename(), since the macro rename gets undefinedRichard Levitte2004-03-251-38/+38
* Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe2004-03-251-6/+2
* o_str.h isn't a public header file, so make sure it will still beRichard Levitte2004-03-241-3/+3
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-153-3/+5
* Call autoconfig code in pkcs7 utility.Dr. Stephen Henson2004-03-051-0/+3
* minor signed/unsigned warning fixesGeoff Thorpe2004-02-102-3/+3
* Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson2004-02-081-1/+9
* Fix declaration inconsistency in ecparam.c.Andy Polyakov2004-01-241-1/+1
* Cover all DSA setups when running testsLutz Jänicke2004-01-081-0/+1
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-2710-60/+70
* Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte2003-11-283-33/+34
* Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte2003-11-281-1/+1
* Move do_subject() to apps.c and rename it to parse_name(). TheRichard Levitte2003-11-283-138/+139
* Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte2003-11-283-28/+51
* Netware-specific changes,Richard Levitte2003-11-289-18/+125
* 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