summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-03-25Issuer Sign Tool extention supportNikolay Morozov
2020-03-23Update CA.pl podpage, and scriptRich Salz
2020-03-23Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2020-03-18Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP_MSG_bioDr. David von Oheimb
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte
2020-03-15X509: Rename X509_set0_sm2_id() and friendsRichard Levitte
2020-03-15Add ECDSA to providersShane Lontis
2020-03-14DOCS: Fix the description of OSSL_PARAM_allocate_from_text()Richard Levitte
2020-03-14Remove reference to old DH files.Pauli
2020-03-14dh: document what the PEM files in apps actually contain.Pauli
2020-03-13doc: fix spelling of TYPE_get_ex_new_indexBenjamin Kaduk
2020-03-13Additional updates to SSL_CTX_sess_set_get_cb.podBenjamin Kaduk
2020-03-13doc: Update the reference from draft to RFCJakub Jelen
2020-03-12EVP: Add new domparams and key generation functionalityRichard Levitte
2020-03-12CORE: Add the key object generator libcrypto<->provider interfaceRichard Levitte
2020-03-11DOCS: Use "command" not "tool" or "utility"Rich Salz
2020-03-10Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb
2020-03-10Fix handling of CMP msg senderKID and improve doc of related CTX functionsDr. David von Oheimb
2020-03-10Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb
2020-03-10DOCS: Clean up doc/man3/EVP_DigestInit.podRichard Levitte
2020-03-10DOCS: Add translation information for EVP_MD_CTX_ctrl()Richard Levitte
2020-03-10DOCS: Move implementation specific docs away from provider-digest(7)Richard Levitte
2020-03-10DOCS: Start restructuring our provider and implementation documentationRichard Levitte
2020-03-09DOCS: Fix documentation on asymmetric keydata typesRichard Levitte
2020-03-09docs: fix typo in SSL functionsJames Peach
2020-03-09Document the new DigestSign provider functionsMatt Caswell
2020-03-08doc: slightly reformulate 'openssl(1)/Random State Options' sectionDr. Matthias St. Pierre
2020-03-07Add -section option to 'req' commandRich Salz
2020-03-07cmdline app: add provider commandline options.Pauli
2020-03-07man1: make all openssl command line tool documentation generated.Pauli
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-03-06Clarify the usage of EVP_PKEY_get_raw_[private|public]_key()Matt Caswell
2020-03-06Use .cnf for config files, not .confRich Salz
2020-03-04Add some missing env var documentationRich Salz
2020-03-04Add Serializers for ECShane Lontis
2020-03-03Correct two small documentation issuesTomas Mraz
2020-03-03Documenting newly added CMS modificationDmitry Belyavskiy
2020-03-03doc: document that 'openssl rand' is cryptographically secureDr. Matthias St. Pierre
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-03-02build.info: Implement simply substitutions in variable valuesRichard Levitte
2020-03-02build.info: Make it possible to have more than one item in KEYWORD[]Richard Levitte
2020-03-02KEYMGMT: Add a keydata copy functionRichard Levitte
2020-03-02KEYMGMT: Add a keydata matching functionRichard Levitte
2020-02-29DOCS: Add and modify docs for internal EVP_KEYMGMT utility functionsRichard Levitte
2020-02-29DOCS: Add internal docs for EVP_PKEY and the export functionsRichard Levitte
2020-02-29man: openssl-ocsp: separate client and server optionsDr. Matthias St. Pierre
2020-02-28x509v3 subjectSignTool extention supportNikolay Morozov