Remove DSA_generate_parameters
authortb <tb@openbsd.org>
Sat, 2 Mar 2024 09:33:14 +0000 (09:33 +0000)
committertb <tb@openbsd.org>
Sat, 2 Mar 2024 09:33:14 +0000 (09:33 +0000)
commit347da3c9b779633b238d09f0106558d61180c8d9
tree0d5b5a39b77e9c5cd6db9a1354743bf4cb0631f3
parent6fff031c670a8d651f04707586560913c81adb6f
Remove DSA_generate_parameters

This was deprecated in 0.9.8 and used until recently by rust-openssl
and by keynote (keynote has the excuse that it was written before the
deprecation). Fortunately Paul Kehrer fixed this in rust-openssl,
so we can garbage collect this turd. (It was replaced with the less
ergonomic DSA_generate_parameters_ex() to expose a new fancy way of
displaying dots, stars and pluses on key generation).

ok jsing
lib/libcrypto/Symbols.list
lib/libcrypto/Symbols.namespace
lib/libcrypto/dsa/dsa.h
lib/libcrypto/dsa/dsa_gen.c
lib/libcrypto/hidden/openssl/dsa.h