summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-18Updated list formatting, added hyperlinks, modernized syntaxDwiczz
2024-04-17.ctags.d is previous, include it in our tarballsRichard Levitte
2024-04-17Use scalar ALU and vector ALU together for chacha20 stream cipherJerry Shih
2024-04-17poly1305.c: fix typo on POLY1305_BLOCK_SIZEYangyu Chen
2024-04-17Unable to run asm code on OpenBSD (amd64)Theo Buehler
2024-04-17extend x86_64-xlate.pl perlasm so it can handle .rodata sections properlyAlexandr Nedvedicky
2024-04-17fuzz/decoder.c: Limit the EVP_PKEY_param_check on DHX keys as wellTomas Mraz
2024-04-17Define KU_ constants via corresponding X509v3_KU_Viktor Dukhovni
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-16doc/fingerprints.txt: Add the future OpenSSL release keyRichard Levitte
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-16Remove repetitive wordsNeil Horman
2024-04-15Adding missing NULL pointer checkafshinpir
2024-04-15list_provider_info(): Fix leak on errorTomas Mraz
2024-04-12Augment README.md in top level to indicate Makefile presenceNeil Horman
2024-04-12disable http3 demo on windowsNeil Horman
2024-04-12make addr_len the right sign in sslechoNeil Horman
2024-04-12Replace getline with fgets in sslecho demoNeil Horman
2024-04-12dont include unistd.h on windows for sslechoNeil Horman
2024-04-12Don't include unistd.h in sconnect for windowsNeil Horman
2024-04-12Fix signal handling in saccept for windowsNeil Horman
2024-04-12Fix warnings found by clang in CINeil Horman
2024-04-12Enable demos in select buildsNeil Horman
2024-04-12fix all the warnings in our demos and make them enableableNeil Horman
2024-04-12Convert demos to primary build systemNeil Horman
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-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau
2024-04-10QUIC QSM: Add function to determine if data is waitingHugo Landau
2024-04-10test: fix 20-test_dgst.t to use hexkeyDimitri John Ledkov
2024-04-10Document that private and pairwise checks are not bounded by key sizeTomas Mraz
2024-04-10fuzz/decoder.c: Limit the key sizes on which checks are runTomas Mraz
2024-04-10Fix socket descriptor checks on Windowsolszomal
2024-04-10Fix typos found by codespellDimitri Papadopoulos
2024-04-10man EVP_PKEY_CTX_set_params: document params is a listHubert Kario
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-10Downgrade also the download-artifact actionTomas Mraz
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-09signature/dsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang
2024-04-09signature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang
2024-04-09Add docs noting requirements for SM2 signingNeil Horman
2024-04-09Add check for public key presence on sm2 signingNeil Horman