summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Generate include/openssl/opensslv.hRichard Levitte2019-10-181-2/+5
* EVP: add functions that return the name numberRichard Levitte2019-10-171-0/+7
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-2/+9
* EVP: add missing common functionalityRichard Levitte2019-10-171-4/+12
* Add EVP_PKEY_CTX_new_provided()Richard Levitte2019-10-161-0/+1
* Fix typo and create compatibility macroAndreas Schnebinger2019-10-163-2/+3
* Refactor many common flags into openssl.podRich Salz2019-10-151-72/+75
* Add BN_check_prime()Kurt Roeckx2019-10-141-2/+3
* Replace '=for comment ifdef' with '=for openssl'Rich Salz2019-10-141-1/+1
* POD: stop abusing commentRichard Levitte2019-10-111-2/+2
* util/find-doc-nits: ignore tsget.pod nameRichard Levitte2019-10-091-1/+1
* Deprecate NCONF_WIN32() functionRich Salz2019-10-061-1/+1
* Also mention -- flag and ignore if undocumentedRich Salz2019-10-061-0/+1
* Rename "private" file, doc doc changes in CHANGESRich Salz2019-10-032-44/+37
* Add the provider function signatures for DigestSign*Matt Caswell2019-10-031-0/+4
* Fix errors found by new find-doc-nitsRich Salz2019-10-031-0/+3
* Add wordlist from man7.orgRich Salz2019-10-031-0/+55
* util/find-doc-nits: more precise option and function name checkerRichard Levitte2019-10-021-17/+154
* Update "missing documentation" function listsRich Salz2019-10-022-58/+2
* Add '=for comment ifdef' to pod pagesRich Salz2019-10-011-5/+15
* Consistent formatting of flags with argsRich Salz2019-10-011-0/+14
* Consistent naming for context gettable param queries .Pauli2019-09-271-6/+6
* Add util/fix-includes scriptDr. Matthias St. Pierre2019-09-282-0/+25
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb2019-09-272-121/+196
* Ensure man1 POD files start with openssl-Rich Salz2019-09-261-0/+8
* Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell2019-09-251-0/+2
* Exit non-zero if find-doc-nits finds nitsRich Salz2019-09-201-96/+100
* Add merge-err-lines scriptRich Salz2019-09-192-6/+31
* Deprecate XXXerr() macrosRich Salz2019-09-191-41/+49
* Add script convert XXerr to ERR_raiseRich Salz2019-09-191-0/+58
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-191-0/+2
* Deprecate ERR_get_state()Richard Levitte2019-09-121-1/+1
* util/dofile.pl, util/perl/OpenSSL/Template.pm: move parts of dofile.plRichard Levitte2019-09-122-171/+228
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-4/+13
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* util/perl/OpenSSL/Test.pm: Disable stdout/stderr redirection on non-verbosityRichard Levitte2019-09-121-18/+31
* Rework the perl fallback functionalityRichard Levitte2019-09-123-32/+116
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-111-0/+1
* Revise EVP_PKEY param handlingMatt Caswell2019-09-091-0/+4
* Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell2019-09-091-0/+2
* Implement DSA in the default providerMatt Caswell2019-09-091-0/+1
* Add the ability to perform signatures in a providerMatt Caswell2019-09-091-0/+5
* libcrypto.num entries for KDFsPauli2019-09-061-7/+13
* Update private.num for KDFs/PRFsPauli2019-09-061-2/+0
* Cleanse KDF missing crypto filesPauli2019-09-062-2/+0
* Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell2019-09-064-7/+131
* Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni2019-09-051-1/+1
* Handle the renamed command POD files in find-doc-nitsRich Salz2019-09-041-7/+10
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-0/+1