summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
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-18prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik
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-15Limit the execution time of RSA public key checkTomas Mraz
2024-01-15Fix arithmetic expression overflowDrokov Pavel
2024-01-15Check ASN1_OBJECT_new resultDrokov Pavel
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-09Check appropriate OSSL_PARAM_get_* functions for NULLNeil Horman
2024-01-09poly1305-ppc.pl: Fix vector register clobberingRohan McLure
2024-01-08Avoid memory leak if SXNET_add_id_INTEGER() failsTomas Mraz
2024-01-05Validate config options during x509 extension creationNeil Horman
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-22Detect and prevent recursive config parsingNeil Horman
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-13Harden asn1 oid loader to invalid inputsNeil Horman
2023-12-13Enable BTI feature for md5 on aarch64fangming.fang
2023-12-12ossl-params: check length returned by strlen()James Muir
2023-12-12Fix some invalid use of sscanfMatt Caswell
2023-12-12Avoid an infinite loop in BN_GF2m_mod_invMatt Caswell
2023-12-12Deprecate SPT threading support on NonStop.Randall S. Becker
2023-12-12Fix a possible memory leak in do_othernameBernd Edlinger
2023-12-07Add overflow checks to parse_number/parse_hex/parse_octNeil Horman
2023-12-06ossl_decoder_cache_flush(): Do not raise an error if there is no cacheTomas Mraz
2023-12-04After initializing a provider, check if its output dispatch table is NULLRichard Levitte
2023-12-04Fix loading more than one certificate in PEM format in X509_load_cert_file_ex()olszomal
2023-12-01Add locking to CRYPTO_secure_usedNeil Horman
2023-12-01Fix a possible use after free in X509v3_asid_add_id_or_rangeBernd Edlinger
2023-11-30bn_nist: Fix strict-aliasing violations in little-endian optimizationsXi Ruoyao
2023-11-24x86_64-xlate.pl: Fix build with icx and nvc compilersTomas Mraz
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