aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-10-26Provide additional AES-ECB test patterns to enhance test coverage.Phoebe Chen1-0/+36
2023-10-26Provide additional AES-XTS test patterns to enhance test coverage.Phoebe Chen1-0/+30
2023-10-26Provide additional AES-GCM test patterns to enhance test coverage.Phoebe Chen1-0/+956
2023-10-26Provide additional AES-CBC test patterns to enhance test coverage.Phoebe Chen1-0/+16
2023-10-26Accept longer context for TLS 1.2 exportersDaiki Ueno1-2/+23
2023-10-26Fix potential NULL deref in ssl_old_test.cTodd Short1-11/+13
2023-10-26bn: Properly error out if aliasing return value with modulusTomas Mraz1-0/+104
2023-10-25Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz2-2/+17
2023-10-25QUIC CHANNEL: Correct timeout calculation for ACKsHugo Landau2-6/+6
2023-10-25QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packetHugo Landau1-7/+10
2023-10-25QUIC: Test connection with large client and server cert chainsTomas Mraz4-49/+61
2023-10-25QUIC MULTISTREAM TEST: Output connection closure reason info on failureHugo Landau1-0/+52
2023-10-25quic_multistream_test: Output info about connection close reasonTomas Mraz1-1/+3
2023-10-25sslapitest: add cast to avoid compiler errorPauli1-1/+1
2023-10-25quic_tserver_test: Raise the initial timeout limitTomas Mraz1-1/+1
2023-10-25rsa: Add SP800-56Br2 6.4.1.2.1 (3.c) checkClemens Lang1-0/+4
2023-10-24Add a test for retries when sending app dataMatt Caswell3-1/+204
2023-10-24When requeueing deferred URXEs retain the orderMatt Caswell2-14/+14
2023-10-24test: add unit test for CVE-2023-5363Pauli1-0/+253
2023-10-24Fix Coverity 1547856: memset() uses only the lowest byte of cTomas Mraz1-1/+1
2023-10-23quic_record, quicapi, and quicfaults tests do not support fuzzing buildsTomas Mraz3-0/+9
2023-10-23Don't run the QUIC client fuzzer if QUIC is disabledMatt Caswell1-0/+3
2023-10-23Add a test for OSSL_ERR_STATE_save_to_mark()Matt Caswell1-13/+32
2023-10-23Add fuzz test recipe for the quic client fuzzerMatt Caswell1-0/+22
2023-10-20Add a test for converting OSSL_TIME to struct timevalMatt Caswell3-1/+96
2023-10-20QUIC: Test handling of post-connection session ticketsHugo Landau1-1/+62
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau2-1/+51
2023-10-20Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman2-10/+1
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz1-0/+47
2023-10-18Add a test to confirm that legacy rsa keys workNeil Horman1-0/+116
2023-10-18cms encrypt, better OBJ_nid2obj() return checkJames Muir1-1/+12
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno1-0/+31
2023-10-13QUIC APL: Fix incoming default stream poppingHugo Landau1-1/+22
2023-10-13cmp: add null pointer check in tear_down test functionPauli1-7/+9
2023-10-13trace_api_test.c: Separate tracing statementsTomas Mraz1-8/+8
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz1-20/+18
2023-10-11test/recipes/05-test_rand.t: replace 'and' with '&&'Richard Levitte1-2/+2
2023-10-10apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...Dr. David von Oheimb1-0/+2
2023-10-10ECDSA with SHA3 verification does not depend on FIPS provider versionTomas Mraz1-9/+13
2023-10-09Fix the BIO_addr testMatt Caswell1-9/+21
2023-10-09test_provider_ex(): Add missing call failure checksTomas Mraz1-5/+8
2023-10-06Timeout in the tserver test using real timeMatt Caswell1-3/+6
2023-10-06Don't wait in the tesrver idle testing every time around the loopMatt Caswell1-1/+13
2023-10-06Always back off on the first packet noise from client to serverTomas Mraz1-2/+10
2023-10-06Add testing of bitflips in packet headersTomas Mraz2-22/+69
2023-10-05avoid sun as variable nameVladimir Kotal1-3/+3
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli1-0/+3
2023-10-04test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre1-0/+85
2023-10-04test: evp_extra: fix indentation errorMatthias St. Pierre1-3/+3
2023-10-04Back off on generating noise in the event of a PING frameMatt Caswell4-11/+97