summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-04-10Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptrNeil Horman
2024-04-09ffc/ffc_params_generate.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang
2024-04-09ts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang
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-09Check range of RSA plaintext and ciphertext when using no padding.slontis
2024-04-09Copyright year updatesMatt Caswell
2024-04-09Copyright year updatesRichard Levitte
2024-04-08Enable SHA3 unrolling and EOR3 optimization for AmpereJiangning Liu
2024-04-05NonStop: Do not call sleep() with a 0 valueRandall S. Becker
2024-04-04Diverse small VMS build fixupsRichard Levitte
2024-04-04posix_async: FreeBSD also defines {make|swap|get|set}contextWarner Losh
2024-04-04typo fixwillmafh
2024-04-03rsa/rsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-04-02Fix GCC compilation -Waggressive-loop-optimizationsAdrien Zinger
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-04-01Add OPENSSL_free to avoid mem leakJiasheng Jiang
2024-04-01store/store_lib.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-03-30dsa/dsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-03-30x509/x509_set.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-03-29Reject setting invalid CSR versionsJob Snijders
2024-03-29rsa/rsa_ameth.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang
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-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
2024-03-07Gate setting of ipi_spec_dst on not building for freebsdNeil Horman
2024-03-07Fix a memory leak on successful load of CRLDmitry Belyavskiy
2024-03-06crypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey(); fix coding style nitDr. David von Oheimb
2024-03-06apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb
2024-03-06cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDERDr. David von Oheimb
2024-03-01Fix off by one issue in buf2hexstr_sep()shridhar kalavagunta
2024-02-25Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders
2024-02-22Apply the AES-GCM unroll8 optimisation to Microsoft Azure Cobalt 100Tom Cosgrove
2024-02-22chachap10-ppc.pl: Fix truncated relocation响马
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-14Fix the grammar as suggsted in the reviewDimitri Papadopoulos
2024-02-14Fix new typos found by codespellDimitri Papadopoulos
2024-02-10make updateHugo Landau
2024-02-10QUIC: Add polling APIHugo Landau
2024-02-09Rearrange terms in gf_mul to prevent segfaultAngel Baez
2024-02-08Fix error code collisionHugo Landau