diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-08-21 11:09:17 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-08-21 11:09:17 +0000 |
commit | 58dddfc9aaa7b378bd5925325703145c28b3a213 (patch) | |
tree | 6c9899e759adabb22934c4bf669a7c0cf4bd7970 /lib/gnutls_state.c | |
parent | d09ece023ecaf67377b22250095e78b9c539121b (diff) | |
download | gnutls-58dddfc9aaa7b378bd5925325703145c28b3a213.tar.gz |
Added some initials for the export cipher suites.gnutls_0_5_x_with_export_ciphersuites
Diffstat (limited to 'lib/gnutls_state.c')
-rw-r--r-- | lib/gnutls_state.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c index fa31816649..60d2382485 100644 --- a/lib/gnutls_state.c +++ b/lib/gnutls_state.c @@ -468,24 +468,6 @@ void gnutls_record_set_cbc_protection(GNUTLS_STATE state, int prot) } /** - * gnutls_handshake_set_exportable_detection - Used to enable the detection of server's export cipher suites - * @state: is a &GNUTLS_STATE structure. - * @det: is an integer (0 or 1) - * - * The function will allow clients to detect if a server only - * supports exportable ciphersuites. In that case an error code - * of GNUTLS_E_EXPORT_CIPHER_SUITE is returned. - * - * This check will be enabled if det != 0, and disabled otherwise - * (the default behaviour). - * - **/ -void gnutls_handshake_set_exportable_detection(GNUTLS_STATE state, int det) -{ - state->gnutls_internals.exportable_detection_hack = det; -} - -/** * gnutls_handshake_set_private_extensions - Used to enable the private cipher suites * @state: is a &GNUTLS_STATE structure. * @allow: is an integer (0 or 1) |