diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2019-07-31 11:14:12 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-07-31 11:14:12 +0200 |
commit | 8c00f267b8df1a8c70eff8198de40aa561299e48 (patch) | |
tree | 5e9505ba088c41584184eecbf0f92d30bc2c5605 /util | |
parent | Document recent changes in NEWS and CHANGES (diff) | |
download | openssl-8c00f267b8df1a8c70eff8198de40aa561299e48.tar.xz openssl-8c00f267b8df1a8c70eff8198de40aa561299e48.zip |
CAdES : lowercase name for now internal methods.
CAdES : rework CAdES signing API.
Make it private, as it is unused outside library bounds.
Fix varous doc-nits.
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 4 | ||||
-rw-r--r-- | util/missingcrypto.txt | 10 | ||||
-rw-r--r-- | util/missingcrypto111.txt | 10 |
3 files changed, 0 insertions, 24 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index a6c5097e1c..63cab3225c 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4476,10 +4476,6 @@ ASYNC_WAIT_CTX_get_callback 4581 3_0_0 EXIST::FUNCTION: ASYNC_WAIT_CTX_set_callback 4582 3_0_0 EXIST::FUNCTION: ASYNC_WAIT_CTX_set_status 4583 3_0_0 EXIST::FUNCTION: ASYNC_WAIT_CTX_get_status 4584 3_0_0 EXIST::FUNCTION: -CMS_add1_signing_cert 4585 3_0_0 EXIST::FUNCTION:CMS -CMS_add1_signing_cert_v2 4586 3_0_0 EXIST::FUNCTION:CMS -ESS_SIGNING_CERT_new_init 4587 3_0_0 EXIST::FUNCTION: -ESS_SIGNING_CERT_V2_new_init 4588 3_0_0 EXIST::FUNCTION: ERR_load_ESS_strings 4589 3_0_0 EXIST::FUNCTION: EVP_KDF_CTX_new_id 4590 3_0_0 EXIST::FUNCTION: EVP_KDF_CTX_free 4591 3_0_0 EXIST::FUNCTION: diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index a227b1082a..05eee92d27 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -474,12 +474,6 @@ ERR_load_X509_strings ERR_load_strings_const ERR_set_error_data ERR_unload_strings -ESS_CERT_ID_V2_dup -ESS_CERT_ID_V2_free -ESS_CERT_ID_V2_new -ESS_SIGNING_CERT_V2_dup -ESS_SIGNING_CERT_V2_free -ESS_SIGNING_CERT_V2_new ESS_SIGNING_CERT_V2_new_init ESS_SIGNING_CERT_new_init EVP_CIPHER_CTX_buf_noconst @@ -1456,8 +1450,6 @@ b2i_PublicKey_bio conf_ssl_get conf_ssl_get_cmd conf_ssl_name_find -d2i_ESS_CERT_ID_V2 -d2i_ESS_SIGNING_CERT_V2 d2i_X509_bio d2i_X509_fp err_free_strings_int @@ -1469,8 +1461,6 @@ i2a_ASN1_STRING i2b_PVK_bio i2b_PrivateKey_bio i2b_PublicKey_bio -i2d_ESS_CERT_ID_V2 -i2d_ESS_SIGNING_CERT_V2 i2d_PrivateKey_bio i2d_PrivateKey_fp i2d_X509_bio diff --git a/util/missingcrypto111.txt b/util/missingcrypto111.txt index 1fb924bc70..e544c1b3c7 100644 --- a/util/missingcrypto111.txt +++ b/util/missingcrypto111.txt @@ -485,12 +485,6 @@ ERR_load_X509_strings ERR_load_strings_const ERR_set_error_data ERR_unload_strings -ESS_CERT_ID_V2_dup -ESS_CERT_ID_V2_free -ESS_CERT_ID_V2_new -ESS_SIGNING_CERT_V2_dup -ESS_SIGNING_CERT_V2_free -ESS_SIGNING_CERT_V2_new EVP_CIPHER_CTX_buf_noconst EVP_CIPHER_CTX_clear_flags EVP_CIPHER_CTX_copy @@ -1571,8 +1565,6 @@ b2i_PublicKey_bio conf_ssl_get conf_ssl_get_cmd conf_ssl_name_find -d2i_ESS_CERT_ID_V2 -d2i_ESS_SIGNING_CERT_V2 d2i_X509_bio d2i_X509_fp err_free_strings_int @@ -1584,8 +1576,6 @@ i2a_ASN1_STRING i2b_PVK_bio i2b_PrivateKey_bio i2b_PublicKey_bio -i2d_ESS_CERT_ID_V2 -i2d_ESS_SIGNING_CERT_V2 i2d_PrivateKey_bio i2d_PrivateKey_fp i2d_X509_bio |