diff options
| author | reyk <> | 2015-01-22 09:06:39 +0000 |
|---|---|---|
| committer | reyk <> | 2015-01-22 09:06:39 +0000 |
| commit | 862d0b8723d1dd780e301615518a21818f474a9c (patch) | |
| tree | 36f1b0fc5da8868b5097698833f099e006a10cb8 /src/lib/libcrypto/shlib_version | |
| parent | 73b53ad2b9ca5a0e4886f94385b99828a5601e2f (diff) | |
| download | openbsd-862d0b8723d1dd780e301615518a21818f474a9c.tar.gz openbsd-862d0b8723d1dd780e301615518a21818f474a9c.tar.bz2 openbsd-862d0b8723d1dd780e301615518a21818f474a9c.zip | |
Add X509_STORE_load_mem() to load certificates from a memory buffer
instead of disk. OpenSSL didn't provide a built-in API from loading
certificates in a chroot'ed process that doesn't have direct access to
the files. X509_STORE_load_mem() provides a new backend that will be
used by libssl and libtls to implement such privsep-friendly
functionality.
Adopted for LibreSSL based on older code from relayd (by pyr@ and myself)
With feedback and OK bluhm@
Diffstat (limited to 'src/lib/libcrypto/shlib_version')
| -rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index ac20b1fad5..06b524dace 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | major=30 | 1 | major=30 |
| 2 | minor=3 | 2 | minor=4 |
