summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16x509_vpm.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16X509_STORE_CTX_set_default(): improve error handling, also in its useDavid von Oheimb
2022-09-16EVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS providerTomáš Mráz
2022-09-10crypto/x509/{x509_req,x_all}.c: add some NULL parameter checks, improve codin...Dr. David von Oheimb
2022-09-10X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successfulGibeom Gwon
2022-09-10X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updatedGibeom Gwon
2022-09-09crypto/conf: gcc build warning fixGang Chen
2022-09-09s390x: fix ecx deriveJuergen Christ
2022-08-24CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb
2022-08-23Coverity 1508532: out of bounds accessPauli
2022-08-23Moving notify check after the no time checkRyan Kelley
2022-08-22Coverity 1508506: misuse of time_tPauli
2022-08-19Fix bug in EVP_CIPHER_CTX_get_iv_length()Pauli
2022-08-19evp enc: cache cipher IV lengthPauli
2022-08-17Fix memory leak in BN_rand_range()valdaarhun
2022-08-17Avoid using tsan_addPauli
2022-08-17CRYPTO_mem_debug_push() and CRYPTO_mem_debug_pop() should return 0Matt Caswell
2022-08-17property: make cache flushing slight less deterministicPauli
2022-08-12VC++ 2008 or earlier x86 compilers do not have an inline implementation of In...Daiyuu Nobori
2022-08-04Fix EC_KEY_set_private_key() priv_key regressionRoberto Hueso Gomez
2022-08-03Revert "Fix bug in EVP_CIPHER_CTX_get_iv_length()"Matt Caswell
2022-08-03Fix bug in EVP_CIPHER_CTX_get_iv_length()Pauli
2022-08-02Check that IV length is not less than zeroDmitry Belyavskiy
2022-07-29Fixes segfault occurrence in PEM_write()valdaarhun
2022-07-28Handle SMIME_crlf_copy return codeAlon Bar-Lev
2022-07-28REGRESSION: CMS_final: do not ignore CMS_dataFinal resultAlon Bar-Lev
2022-07-26Fix UWP builds by defining VirtualLockCharles Milette
2022-07-22Coverity 1507376: Dereference after null checkPauli
2022-07-22Fix a crash in v2i_IPAddrBlocks()Matt Caswell
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-20Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-19Fix aarch64 signed bit shift issue found by UBSANTom Cosgrove
2022-07-19ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-19For known safe primes use the minimum key length according to RFC 7919Tomas Mraz
2022-07-18Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez
2022-07-17Coverity 1506566: unchecked return valuePauli
2022-07-17evp: make all _is_a functions accept and handle a NULL argumentPauli
2022-07-17Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-14Fix EC ASM flag passingJuergen Christ
2022-07-14http_client.c: 2nd fix for calculation of Content-Length in set1_content()Dr. David von Oheimb
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-13add a check for the return of OBJ_new_nid()xkernel
2022-07-12x509_vfy.c: Revert the core of #14094 regarding chain_build() error reportingDr. David von Oheimb
2022-07-12Fix memory leak in EVP_PKEY_get1_encoded_public_key.slontis
2022-07-11http_client.c: fix calculation of Content-Length in set1_content()Dr. David von Oheimb
2022-07-11cmp_http.c: extend comment in keep_alive()Dr. David von Oheimb
2022-07-11Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETEAllan
2022-07-11Fix SHA, SHAKE, and KECCAK ASM flag passingJuergen Christ
2022-07-08Fix reported performance degradation on aarch64Bernd Edlinger