summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-10-31Fix L<> entries without sectionsRich Salz
2019-10-31Infrastructure for templated doc in POD filesRich Salz
2019-10-29chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb
2019-10-24Fix broken links, mainly typo'sRich Salz
2019-10-23Document "get/set-app-data" macros.Rich Salz
2019-10-23Deprecate EC_GROUP_clear_free()Nicola Tuveri
2019-10-18Generate include/openssl/opensslv.hRichard Levitte
2019-10-17EVP: add functions that return the name numberRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-10-16Add EVP_PKEY_CTX_new_provided()Richard Levitte
2019-10-16Fix typo and create compatibility macroAndreas Schnebinger
2019-10-15Refactor many common flags into openssl.podRich Salz
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-10-14Replace '=for comment ifdef' with '=for openssl'Rich Salz
2019-10-11POD: stop abusing commentRichard Levitte
2019-10-09util/find-doc-nits: ignore tsget.pod nameRichard Levitte
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-10-06Also mention -- flag and ignore if undocumentedRich Salz
2019-10-03Rename "private" file, doc doc changes in CHANGESRich Salz
2019-10-03Add the provider function signatures for DigestSign*Matt Caswell
2019-10-03Fix errors found by new find-doc-nitsRich Salz
2019-10-03Add wordlist from man7.orgRich Salz
2019-10-02util/find-doc-nits: more precise option and function name checkerRichard Levitte
2019-10-02Update "missing documentation" function listsRich Salz
2019-10-01Add '=for comment ifdef' to pod pagesRich Salz
2019-10-01Consistent formatting of flags with argsRich Salz
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-28Add util/fix-includes scriptDr. Matthias St. Pierre
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb
2019-09-26Ensure man1 POD files start with openssl-Rich Salz
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell
2019-09-20Exit non-zero if find-doc-nits finds nitsRich Salz
2019-09-19Add merge-err-lines scriptRich Salz
2019-09-19Deprecate XXXerr() macrosRich Salz
2019-09-19Add script convert XXerr to ERR_raiseRich Salz
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-09-12util/dofile.pl, util/perl/OpenSSL/Template.pm: move parts of dofile.plRichard Levitte
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-12util/perl/OpenSSL/Test.pm: Disable stdout/stderr redirection on non-verbosityRichard Levitte
2019-09-12Rework the perl fallback functionalityRichard Levitte
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-09Revise EVP_PKEY param handlingMatt Caswell
2019-09-09Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-09Add the ability to perform signatures in a providerMatt Caswell