> On May 25, 2017, at 10:28 AM, Salz, Rich via openssl-users
> wrote:
>
>> It uses SSL_CTX_use_certificate_chain_file in some places and in other places
>> it uses PEM_read_bio_X509
>>
>> When these APIs are used, can the OpenSSL stack detect updated files on
>> disk and reload them without an
> It uses SSL_CTX_use_certificate_chain_file in some places and in other places
> it uses PEM_read_bio_X509
>
> When these APIs are used, can the OpenSSL stack detect updated files on
> disk and reload them without any intervention from the application?
No, it's a load and use the current content
Hi,
The reSIProcate project is using OpenSSL to load[1] certificates and
private keys.
It uses SSL_CTX_use_certificate_chain_file in some places and in other
places it uses PEM_read_bio_X509
When these APIs are used, can the OpenSSL stack detect updated files on
disk and reload them without any