summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-19Move some OpenSSL perl utility functions to OpenSSL::UtilRichard Levitte
2021-05-19CMS_get0_SignerInfos(): Prevent spurious error on cms_get0_signed() failureDr. David von Oheimb
2021-05-19apps/cms.c: Simplify make_receipt_request() and load_content_info(()Dr. David von Oheimb
2021-05-19apps/cms.c: Make -sign and -verify handle binary inputDr. David von Oheimb
2021-05-19Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb
2021-05-19bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb
2021-05-19fips: remove unnecessary commas to get CI workingPauli
2021-05-19Avoid failing label removal if label is not thereTomas Mraz
2021-05-19Separate FIPS checksum and labelling into different workflowsTomas Mraz
2021-05-19Remove "openssl ifdef" handlingRich Salz
2021-05-19Remove '=for openssl ifdef'Rich Salz
2021-05-18Better error messages if there are no encoders/decoders/store loadersMatt Caswell
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18DOC: Fix nits found by improved find-doc-nits -cDr. David von Oheimb
2021-05-18ci.yml: Add cmd-nits to the doc-nits CI runDr. David von Oheimb
2021-05-18openssl-dsa.pod.in: Fix glitch: pvk-string -> pvk-strongDr. David von Oheimb
2021-05-18find-doc-nits: Make -c option (cmd-nits) independent of app build and executionDr. David von Oheimb
2021-05-18apps/s_server: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-18apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-18Add -quiet flag to genpkeyRich Salz
2021-05-18apps: use else if when checking for headers in the http server codePauli
2021-05-18seal: make EVP_SealInit() library context awarePauli
2021-05-18hmac: fix coverity 1484888 negative integer to size_t conversionPauli
2021-05-18keymgmt: fix coverity 1484886 unchecked return valuePauli
2021-05-18evp: fix coverity 1484885 negative integer to size_t conversionPauli
2021-05-18provider: fix coverity 1484884: uninitialised lock usePauli
2021-05-18apps: clean up the http server codePauli
2021-05-18test: conditionally exclude unused code for no-tls1.2 buildPauli
2021-05-17Fix a use-after-free in the child provider codeMatt Caswell
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-17Fix pointer passed to provider_unquery_operationPetr Gotthard
2021-05-17Add a CHANGES entry for fully pluggable groupsMatt Caswell
2021-05-17Add doc for ERR_clear_last_mark().Shane Lontis
2021-05-17Fix OSSL_DECODER_new_for_pkey() selection parameter documentationShane Lontis
2021-05-17Fix compiler error when using config option 'enable-acvp-tests'Shane Lontis
2021-05-16Adapt 80-test_cmp_http.t and its data for random accept portsRichard Levitte
2021-05-16APPS: Make the cmp Mock server output the accept address and portRichard Levitte
2021-05-16ci: remove the checksum CI scriptPauli
2021-05-15Add extensive test coverage for SSL_get_negotiated_group()Benjamin Kaduk
2021-05-15move group lists out of test_key_exchange() in preparation for reuseBenjamin Kaduk
2021-05-15Extend SSL_get_negotiated_group() tests for TLS 1.2Benjamin Kaduk
2021-05-15Regenerate testsid.pemBenjamin Kaduk
2021-05-15Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk
2021-05-15ASN1: Fix i2d_provided() return valueRichard Levitte
2021-05-15Load the default provider into the p_test provider laterMatt Caswell
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell
2021-05-15Add make update-fips-checksums to release.sh scriptTomas Mraz
2021-05-15doc: document all functions in provider-base(7)Pauli
2021-05-15Fix a memleak on an error path in the pkcs12 test helpersMatt Caswell
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb