Richard Levitte 4c17819c41 Add internal functions to fetch PEM data from an opened BIO
store_attach_pem_bio() creates a STORE_CTX with the 'file' scheme
loader backend in PEM reading mode on an already opened BIO.
store_detach_pem_bio() detaches the STORE_CTX from the BIO and
destroys it (without destroying the BIO).

These two functions can be used in place of STORE_open() and
STORE_close(), and are present as internal support for other OpenSSL
functions.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2745)
2017-06-29 19:25:39 +02:00
..
2017-06-15 15:50:50 +10:00
2016-05-17 14:24:17 -04:00
2017-02-28 14:46:24 +00:00
2016-05-17 15:38:09 -04:00
2016-05-17 15:38:09 -04:00
2016-09-17 12:32:37 -04:00
2017-06-28 12:54:33 +02:00
2017-05-30 20:38:20 +01:00
2016-05-17 15:38:09 -04:00
2016-05-17 15:38:09 -04:00
2017-06-29 11:55:31 +02:00