summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move artifact upload code into the shell scriptHugo Landau2024-03-214-20/+28
* Experimental support for uploading qlog artifactsHugo Landau2024-03-214-24/+155
* Fix unbounded memory growth when using no-cached-fetchMatt Caswell2024-03-152-2/+15
* Try to fix intermittent CI failures in quic_multistream testBernd Edlinger2024-03-152-9/+58
* plug potential memory leak in error code pathAlexandr Nedvedicky2024-03-151-0/+1
* Raise the AFL_MAP_SIZE to accommodate future growthTomas Mraz2024-03-151-2/+2
* 82-test_ocsp_cert_chain.t: Just ignore unrecognized lines in server outputTomas Mraz2024-03-151-4/+0
* Minor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)Alexandr Nedvedicky2024-03-152-2/+6
* Set AFL_MAP_SIZE to avoid crash in the AFL CI jobTomas Mraz2024-03-151-2/+2
* Add a test using the bandwidth limit filterTomas Mraz2024-03-153-0/+153
* Add support for bandwidth limitation in noisydgram BIO filterTomas Mraz2024-03-152-6/+162
* bio_f_noisy_dgram_filter(): Fix typoTomas Mraz2024-03-151-1/+1
* SSL_add_dir_cert_subjects_to_stack(): Documented return valuesShakti Shah2024-03-151-1/+17
* Add Content Type OID for id-ct-rpkiSignedPrefixListJob Snijders2024-03-156-9/+21
* apps/x509.c: No warning reading from stdin if redirectedTomas Mraz2024-03-152-2/+4
* Fix ASLR to be smaller during asan/tsan/ubsan runsNeil Horman2024-03-154-0/+36
* Avoid a memcpy in dtls_get_reassembled_message()Frederik Wedel-Heinen2024-03-141-11/+11
* Fix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decryptVladimirs Ambrosovs2024-03-141-1/+1
* Implement KAT for KBKDF with KMAC128Joachim Vandersmissen2024-03-132-0/+34
* Update tls13ccstest.c, removal of deadcodesharad30012024-03-131-4/+0
* Add fuzzing for DTLSFrederik Wedel-Heinen2024-03-126-0/+908
* s_server: test ocsp with "-cert_chain"James Muir2024-03-1215-0/+403
* Limit the number of http headers when receiving the http responseAlexandr Nedvedicky2024-03-1210-8/+128
* Add check for xor_get_aid()Jiasheng Jiang2024-03-121-0/+4
* Improve the documentation on -cert_chain and -status_verbose optionsolszomal2024-03-121-0/+4
* Use the untrusted certificate chain to create a valid certificate ID for OCSP...olszomal2024-03-121-14/+30
* Doc: fix style谭九鼎2024-03-121-5/+10
* PKCS7: Remove one of the duplicate checksJiasheng Jiang2024-03-111-2/+1
* Add reformatting commit to .git-blame-ignore-revsAarni Koskela2024-03-111-0/+2
* Make the generated params_idx.c file deterministic if run multipleslontis2024-03-111-1/+1
* FAQ.md should be removedAlexandr Nedvedicky2024-03-111-6/+0
* Fix BIO_get_new_index() to return an error when it is exhausted.slontis2024-03-119-12/+116
* Bring SSL_group_to_name docs in line with API definitionNeil Horman2024-03-101-1/+1
* Add CHANGESHugo Landau2024-03-091-0/+5
* QUIC MULTISTREAM TEST: Test write buffer statistics queriesHugo Landau2024-03-091-0/+39
* QUIC: Add stream write buffer queriesHugo Landau2024-03-094-3/+119
* Try to fix intermittent CI failures in sslapitestBernd Edlinger2024-03-081-1/+5
* QLOG: Fix indentationHugo Landau2024-03-081-48/+48
* QUIC: Define error code for stateless resetHugo Landau2024-03-084-2/+33
* QUIC: Add documentation for QUIC error codesHugo Landau2024-03-082-2/+66
* QUIC: Uniform changes for QUIC error code definitions renameHugo Landau2024-03-0813-215/+216
* QUIC: Make QUIC transport error codes publicHugo Landau2024-03-082-34/+38
* Dont run the self-hosted workflows when not availableBernd Edlinger2024-03-071-0/+1
* Gate setting of ipi_spec_dst on not building for freebsdNeil Horman2024-03-071-1/+1
* interop tests: Fedora 39 config, simplify updatesStanislav Zidek2024-03-071-2/+3
* Fix a memory leak on successful load of CRLDmitry Belyavskiy2024-03-073-2/+11
* QUIC QLOG: Fix ANSIHugo Landau2024-03-062-19/+51
* QUIC QLOG: Fix use of sprintfHugo Landau2024-03-061-1/+1
* Enable qlog support by defaultHugo Landau2024-03-066-49/+30
* Document that unknown groups and sigalgs marked with ? are ignoredTomas Mraz2024-03-063-2/+28