| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v2.15.x
|
|
|
|
(#1569).
|
|
|
|
|
|
Forward-ported from fe6de8b48ff0a40e229c06932ac5fd497322f208 in master.
|
|
Forward-ported from ec9cb6719c72930243afc534120da12323e29568 in master.
|
|
Forward-ported from cbd2876db6b68e35cb6e7b111ce6b14180c4f97f in master.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is called, as OpenSSL has not yet been set up.
Make sure that these failures only raise a Bad() (which nobody is yet
listening to) rather than throwing an exception which gets caught
and reported as a failed-to-load config.
If none of the OpenSSL stuff is working chain_valid() will return false
but private_key_valid() will throw an exception (as it tries to get the
leaf certificate, causing a validity check).
|
|
|
|
|
|
|
|
|
|
|