diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-10-08 02:39:27 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-10-08 02:53:57 +0200 |
commit | d227e38569322ad1b14f5ccff6bf51d7f1760b52 (patch) | |
tree | 92dce1e40ada85a239f44ab11546aa03547cb6c9 /src/tests.h | |
parent | de6b66a172820f15535abc78ceae46e81c94157f (diff) | |
download | gnutls-d227e38569322ad1b14f5ccff6bf51d7f1760b52.tar.gz |
Added tests for ECDHE, AES-GCM and SHA256.
Diffstat (limited to 'src/tests.h')
-rw-r--r-- | src/tests.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests.h b/src/tests.h index 5961a710a2..ed8fdb0cdd 100644 --- a/src/tests.h +++ b/src/tests.h @@ -42,3 +42,8 @@ test_code_t test_version_oob (gnutls_session_t session); test_code_t test_zlib (gnutls_session_t session); int _test_srp_username_callback (gnutls_session_t session, char **username, char **password); + +test_code_t test_ecdhe_curve (gnutls_session_t session); +test_code_t test_ecdhe (gnutls_session_t session); +test_code_t test_aes_gcm (gnutls_session_t session); +test_code_t test_sha256 (gnutls_session_t session); |