summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-06-02Fix the checks of EVP_PKEY_param_checkPeiwei Hu
2022-06-02Fix the checks of UI_add_input_stringPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_private_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_public_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_pairwise_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_checkPeiwei Hu
2022-06-02Fix the checks of RAND_bytesPeiwei 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-02threadstest: Add missing framework for multithread testsTomas Mraz
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-01doc: Fix keymgmt functions parametersLadislav Marko
2022-06-01Update expired SCT issuer certificateTomas Mraz
2022-06-01Make OSSL_LIB_CTX_load_config thread safeHugo Landau
2022-06-01changes: add note saying the locale based strcasecmp has been replacedPauli
2022-05-27Check that UnsafeLegacyServerConnect option existsTomas Mraz
2022-05-27The -no_legacy_server_connect option applies to clientTomas Mraz
2022-05-27Actually implement UnsafeLegacyServerConnect as documentedTomas Mraz
2022-05-27Configurations/gentemplate.pm: Generate generators too, when necessaryRichard Levitte
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-27Fix the check of UI_method_set_ex_dataPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei 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-25Remove include/openssl/configuration.h from mandatory dependenciesRichard Levitte
2022-05-25Fix a memory leak in crl_set_issuersBernd Edlinger
2022-05-24Update gost-engine to the last changesDmitry Belyavskiy
2022-05-24Use safe pattern for buffer size determining in case of GOST key exchangeDmitry Belyavskiy
2022-05-24Fix a crash in ssl_security_cert_chainBernd 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-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-23Drop the last ossl_init_casecmp() callRichard Levitte
2022-05-23Test the default key length of the Blowfish ciphersTomas Mraz
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz
2022-05-23Fix a crash in asn1_item_embed_newBernd Edlinger
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli