aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: fix 20-test_dgst.t to use hexkeyDimitri John Ledkov2024-04-101-2/+2
* Add check for public key presence on sm2 signingNeil Horman2024-04-091-8/+31
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-091-11/+42
* apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm2024-04-093-17/+102
* Check range of RSA plaintext and ciphertext when using no padding.slontis2024-04-091-0/+43
* Copyright year updatesRichard Levitte2024-04-0953-53/+53
* Add a test for session cache overflowMatt Caswell2024-04-081-1/+123
* Extend the multi_resume test for simultaneous resumptionsMatt Caswell2024-04-081-4/+84
* Add a test for session cache handlingMatt Caswell2024-04-081-0/+92
* Diverse small VMS build fixupsRichard Levitte2024-04-041-0/+9
* Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2024-04-022-4/+32
* Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger2024-04-022-1/+8
* Add locking to atomic operations in rw/rcu testsNeil Horman2024-04-021-8/+13
* test/bad_dtls_test.c: Add checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-011-1/+5
* Fix threadstest wrapping againNeil Horman2024-03-261-2/+6
* Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík2024-03-251-1/+13
* Make counters in rcu/rw threads torture test 64 bitNeil Horman2024-03-221-8/+8
* Move artifact upload code into the shell scriptHugo Landau2024-03-211-17/+2
* Experimental support for uploading qlog artifactsHugo Landau2024-03-211-3/+19
* Try to fix intermittent CI failures in quic_multistream testBernd Edlinger2024-03-151-2/+20
* 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-151-1/+4
* 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
* Update tls13ccstest.c, removal of deadcodesharad30012024-03-131-4/+0
* Add fuzzing for DTLSFrederik Wedel-Heinen2024-03-122-0/+50
* 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-121-0/+63
* Add check for xor_get_aid()Jiasheng Jiang2024-03-121-0/+4
* Fix BIO_get_new_index() to return an error when it is exhausted.slontis2024-03-113-1/+88
* QUIC MULTISTREAM TEST: Test write buffer statistics queriesHugo Landau2024-03-091-0/+39
* Try to fix intermittent CI failures in sslapitestBernd Edlinger2024-03-081-1/+5
* QUIC: Uniform changes for QUIC error code definitions renameHugo Landau2024-03-075-90/+90
* Fix a memory leak on successful load of CRLDmitry Belyavskiy2024-03-072-2/+9
* QUIC QLOG: Fix ANSIHugo Landau2024-03-062-19/+51
* Add test for ignoring unknown sigalgs and groups marked with ?Tomas Mraz2024-03-061-0/+61
* apps/cmp: improve -reqin option to read fallback public key from first reques...Dr. David von Oheimb2024-03-061-0/+3
* apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb2024-03-061-2/+4
* Dump out qlog json if it is malformedNeil Horman2024-03-021-1/+11
* Implement PCT for EDDSApohsingwu2024-03-012-1/+26
* Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders2024-02-253-6/+61
* SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch2024-02-222-13/+9
* Minor wording fixes related to no-atexitTomas Mraz2024-02-221-1/+1
* Extended SSL_SESSION functions using time_tIjtaba Hussain2024-02-211-3/+3
* QUIC FIFD: Allow QLOG instance retrieval via callbackHugo Landau2024-02-191-1/+1
* QUIC MULTISTREAM TEST: Test explicit event handling modeHugo Landau2024-02-191-11/+112
* QUIC: Test that SSL_ctrl, SSL_set_mode are routed correctly on QSSOsHugo Landau2024-02-161-0/+6
* Fix SSL_export_keying_material for QUICHugo Landau2024-02-141-1/+7
* Skip shlibload tests if no-atexit is configuredNeil Horman2024-02-141-0/+1