CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2024/12/06 07:27:49

Modified files:
        lib/libcrypto/man: evp.3 EVP_DigestInit.3 EVP_DigestSignInit.3 
                           EVP_DigestVerifyInit.3 EVP_PKEY_CTX_ctrl.3 
                           EVP_PKEY_CTX_new.3 EVP_PKEY_decrypt.3 
                           EVP_PKEY_derive.3 EVP_PKEY_encrypt.3 
                           EVP_PKEY_keygen.3 EVP_PKEY_new.3 
                           EVP_PKEY_sign.3 EVP_PKEY_verify.3 
                           EVP_PKEY_verify_recover.3 Makefile 
                           RSA_pkey_ctx_ctrl.3 
Removed files:
        lib/libcrypto/man: EVP_PKEY_meth_get0_info.3 EVP_PKEY_meth_new.3 

Log message:
Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)
because tb@ deleted almost all functions documented there from the API
in evp.h 1.127 on March 2 this year, but move the functions
EVP_PKEY_CTX_set_data(3) and EVP_PKEY_CTX_get_data(3) that we still
support to EVP_PKEY_keygen(3), because that page already documents
EVP_PKEY_CTX_set_app_data(3) and EVP_PKEY_CTX_get_app_data(3).

Reply via email to