summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-01-25replace strstr() with strchr() for single charactersrilysh
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-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2024-01-23Fix typosJakub Wilk
2024-01-23QUIC APL: Implement optimised FIN APIHugo Landau
2024-01-18prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik
2024-01-17Fix reason value collision for CMP_R_UNEXPECTED_SENDERTomas Mraz
2024-01-17Introduce hash thunking functions to do proper castingNeil Horman
2024-01-17cmp_vfy.c/check_msg_all_certs(): remove needless trace output in case 3GPP mo...Dr. David von Oheimb
2024-01-17ossl_cmp_msg_check_update(): improve diagnostics of checking expected sender ...Dr. David von Oheimb
2024-01-17CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb
2024-01-17Fix performance regression of ChaCha20 on LoongArch64Lin Runze
2024-01-16hurd: Fix dgram_sendmmsgSamuel Thibault
2024-01-16Check whether the pubkey exists in ossl_ecx_key_duplan1120
2024-01-15Move discovery of the legacy alg type into the keymgmtMatt Caswell
2024-01-15Add X509_STORE_get1_objectsDavid Benjamin
2024-01-15Removed logically dead code from function i2r_issuer_sign_toolGopal Sharma
2024-01-15Limit the execution time of RSA public key checkTomas Mraz
2024-01-15Fix arithmetic expression overflowDrokov Pavel
2024-01-15poly1305_ieee754.c: fix PowerPC macrosbarracuda156
2024-01-15Check ASN1_OBJECT_new resultDrokov Pavel
2024-01-12aes_platform.h, gcm128.c: fix Darwin PowerPC macro to include ppc64barracuda156
2024-01-12ossl_rsa_fips186_4_gen_prob_primes(): Remove unused Xpout and Xqoutsharad3001
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-11Disable build of HWAES on PPC MacsTomas Mraz
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-10Preserve callee-saved registers in aarch64 AES-CTR codefangming.fang
2024-01-09Check appropriate OSSL_PARAM_get_* functions for NULLNeil Horman
2024-01-09poly1305-ppc.pl: Fix vector register clobberingRohan McLure
2024-01-09Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman
2024-01-08Avoid memory leak if SXNET_add_id_INTEGER() failsTomas Mraz
2024-01-05Validate config options during x509 extension creationNeil Horman
2024-01-04Make OPENSSL_sk_push return only 0 or 1Tomas Mraz
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-29Fix error handling in ASN1_mbstring_ncopyBernd Edlinger
2023-12-29params: drop INT_MAX checksJames Muir
2023-12-29Fix new typos found by codespellDimitri Papadopoulos
2023-12-27md5: add assembly implementation for loongarch64Min Zhou
2023-12-27Fix remaining provider config settings to be decisive in valueNeil Horman
2023-12-22Optimize circular buffer to avoid moduloRose
2023-12-21crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb
2023-12-21cmp_server.c,apps/lib/cmp_mock_srv.c: move polling state checks to cmp_server.cRajeev Ranjan