summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-02-08Fix error code collisionHugo Landau
2024-02-08QUIC: Add new error codes for tuning APIHugo Landau
2024-02-08Fix sm4-xts aarch64 assembly implementation bugLiu-Ermeng
2024-02-06Fix SM2 test failures on Apple SiliconXu Yizhou
2024-02-02Fix a few incorrect paths in some build.info filesRichard Levitte
2024-02-01Add atexit configuration option to using atexit() in libcrypto at build-time.Randall S. Becker
2024-02-01Add exemplar use case for rcu locksNeil Horman
2024-02-01RCU lock implementationNeil Horman
2024-01-31Revert "Improved detection of engine-provided private "classic" keys"Tomas Mraz
2024-01-31Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}Richard Levitte
2024-01-31Optimize the implementation of ec_field_size()K1
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