/[hydra]/hydra/src/ssl.h
ViewVC logotype

Contents of /hydra/src/ssl.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sat Sep 28 10:52:46 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_3, hydra_0_0_6, hydra_0_0_4, hydra_0_0_5
Changes since 1.1: +4 -0 lines
File MIME type: text/plain
Cleaned up SSL support. Hydra can be now compiled even if gnutls is not available.

1 #ifdef ENABLE_SSL
2
3 gnutls_session initialize_ssl_session(void);
4 int generate_dh_primes(void);
5 int generate_rsa_params(void);
6 int initialize_ssl( void);
7 void check_ssl_alert( request* req, int ret);
8 int send_alert(request * current);
9 int finish_handshake(request * current);
10 void ssl_regenerate_params(void);
11
12 #endif

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26