CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/19 13:51:08
Modified files:
lib/libssl : ssl.h ssl_rsa.c
Log message:
Prepare to provide SSL_use_certificate_chain_file()
This is the same as SSL_CTX_use_certificate_chain_file() but for an
SSL object instead of an SSL_CTX object. remi found this in a recent
librelp update, so we need to provide it. The function will be exposed
in an upcoming library bump.
ok inoguchi on an earlier version, input/ok jsing
