summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* aes_platform.h, gcm128.c: fix Darwin PowerPC macro to include ppc64barracuda1562024-01-121-1/+1
* ossl_rsa_fips186_4_gen_prob_primes(): Remove unused Xpout and Xqoutsharad30012024-01-121-8/+5
* Fix NULL pointer deref when parsing the stable sectionNeil Horman2024-01-121-1/+5
* Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler2024-01-121-10/+4
* Disable build of HWAES on PPC MacsTomas Mraz2024-01-111-1/+5
* evp_fetch.c: Check meth_id instead of name_idsashan2024-01-111-1/+1
* Fix a similar memory leak in SXNET_add_id_INTEGERBernd Edlinger2024-01-101-0/+1
* Fix a possible memory leak in sxnet_v2iBernd Edlinger2024-01-101-1/+3
* Preserve callee-saved registers in aarch64 AES-CTR codefangming.fang2024-01-101-3/+11
* Check appropriate OSSL_PARAM_get_* functions for NULLNeil Horman2024-01-091-2/+31
* poly1305-ppc.pl: Fix vector register clobberingRohan McLure2024-01-091-21/+21
* Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman2024-01-095-118/+461
* Avoid memory leak if SXNET_add_id_INTEGER() failsTomas Mraz2024-01-081-3/+10
* Validate config options during x509 extension creationNeil Horman2024-01-054-4/+26
* Make OPENSSL_sk_push return only 0 or 1Tomas Mraz2024-01-041-1/+1
* Add missing documentation for X509_ATTRIBUTE related functions.slontis2024-01-031-1/+1
* Allow duplicate CMS attributesTomas Mraz2024-01-032-20/+85
* gate calling of evp_method_id on having a non-zero name idNeil Horman2024-01-011-4/+17
* Limit RSA-OAEP related functions to RSA keys onlyslontis2023-12-291-0/+8
* Fix memleak in rsa_cms_decryptslontis2023-12-291-1/+3
* Fix error handling in ASN1_mbstring_ncopyBernd Edlinger2023-12-291-2/+8
* params: drop INT_MAX checksJames Muir2023-12-291-17/+1
* Fix new typos found by codespellDimitri Papadopoulos2023-12-296-6/+6
* md5: add assembly implementation for loongarch64Min Zhou2023-12-273-1/+303
* Fix remaining provider config settings to be decisive in valueNeil Horman2023-12-271-29/+42
* Optimize circular buffer to avoid moduloRose2023-12-221-2/+3
* crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb2023-12-212-2/+2
* cmp_server.c,apps/lib/cmp_mock_srv.c: move polling state checks to cmp_server.cRajeev Ranjan2023-12-211-4/+34
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-216-77/+82
* crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan2023-12-216-80/+317
* Detect and prevent recursive config parsingNeil Horman2023-12-213-23/+100
* Make the activate setting more intuitiveNeil Horman2023-12-211-5/+33
* ERR: Add ERR_pop()Hugo Landau2023-12-211-0/+13
* LoongArch64 assembly pack: Really implement OPENSSL_rdtscXi Ruoyao2023-12-191-2/+2
* Update IPAddressOrRange_cmp function to handle switch caseVikas Verma2023-12-191-0/+4
* LoongArch64 assembly pack: Fix ChaCha20 ABI breakageXi Ruoyao2023-12-191-10/+36
* Fix declspec align syntaxKai Pastor2023-12-191-38/+38
* Fix comment syntaxKai Pastor2023-12-191-158/+158
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-196-18/+53
* Harden asn1 oid loader to invalid inputsNeil Horman2023-12-131-0/+4
* Enable BTI feature for md5 on aarch64fangming.fang2023-12-131-0/+3
* remove duplicated typedef for u64Max Bachmann2023-12-121-3/+0
* ossl-params: check length returned by strlen()James Muir2023-12-121-4/+4
* Fix some invalid use of sscanfMatt Caswell2023-12-121-1/+1
* Avoid an infinite loop in BN_GF2m_mod_invMatt Caswell2023-12-121-1/+7
* Deprecate SPT threading support on NonStop.Randall S. Becker2023-12-121-1/+1
* Fix a possible memory leak in do_othernameBernd Edlinger2023-12-121-3/+10
* Add overflow checks to parse_number/parse_hex/parse_octNeil Horman2023-12-071-10/+40
* ossl_decoder_cache_flush(): Do not raise an error if there is no cacheTomas Mraz2023-12-061-3/+2
* After initializing a provider, check if its output dispatch table is NULLRichard Levitte2023-12-041-34/+36