summaryrefslogtreecommitdiffstats
path: root/crypto/arm64cpuid.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-12ci: run the on pull request CIs on push to masterPauli2-2/+2
2021-06-12d2i_X509: revert calling X509v3_cache_extensions()Dr. David von Oheimb1-24/+1
2021-06-12Windows GitHub CI: Introduce --strict-warningsRichard Levitte1-8/+9
2021-06-12Windows Github CI: test in Windows 2016 as wellRichard Levitte1-3/+16
2021-06-11Building: Add necessary dependencies for linker scripts and .rc filesRichard Levitte1-0/+2
2021-06-11Configure: Allow spaces around '=' in all build.info statementsRichard Levitte1-16/+16
2021-06-11Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb4-32/+32
2021-06-11HTTP client: Fix GET request handling when rctx is reused (keep-alive)Dr. David von Oheimb2-24/+27
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten16-42/+191
2021-06-11Update krb5 module and re-enable pkinit testsRobbie Harwood2-1/+1
2021-06-11Do not depend on the exact exit failure value of dgst appTomas Mraz1-15/+15
2021-06-11Clean away remaining Travis related filesRichard Levitte2-18/+0
2021-06-11fuzz/asn1parse: Use BIO_s_mem() as fallback outputTomas Mraz1-0/+2
2021-06-11BIO_write_ex: No error only on 0 bytes to writeTomas Mraz2-3/+12
2021-06-11Windows CI: Enable fuzz test in plain buildTomas Mraz1-1/+1
2021-06-11apps/lib/s_socket.c: Alias getpid with _getpid for _WIN32Richard Levitte1-0/+9
2021-06-11Fix FIPS provider value in docsTodd Short1-1/+1
2021-06-11STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte4-10/+10
2021-06-11Document that provider name can be a full pathTomas Mraz2-2/+12
2021-06-11dl_name_converter: Avoid unnecessary overallocationTomas Mraz1-1/+1
2021-06-11ossl_provider_set_module_path: Prevent potential UAFTomas Mraz1-0/+1
2021-06-10OpenSSL::Test: If __cwd() is to create the directory, do it earlyRichard Levitte1-11/+12
2021-06-10Fix s_server app to not report an error when using a non DH certificate.Shane Lontis3-23/+66
2021-06-10OpenSSL::Test: Treat SRCDATA directory specially, as it might not existRichard Levitte1-1/+10
2021-06-10doc: fix OSSL_PARAM_BLD pointers in the examplePetr Gotthard1-8/+8
2021-06-10store: Avoid spurious error from decoding at EOFTomas Mraz1-1/+11
2021-06-10Enable ssl-trace by defaultArran Cudbard-Bell4-9/+9
2021-06-10Optimize session cache flushingTodd Short8-59/+310
2021-06-10Fix use after free in OSSL_HTTP_REQ_CTX_set1_req()Tomas Mraz1-9/+16
2021-06-10err: clear flags better when clearing errors.Pauli2-0/+51
2021-06-10APPS: Restore the possibility to combine -pubout with -textRichard Levitte2-5/+11
2021-06-10util: convert SHA* one shots back to being functionsPauli2-10/+5
2021-06-10changes: fix woring that mentions SHA* one shot functions are deprecatedPauli1-2/+2
2021-06-10sha: convert SHA one shot macros back to being functionsPauli2-11/+31
2021-06-09DECODER & ENCODER: Add better tracingRichard Levitte3-16/+71
2021-06-09DECODER: Adapt addition of extra decoder implementationsRichard Levitte4-69/+114
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte18-231/+435
2021-06-0925-test_verify.t: Add test case: accept trusted self-signed EE cert with key ...Dr. David von Oheimb2-1/+22
2021-06-09test/certs/mkcert.sh: Correct description of geneealt parametersDr. David von Oheimb1-2/+2
2021-06-0925-test_verify.t: Prevent expiration of test case 'Name constraints bad other...Dr. David von Oheimb1-4/+5
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb5-25/+25
2021-06-0980-test_cmp_http.t: Simplify and prevent hangs on server not launching/behavi...Dr. David von Oheimb1-17/+8
2021-06-09Remove I_CAN_LIVE_WITH_LNK4049Rich Salz2-15/+6
2021-06-09keymgmt: better detect when a key manager can be reusedPauli1-2/+10
2021-06-08OpenSSL::Test.pm: Replace all uses of rel2abs() with abs_path()Richard Levitte1-15/+30
2021-06-08Correctly detect decode errors when checking if a key is supportedMatt Caswell1-0/+1
2021-06-08Simplify error reporting in X509_PUBKEY_get0()Matt Caswell1-20/+8
2021-06-08Use the fips-and-base.cnf config file in CMP testsMatt Caswell2-2/+2
2021-06-08Mark some priv/public key paris as only available in the default providerMatt Caswell1-0/+100
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell5-18/+26