Browse Source

note libtls dependency for HTTPS constraint

Document CA path option.
OPENBSD_5_7
Brent Cook 9 years ago
parent
commit
ddbf99be57
2 changed files with 6 additions and 0 deletions
  1. +4
    -0
      INSTALL
  2. +2
    -0
      README

+ 4
- 0
INSTALL View File

@ -98,6 +98,10 @@ provided by autoconf itself:
is "_ntp". The home directory of this user will be used for privilege
separation.
--with-cacert=[path]
Specify the CA certificate location for HTTPS constraint validation.
Defaults to /etc/ssl/certs/ca-certificates.crt
If you need to pass special options to the compiler or linker, you
can specify these as environment variables before running ./configure.
For example:


+ 2
- 0
README View File

@ -13,6 +13,8 @@ Platform Requirements
- daemon(3), setresgid(2), setresuid(2) or equivalent
- A working arc4random(2) implementation, OpenSSL or LibreSSL
(this project shares the same arc4random compatibility code from LibreSSL)
- libtls (included with LibreSSL 2.1.4 or higher) is required for HTTPS time
constraint validation.
At the time of writing the Portable version is known to build and work on:


Loading…
Cancel
Save