Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-13 | Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3), | schwarze | 5 | -44/+504 | |
EVP_PKEY_param_check(3), and EVP_PKEY_security_bits(3) from scratch. Move the documentation of EVP_PKEY_size(3) and EVP_PKEY_bits(3) to the new manual page EVP_PKEY_size(3). Merge the documentation of the related function pointers from the OpenSSL 1.1.1 branch, which is still under a free license. OK tb@ on the new page EVP_PKEY_size(3). | |||||
2022-07-13 | Simplify computation of max_pub_key = dh->p - 1. | tb | 1 | -4/+2 | |
ok jsing |