summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell
2019-02-26Update copyright yearMatt Caswell
2019-02-22Fix a grammar nit in CRYPTO_get_ex_new_index.podPaul Yang
2019-02-21SSL_CONF_cmd: fix doc for NoRenegotiationHubert Kario
2019-02-17Fixed typoJan Macku
2019-02-14Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messagesMatt Caswell
2019-02-08Update d2i_PrivateKey documentationTodd Short
2019-02-07Make OPENSSL_malloc_init() a no-opMatt Caswell
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-27clarify which functions are the CMS functions which must have CMS_PARTIAL setMichael Richardson
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell
2018-12-27fixed grammar typoMichael Richardson
2018-12-23EVP_PKEY_size declared to take a const parameterShreya Bhandare
2018-12-15man: harmonize the various formulations in the HISTORY sectionsDr. Matthias St. Pierre
2018-12-12doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre
2018-12-12Use the correct function nameJakub Jelen
2018-12-10Document the num_tickets s_server optionMatt Caswell
2018-12-07Doc: fix reference to deprecated methods.FdaSilvaYY
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-12-03Docs fixup: some man3 pages had unindented code in SYNOPSISRichard Levitte
2018-11-30rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-11-20Update copyright yearMatt Caswell
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-11-12Merge the CA list documentation for clarityMatt Caswell
2018-11-12Separate ca_names handling for client and serverMatt Caswell
2018-11-09Fix a doc-nit in EVP_PKEY_CTX_ctrl.podPaul Yang
2018-11-08Give a better error if an attempt is made to set a zero length groups listMatt Caswell
2018-10-17EVP module documentation passAntoine Salon
2018-10-11Fix compiling warnings in example codePaul Yang
2018-10-08Cleanup typos and grammar in DES_random_key.podԜеѕ
2018-09-26doc/man3/SSL_set_bio.pod: Fix wrong function name in return values sectionJames Callahan
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-18Fixed typos in hkdf documentation.David Makepeace
2018-09-17Use 'i' as parameter name not 'I'.Pauli
2018-09-16Improve SSL_shutdown() documentationKurt Roeckx
2018-09-11Update copyright yearMatt Caswell
2018-09-07Remove a reference to SSL_force_post_handshake_auth()Matt Caswell
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-04Clarify the return value of SSL_client_version()Matt Caswell
2018-09-04Clarify the EVP_DigestSignInit docsMatt Caswell
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte
2018-09-03add docs for OCSP_resp_get0_signaturePaul Kehrer
2018-09-03add getter for tbsResponseData and signatureAlgorithm on OCSP_BASICRESPPaul Kehrer
2018-09-01Add a note in the docs about sharing PSKs between TLSv1.2 and TLSv1.3Matt Caswell
2018-09-01TLSv1.3 related changes to man pagesHubert Kario