summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-19test: fix Coverity 1454818: use after freePauli
2021-03-19Fix windows build compiler issue.Shane Lontis
2021-03-19Update README-FIPS.mdMatt Caswell
2021-03-18Fix a missing rand -> ossl_rand renameRichard Levitte
2021-03-18Ensure we deregister thread handlers even after a failed initMatt Caswell
2021-03-18apps: fix coverity 966560: division by zeroPauli
2021-03-18ssl: fix coverity 1451515: out of bounds memory accessPauli
2021-03-18modes: fix coverity 1449860: overlapping memory copyPauli
2021-03-18modes: fix coverity 1449851: overlapping memory copyPauli
2021-03-18Remove TODO comment. Resolves #14396Jon Spillett
2021-03-18Fixing stack buffer overflow error caused by incorrectly sized array.Kevin Cadieux
2021-03-18Add ossl_provider symbolsShane Lontis
2021-03-18Rename CMS_si_check_attributes to ossl_cms_si_check_attributesShane Lontis
2021-03-18rename err_get_state_int() to ossl_err_get_state_int()Shane Lontis
2021-03-18Add ossl_is_partially_overlapping symbolShane Lontis
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis
2021-03-18Add ossl_pem_check_suffix symbolShane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_gost symbolsShane Lontis
2021-03-18Add ossl_lhash symbolsShane Lontis
2021-03-18Add ossl_ symbol to x509 policyShane Lontis
2021-03-18Add ossl_bn_group symbolsShane Lontis
2021-03-18Add ossl_sa symbolsShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_siv symbolsShane Lontis
2021-03-18Add ossl_aria symbolsShane Lontis
2021-03-18Add ossl_ conf symbolsShane Lontis
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-18Add ossl_v3 symbolsShane Lontis
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-18Add ossl_encode symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18Add ossl_rand symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-18ts_check_signing_certs(): Make sure both ESSCertID and ESSCertIDv2 are checkedDr. David von Oheimb
2021-03-18TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb
2021-03-18apps.c: Fix missing newline in warn_cert_msg() outputDr. David von Oheimb
2021-03-18Add tests for the limited Unicode code point rangeBeat Bolli
2021-03-18ASN1: check the Unicode code point range in ASN1_mbstring_copy()Beat Bolli
2021-03-18ASN1: limit the Unicode code point range in UTF8_getc() and UTF8_putc()Beat Bolli
2021-03-18ASN1: add an internal header to validate Unicode rangesBeat Bolli
2021-03-18ci: add a no-legacy buildPauli
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz
2021-03-17evp_keymgmt_util_copy: Fix possible leak on copy failureTomas Mraz
2021-03-17apps/crl: Print just the hash value if printing just hashTomas Mraz
2021-03-17Convert some TODO(3.0) comments in init.c to normal commentsMatt Caswell
2021-03-17Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()Matt Caswell
2021-03-17Fix up issues found when running evp_extra_test with a non-default library co...Jon Spillett