aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Some find it confusing that environment variables are set when sharedRichard Levitte2004-11-111-12/+15
| | | | | libraries aren't built or used. I can see the point, so I'm reorganising a little for clarity.
* Use the default_md config file value when signing CRLs.Dr. Stephen Henson2004-11-111-29/+18
| | | | PR:662
* Don't return an error with crl -noout.Dr. Stephen Henson2004-11-111-1/+5
| | | | | PR:917 Sumbmitted by: Michael Konietzka <konietzka@schlund.de>
* Make sure LD_PRELOAD is only set when we build shared libraries (andRichard Levitte2004-11-051-0/+4
| | | | | | | therefore link with them). Add LD_PRELOAD setting code where it was still missing. PR: 966
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-212-0/+8
| | | | | Reported by: Maxim Masiutin Submitted by: Nils Larsch
* make updateRichard Levitte2004-09-101-1/+2
|
* Reformat smime utility.Dr. Stephen Henson2004-09-074-64/+103
| | | | Add support for policy checking in verify utility.
* 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
| | | | | | | | | | This tidies up verify parameters and adds support for integrated policy checking. Add support for policy related command line options. Currently only in smime application. WARNING: experimental code subject to change.
* On systems that use case-insensitive symbol names (i.e. they're allRichard Levitte2004-08-124-6/+6
| | | | | | | converted to upper case or something like that), the application- level bio_dump_cb() has a name clash with the new library function BIO_dump_cb(). The easiest fix is to rename the function at the application level.
* 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
| | | | PR: 499
* Make the tests of EVP operations without padding. As a consequence,Richard Levitte2004-06-281-5/+2
| | | | | | there's no need for a larger BUFSIZE any more... PR: 904
* Make sure that the buffers are large enough to contain padding.Richard Levitte2004-06-281-1/+5
| | | | PR: 904
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-281-0/+10
| | | | | | The changes have been mailed to <crypt@bis.doc.gov> as well. PR: 903
* 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
| | | | will appear at EVP leyer.
* 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
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-177-2/+6
| | | | and include bn.h in those C files that need bignum functionality.
* 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
| | | | | | | | | proposed the change and submitted the patch, I jiggled it slightly and adjusted the other parts of openssl that were affected. PR: 867 Submitted by: Jelte Jansen Reviewed by: Geoff Thorpe
* New option to 'x509' -next_serial. This outputs the certificateDr. Stephen Henson2004-04-211-1/+22
| | | | | | serial number plus 1 to the output file. Its purpose is to allow serial number files to be initialized when random serial numbers are used.
* 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
| | | | | | initial serial numbers. PR: 842
* 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
| | | | | | in the middle of the code on Windows, and that disrupts operations in functions later that use rename()... PR: 853
* Adds warnings about two curves and fixes the "seed" value for two otherGeoff Thorpe2004-03-251-6/+2
| | | | | | curves. Submitted by: Nils Larsch
* o_str.h isn't a public header file, so make sure it will still beRichard Levitte2004-03-241-3/+3
| | | | included.
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-153-3/+5
| | | | | | | | functions and macros. This change has associated tags: LEVITTE_before_const and LEVITTE_after_const. Those will be removed when this change has been properly reviewed.
* 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
| | | | | | | | If -offset exceeds -length of data available exit with an error. Don't read past end of total data available when -offset supplied. If -length exceeds total available truncate it.
* 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
| | | | | PR: #748 Submitted by: Kirill Kochetkov <kochet@ixbt.com>
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-2710-60/+70
| | | | | | | Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte2003-11-283-33/+34
| | | | to apps.c, and give it the hopefully descriptive name parse_yesno().
* 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
| | | | | | rationale behind the move is that it's use by several applications. The rationale behind the name change is that it describes what the function does a bit better.
* Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte2003-11-283-28/+51
| | | | | | | | | | to 'openssl req' and 'openssl ca'. PR: 779 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de> Reviewed by: Richard Levitte (there will be some follow-up changes)
* Netware-specific changes,Richard Levitte2003-11-289-18/+125
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte