aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Don't try to parse non string types.Dr. Stephen Henson2004-07-011-0/+10
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-5/+5
* Make the tests of EVP operations without padding. As a consequence,Richard Levitte2004-06-281-5/+2
* Make sure that the buffers are large enough to contain padding.Richard Levitte2004-06-281-1/+5
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-281-0/+10
* Reformat pkcs8 source.Dr. Stephen Henson2004-06-241-100/+174
* Working on HP-UX shared support...Andy Polyakov2004-05-311-1/+1
* Make sha-256/-512 naming in speed.c consistent with their names as theyAndy Polyakov2004-05-311-5/+5
* SHA-256/-512 test and benchmark.Andy Polyakov2004-05-201-3/+45
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-402/+386
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-177-2/+6
* 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