summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2020-07-22Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann
2020-07-21util/find-doc-nits: Relax check of function declarations in name_synopsis()Richard Levitte
2020-07-20check-format.pl: Report empty lines only if -s (--sloppy-spc) is not usedDr. David von Oheimb
2020-07-20check-format.pl: Add check for essentially empty line at beginning of fileDr. David von Oheimb
2020-07-20check-format.pl: Add check for multiples essentially empty lines in a rowDr. David von Oheimb
2020-07-20check-format.pl: Allow comment start '/*' after opening '(','[','{'Dr. David von Oheimb
2020-07-19util/find-doc-nits: relax some SYNOPSIS checksRichard Levitte
2020-07-19util/find-doc-nits: read full declarations as one line in name_synopsis()Richard Levitte
2020-07-19Remove util/openssl-update-copyrightRichard Levitte
2020-07-16util/mktar.pl: Change 'VERSION' to 'VERSION.dat'Richard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16libcrypto.num: engine deprecation updatesPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-14DRBG: rename the DRBG taxonomy.Pauli
2020-07-05util/markdownlint.rb: Add two rule exceptions: MD023 and MD026Dr. David von Oheimb
2020-07-05Fix typos and repeated wordsGustaf Neumann
2020-07-04Configuration and build: Fix solaris tagsRichard Levitte
2020-07-04util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/Richard Levitte
2020-07-04util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entriesRichard Levitte
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb
2020-06-28util/perl/OpenSSL/config.pm: refactor guess_system()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm: remove expand() and use evalRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: refactor map_guess()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm, Configure: move check of target with compilerRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Rework determining compiler informationRichard Levitte
2020-06-28Remove OpenSSL::config::main(), it's not necessaryRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Prefer POSIX::uname() over piping the commandRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Don't detect removed directories inRichard Levitte
2020-06-28Initial rewrite of config as a Perl moduleRich Salz
2020-06-28CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte
2020-06-24evp_rand: documentationPauli
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-06-22Missing documentation missing, let's note that downRichard Levitte
2020-06-22util/find-doc-nits: Modernise printem()Richard Levitte
2020-06-22util/find-doc-nits: Do not read "missing" files when -u is givenRichard Levitte
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-19Remove whitespace from 'white space'haykam821
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-06-10run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell
2020-06-05Enable applications to directly call a provider's query operationMatt Caswell
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson