aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Some find it confusing that environment variables are set when sharedRichard Levitte2004-11-111-12/+15
* Use the default_md config file value when signing CRLs.Dr. Stephen Henson2004-11-111-29/+18
* Don't return an error with crl -noout.Dr. Stephen Henson2004-11-111-1/+5
* Make sure LD_PRELOAD is only set when we build shared libraries (andRichard Levitte2004-11-051-0/+4
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-212-0/+8
* make updateRichard Levitte2004-09-101-1/+2
* Reformat smime utility.Dr. Stephen Henson2004-09-074-64/+103
* Don't use 'explicit' for variable name.Dr. Stephen Henson2004-09-071-3/+3
* Reformat smime.cDr. Stephen Henson2004-09-071-167/+331
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-064-10/+142
* On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte2004-08-124-6/+6
* Call setup_engine after autoconfig.Dr. Stephen Henson2004-08-061-4/+4
* Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson2004-08-051-1/+7
* 'apps/openssl dgst -help' update and minor apps/speed.c update.Andy Polyakov2004-07-252-0/+15
* 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