]> granicus.if.org Git - curl/commit
configure: warn on invalid ca bundle or path
authorJay Satiro <raysatiro@yahoo.com>
Thu, 25 Feb 2016 06:55:38 +0000 (01:55 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 25 Feb 2016 06:55:38 +0000 (01:55 -0500)
commit3ae77f079a4a0ea61013a8bde298db99fa74a1b3
treee13d36e95f48d3f4328d9f6f7196d9949c170ccf
parent46bf7996f43a4c47b00dde6d127d50f9faea9dd9
configure: warn on invalid ca bundle or path

- Warn if --with-ca-bundle file does not exist.

- Warn if --with-ca-path directory does not contain certificates.

- Improve help messages for both.

Example configure output:

  ca cert bundle:   /some/file   (warning: certs not found)
  ca cert path:     /some/dir   (warning: certs not found)

Bug: https://github.com/curl/curl/issues/404
Reported-by: Jeffrey Walton
acinclude.m4
configure.ac