summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-28crypto/provider_core.c: Avoid calling unlock two timesPeiwei Hu
2022-06-28Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala
2022-06-28Fix range_should_be_prefix() to actually return the correct resultMatt Caswell
2022-06-28Fix memory leak in ossl_rsa_fromdata.slontis
2022-06-28The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-25Fix a memory leak in EC_GROUP_new_from_ecparametersBernd Edlinger
2022-06-24Avoid including decoder/encoder/store headers into fips moduleTomas Mraz
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-06-23put_str: Use memcpy instead of strncpyTomas Mraz
2022-06-23Fix the checks of X509_LOOKUP_* functionsPeiwei Hu
2022-06-23crypto/http/http_client.c: Add the check for OPENSSL_strdupJiasheng Jiang
2022-06-23rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2Xi Ruoyao
2022-06-22crypto/x509/by_store.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-21Update copyright yearMatt Caswell
2022-06-17Clarify use of EGD for HPNS in rand/rand_egd.c comments.Randall S. Becker
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-16Add sensitive memory clean in priv encodeKan
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-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-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-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-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-01Make OSSL_LIB_CTX_load_config thread safeHugo Landau
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