CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/09/28 08:45:48
Modified files:
lib/libssl/src/doc/ssl: SSL_CTX_use_certificate.pod
lib/libssl/src/ssl: ssl.h ssl_rsa.c
lib/libressl : ressl.c
Log message:
Add a new API function SSL_CTX_use_certificate_chain() that allows to
read the PEM-encoded certificate chain from memory instead of a file.
This idea is derived from an older implementation in relayd that was
needed to use the function with a privep'ed process in a chroot. Now
it is time to get it into LibreSSL to make the API more privsep-
friendly and to make it available for other programs and the ressl
library.
ok jsing@ miod@