summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
9 daysCheck DSA parameters for excessive sizes before validatingTomas Mraz
10 daysfix sm2 encryption implementation bug.Liu-Ermeng
11 daysAdd reason codes with the correct offset for two alertsJacob Champion
2024-05-09Correct top for EC/DSA nonces if BN_DEBUG is onTomas Mraz
2024-05-09Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz
2024-05-09Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz
2024-05-09Add ossl_bn_is_word_fixed_top()Tomas Mraz
2024-05-09Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz
2024-05-02Add check for public key presence on sm2 signingNeil Horman
2024-04-30ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin13
2024-04-26Fix up path generation to use OPENSSL_MODULESNeil Horman
2024-04-26set module path from templateNeil Horman
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
2024-04-12make_addressPrefix(): Fix a memory leak in error caseTomas Mraz
2024-04-10Fix socket descriptor checks on Windowsolszomal
2024-04-10aarch64: fix BTI in bsaes assembly codeTom Cosgrove
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2024-03-15Fix unbounded memory growth when using no-cached-fetchMatt Caswell
2024-03-01Fix off by one issue in buf2hexstr_sep()shridhar kalavagunta
2024-02-22chachap10-ppc.pl: Fix truncated relocation响马
2024-02-22Add atexit configuration option to using atexit() in libcrypto at build-time.Randall S. Becker
2024-02-16Fixed Visual Studio 2008 compiler errorsMarcel Gosmann
2024-02-16Check for NULL cleanup function before using it in encoder_processNeil Horman
2024-02-09Rearrange terms in gf_mul to prevent segfaultAngel Baez
2024-02-02Fix a few incorrect paths in some build.info filesRichard Levitte
2024-01-31Revert "Improved detection of engine-provided private "classic" keys"Tomas Mraz
2024-01-31Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}Richard Levitte
2024-01-30Copyright year updatesMatt Caswell
2024-01-25Have OSSL_PARAM_allocate_from_text() fail on odd number of hex digitsRichard Levitte
2024-01-25Add NULL checks where ContentInfo data can be NULLMatt Caswell
2024-01-16Check whether the pubkey exists in ossl_ecx_key_duplan1120
2024-01-15Limit the execution time of RSA public key checkTomas Mraz
2024-01-15Fix arithmetic expression overflowDrokov Pavel
2024-01-12Fix NULL pointer deref when parsing the stable sectionNeil Horman
2024-01-12Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler
2024-01-11evp_fetch.c: Check meth_id instead of name_idsashan
2024-01-10Fix a similar memory leak in SXNET_add_id_INTEGERBernd Edlinger
2024-01-10Fix a possible memory leak in sxnet_v2iBernd Edlinger
2024-01-09poly1305-ppc.pl: Fix vector register clobberingRohan McLure
2024-01-08Avoid memory leak if SXNET_add_id_INTEGER() failsTomas Mraz
2024-01-05Validate config options during x509 extension creationNeil Horman
2024-01-03Add missing documentation for X509_ATTRIBUTE related functions.slontis
2024-01-03Allow duplicate CMS attributesTomas Mraz
2024-01-01gate calling of evp_method_id on having a non-zero name idNeil Horman
2023-12-29Limit RSA-OAEP related functions to RSA keys onlyslontis
2023-12-29Fix memleak in rsa_cms_decryptslontis
2023-12-22Fix a possible memory leak in dh_cms_encryptBernd Edlinger
2023-12-22Detect and prevent recursive config parsingNeil Horman
2023-12-19Fix a possible memory leak in ossl_x509_algor_md_to_mgf1Bernd Edlinger