summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2024-03-20Copyright year updatesRichard Levitte
2024-03-15Try to fix intermittent CI failures in quic_multistream testBernd Edlinger
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-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-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-11Fix BIO_get_new_index() to return an error when it is exhausted.slontis
2024-03-09QUIC MULTISTREAM TEST: Test write buffer statistics queriesHugo Landau
2024-03-08Try to fix intermittent CI failures in sslapitestBernd Edlinger
2024-03-07QUIC: Uniform changes for QUIC error code definitions renameHugo Landau
2024-03-07Fix a memory leak on successful load of CRLDmitry Belyavskiy
2024-03-06QUIC QLOG: Fix ANSIHugo Landau
2024-03-06Add test for ignoring unknown sigalgs and groups marked with ?Tomas Mraz
2024-03-06apps/cmp: improve -reqin option to read fallback public key from first reques...Dr. 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-02Dump out qlog json if it is malformedNeil Horman
2024-03-01Implement PCT for EDDSApohsingwu
2024-02-25Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders
2024-02-22SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch
2024-02-22Minor wording fixes related to no-atexitTomas Mraz
2024-02-21Extended SSL_SESSION functions using time_tIjtaba Hussain
2024-02-19QUIC FIFD: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC MULTISTREAM TEST: Test explicit event handling modeHugo Landau
2024-02-16QUIC: Test that SSL_ctrl, SSL_set_mode are routed correctly on QSSOsHugo Landau
2024-02-14Fix SSL_export_keying_material for QUICHugo Landau
2024-02-14Skip shlibload tests if no-atexit is configuredNeil Horman
2024-02-14Fix new typos found by codespellDimitri Papadopoulos
2024-02-13test_cmp_http: decrease risk of timeouts due to delays caused by the underlyi...Dr. David von Oheimb
2024-02-10Minor tweak to recipeHugo Landau
2024-02-10QUIC MULTISTREAM Test: Ensure poll test is robustHugo Landau
2024-02-10QUIC MULTISTREAM TEST: Fix perl warning around envvarsHugo Landau
2024-02-10QUIC MULTISTREAM TEST: Add test for SSL_pollHugo Landau
2024-02-09JSON_ENC: Fix unit test for MSVCHugo Landau
2024-02-09Remove unneeded stuffFrederik Wedel-Heinen
2024-02-09Refactor skip test statements.Frederik Wedel-Heinen
2024-02-09Adds some version guards for dummy proxy.Frederik Wedel-Heinen
2024-02-09Don't use dtls proxy on windows.Frederik Wedel-Heinen
2024-02-09Check if creating a tlsproxy instance per use allows to run the tests on wind...Frederik Wedel-Heinen
2024-02-09Fix test runs on builds without tls1_3Frederik Wedel-Heinen
2024-02-09Skip tests if build does not support dtls1.2 or tls1.2Frederik Wedel-Heinen
2024-02-09Merge dtls and tls records testsFrederik Wedel-Heinen
2024-02-09Don't run dtls test on windows.Frederik Wedel-Heinen
2024-02-09Support DTLS in TLS::Proxy.Frederik Wedel-Heinen
2024-02-08Fixup multistream testHugo Landau