summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
9 daysCheck DSA parameters for excessive sizes before validatingTomas Mraz
10 daysfix sm2 encryption implementation bug.Liu-Ermeng
11 daysAdd reason codes with the correct offset for two alertsJacob Champion
11 daysthreads_win: fix build error with VS2010Georgi Valkov
2024-05-10Implement riscv_vlen_asm for riscv32Hongren Zheng
2024-05-06Coverity found the following issues:Neil Horman
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-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
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-17Use scalar ALU and vector ALU together for chacha20 stream cipherJerry Shih
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-16crypto/threads_pthread.c: refactor all atomics fallbacks for type safetyRichard Levitte
2024-04-16crypto/threads_pthread.c: Cleanup misaligned preprocessor directivesRichard Levitte
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-11Fix duplicate mutex allocation in threads_win.cNeil Horman
2024-04-11VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte
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-10Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptrNeil Horman
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-09Copyright year updatesTomas Mraz
2024-04-05NonStop: Do not call sleep() with a 0 valueRandall S. Becker
2024-04-04Diverse small VMS build fixupsRichard Levitte
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-29Copyright year updatesMatt Caswell
2024-03-23Correct 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-20Copyright year updatesRichard Levitte
2024-03-15Fix unbounded memory growth when using no-cached-fetchMatt Caswell
2024-03-15plug potential memory leak in error code pathAlexandr Nedvedicky
2024-03-15Add Content Type OID for id-ct-rpkiSignedPrefixListJob Snijders
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky
2024-03-11PKCS7: Remove one of the duplicate checksJiasheng Jiang
2024-03-11Fix BIO_get_new_index() to return an error when it is exhausted.slontis