summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3).tb2019-03-291-4/+4
* import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,schwarze2019-03-214-3/+156
* space before punct;jmc2019-03-211-3/+3
* Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.schwarze2019-03-214-21/+116
* Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:schwarze2019-03-214-55/+230
* add a handful of missing functionsschwarze2019-03-211-5/+38
* Bring back EVP_chacha20 list item that was accidentally removedtb2019-03-211-2/+3
* escape backslashes;schwarze2019-03-201-8/+8
* Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVPschwarze2019-03-192-4/+71
* Insert a missing input line break after a .Vt macro;schwarze2019-03-181-4/+5
* Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):schwarze2019-03-184-74/+322
* Document SM4; related to evp.h rev. 1.73.schwarze2019-03-184-6/+93
* In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3).schwarze2019-03-181-3/+29
* Document the return values of X509_delete_ext(3) and X509_add_ext(3).schwarze2019-03-151-11/+15
* OpenSSL documents the macro OPENSSL_VERSION_TEXT since Sep 24, 2018;schwarze2019-03-151-4/+7
* Document OCSP_basic_verify(3).schwarze2019-03-151-5/+75
* fix some cases of spaces before full stops, where none were neccessary;jmc2019-03-101-3/+3
* rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3schwarze2019-03-102-4/+4
* delete functions from the manual page that do nothing in LibreSSLschwarze2019-03-103-318/+87
* add support for xchacha20 and xchacha20-poly1305dlg2019-01-221-3/+17
* spelling;jmc2019-01-191-2/+2
* In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) andschwarze2019-01-191-4/+38
* correct article;jmc2019-01-022-6/+6
* Make this page much more readable by deleting as much text as possibleschwarze2018-12-241-28/+9
* EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingtb2018-12-234-12/+12
* Document EVP_PKEY_new_mac_key(3);schwarze2018-12-221-8/+50
* Delete irrelevant HISTORY details. Simply use BN_rand(3); thereschwarze2018-12-221-12/+2
* The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).schwarze2018-12-211-13/+69
* Document the ECDSA_SIG_new(3) return value.schwarze2018-12-211-2/+10
* Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;schwarze2018-12-211-4/+19
* grammar and style fixes from wesinator at githubschwarze2018-12-211-13/+14
* Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).schwarze2018-12-211-10/+18
* Mention that some functions call BN_GENCB_call(3) with a secondschwarze2018-12-211-4/+15
* Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).schwarze2018-12-191-5/+8
* Specify the return values of some of these functions more precisely;schwarze2018-12-191-15/+16
* typo;schwarze2018-12-191-4/+5
* tweak previous;jmc2018-09-122-4/+4
* Add some accessor functions:djm2018-09-122-12/+67
* Remove extra "and" in "These functions and have been available"tb2018-08-281-3/+3
* fix the same "an non" issue found by tb in EVP_EncryptInit.3;jmc2018-08-261-3/+3
* Some of the functions in this manual need <openssl/dsa.h>, otherstb2018-08-261-3/+45
* typo: an nonce -> a noncetb2018-08-261-3/+3
* Document const change for OCSP_cert_to_id()tb2018-08-241-4/+4
* Document prototype change and return values for BIO_set_cipher()tb2018-08-241-3/+5
* Document new prototype and return values of X509_OBJECT_up_ref_count()tb2018-08-241-3/+6
* Update documentation of CRYPTO_mem_leaks*.tb2018-08-241-6/+12
* Add missing include to X25519 synopsis.jsing2018-08-101-2/+3
* typo: macro-generates wrappers -> macro-generated wrapperstb2018-08-081-3/+3
* Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe.tb2018-07-292-4/+19
* Document behavior change of EC_POINTs_mul() again.tb2018-07-161-4/+22