summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
AgeCommit message (Expand)Author
2019-06-05Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*Theo Buehler
2019-06-04OPENSSL_realloc(3) is no longer used, we now use reallocarray(3)Ingo Schwarze
2019-06-04.In openssl/x509_vfy.hIngo Schwarze
2019-06-04Add several missing .In linesIngo Schwarze
2019-06-03add missing .In linesIngo Schwarze
2019-06-03add missing .In lineIngo Schwarze
2019-05-20*an* RSA;Jason McIntyre
2019-03-29Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3).Theo Buehler
2019-03-21import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,Ingo Schwarze
2019-03-21space before punct;Jason McIntyre
2019-03-21Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter.Ingo Schwarze
2019-03-21Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:Ingo Schwarze
2019-03-21add a handful of missing functionsIngo Schwarze
2019-03-21Bring back EVP_chacha20 list item that was accidentally removedTheo Buehler
2019-03-20escape backslashes;Ingo Schwarze
2019-03-19Document the flag EVP_CIPHER_CTX_FLAG_WRAP_ALLOW needed for the EVPIngo Schwarze
2019-03-18Insert a missing input line break after a .Vt macro;Ingo Schwarze
2019-03-18Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3):Ingo Schwarze
2019-03-18Document SM4; related to evp.h rev. 1.73.Ingo Schwarze
2019-03-18In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3).Ingo Schwarze
2019-03-15Document the return values of X509_delete_ext(3) and X509_add_ext(3).Ingo Schwarze
2019-03-15OpenSSL documents the macro OPENSSL_VERSION_TEXT since Sep 24, 2018;Ingo Schwarze
2019-03-15Document OCSP_basic_verify(3).Ingo Schwarze
2019-03-10fix some cases of spaces before full stops, where none were neccessary;Jason McIntyre
2019-03-10rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3Ingo Schwarze
2019-03-10delete functions from the manual page that do nothing in LibreSSLIngo Schwarze
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2019-01-19spelling;Jason McIntyre
2019-01-19In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) andIngo Schwarze
2019-01-02correct article;Jason McIntyre
2018-12-24Make this page much more readable by deleting as much text as possibleIngo Schwarze
2018-12-23EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingTheo Buehler
2018-12-22Document EVP_PKEY_new_mac_key(3);Ingo Schwarze
2018-12-22Delete irrelevant HISTORY details. Simply use BN_rand(3); thereIngo Schwarze
2018-12-21The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).Ingo Schwarze
2018-12-21Document the ECDSA_SIG_new(3) return value.Ingo Schwarze
2018-12-21Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;Ingo Schwarze
2018-12-21grammar and style fixes from wesinator at githubIngo Schwarze
2018-12-21Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).Ingo Schwarze
2018-12-21Mention that some functions call BN_GENCB_call(3) with a secondIngo Schwarze
2018-12-19Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).Ingo Schwarze
2018-12-19Specify the return values of some of these functions more precisely;Ingo Schwarze
2018-12-19typo;Ingo Schwarze
2018-09-12tweak previous;Jason McIntyre
2018-09-12Add some accessor functions:Damien Miller
2018-08-28Remove extra "and" in "These functions and have been available"Theo Buehler
2018-08-26fix the same "an non" issue found by tb in EVP_EncryptInit.3;Jason McIntyre
2018-08-26Some of the functions in this manual need <openssl/dsa.h>, othersTheo Buehler
2018-08-26typo: an nonce -> a nonceTheo Buehler
2018-08-24Document const change for OCSP_cert_to_id()Theo Buehler