summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/ssl_methods.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20210830'.tb_20210830cvs2svn2021-08-301-267/+0
|
* Fix two copy paste errors in error messagestb2021-04-041-3/+3
|
* Add tests for DTLSv1_2{,_client,_server}_method()tb2021-04-041-1/+20
|
* Extend the methods test to cover dtls methods as welltb2020-12-011-1/+57
|
* Add an ssl_methods() unit test that currently only covers thetb2020-12-011-0/+192
behavior of SSL_is_server(). This would have caught the regression introduced in the method unification.