summaryrefslogtreecommitdiff
path: root/tests/alltests.py
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2006-03-14 18:36:23 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2006-03-14 18:36:23 +0000
commit53df409746502c4f3196c9d59d8895c0e987983d (patch)
tree31d03ef9173d281d35b4bae1cb89a914537c0b4c /tests/alltests.py
parent3ab2470204d90997ffc893a519597960f5b68355 (diff)
downloadm2crypto-53df409746502c4f3196c9d59d8895c0e987983d.tar.gz
Bug 5381, SSLBio and related additions to help do SSL with
BIOs directly, original patch by Matt Rodriguez. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@381 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'tests/alltests.py')
-rw-r--r--tests/alltests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/alltests.py b/tests/alltests.py
index 5f83906..c221cdd 100644
--- a/tests/alltests.py
+++ b/tests/alltests.py
@@ -11,6 +11,7 @@ def suite():
'test_bio_membuf',
'test_bio_file',
'test_bio_iobuf',
+ 'test_bio_ssl',
'test_bn',
'test_authcookie',
'test_dh',