diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-02-19 18:00:26 +0100 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-04-02 18:17:00 +0200 |
commit | afe554c2d244b4e7fc8c1b14acef806a2a581a8d (patch) | |
tree | 0af31aa1a20a0106423ee23522e35504e6013e1a /test/build.info | |
parent | TLS Cipher Suite 0xC102 Support (diff) | |
download | openssl-afe554c2d244b4e7fc8c1b14acef806a2a581a8d.tar.xz openssl-afe554c2d244b4e7fc8c1b14acef806a2a581a8d.zip |
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Also improve the generic HTTP client w.r.t. proxy and no_proxy options.
Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL
Also includes CRMF (RFC 4211) and HTTP transfer (RFC 6712).
Adds the CMP and CRMF API to libcrypto and the "cmp" app to the CLI.
Adds extensive documentation and tests.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/11404)
Diffstat (limited to 'test/build.info')
-rw-r--r-- | test/build.info | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/test/build.info b/test/build.info index bc1f3f2f86..b6c3a6e4bb 100644 --- a/test/build.info +++ b/test/build.info @@ -131,11 +131,11 @@ IF[{- !$disabled{tests} -}] ENDIF SOURCE[evp_extra_test]=evp_extra_test.c - INCLUDE[evp_extra_test]=../include ../apps/include ../crypto/include + INCLUDE[evp_extra_test]=../include ../apps/include DEPEND[evp_extra_test]=../libcrypto libtestutil.a SOURCE[evp_fetch_prov_test]=evp_fetch_prov_test.c - INCLUDE[evp_fetch_prov_test]=../include ../apps/include ../crypto/include + INCLUDE[evp_fetch_prov_test]=../include ../apps/include DEPEND[evp_fetch_prov_test]=../libcrypto libtestutil.a IF[{- $disabled{fips} || !$target{dso_scheme} -}] DEFINE[evp_extra_test]=NO_FIPS_MODULE @@ -347,13 +347,13 @@ IF[{- !$disabled{tests} -}] DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a SOURCE[drbgtest]=drbgtest.c - INCLUDE[drbgtest]=../include ../apps/include ../crypto/include + INCLUDE[drbgtest]=../include ../apps/include DEPEND[drbgtest]=../libcrypto.a libtestutil.a SOURCE[drbg_cavs_test]=drbg_cavs_test.c drbg_cavs_data_ctr.c \ drbg_cavs_data_hash.c drbg_cavs_data_hmac.c - INCLUDE[drbg_cavs_test]=../include ../apps/include . .. ../crypto/include + INCLUDE[drbg_cavs_test]=../include ../apps/include . .. DEPEND[drbg_cavs_test]=../libcrypto libtestutil.a SOURCE[drbg_extra_test]=drbg_extra_test.c @@ -401,7 +401,7 @@ IF[{- !$disabled{tests} -}] IF[{- !$disabled{shared} -}] PROGRAMS{noinst}=shlibloadtest SOURCE[shlibloadtest]=shlibloadtest.c - INCLUDE[shlibloadtest]=../include ../apps/include ../crypto/include + INCLUDE[shlibloadtest]=../include ../apps/include ENDIF # cipher_overhead_test uses internal symbols, so it must be linked with @@ -516,19 +516,19 @@ IF[{- !$disabled{tests} -}] ENDIF SOURCE[poly1305_internal_test]=poly1305_internal_test.c - INCLUDE[poly1305_internal_test]=.. ../include ../apps/include ../crypto/include + INCLUDE[poly1305_internal_test]=.. ../include ../apps/include DEPEND[poly1305_internal_test]=../libcrypto.a libtestutil.a SOURCE[chacha_internal_test]=chacha_internal_test.c - INCLUDE[chacha_internal_test]=.. ../include ../apps/include ../crypto/include + INCLUDE[chacha_internal_test]=.. ../include ../apps/include DEPEND[chacha_internal_test]=../libcrypto.a libtestutil.a SOURCE[asn1_internal_test]=asn1_internal_test.c - INCLUDE[asn1_internal_test]=.. ../include ../apps/include ../crypto/include + INCLUDE[asn1_internal_test]=.. ../include ../apps/include DEPEND[asn1_internal_test]=../libcrypto.a libtestutil.a SOURCE[modes_internal_test]=modes_internal_test.c - INCLUDE[modes_internal_test]=.. ../include ../apps/include ../crypto/include + INCLUDE[modes_internal_test]=.. ../include ../apps/include DEPEND[modes_internal_test]=../libcrypto.a libtestutil.a SOURCE[x509_internal_test]=x509_internal_test.c @@ -576,7 +576,7 @@ IF[{- !$disabled{tests} -}] DEPEND[ctype_internal_test]=../libcrypto.a libtestutil.a SOURCE[sparse_array_test]=sparse_array_test.c - INCLUDE[sparse_array_test]=../crypto/include ../include ../apps/include + INCLUDE[sparse_array_test]=../include ../apps/include DEPEND[sparse_array_test]=../libcrypto.a libtestutil.a SOURCE[dhtest]=dhtest.c @@ -588,15 +588,15 @@ IF[{- !$disabled{tests} -}] DEPEND[hmactest]=../libcrypto.a libtestutil.a SOURCE[siphash_internal_test]=siphash_internal_test.c - INCLUDE[siphash_internal_test]=.. ../include ../apps/include ../crypto/include + INCLUDE[siphash_internal_test]=.. ../include ../apps/include DEPEND[siphash_internal_test]=../libcrypto.a libtestutil.a SOURCE[sm2_internal_test]=sm2_internal_test.c - INCLUDE[sm2_internal_test]=../include ../apps/include ../crypto/include + INCLUDE[sm2_internal_test]=../include ../apps/include DEPEND[sm2_internal_test]=../libcrypto.a libtestutil.a SOURCE[sm4_internal_test]=sm4_internal_test.c - INCLUDE[sm4_internal_test]=.. ../include ../apps/include ../crypto/include + INCLUDE[sm4_internal_test]=.. ../include ../apps/include DEPEND[sm4_internal_test]=../libcrypto.a libtestutil.a SOURCE[destest]=destest.c @@ -616,7 +616,7 @@ IF[{- !$disabled{tests} -}] DEPEND[rc5test]=../libcrypto.a libtestutil.a SOURCE[ec_internal_test]=ec_internal_test.c - INCLUDE[ec_internal_test]=../include ../crypto/ec ../apps/include ../crypto/include + INCLUDE[ec_internal_test]=../include ../crypto/ec ../apps/include DEPEND[ec_internal_test]=../libcrypto.a libtestutil.a SOURCE[curve448_internal_test]=curve448_internal_test.c @@ -640,7 +640,7 @@ IF[{- !$disabled{tests} -}] DEPEND[bn_internal_test]=../libcrypto.a libtestutil.a SOURCE[asn1_dsa_internal_test]=asn1_dsa_internal_test.c - INCLUDE[asn1_dsa_internal_test]=.. ../include ../apps/include ../crypto/include + INCLUDE[asn1_dsa_internal_test]=.. ../include ../apps/include DEPEND[asn1_dsa_internal_test]=../libcrypto.a libtestutil.a SOURCE[keymgmt_internal_test]=keymgmt_internal_test.c |