summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-28Prepare for release of 3.0 alpha 11openssl-3.0.0-alpha11Richard Levitte
2021-01-28Update copyright yearRichard Levitte
2021-01-28Update NEWS.md before alpha11 releaseRichard Levitte
2021-01-28APPS: Restore inclusionsRichard Levitte
2021-01-27Fix running mingw dhparam test under wineMatt Caswell
2021-01-27Fix typo in thread_once commentsDaniel Bevenius
2021-01-27Fix OSSL_PARAM_allocate_from_text() for EBCDICRichard Levitte
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb
2021-01-26params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno
2021-01-26DOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECODER docsRichard Levitte
2021-01-26Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte
2021-01-26Check that the ecparam and pkeyparam do not mangle the parametersTomas Mraz
2021-01-26Add checks for NULL return from EC_KEY_get0_group()Tomas Mraz
2021-01-26ec: Document that -conv_form and -no_public are not supported with engineTomas Mraz
2021-01-26ssl_old_test.c: Replace use of deprecated EC functionsTomas Mraz
2021-01-26EVP_PKEY_get_group_name works with public keys as wellTomas Mraz
2021-01-26Add manpage for EVP_PKEY_get_field_type and EVP_PKEY_get_point_conv_formTomas Mraz
2021-01-26Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz
2021-01-26Disable the test-ec completely when building with no-ecTomas Mraz
2021-01-26Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-26Add functions to set values into an EVP_PKEYShane Lontis
2021-01-26krb5kdf: Do not dereference NULL ctx when allocation failsTomas Mraz
2021-01-25Drop TravisRichard Levitte
2021-01-25Github CI: Add a job for out-of-source build + installRichard Levitte
2021-01-25Unix Makefile generator: Fix empty basename callsRichard Levitte
2021-01-25bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz
2021-01-23OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb
2021-01-23OSSL_HTTP_REQ_CTX.pod: minor addition and remove redundant paragraphDr. David von Oheimb
2021-01-23OSSL_HTTP_REQ_CTX_new(): replace method_GET parameter by method_POSTDr. David von Oheimb
2021-01-23rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb
2021-01-23Add check of HTTP method to OSSL_HTTP_REQ_CTX_content()Dr. David von Oheimb
2021-01-23Util/Pod.pm: Fix uninitialized $podinfo{lastsecttext} on empty inputDr. David von Oheimb
2021-01-22Fix no-dh and no-dsaMatt Caswell
2021-01-22Don't copy parameters on setting a key in libsslMatt Caswell
2021-01-22Ensure legacy_asn1_ctrl_to_param can handle MDs not in the OBJ databaseMatt Caswell
2021-01-21Unix Makefile generator: separate "simple" shared libraries from import libra...Richard Levitte
2021-01-21Check input size before NULL pointer test inside mem_write()zsugabubus
2021-01-21dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz
2021-01-21dh_cms_set_peerkey: The peer key is encoded as an ASN.1 integerTomas Mraz
2021-01-21Make the smdh.pem test certificate usable with fips providerTomas Mraz
2021-01-21kdf_exch.c (kdf_derive): Proper handling of NULL secretTomas Mraz
2021-01-21Fixes related to broken DH support in CMSTomas Mraz
2021-01-21Pass correct maximum output length to provider derive operationTomas Mraz
2021-01-21CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb
2021-01-21X509_REQ_get_extensions(): Return empty stack if no extensions foundDr. David von Oheimb
2021-01-21apps/cmp.c: Check self-signature on CSR input and warn on failureDr. David von Oheimb
2021-01-21apps/cmp.c: Improve diagnostics on loading private vs. public key for cert re...Dr. David von Oheimb
2021-01-21CI: Add some legacy stuff that we do not test in GitHub CI yetTomas Mraz
2021-01-21fall-back -> fallback find-doc-nit additionMichael Baentsch