]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add an OpenSSL library context
authorRichard Levitte <levitte@openssl.org>
Wed, 6 Feb 2019 16:42:50 +0000 (17:42 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 15 Feb 2019 23:29:42 +0000 (00:29 +0100)
commitd64b62998beceef8a8b8e1558862eb1c671d677a
tree1488259182cb8a09b18410623eb070afc07f63ee
parente17f5b6a6bae56175201a96feb8e855835865bb0
Add an OpenSSL library context

The context builds on CRYPTO_EX_DATA, allowing it to be dynamically
extended with new data from the different parts of libcrypto.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8225)
12 files changed:
crypto/build.info
crypto/context.c [new file with mode: 0644]
doc/internal/man3/openssl_ctx_get_data.pod [new file with mode: 0644]
doc/man3/OPENSSL_CTX.pod [new file with mode: 0644]
include/internal/cryptlib.h
include/openssl/crypto.h
include/openssl/ossl_typ.h
test/build.info
test/context_internal_test.c [new file with mode: 0644]
test/recipes/02-test_internal_context.t [new file with mode: 0644]
util/libcrypto.num
util/private.num