aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-05Enable applications to directly call a provider's query operationMatt Caswell1-0/+1
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley1-12/+12
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2-2/+2
2020-05-29DOCS: add openssl-core_numbers.h(7)Richard Levitte1-1/+0
2020-05-28util/mkpod2html.pl: Fix unbalanced quotesRichard Levitte1-1/+1
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb1-2/+4
2020-05-26Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb1-0/+1
2020-05-24Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb1-0/+1
2020-05-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley1-2/+2
2020-05-20Add OSSL_PROVIDER_do_all()Richard Levitte1-0/+1
2020-05-19deprecate EC precomputation functionalityBilly Brumley1-3/+3
2020-05-18Fix small documentation issuesNikolay Morozov1-2/+0
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley1-1/+1
2020-05-15Fix all MD036 (emphasis used instead of heading)Rich Salz1-1/+0
2020-05-15Update copyright yearMatt Caswell2-2/+2
2020-05-15If SOURCE_DATE_EPOCH is defined, use it for copyright yearNicolas Vigier1-1/+1
2020-05-14EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte1-0/+3
2020-05-14Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()Nikolay Morozov1-2/+0