summaryrefslogtreecommitdiffstats
path: root/providers/nullprov.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-28APPS: Restore inclusionsRichard Levitte2-0/+2
2021-01-27Fix running mingw dhparam test under wineMatt Caswell1-1/+3
2021-01-27Fix typo in thread_once commentsDaniel Bevenius1-3/+3
2021-01-27Fix OSSL_PARAM_allocate_from_text() for EBCDICRichard Levitte2-2/+9
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb14-111/+295
2021-01-26params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno3-11/+11
2021-01-26DOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECODER docsRichard Levitte2-5/+5
2021-01-26Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte9-38/+13
2021-01-26Check that the ecparam and pkeyparam do not mangle the parametersTomas Mraz31-22/+76
2021-01-26Add checks for NULL return from EC_KEY_get0_group()Tomas Mraz2-2/+9
2021-01-26ec: Document that -conv_form and -no_public are not supported with engineTomas Mraz1-0/+3
2021-01-26ssl_old_test.c: Replace use of deprecated EC functionsTomas Mraz1-11/+7
2021-01-26EVP_PKEY_get_group_name works with public keys as wellTomas Mraz1-1/+1