summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-03-19Added functions for printing EVP_PKEYs to FILE *Tomas Mraz
2021-03-19Fix windows build compiler issue.Shane Lontis
2021-03-18Ensure we deregister thread handlers even after a failed initMatt Caswell
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-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_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-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-17evp_keymgmt_util_copy: Fix possible leak on copy failureTomas 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
2021-03-17Remove TODOs from digest.cPauli
2021-03-17params: clean up TODOPauli
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell
2021-03-17p_lib.c: Remove TODO commentsTomas Mraz
2021-03-16core_get_libctx: use assert() instead of ossl_assert()Tomas Mraz
2021-03-16provider_core: Remove two TODO 3.0Tomas Mraz
2021-03-16decoder_process: data_structure can be NULLTomas Mraz
2021-03-16property: default queries create the property values.Pauli
2021-03-15Tiny clarification of comment for RSA_signdiv2016bit
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-14keymgmt_meth: remove two TODO 3.0Tomas Mraz
2021-03-14Convert a TODO(3.0) in OPENSSL_thread_stop_ex to a commentMatt Caswell