summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-29Prepare for release of 3.3 beta 1openssl-3.3.0-beta1Matt Caswell
2024-03-29make updateMatt Caswell
2024-03-29Copyright year updatesMatt Caswell
2024-03-29Update CHANGES.md and NEWS.md with changes that have occurred since 3.2Matt Caswell
2024-03-26Fix threadstest wrapping againNeil Horman
2024-03-26Update gost-engine submodule to fix the CITomas Mraz
2024-03-26apps/req,crl: exit with 1 on verification failureVladimir Kotal
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík
2024-03-25Replace size_t with int and add the check for the EVP_MD_get_size()Jiasheng Jiang
2024-03-25Replace unsigned with intJiasheng Jiang
2024-03-25fix demos/sslecho/main.c so it builds on OpenBSD toosashan
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-22Fixed a typo and grammar in openssl-ts.podolszomal
2024-03-22fix uploading artifacts for paramertrized jobsDmitry Misharov
2024-03-22Make counters in rcu/rw threads torture test 64 bitNeil Horman
2024-03-22Add M1 macOS runner to some workflowsDmitry Misharov
2024-03-22riscv: Fix remaining asm checksJakov Smolić
2024-03-22Update FIPS hmac key documentationMatt Hauck
2024-03-21Move artifact upload code into the shell scriptHugo Landau
2024-03-21Experimental support for uploading qlog artifactsHugo Landau
2024-03-20Prepare for 3.3 alpha 2Richard Levitte
2024-03-20Prepare for release of 3.3 alpha 1openssl-3.3.0-alpha1Richard Levitte
2024-03-20make updateRichard Levitte
2024-03-20Copyright year updatesRichard Levitte
2024-03-15Fix unbounded memory growth when using no-cached-fetchMatt Caswell
2024-03-15Try to fix intermittent CI failures in quic_multistream testBernd Edlinger
2024-03-15plug potential memory leak in error code pathAlexandr Nedvedicky
2024-03-15Raise the AFL_MAP_SIZE to accommodate future growthTomas Mraz
2024-03-1582-test_ocsp_cert_chain.t: Just ignore unrecognized lines in server outputTomas Mraz
2024-03-15Minor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)Alexandr Nedvedicky
2024-03-15Set AFL_MAP_SIZE to avoid crash in the AFL CI jobTomas Mraz
2024-03-15Add a test using the bandwidth limit filterTomas Mraz
2024-03-15Add support for bandwidth limitation in noisydgram BIO filterTomas Mraz
2024-03-15bio_f_noisy_dgram_filter(): Fix typoTomas Mraz
2024-03-15SSL_add_dir_cert_subjects_to_stack(): Documented return valuesShakti Shah
2024-03-15Add Content Type OID for id-ct-rpkiSignedPrefixListJob Snijders
2024-03-15apps/x509.c: No warning reading from stdin if redirectedTomas Mraz
2024-03-15Fix ASLR to be smaller during asan/tsan/ubsan runsNeil Horman
2024-03-14Avoid a memcpy in dtls_get_reassembled_message()Frederik Wedel-Heinen
2024-03-14Fix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decryptVladimirs Ambrosovs
2024-03-13Implement KAT for KBKDF with KMAC128Joachim Vandersmissen
2024-03-13Update tls13ccstest.c, removal of deadcodesharad3001
2024-03-12Add fuzzing for DTLSFrederik Wedel-Heinen
2024-03-12s_server: test ocsp with "-cert_chain"James Muir
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky
2024-03-12Add check for xor_get_aid()Jiasheng Jiang
2024-03-12Improve the documentation on -cert_chain and -status_verbose optionsolszomal
2024-03-12Use the untrusted certificate chain to create a valid certificate ID for OCSP...olszomal
2024-03-12Doc: fix style谭九鼎