aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte3-0/+37
2020-07-24Add X509 related libctx changes.Shane Lontis3-3/+20
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli1-90/+90
2020-07-22Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann1-8/+16
2020-07-21util/find-doc-nits: Relax check of function declarations in name_synopsis()Richard Levitte1-2/+23
2020-07-20check-format.pl: Report empty lines only if -s (--sloppy-spc) is not usedDr. David von Oheimb2-5/+5
2020-07-20check-format.pl: Add check for essentially empty line at beginning of fileDr. David von Oheimb1-1/+3
2020-07-20check-format.pl: Add check for multiples essentially empty lines in a rowDr. David von Oheimb3-605/+608
2020-07-20check-format.pl: Allow comment start '/*' after opening '(','[','{'Dr. David von Oheimb2-8/+10
2020-07-19util/find-doc-nits: relax some SYNOPSIS checksRichard Levitte1-8/+18
2020-07-19util/find-doc-nits: read full declarations as one line in name_synopsis()Richard Levitte1-2/+16
2020-07-19Remove util/openssl-update-copyrightRichard Levitte1-63/+0
2020-07-16util/mktar.pl: Change 'VERSION' to 'VERSION.dat'Richard Levitte1-1/+1
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell1-6/+6
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell1-6/+6
2020-07-16libcrypto.num: engine deprecation updatesPauli1-121/+121
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short2-1/+4
2020-07-14DRBG: rename the DRBG taxonomy.Pauli1-1/+1
2020-07-05util/markdownlint.rb: Add two rule exceptions: MD023 and MD026Dr. David von Oheimb1-0/+2
2020-07-05Fix typos and repeated wordsGustaf Neumann1-0/+1
2020-07-04Configuration and build: Fix solaris tagsRichard Levitte1-0/+1
2020-07-04util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/Richard Levitte1-1/+0
2020-07-04util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entriesRichard Levitte1-12/+14
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb1-0/+1
2020-06-28util/perl/OpenSSL/config.pm: refactor guess_system()Richard Levitte1-105/+103
2020-06-28util/perl/OpenSSL/config.pm: remove expand() and use evalRichard Levitte1-10/+3
2020-06-28util/perl/OpenSSL/config.pm: refactor map_guess()Richard Levitte1-382/+400
2020-06-28util/perl/OpenSSL/config.pm, Configure: move check of target with compilerRichard Levitte1-18/+0
2020-06-28util/perl/OpenSSL/config.pm: Rework determining compiler informationRichard Levitte1-70/+183
2020-06-28Remove OpenSSL::config::main(), it's not necessaryRichard Levitte1-81/+0
2020-06-28util/perl/OpenSSL/config.pm: Prefer POSIX::uname() over piping the commandRichard Levitte1-20/+17
2020-06-28util/perl/OpenSSL/config.pm: Don't detect removed directories inRichard Levitte1-13/+0
2020-06-28Initial rewrite of config as a Perl moduleRich Salz1-0/+922
2020-06-28CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte1-0/+1
2020-06-24evp_rand: documentationPauli1-0/+5
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli1-0/+4
2020-06-24rand: core APIs for provider friendly random.Pauli1-3/+30
2020-06-22Missing documentation missing, let's note that downRichard Levitte1-0/+5
2020-06-22util/find-doc-nits: Modernise printem()Richard Levitte1-11/+4
2020-06-22util/find-doc-nits: Do not read "missing" files when -u is givenRichard Levitte1-1/+1
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb1-1/+1
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell1-3/+6
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell1-2/+2
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell1-0/+1
2020-06-19Remove whitespace from 'white space'haykam8211-1/+1
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb1-1/+1
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli1-6/+6
2020-06-11kdf: make function naming consistent.Pauli1-6/+6
2020-06-10run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb1-0/+2
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell1-0/+1