| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Write documentation for EVP_CIPHER_CTX_buf_noconst(3) from scratch. | schwarze | 2023-08-26 | 1 | -5/+42 |
* | write documentation for EVP_CIPHER_CTX_copy(3) | schwarze | 2023-08-26 | 1 | -4/+86 |
* | transfering -> transferring | jsg | 2023-08-26 | 1 | -3/+3 |
* | make the one-line description read better | schwarze | 2023-08-25 | 1 | -3/+13 |
* | In evp.h rev.s 1.90 and 1.97, tb@ provided EVP_CIPHER_CTX_get_cipher_data(3) | schwarze | 2023-08-25 | 3 | -3/+114 |
* | fix eight more instances of copy & paste glitches | schwarze | 2023-08-25 | 1 | -9/+9 |
* | Mention another bug for EVP_add_{cipher,digest}(3) | tb | 2023-08-25 | 1 | -1/+4 |
* | Improve EVP_add_cipher.3 a bit | tb | 2023-08-25 | 1 | -9/+26 |
* | Add more cross references | tb | 2023-08-25 | 2 | -4/+7 |
* | Document EVP_add_{cipher,digest} and friends | tb | 2023-08-25 | 3 | -3/+163 |
* | Update references from RFC 7539 to RFC 8439 | tb | 2023-08-24 | 2 | -7/+7 |
* | Align the documentation of EVP_chacha20() with actual behavior | tb | 2023-08-24 | 1 | -6/+6 |
* | Mention key and nonce lengths of AEAD ciphers. | schwarze | 2023-08-23 | 2 | -33/+105 |
* | spelling | jsg | 2023-08-21 | 1 | -4/+4 |
* | add the missing entry for EVP_CIPHER_CTX_ctrl(3) to the RETURN VALUES section | schwarze | 2023-08-16 | 1 | -2/+11 |
* | Describe more precisely how these functions are supposed to be used, | schwarze | 2023-08-16 | 1 | -19/+185 |
* | SHA-3 is not a symmetric cipher. | schwarze | 2023-08-15 | 1 | -3/+3 |
* | Import the EVP_chacha20(3) manual page from the OpenSSL 1.1 branch, | schwarze | 2023-08-15 | 4 | -14/+102 |
* | Below SEE ALSO, point to all pages documenting the evp.h sub-library, and | schwarze | 2023-08-14 | 1 | -11/+56 |
* | import EVP_sha3_224(3) from the OpenSSL 1.1 branch, which is still under | schwarze | 2023-08-14 | 3 | -3/+97 |
* | document return values of the control function in EVP_MD_meth_set_ctrl(3) | schwarze | 2023-08-12 | 1 | -5/+15 |
* | 1. Tweak the descriptions of EVP_MD_CTX_ctrl(3), EVP_MD_CTX_set_flags(3), | schwarze | 2023-08-12 | 1 | -52/+107 |
* | Remove a blatant lie about DSA_dup_DH | tb | 2023-08-12 | 1 | -6/+2 |
* | Merge various improvements from the OpenSSL 1.1 branch, | schwarze | 2023-08-11 | 1 | -13/+148 |
* | Add the missing ".Nm X509_STORE_CTX_check_issued_fn" to the NAME section | schwarze | 2023-08-10 | 1 | -2/+4 |
* | In x509_vfy.h rev. 1.60 and rev. 1.62 (April 2023), tb@ provided | schwarze | 2023-08-10 | 1 | -26/+51 |
* | Add the forgotten .In line | schwarze | 2023-08-09 | 1 | -3/+4 |
* | In objects.h rev. 1.14 and 1.15 (Jan 2022), tb@ provided | schwarze | 2023-08-09 | 1 | -5/+65 |
* | remove trailing comma in NAME; | jmc | 2023-08-05 | 1 | -3/+3 |
* | Remove BF_options() documentation | tb | 2023-07-29 | 1 | -9/+3 |
* | The CRYPTO_EX_DATA type is not opaque | tb | 2023-07-28 | 1 | -5/+2 |
* | Remove ASN1_BIT_STRING_set doco | tb | 2023-07-28 | 1 | -42/+2 |
* | Remove stale .Xr missed in previous | tb | 2023-07-28 | 1 | -3/+2 |
* | Remove ASN1_BIT_STRING_num_asc.3 | tb | 2023-07-28 | 3 | -151/+3 |
* | Fix two mandoc -Tlint warnings left in previous | tb | 2023-07-27 | 1 | -4/+3 |
* | Fix typo | tb | 2023-07-27 | 1 | -3/+3 |
* | Remove ERR_get_{err_state,string}_table documentation | tb | 2023-07-26 | 1 | -6/+2 |
* | Remove BUF_reverse and BUF_strdup documentation | tb | 2023-07-26 | 1 | -53/+2 |
* | BN_BLINDING will be made internal-only. Remove its documentation | tb | 2023-07-26 | 4 | -325/+5 |
* | BIO_f_asn1 and the prefix/suffix API will be removed | tb | 2023-07-26 | 5 | -244/+14 |
* | Document CMS_SignerInfos_get_version and CMS_get_version which will | tb | 2023-07-26 | 2 | -4/+53 |
* | Actually add OBJ_find_sigid_algs | tb | 2023-07-22 | 1 | -0/+90 |
* | Rename OBJ_add_sigid.3 to OBJ_find_sigid_algs.3 | tb | 2023-07-22 | 2 | -92/+2 |
* | Simple adjustments for DSO removal | tb | 2023-07-21 | 2 | -8/+6 |
* | Stop mentioning some ERR_load_*_strings that will be removed | tb | 2023-07-21 | 1 | -6/+2 |
* | Fix Xr order to appease mandoc -Tlint | tb | 2023-07-21 | 1 | -4/+4 |
* | Remove OBJ_add_sigid and OBJ_sigid_free documentation | tb | 2023-07-21 | 5 | -54/+14 |
* | Remove ASN1_buf_print documentation | tb | 2023-07-21 | 3 | -74/+3 |
* | Remove remaining ECDSA_METHOD documentation | tb | 2023-07-21 | 1 | -29/+4 |
* | Remove documentation of ECDH/ECDSA ex_data API | tb | 2023-07-21 | 1 | -21/+3 |