summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-06-08Fix a mem leak in evp_pkey_copy_downgraded()Matt Caswell
2022-06-06Check return value of ossl_parse_property()Tomas Mraz
2022-06-06CONF_modules_unload should fail if CONF_modules_finish failsMatt Caswell
2022-06-05Fix inadvertent NULL assignments in ternary opsClemens Lang
2022-06-02Revert unnecessary PKCS7_verify() performance optimizationNikolas
2022-06-02Fix the checks of BIO_get_cipher_statusPeiwei Hu
2022-06-02CTLOG_new_ex: Fix copy&paste error when setting propqTomas Mraz
2022-06-02Fix possible null pointer dereference of evp_pkey_get_legacy()Zhou Qingyang
2022-06-02Don't call ossl_provider_free() without first setting refcntMatt Caswell
2022-06-02Fix a memory leak is ossl_provider_doall_activatedMatt Caswell
2022-06-02Fix another decoder mem leak on an error pathMatt Caswell
2022-06-02Fix a decoder mem leak on an error pathMatt Caswell
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-06-02Fix the check of evp_pkey_ctx_set_params_strictPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu
2022-06-02Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu
2022-06-02Fix code format: BLOCK_CIPHER_customJiuhai Zhang
2022-06-01Make OSSL_LIB_CTX_load_config thread safeHugo Landau
2022-05-30http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb
2022-05-27Generate the preprocessed .s files for chacha and poly 1305 on ia64Tomas Mraz
2022-05-27Revert "Use .s extension for ia64 assembler"Tomas Mraz
2022-05-27Don't include sys/select.h on HP-UX as it doesn't existTom Hughes
2022-05-27QUIC wire format supportHugo Landau
2022-05-27Fix the check of UI_method_set_ex_dataPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-26Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu
2022-05-26Fix check of dtls1_process_recordPeiwei Hu
2022-05-25Fix style nits in crl_set_issuersBernd Edlinger
2022-05-25Fix a memory leak in crl_set_issuersBernd Edlinger
2022-05-24Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger
2022-05-24Fix undefined behaviour in EC_GROUP_new_from_ecparametersBernd Edlinger
2022-05-24Fix a memory leak in ec_key_simple_oct2privBernd Edlinger
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-24Change loops conditions to make zero loop risk more obvious.Daniel Fiala
2022-05-24x86asm: Generate endbr32 based on __CET__.Sebastian Andrzej Siewior
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior
2022-05-23Fix a crash in asn1_item_embed_newBernd Edlinger
2022-05-23Apply the AES-GCM unroll8 optimization patch to Neoverse N2XiaokangQian
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-23tolower: refine the tolower code to avoid a memory accessPauli
2022-05-21performance: improve ossl_lh_strcasehashPauli
2022-05-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz
2022-05-21ossl_namemap_name2_num: Avoid unnecessary OPENSSL_strndup().Tomas Mraz
2022-05-19Add clmul-based gmult for riscv64 with Zbb, ZbcHenry Brausen
2022-05-19Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen
2022-05-19Add AES implementation in generic riscv64 asmHenry Brausen
2022-05-18add support for SHA-3 based PRF to PBES2Hubert Kario
2022-05-17Fix KTLS with BIO_new_connectBernd Edlinger
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
2022-05-13Add fallback in case of locale initialization failureTomas Mraz