summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2021-03-14Remove a TODO from async_delete_thread_state()Matt Caswell
2021-03-14Remove TODO in rsa_ameth.cShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-13TS ESS: Let TS_RESP_verify_signature() make use of untrusted certs also from ...Dr. David von Oheimb
2021-03-12Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-03-12core: modify ossl_provider_forall_loaded() to avoid locking for the callbacksPauli
2021-03-12misc: other init function param additionsPauli
2021-03-12evp: add params arguments to init functionsPauli
2021-03-12evp: add params argument to key manager's gen_init callPauli
2021-03-12Fix error-checking compiles for mutexRich Salz
2021-03-11Update copyright yearMatt Caswell
2021-03-11Use read/write locking on WindowsVincent Drake
2021-03-11Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-11Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis
2021-03-11Add new filter BIO BIO_f_readbuffer()Shane Lontis
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-09cmp_hdr.c: Fix minor Coverity issue CID 1473605Dr. David von Oheimb