30199 Commits (e20fc2ee4fc90ac1476b3a9b15b37542bfb1af73)
 

Author SHA1 Message Date
Matt Caswell 123ed33433 Ensure any default_properties still apply even in the event of a provider load failure
2 years ago
Matt Caswell 09f38299cc Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS module
2 years ago
Pauli 2a7855fb25 ci: disable async for the SH4 build and reenable the associated test
2 years ago
Pauli 1ad4350393 ci: get rid of no-asm flag to m68k cross compiles
2 years ago
Pauli cb7055fd5a ci: add the param conversion tests to the cross compiles.
2 years ago
Pauli 64d9b626aa QEMU: include test runs for most cross compilation targets
2 years ago
Pauli 09755337d5 test: handle not a number (NaN) values in the param conversion test.
2 years ago
Matt Caswell 03c2f21b98 Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()
2 years ago
Matt Caswell bb98a1123b Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dup
2 years ago
Matt Caswell c6fcd88fa0 Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcs
2 years ago
Tomas Mraz 26411bc887 KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable it
2 years ago
Tomas Mraz c9eb459870 Test ktls in non-default options CI build
2 years ago
Tomas Mraz bdb65e2ba6 Drop no-ktls from runchecker daily build as it has no effect
2 years ago
Tomas Mraz a7e62fbdf8 ECDSA_SIG_set0(): Clarify documentation and fix formatting errors
2 years ago
Tomas Mraz 9aaf5048b1 ECDSA_SIG_set0: r and s parameters cannot be NULL
2 years ago
Richard Levitte 317ed1b417 DOCS: Move the description of EVP_PKEY_get0_description()
2 years ago
Richard Levitte ad0a2c0110 EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()
2 years ago
Tomas Mraz 4d4de19e9c Fix potential problems with EVP_PKEY_CTX_new() with engine set
2 years ago
Tomas Mraz 4bd60d486c do_sigver_init: Add missing ERR_clear_last_mark()
2 years ago
Pauli 034f9f4f6e ci: QEMU based cross compiled testing
2 years ago
Pauli e6f0c8d3a7 ci: reinstate the passwd tests for the no-cached-fetch run.
2 years ago
jenda1 74b7f339aa Makefile: Avoid changing LIBDIR based on whether it already exists
2 years ago
Tomas Mraz 40184c9610 DSA/RSA_print(): Fix potential memory leak
2 years ago
Matt Caswell a983764e17 Add a test for custom EVP_PKEY_METHODs
2 years ago
Matt Caswell 929f651eaa Fix custom EVP_PKEY_METHOD implementations where no engine is present
2 years ago
Matt Caswell 5dc6489bb6 Update our EVP_PKEY_METHODs to get low level keys via public APIs
2 years ago
Dr. David von Oheimb 981a5b7ce3 OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxy
2 years ago
Pauli c74188e86c ci: omit tests that consume too much memory
2 years ago
Dr. David von Oheimb 4672e5de9e tls_process_{client,server}_certificate(): allow verify_callback return > 1
2 years ago
Dr. David von Oheimb ee11462d31 SSL_CTX_set_cert_verify_callback.pod: various corrections and clarifications
2 years ago
yangyangtiantianlonglong 0c48fda8d3 Add testcases for SSL_key_update() corner case calls
2 years ago
Pauli fd76ee47b9 test: include all DRBG tests in FIPS mode
2 years ago
Pauli 9989a746eb docs: update CTR DRBG documentation to not mention the lack of a derivation function in FIPS
2 years ago
Pauli 4e6fa8014f err: remove the derivation function is mandatory for FIPS error message since it's no longer used and newly introduced
2 years ago
Pauli 00f5f3cd00 drbg: allow the ctr derivation function to be disabled in FIPS mode
2 years ago
Ingo Schwarze c5dc9ab965 Fix a read buffer overrun in X509_aux_print().
2 years ago
Petr Gotthard 718d55f43f doc: fix OPENSSL_VERSION_NUMBER length in the synopsis
2 years ago
Pauli b8ffcd8715 demos: update readme file with pbkdf2 and scrypt examples.
2 years ago
Pauli 9dbb4dac09 demos: add Makefile support for pbkdf2 and scrypt KDF demos
2 years ago
Pauli 73a3b967e9 demo: add scrypt demonstration program
2 years ago
Pauli d2f25d5c0a demo: add pbkdf2 demonstration program
2 years ago
Pauli d9c29baf1a test: fix use after scope problem in ACVP test
2 years ago
Matt Caswell ca00152497 Fix some minor record layer issues
2 years ago
Matt Caswell 2cff17fdb8 Fix signed/unsigned comparison warnings in sslapitest
2 years ago
Pauli c3c00c7acd config: enable ACVP test case if FIPS is enabled.
2 years ago
Tomas Mraz 24f84b4e4d doc: It is not possible to use SSL_OP_* value in preprocessor conditions
2 years ago
Matt Caswell 3bec485153 Disallow SSL_key_update() if there are writes pending
2 years ago
Matt Caswell 21ba77cad6 Don't reset the packet pointer in ssl3_setup_read_buffer
2 years ago
Tomas Mraz e0ad156d22 RSA_public_decrypt is equivalent to a verify recover operation
2 years ago
Tomas Mraz 02d63fe999 evp_test: Add tests for rsa_padding_mode:none
2 years ago