summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan
2023-12-21Detect and prevent recursive config parsingNeil Horman
2023-12-21Make the activate setting more intuitiveNeil Horman
2023-12-21ERR: Add ERR_pop()Hugo Landau
2023-12-19LoongArch64 assembly pack: Really implement OPENSSL_rdtscXi Ruoyao
2023-12-19Update IPAddressOrRange_cmp function to handle switch caseVikas Verma
2023-12-19LoongArch64 assembly pack: Fix ChaCha20 ABI breakageXi Ruoyao
2023-12-19Fix declspec align syntaxKai Pastor
2023-12-19Fix comment syntaxKai Pastor
2023-12-19CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb
2023-12-13Harden asn1 oid loader to invalid inputsNeil Horman
2023-12-13Enable BTI feature for md5 on aarch64fangming.fang
2023-12-12remove duplicated typedef for u64Max Bachmann
2023-12-12ossl-params: check length returned by strlen()James Muir