aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Configuration and build: Fix solaris tagsRichard Levitte2020-07-041-0/+1
* util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/Richard Levitte2020-07-041-1/+0
* util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entriesRichard Levitte2020-07-041-12/+14
* Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2020-07-011-0/+1
* util/perl/OpenSSL/config.pm: refactor guess_system()Richard Levitte2020-06-281-105/+103
* util/perl/OpenSSL/config.pm: remove expand() and use evalRichard Levitte2020-06-281-10/+3
* util/perl/OpenSSL/config.pm: refactor map_guess()Richard Levitte2020-06-281-382/+400
* util/perl/OpenSSL/config.pm, Configure: move check of target with compilerRichard Levitte2020-06-281-18/+0
* util/perl/OpenSSL/config.pm: Rework determining compiler informationRichard Levitte2020-06-281-70/+183
* Remove OpenSSL::config::main(), it's not necessaryRichard Levitte2020-06-281-81/+0
* util/perl/OpenSSL/config.pm: Prefer POSIX::uname() over piping the commandRichard Levitte2020-06-281-20/+17
* util/perl/OpenSSL/config.pm: Don't detect removed directories inRichard Levitte2020-06-281-13/+0
* Initial rewrite of config as a Perl moduleRich Salz2020-06-281-0/+922
* CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte2020-06-281-0/+1
* evp_rand: documentationPauli2020-06-241-0/+5
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-241-0/+4
* rand: core APIs for provider friendly random.Pauli2020-06-241-3/+30
* Missing documentation missing, let's note that downRichard Levitte2020-06-221-0/+5
* util/find-doc-nits: Modernise printem()Richard Levitte2020-06-221-11/+4
* util/find-doc-nits: Do not read "missing" files when -u is givenRichard Levitte2020-06-221-1/+1
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-221-1/+1
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-3/+6
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-191-2/+2
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-191-0/+1
* Remove whitespace from 'white space'haykam8212020-06-191-1/+1
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-161-1/+1
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-6/+6
* kdf: make function naming consistent.Pauli2020-06-111-6/+6
* run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb2020-06-101-0/+2
* Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell2020-06-051-0/+1
* Enable applications to directly call a provider's query operationMatt Caswell2020-06-051-0/+1
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-12/+12
* undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2020-06-012-2/+2
* DOCS: add openssl-core_numbers.h(7)Richard Levitte2020-05-291-1/+0
* util/mkpod2html.pl: Fix unbalanced quotesRichard Levitte2020-05-281-1/+1
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-271-2/+4
* Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb2020-05-261-0/+1
* Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb2020-05-241-0/+1
* deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley2020-05-201-2/+2
* Add OSSL_PROVIDER_do_all()Richard Levitte2020-05-201-0/+1
* deprecate EC precomputation functionalityBilly Brumley2020-05-191-3/+3
* Fix small documentation issuesNikolay Morozov2020-05-181-2/+0
* deprecate EC_POINTs_mul functionBilly Brumley2020-05-161-1/+1
* Fix all MD036 (emphasis used instead of heading)Rich Salz2020-05-151-1/+0
* Update copyright yearMatt Caswell2020-05-152-2/+2
* If SOURCE_DATE_EPOCH is defined, use it for copyright yearNicolas Vigier2020-05-151-1/+1
* EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte2020-05-141-0/+3
* Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()Nikolay Morozov2020-05-141-2/+0
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-131-1/+1
* Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb2020-05-131-0/+1