summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_SESSION_is_resumable.pod (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-10fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.hDr. David von Oheimb3-3/+3
2020-03-10fix two mistakes w.r.t. ERR_LIB_* parameters in ERR_add_error_txt()Dr. David von Oheimb1-2/+2
2020-03-10DOCS: Clean up doc/man3/EVP_DigestInit.podRichard Levitte1-36/+36
2020-03-10DOCS: Add translation information for EVP_MD_CTX_ctrl()Richard Levitte1-3/+17
2020-03-10DOCS: Add missing documentation in util/missingcrypto.txtRichard Levitte1-0/+39
2020-03-10DOCS: Move implementation specific docs away from provider-digest(7)Richard Levitte16-40/+678
2020-03-10DOCS: Start restructuring our provider and implementation documentationRichard Levitte3-4/+445
2020-03-09Renew and extend the tool for checking adherence to C coding style rulesDr. David von Oheimb4-175/+2141
2020-03-09DH: add internal dh_get_method()Richard Levitte2-0/+7
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte7-3/+32
2020-03-09DOCS: Fix documentation on asymmetric keydata typesRichard Levitte1-12/+12
2020-03-09docs: fix typo in SSL functionsJames Peach3-6/+6
2020-03-09util/wrap.pl: do not look at EXE_SHELLRichard Levitte1-5/+1
2020-03-09Remove double fetch of "OSSL_EX_DATA_GLOBAL" for global lockDavide Galassi1-23/+26
2020-03-09spkac: Check return values of NETSCAPE_SPKI functionsVladimir Panteleev1-2/+9
2020-03-09Document the new DigestSign provider functionsMatt Caswell1-6/+160
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell13-13/+246
2020-03-09Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()Matt Caswell3-25/+103
2020-03-09Add Key Management support for EdDSA keysMatt Caswell4-36/+62
2020-03-09Refactor CRMF_poposigningkey_init() to work with provider keysRichard Levitte1-47/+12
2020-03-08doc: slightly reformulate 'openssl(1)/Random State Options' sectionDr. Matthias St. Pierre1-3/+3
2020-03-08Improve small block cipher performanceKurt Roeckx3-14/+21
2020-03-07Add -section option to 'req' commandRich Salz6-42/+84
2020-03-07cmdline app: add provider commandline options.Pauli97-47/+587
2020-03-07man1: make all openssl command line tool documentation generated.Pauli19-53/+84
2020-03-06Change DH_get_nid() to set the value of q if it is not already setShane Lontis11-102/+230
2020-03-06Clarify the usage of EVP_PKEY_get_raw_[private|public]_key()Matt Caswell1-13/+16
2020-03-06Use .cnf for config files, not .confRich Salz95-117/+101
2020-03-06Remove unused filesRich Salz5-114/+0
2020-03-05fix a minor bug of s_clientRoger Ning1-2/+2