CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/18 03:45:12
Modified files: lib/libssl/man : SSL_CTX_add1_chain_cert.3 SSL_CTX_add_extra_chain_cert.3 SSL_CTX_set_cipher_list.3 SSL_CTX_set_security_level.3 SSL_CTX_set_tmp_dh_callback.3 SSL_CTX_use_certificate.3 Log message: Stop mentioning DSA/DSS Support for this went away in 2017, but a few things still mentioned DSA in various contexts. Replace DSA with ECDSA where appropriate and otherwise delete this. It won't work. ok jsing