summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2023-11-23Copyright year updatesRichard Levitte
2023-11-22Fix possible memleak in PKCS7_add0_attrib_signing_timeBernd Edlinger
2023-11-22Fix a possible memleak in CMS_sign_receiptBernd Edlinger
2023-11-22Fix a possible memleak in PKCS7_add_attrib_smimecapBernd Edlinger
2023-11-14Force Nonstop to use fcntl(F_GETFL) in BIO_sock_nbioNeil Horman
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
2023-11-03rand uniform: fix likely usagePauli
2023-11-03Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell
2023-11-01rand uniform: add comments outlining the algorithmPauli
2023-11-01rand: implement an unbiased random integer from a rangePauli
2023-10-30free oaep label-octet-string on errorJames Muir
2023-10-26EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb
2023-10-26CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failureDr. David von Oheimb
2023-10-26x509_print_ex: Remove unused setting when XN_FLAG_COMPAT is setDamian Hobson-Garcia
2023-10-26Fix X509_REQ_print_ex bugDamian Hobson-Garcia
2023-10-26x509_print_ex:Use correct constant for nmflag comparisonDamian Hobson-Garcia
2023-10-26aes-gcm-avx512.pl: fix non-reproducibility issuetrigpolynom
2023-10-26bn: Properly error out if aliasing return value with modulusTomas Mraz
2023-10-26return 0 if an error occurredAlexey Fofanov
2023-10-26Copyright year updatesMatt Caswell
2023-10-25Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz
2023-10-25Make s_client -quic -debug workMatt Caswell
2023-10-25rsa: Add SP800-56Br2 6.4.1.2.1 (3.c) checkClemens Lang
2023-10-24Add notes on use of strdupNate Karstens
2023-10-24evp: process key length and iv length early if presentPauli
2023-10-24rand: fix seeding from a weak entropy sourceMatthias St. Pierre
2023-10-24rand: improve error message for rand pool overflowsRichard Levitte
2023-10-23Ensure that the ERR_STATE is left in a consistent stateMatt Caswell
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-10-19cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz
2023-10-19Do not include crypto/asn1.h from internal/cryptlib.hTomas 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-18ensure that ossl_obj_nid_lock is allocated before useNeil Horman
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-10CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb
2023-10-10* Enable extra Arm64 optimization on Windows for GHASH, RAND and AESEvgeny Karpov
2023-10-05embed bio_dgram_data inside bio_dgram_sctp_dataNeil Horman
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