summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-06-15Fix a mem leak in evp_pkey_export_to_providerK1
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell
2022-06-15ossl_dh_check_priv_key: Do not fail on private keys without qTomas Mraz
2022-06-15Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication"Tomas Mraz
2022-06-15Avoid reusing the init_lock for a different purposeTomas Mraz
2022-06-14init: fix defined but unused warning/errorPauli
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-06-13RSA Keygen update - When using the default provider fallback to default multi...slontis
2022-06-13RSA keygen fixesslontis
2022-06-13[crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley
2022-06-10Check return of BIO_new() and always free pkey from evp_pkey_copy_downgraded()Tomas Mraz
2022-06-10parse_unquoted: Check returned value from ossl_property_value()Tomas Mraz
2022-06-10add build support for riscv64 aes zknHongren (Zenithal) Zheng
2022-06-10Add AES implementation in riscv64 zkn asmHongren (Zenithal) Zheng
2022-06-09Assert that a property definition cache entry is the firstMatt Caswell
2022-06-09Fix a memory leak in ossl_method_store_add()Matt Caswell
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