Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 2025-06-13 | 1 | -10/+10 |
| | | | | | | | 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction. | ||||
* | .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 1 | -2/+3 |
| | |||||
* | Remove most of the RSA_FLAG_SIGN_VER documentation | tb | 2025-01-05 | 1 | -11/+4 |
| | | | | ok jsing kn | ||||
* | Document RSA_get0_* for individual RSA members. | tb | 2023-03-06 | 1 | -3/+106 |
| | | | | | | Loosely based on OpenSSL commit 6692ff77. Prodded by job | ||||
* | explain the acronym "CRT"; suggested by tb@ | schwarze | 2019-07-13 | 1 | -3/+4 |
| | |||||
* | document the RSA_FLAG_* constants for RSA_*_flags(3); | schwarze | 2019-06-08 | 1 | -3/+76 |
| | | | | OK tb@ jmc@ | ||||
* | finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes | schwarze | 2018-03-23 | 1 | -3/+5 |
| | |||||
* | In rsa.h rev. 1.37 2018/02/20 17:42:32, tb@ provided | schwarze | 2018-02-24 | 1 | -3/+49 |
| | | | | | RSA_clear_flags(3), RSA_test_flags(3), and RSA_set_flags(3). Merge the documentation, tweaked by me. | ||||
* | In rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3) | schwarze | 2018-02-19 | 1 | -12/+106 |
| | | | | | | and RSA_set0_factors(3) and in rev. 1.36 2018/02/18 12:57:14 RSA_get0_crt_params(3) and RSA_set0_crt_params(3). Merge the documentation from OpenSSL. | ||||
* | Merge documentation for {DH,DSA}_get0_{key,pqg}(3), | schwarze | 2018-02-17 | 1 | -0/+148 |
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3) that tb@ just provided. |