summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-04-12ossl_provider_new(): Fix memory leak on errorTomas Mraz
2024-04-12make_addressPrefix(): Fix a memory leak in error caseTomas Mraz
2024-04-11crypto/provider_core.c: Allocate activatecnt_lockOleg Bulatov
2024-04-10Fix socket descriptor checks on Windowsolszomal
2024-04-10aarch64: fix BTI in bsaes assembly codeTom Cosgrove
2024-04-09Add check for public key presence on sm2 signingNeil Horman
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2024-04-02BIO_s_connect: Do not set keepalive on dgram socketsHugo Landau
2024-04-02Remove handling of NULL sig param in ossl_ecdsa_deterministic_signBernd Edlinger
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2024-03-25Correct OSSL_sleep for NonStop PUT model by introducing sleep().Randall S. Becker
2024-03-22Don’t use the recvmmsg dgram method on Android <5Yavor Georgiev
2024-03-15Fix unbounded memory growth when using no-cached-fetchMatt Caswell
2024-03-08Fix a memory leak on successful load of CRLDmitry Belyavskiy
2024-03-07Gate setting of ipi_spec_dst on not building for freebsdNeil Horman
2024-03-01Fix off by one issue in buf2hexstr_sep()shridhar kalavagunta
2024-02-22chachap10-ppc.pl: Fix truncated relocation响马
2024-02-22Add atexit configuration option to using atexit() in libcrypto at build-time.Randall S. Becker
2024-02-19OpenSSL License is applied for some source files, change to Apache 2Shakti Shah
2024-02-16Fixed Visual Studio 2008 compiler errorsMarcel Gosmann
2024-02-16Check for NULL cleanup function before using it in encoder_processNeil Horman
2024-02-09Rearrange terms in gf_mul to prevent segfaultAngel Baez
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-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-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