summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* quic_newcid_test: Add negative test caseHEADmasterTomas Mraz2023-05-171-11/+23
* Add test for handling NEW_CONNECTION_ID frameTomas Mraz2023-05-173-2/+183
* Fix test cases using NEW_CONNECTION_ID frameTomas Mraz2023-05-172-7/+54
* quic_txp_test.c: Cleanup use of WPACKETTomas Mraz2023-05-171-10/+14
* Fix stack corruption in ui_readBernd Edlinger2023-05-171-0/+48
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-121-2/+3
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-121-9/+9
* QUIC MSST: Fix test on macOSHugo Landau2023-05-121-0/+1
* QUIC MSST: Test that SSL_free works in either orderHugo Landau2023-05-121-11/+25
* QUIC MSST: Fix tests on platforms with non-deterministic loopback interface b...Hugo Landau2023-05-121-37/+87
* Minor fixupsHugo Landau2023-05-121-3/+2
* QUIC MSST: TestsHugo Landau2023-05-123-1/+1229
* QUIC FIFD: Add support for callback on frame ACKHugo Landau2023-05-121-0/+5
* QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau2023-05-121-2/+4
* QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...Hugo Landau2023-05-121-3/+4
* QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau2023-05-121-1/+3
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-121-8/+22
* QUIC: Update faults test to use streams correctlyHugo Landau2023-05-121-3/+13
* QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau2023-05-121-1/+5
* QUIC APL: Fix locking in XSO code and fix testsHugo Landau2023-05-121-4/+4
* QUIC TSERVER: Add support for multiple streamsHugo Landau2023-05-123-10/+16
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-122-8/+41
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-122-2/+14
* provider: return error if buf too small when getting ec pubkey paramYi Li2023-05-121-0/+22
* Clear ownership when duplicating sessionsWatson Ladd2023-05-121-1/+3
* DLTS → DTLSDimitri Papadopoulos2023-05-101-1/+1
* Add libctx to x931 keygen.slontis2023-05-053-2/+62
* Extend the min/max protocol testingMatt Caswell2023-05-051-7/+71
* 25-test_x509.t: test dots in CA file pathAlois Klink2023-05-041-1/+14
* Minor fixupsHugo Landau2023-05-011-1/+1
* QUIC CC: Use OSSL_PARAMHugo Landau2023-05-012-43/+87
* QUIC CC: Move dummy method to test codeHugo Landau2023-05-012-3/+130
* QUIC CC: TweaksHugo Landau2023-05-011-7/+7
* QUIC CC: Minor fixesHugo Landau2023-05-011-1/+3
* QUIC Congestion Control: TestsHugo Landau2023-05-013-1/+628
* QUIC CC: Major revisions to CC abstract interfaceHugo Landau2023-05-013-3/+3
* build_wincrypt_test.c: Fix compilation with MSVCMathias Berchtold2023-04-281-1/+5
* fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng2023-04-281-0/+13
* APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb2023-04-281-0/+2
* Add a test for the SSL_rstate_string*() APIsMatt Caswell2023-04-271-0/+71
* Add "info" concatenation testsPauli2023-04-263-0/+32
* fips: setup the FIPS provider in pendantic mode for testingPauli2023-04-211-1/+1
* test: update ssl_new tests in line with pedantic FIPS policyPauli2023-04-215-0/+29
* test: update TLS PDF tests in line with pedantic FIPS policyPauli2023-04-211-0/+3
* test: update evprand tests in line with pedantic FIPS policyPauli2023-04-211-0/+384
* sslapi: use correct fipsmodule.cnfPauli2023-04-211-1/+1
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-219-26/+26
* test: test -pedantic option in fipsinstallPauli2023-04-201-1/+26
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-182-2/+3
* adding provider_unload functions for cmp_ testsDanny Carpenter2023-04-164-0/+8