aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2018-09-04Clarify the return value of SSL_client_version()Matt Caswell1-9/+13
2018-09-04Clarify the EVP_DigestSignInit docsMatt Caswell2-5/+10
2018-09-04Fix example in crl(1) man pageJakub Wilk1-1/+1
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte1-6/+6
2018-09-03add docs for OCSP_resp_get0_signaturePaul Kehrer1-0/+4
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer1-0/+8
2018-09-01Add a note in the docs about sharing PSKs between TLSv1.2 and TLSv1.3Matt Caswell2-0/+18
2018-09-01TLSv1.3 related changes to man pagesHubert Kario10-47/+78
2018-08-24Add semicolon at the end of the function prototypesPaul Yang2-8/+8
2018-08-22Fix typos in documentation.parasssh4-8/+8
2018-08-22man3/OBJ_nid2obj.pod: mention failure code for OBJ_create.Andy Polyakov1-1/+2
2018-08-22Ignore the digest in req app if using EdDSAMatt Caswell1-5/+5
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell2-5/+7
2018-08-22Fix typos in documentationJakub Wilk3-3/+3
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell1-7/+9
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell2-12/+13
2018-08-20Fix typos and errors in Ed25519.pod documentationparasssh1-5/+5
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov1-15/+2
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell1-2/+1
2018-08-07man3/OPENSSL_LH_COMPFUNC.pod: clarifications and updates.Andy Polyakov1-16/+9
2018-07-31Some protocol versions are build-timeRich Salz4-25/+14
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell2-5/+10
2018-07-31Add documentation for the new non-curve type specific EC functionsMatt Caswell2-30/+77
2018-07-28doc/BN_generate_prime: update doc about other callback valuesBeat Bolli1-1/+7
2018-07-26Fix inconsisten use of bit vs bitsKurt Roeckx1-2/+2
2018-07-26Make number of Miller-Rabin tests for a prime tests depend on the security le...Kurt Roeckx1-1/+11
2018-07-23Add a note about aborts encountered while sending early_dataMatt Caswell1-0/+13
2018-07-20const-ify some input SSL * argumentsBenjamin Kaduk1-3/+3
2018-07-17Improve documentation about reading and writingKurt Roeckx6-50/+127
2018-07-13Documentation typo fix in BN_bn2bin.podAlexandre Perrin1-2/+2
2018-07-06Document SSL_CTX_set_recv_max_early_data() etcMatt Caswell1-3/+30
2018-07-05Add missing include file to docRich Salz1-0/+2
2018-07-04Document more EVP_MD_CTX functionsRichard Levitte1-2/+50
2018-07-03Fix some issues found by Denian's lintian toolRich Salz14-93/+101
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell2-0/+32
2018-07-02Document the new early data callback and optionMatt Caswell2-1/+45
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli1-1/+13
2018-06-26Document changes to SSL_OP_NO_TICKET for TLSv1.3Matt Caswell2-13/+41
2018-06-23Fix prototype of ASN1_INTEGER_get and ASN1_INTEGER_setKurt Roeckx1-2/+2
2018-06-23OpenSSL-II style for emacs: don't indent because of extern blockRichard Levitte1-0/+1
2018-06-21add documentation for OCSP_basic_verify()David von Oheimb1-1/+29
2018-06-21Fix spelling errors in documentation.Pauli4-9/+9
2018-06-20Update copyright yearMatt Caswell6-6/+6
2018-06-19Fix & update documentation about RAND_priv_bytes()Nicola Tuveri3-23/+75
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd1-1/+15
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2-2/+3
2018-06-15Repair broken C syntax (missing close parens) in a manual page.Eric S. Raymond1-5/+5
2018-06-13Fix manpage problemsEric S. Raymond2-3/+1
2018-06-13doc/man7/passphrase-encoding.pod: Make consistentRichard Levitte1-4/+4
2018-06-12Document return value of X509_add_extViktor Dukhovni1-2/+4