summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-10-24Copyright year updatesMatt Caswell
2023-10-24evp: process key length and iv length early if presentPauli
2023-10-19cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz
2023-10-18Dont require CRT params on ossl_rsa_set0_all_paramsNeil Horman
2023-10-18remove sanity check from ossl_rsa_todataNeil Horman
2023-10-18ossl_param_build_set_multi_key_bn(): Do not set NULL BIGNUMsTomas Mraz
2023-10-18cms encrypt, better OBJ_nid2obj() return checkJames Muir
2023-10-18fix: LINEAR search doesn't work properly (if CHARSET_EBCDIC is defined)Pavel Stetsuk
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno
2023-10-17EVP shake_ctrl(): add missing NULL evp_ctx checkDr. David von Oheimb
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb
2023-10-13Windows: use srand() instead of srandom()Tomas Mraz
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz
2023-10-11Improve Malloc Failure TestBernd Edlinger
2023-10-05Optimize out unneeded up_ref/free of EVP_CIPHERTomas Mraz
2023-10-05Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin
2023-10-05BN_gcd(): Avoid shifts of negative valuesTomas Mraz
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli
2023-10-04Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_initMatthias St. Pierre
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-10-04Improved detection of engine-provided private "classic" keysDmitry Belyavskiy
2023-09-22no-engine: fix signing with legacy app method based keysMatthias St. Pierre
2023-09-22Do not include sparse_array.o in libsslHuiyue Xu
2023-09-21Fix error handling in lhash contractBernd Edlinger
2023-09-21Fix error handling in CRYPTO_get_ex_new_indexBernd Edlinger
2023-09-20coverity: NULL dereferencePauli
2023-09-19Copyright year updatesRichard Levitte
2023-09-15Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina
2023-09-15Fix a merge mistake in engne_list_addBernd Edlinger
2023-09-15Fix engine cleanup error handlingBernd Edlinger
2023-09-11Fix a possible memleak in rsa_pub_encodeBernd Edlinger
2023-09-08Fix a possible memleak in SRP_VBASE_newBernd Edlinger
2023-09-08OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte
2023-09-08Check error return from cms_sd_asn1_ctrl() correctly.Pauli
2023-09-05Fix internal memory leaks from OPENSSL_MALLOC_FAILURESBernd Edlinger
2023-09-02Avoid clobbering non-volatile XMM registersBernd Edlinger
2023-08-31OPENSSL_init_crypto load config into initial global default library contextIngo Franzki
2023-08-24Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki
2023-08-24ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki
2023-08-17issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear
2023-08-10OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb
2023-08-10For ASN1_STRING_set() check result and set correct error codeatishkov
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina
2023-08-09Fix ChaCha assembly code on 32-bit HPUX itanium systemsBernd Edlinger
2023-08-08Fix handling of the "0:" label in arm-xlate.plTom Cosgrove
2023-08-04When exporting/importing decoded keys do not use 0 as selectionTomas Mraz
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-08-03crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb