Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 1 | -2/+3 |
| | |||||
* | Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3) | schwarze | 2024-12-06 | 1 | -6/+32 |
| | | | | | | | | 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). | ||||
* | Make example slightly less terrible by dropping the ENGINE "handling" | tb | 2024-07-21 | 1 | -5/+4 |
| | |||||
* | spelling | jsg | 2023-09-10 | 1 | -3/+3 |
| | |||||
* | Document EVP_PKEY_CTX_set0_keygen_info(3). | schwarze | 2023-09-09 | 1 | -10/+59 |
| | | | | | | While here, also add the missing RETURN VALUES entries for EVP_PKEY_gen_cb(3), EVP_PKEY_CTX_get_cb(3), and EVP_PKEY_CTX_get_keygen_info(3). | ||||
* | Remove X9.31 support | tb | 2023-04-25 | 1 | -8/+2 |
| | | | | ok jsing | ||||
* | mark BN_X931_derive_prime_ex, BN_X931_generate_prime_ex, | schwarze | 2022-11-16 | 1 | -2/+8 |
| | | | | | and BN_X931_generate_Xpq as intentionally undocumented because they are unused outside OpenSSL/LibreSSL and deprecated in OpenSSL 3.0 | ||||
* | crypto HISTORY up to 1.0.0; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -3/+5 |
| | |||||
* | Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL, | schwarze | 2018-02-15 | 1 | -1/+2 |
| | | | | removing parts that don't apply to OpenBSD. | ||||
* | In some EXAMPLES, correct calls to EVP_PKEY_CTX_new(3) that | schwarze | 2018-02-15 | 1 | -6/+11 |
| | | | | | lacked an argument; from Jakub Jelen <jjelen at redhat dot com> via OpenSSL commit 9db6673a Jan 17 19:23:37 2018 -0500. | ||||
* | add missing and correct misspelled names, most in NAME sections; | schwarze | 2017-08-01 | 1 | -2/+3 |
| | | | | | found with regress/usr.bin/mandoc/db/dbm_dump; OK jmc@ | ||||
* | new X25519(3) manual page; | schwarze | 2017-04-10 | 1 | -3/+4 |
| | | | | from Dr. Stephen Henson <steve@openssl.org>, OpenSSL commit d218f3c3 | ||||
* | Add Copyright and license. | schwarze | 2016-11-27 | 1 | -7/+55 |
| | | | | Merge improvements to EXAMPLES from OpenSSL. | ||||
* | various cleanup; | jmc | 2016-11-21 | 1 | -9/+9 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert EVP manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -0/+235 |