aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Add -passin argument to dgst command.Dr. Stephen Henson2004-12-031-1/+16
* Make an explicit check during certificate validation to see that theRichard Levitte2004-11-291-0/+1
* Typo.Dr. Stephen Henson2004-11-231-1/+1
* Fix memory leak.Dr. Stephen Henson2004-11-231-5/+12
* In "req" exit immediately if configuration file is needed and it can'tDr. Stephen Henson2004-11-171-4/+7
* PR: 910Dr. Stephen Henson2004-11-164-7/+194
* PR: 940Dr. Stephen Henson2004-11-141-1/+1
* Zap obsolete der_chop script.Dr. Stephen Henson2004-11-142-306/+1
* Fix x509.c so it creates serial number file again if noDr. Stephen Henson2004-11-131-2/+5
* Cut'n'paste mistake. All tested OK now...Richard Levitte2004-11-111-1/+1
* Whoops, syntactic mistake...Richard Levitte2004-11-111-2/+2
* 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