summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
10 daysCheck DSA parameters for excessive sizes before validatingTomas Mraz
11 daysfix sm2 encryption implementation bug.Liu-Ermeng
12 daysAdd reason codes with the correct offset for two alertsJacob Champion
2024-05-06Fix error handling in CMS_EncryptedData_encryptBernd Edlinger
2024-05-02Correct top for EC/DSA nonces if BN_DEBUG is onTomas Mraz
2024-05-02Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz
2024-05-02Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz
2024-05-02Make ossl_gen_deterministic_nonce_rfc6979() constant timeTomas Mraz
2024-05-02Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz
2024-04-30Fix race for X509 store found by thread sanitizerRobert Schulze
2024-04-30ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin13
2024-04-22fix sending error when no root CA cert update availableRajeev Ranjan
2024-04-18Fix up path generation to use OPENSSL_MODULESNeil Horman
2024-04-18set module path from templateNeil Horman
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
2024-04-16OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky
2024-04-15Adding missing NULL pointer checkafshinpir
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