summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
AgeCommit message (Expand)Author
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
2018-08-24Document prototype change and return values for BIO_set_cipher()Theo Buehler
2018-08-24Document new prototype and return values of X509_OBJECT_up_ref_count()Theo Buehler
2018-08-24Update documentation of CRYPTO_mem_leaks*.Theo Buehler
2018-08-10Add missing include to X25519 synopsis.Joel Sing
2018-08-08typo: macro-generates wrappers -> macro-generated wrappersTheo Buehler
2018-07-29Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe.Theo Buehler
2018-07-16Document behavior change of EC_POINTs_mul() again.Theo Buehler
2018-07-15back out ecc constant time changesJonathan Gray
2018-07-11Document behavior change of EC_POINTs_mul(3) from EC constant time changes.Theo Buehler
2018-07-09sync with const changes in x509.h r1.68.Theo Buehler
2018-07-09sync with const changes in evp.h r1.64.Theo Buehler
2018-07-09sync with const changes in bio.h r1.44.Theo Buehler
2018-07-09sync with const changes in bio.h r1.45.Theo Buehler
2018-07-08import the relevant parts of a new ASN1_INTEGER_get(3) manual pageIngo Schwarze
2018-05-19In ui.h rev. 1.10 2018/05/19 11:03:33, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.67 2018/05/19 10:58:08, tb@ added a const qualifierIngo Schwarze
2018-05-19In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifierIngo Schwarze
2018-05-19In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.64 2018/05/18 19:24:08, tb@ added const qualifiersIngo Schwarze
2018-05-19In x509.h rev. 1.61 2018/05/18 18:37:23 and rev. 1.65 2018/05/18 19:28:27,Ingo Schwarze
2018-05-19In x509.h rev. 1.59 2018/05/18 18:19:31 and rev. 1.60 2018/05/18 18:23:24,Ingo Schwarze
2018-05-19In x509.h rev. 1.56 2018/05/18 18:05:57 to rev. 1.58 2018/05/18 18:16:39,Ingo Schwarze
2018-05-19In x509.h rev. 1.54 2018/05/18 17:59:16, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.52 2018/05/18 17:53:09 and rev. 1.53 2018/05/18 17:56:12, tb@Ingo Schwarze
2018-05-19In x509.h rev. 1.51 2018/05/18 16:55:58, tb@ added const qualifiersIngo Schwarze
2018-05-17spelling fix;Jason McIntyre