aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.c
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL-return checks in 1.0.2Rich Salz2016-08-191-1/+2
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-291-0/+2
* Revert "Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()"Richard Levitte2016-05-201-1/+0
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-181-0/+1
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-021-2/+6
* Remove useless codeAlessandro Ghedini2015-10-231-3/+0
* Use default field separator.Dr. Stephen Henson2015-09-111-1/+5
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-04-201-0/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+11
* Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper2015-02-101-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2858/+2692
* Move more comments that confuse indentMatt Caswell2015-01-221-4/+6
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-221-1/+2
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-071-5/+6
* Set optional peername when X509_check_host() succeeds.Viktor Dukhovni2014-07-071-1/+2
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-0/+4
* Use correct length when prompting for password.Dr. Stephen Henson2014-04-041-2/+2
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* Improve WINCE support.Andy Polyakov2014-02-011-1/+1
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-2/+2
* Add code to download CRLs based on CRLDP extension.Dr. Stephen Henson2013-01-181-1/+78
* New option to add CRLs for s_client and s_server.Dr. Stephen Henson2013-01-181-0/+49
* add option to get a certificate or CRL from a URLDr. Stephen Henson2013-01-171-0/+70
* make JPAKE work again, fix memory leaksDr. Stephen Henson2012-12-291-0/+6
* add Suite B verification flagsDr. Stephen Henson2012-12-261-0/+6
* Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson2012-12-191-0/+32
* Backport X509 hostname, IP address and email checking code from HEAD.Dr. Stephen Henson2012-12-191-0/+29
* New verify flag to return success if we have any certificate in the trustedDr. Stephen Henson2012-12-141-0/+2
* check mval for NULL tooDr. Stephen Henson2012-12-041-1/+1
* fix leakDr. Stephen Henson2012-12-031-0/+3
* add -trusted_first option and verify flag (backport from HEAD)Dr. Stephen Henson2012-09-261-0/+2
* PR: 2717Dr. Stephen Henson2012-02-111-1/+1
* PR: 2710Dr. Stephen Henson2012-02-101-2/+4
* implement -attime option as a verify parameter then it works with all relevan...Dr. Stephen Henson2011-12-101-0/+25
* Add Next Protocol Negotiation.Ben Laurie2011-11-131-0/+44
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-191-0/+6
* PR: 2366Dr. Stephen Henson2010-11-111-0/+2
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-2/+1
* PR: 2262Dr. Stephen Henson2010-05-271-2/+12
* PR: 2220Dr. Stephen Henson2010-04-061-1/+1
* Add option to allow in-band CRL loading in verify utility. Add functionDr. Stephen Henson2009-10-311-42/+86
* Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson2009-07-271-8/+8
* Update from HEAD.Dr. Stephen Henson2009-06-291-1/+19
* Allow checking of self-signed certifictes if a flag is set.Dr. Stephen Henson2009-06-261-0/+2
* Update from HEAD.Dr. Stephen Henson2009-06-171-1/+1
* PR: 1924Dr. Stephen Henson2009-05-131-0/+2
* Make no-rsa, no-dsa and no-dh compile again.Dr. Stephen Henson2009-04-231-1/+6
* PR: 1870Dr. Stephen Henson2009-04-031-7/+7
* Update from stable branch.Dr. Stephen Henson2009-03-121-1/+1