summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/dsa.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide global _it symbols in dsa.hbeck2024-07-081-1/+6
| | | | ok tb@
* Remove DSA_generate_parameterstb2024-03-021-2/+1
| | | | | | | | | | | 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
* hide symbols in dsabeck2023-07-081-0/+94
ok tb@