summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wire up QUIC regress.jsing2022-08-271-1/+2
* Add regress for QUIC.jsing2022-08-272-0/+358
* Revise regress now that SSL_QUIC_METHOD exists.jsing2022-08-211-4/+6
* fix error messagetb2022-08-051-2/+2
* Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");tb2022-08-051-10/+10
* Make the bogokey[] global static const.tb2022-08-051-7/+8
* Move CBB_init() to a consistent place.tb2022-08-051-10/+10
* Consistently initialize failure to 1 at the top of the function andtb2022-08-051-76/+62
* Consistently check for CBB_init() failure.tb2022-08-051-45/+89
* Remove most of the indirection introduced in previous and instead fetchtb2022-08-051-400/+339
* Add some glue to fetch the tlsext functions from the tls_extensions[]tb2022-08-041-190/+440
* Extend TLS buffer regress to cover read/write usage.jsing2022-07-221-13/+219
* Make test table based, extend it a littletb2022-07-211-69/+117
* link ssl_set_alpn_protos to regresstb2022-07-201-1/+2
* Add a quick and dirty regress for SSL{_CTX,}_set_alpn_protos()tb2022-07-201-0/+156
* zap trailing spacestb2022-07-191-2/+2
* Regenerate golden numbers due to RC4-MD5 now being disabled by default.tb2022-07-191-61/+58
* Revert accidental committb2022-07-181-2/+2
* Add comments to explain the magic numbers 57 and 58tb2022-07-182-3/+6
* Avoid sending the QUIC transport parameters extension now that wetb2022-07-181-4/+4
* Revise regress for QUIC transport parameters TLS extension.jsing2022-07-171-15/+32
* Use the security level knob in the test script.tb2022-07-071-2/+14
* Only run tests against ciphers supported by the method.tb2022-07-072-4/+28
* Add some minimal regress coverage for the security level.tb2022-07-071-1/+6
* Make the ssltest security level aware.tb2022-07-071-1/+9
* Switch ssltest to using the newly generated certs that use SHA-256 insteadtb2022-07-072-8/+6
* Adjust to new tls1_ec_nid2group_id API.tb2022-07-021-7/+13
* Add support for sending QUIC transport parametersbeck2022-06-291-1/+257
* Use relative paths so beck can run regress in his git tree and havetb2022-06-294-8/+12
* More %i vs %d cleanuptb2022-06-107-20/+20
* Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch totb2022-06-071-18/+18
* Minor tweaks to psk modes regresstb2022-06-061-3/+3
* move the calls to psk kex modes tests down to match order in ssl_tlsext.ctb2022-06-051-4/+4
* Add regress coverage for PSK kex modes tlsext handlers.tb2022-06-051-2/+210
* Add the two length tests. Can't currently run them because we need antb2022-05-141-1/+6
* If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so thattb2022-05-101-1/+5
* Default Ruby is now 3.1tb2022-05-081-2/+2
* Add missing self. From antontb2022-04-211-2/+2
* Some more c99 initializers for consistency and readabilitytb2022-03-081-23/+62
* Plug leaks reported by Ilya Shipitsintb2022-02-081-1/+5
* Plug a number of leaks reported by Ilya Shipitsintb2022-02-081-2/+9
* cope with recent S3I removal; ok tb@anton2022-02-061-2/+2
* Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listtb2022-02-051-1/+5
* Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.tb2022-02-051-10/+5
* Adjust the ssl_get_shared_ciphers to the new names.tb2022-02-051-23/+23
* Revise for S3I removal.jsing2022-02-051-81/+81
* Revise for peer_cert.jsing2022-01-111-6/+6
* Revise for changes to tls_key_share_peer_public()jsing2022-01-111-2/+4
* Let dtlstest peek into bio_local.htb2022-01-072-2/+4
* Revise for change to tls_key_share_peer_public()jsing2022-01-061-3/+2