summaryrefslogtreecommitdiffstats
path: root/doc/build.info
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2022-12-20 15:54:34 +1000
committerTomas Mraz <tomas@openssl.org>2022-12-22 12:28:06 +0100
commitc99209264de98da94937b073a42219bada9ff7f5 (patch)
tree5b36e0b3f1acc0a228fc251eeea4d5901446e110 /doc/build.info
parente8115bd1654d5cd7718109679b2047ca573083a8 (diff)
Docs: Move deprecated ECDSA_ functions into a separate file.
Fixes #19829 Examples added for setting/getting ECDSA SIG related r and s values Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19936)
Diffstat (limited to 'doc/build.info')
-rw-r--r--doc/build.info6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build.info b/doc/build.info
index 4ffbcb843d..3251d27258 100644
--- a/doc/build.info
+++ b/doc/build.info
@@ -1007,6 +1007,10 @@ DEPEND[html/man3/ECDSA_SIG_new.html]=man3/ECDSA_SIG_new.pod
GENERATE[html/man3/ECDSA_SIG_new.html]=man3/ECDSA_SIG_new.pod
DEPEND[man/man3/ECDSA_SIG_new.3]=man3/ECDSA_SIG_new.pod
GENERATE[man/man3/ECDSA_SIG_new.3]=man3/ECDSA_SIG_new.pod
+DEPEND[html/man3/ECDSA_sign.html]=man3/ECDSA_sign.pod
+GENERATE[html/man3/ECDSA_sign.html]=man3/ECDSA_sign.pod
+DEPEND[man/man3/ECDSA_sign.3]=man3/ECDSA_sign.pod
+GENERATE[man/man3/ECDSA_sign.3]=man3/ECDSA_sign.pod
DEPEND[html/man3/ECPKParameters_print.html]=man3/ECPKParameters_print.pod
GENERATE[html/man3/ECPKParameters_print.html]=man3/ECPKParameters_print.pod
DEPEND[man/man3/ECPKParameters_print.3]=man3/ECPKParameters_print.pod
@@ -3051,6 +3055,7 @@ html/man3/DTLS_get_data_mtu.html \
html/man3/DTLS_set_timer_cb.html \
html/man3/DTLSv1_listen.html \
html/man3/ECDSA_SIG_new.html \
+html/man3/ECDSA_sign.html \
html/man3/ECPKParameters_print.html \
html/man3/EC_GFp_simple_method.html \
html/man3/EC_GROUP_copy.html \
@@ -3663,6 +3668,7 @@ man/man3/DTLS_get_data_mtu.3 \
man/man3/DTLS_set_timer_cb.3 \
man/man3/DTLSv1_listen.3 \
man/man3/ECDSA_SIG_new.3 \
+man/man3/ECDSA_sign.3 \
man/man3/ECPKParameters_print.3 \
man/man3/EC_GFp_simple_method.3 \
man/man3/EC_GROUP_copy.3 \