summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-06-26Only the fips module dependencies are relevant for fips.module.sourcesTomas Mraz
2021-06-25Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb
2021-06-25enable getauxval on android 10yunh
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz
2021-06-25CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb
2021-06-25ossl_sk_ASN1_UTF8STRING2text(): Minor generalization and refactoring for read...Dr. David von Oheimb
2021-06-25CMP: Clean up internal message creation API and its documentationDr. David von Oheimb
2021-06-25test: add EVP_Q_mac tests to evp_testPauli
2021-06-25test: add EVP_Q_digest tests to evp_testPauli
2021-06-25OpenSSL::Util::fixup_cmd_elements(): Include '!' among the VMS chars to processRichard Levitte
2021-06-25BIO_new_from_core_bio: Fix heap-use-after-free after attachPetr Gotthard
2021-06-24trace: Do not produce dead code calling BIO_printf if disabledTomas Mraz
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24Move OPENSSL_add_builtin back into provider.cMatt Caswell
2021-06-24Update documentation following updates to the provider codeMatt Caswell
2021-06-24make struct provider_info_st a full typeMatt Caswell
2021-06-24Don't skip the current provider in ossl_provider_register_child_cbMatt Caswell
2021-06-24Add a test to check that RAND_bytes_ex() works with a child lib ctxMatt Caswell
2021-06-24Don't hold any locks while calling the provider init functionMatt Caswell
2021-06-24Only associate a provider with a store once it has been added to itMatt Caswell
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Remove flag_couldbechildMatt Caswell
2021-06-24Add a new provider to the store only after we activate itMatt Caswell
2021-06-24Instantiate configuration supplied providers when we need themMatt Caswell
2021-06-24Instantiate user-added builtin providers when we need themMatt Caswell
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell
2021-06-24OSSL_DECODER_from_bio: Avoid spurious decoder errorTomas Mraz
2021-06-24epki2pki_decode: passphrase callback failure is fatal errorTomas Mraz
2021-06-24ossl_pw_get_passphrase: No ui method does not necessarily mean internal errorTomas Mraz
2021-06-24Documentation: SM2 keys can use only the SM2 curveTomas Mraz
2021-06-24simpledynamic: Add missing include for AIX buildsTomas Mraz
2021-06-24TEST: Modify simpledynamic.[ch] to allow use on VMS as wellRichard Levitte
2021-06-24test/recipes/90-test_shlibload.t: Modify to work with known file namesRichard Levitte
2021-06-24property: remove spurious incorrect commentsPauli
2021-06-24property: add locking for the property string databasePauli
2021-06-24err: add unable to get lock errorsPauli
2021-06-24doc: Document that the OBJ creation functions don't lock.Pauli
2021-06-24Some clear guidelines for the legacy algs.Dmitry Belyavskiy
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-23Configure: Reflect that We don't build loader_attic when dynamic-engine is di...Richard Levitte
2021-06-23TEST: check 'loadereng' to determine if loader_attic should be testedRichard Levitte
2021-06-23Add assert.h to threads_pthread.c for NonStop thread compiles.Randall S. Becker
2021-06-23cmp_server.c: Fix check: certConf not allowed after transaction is closedDr. David von Oheimb
2021-06-23cmp_client.c: Print checkAfter value from pollRep before it may get modifiedDr. David von Oheimb
2021-06-23cmp_mock_srv.c: Fix polling mode such that it can be done multiple timesDr. David von Oheimb
2021-06-23Update dependencies for krb5 external testRobbie Harwood
2021-06-23cross-reference the DH and RSA SECLEVEL to level of security mappingsHubert Kario
2021-06-22test/recipes/81-test_cmp_cli.t: use app() rather than cmd()Richard Levitte