Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 1160 (100.0%) | 58.0 |
libextra/ | 14 (70.0%) | 1078 (92.9%) | 77.0 |
includes/gnutls/ | 6 (30.0%) | 82 (7.1%) | 13.6 |
Enclose in extern "C" (from Debian bug #163394).
9 lines of code changed in:
Update SSL_CIPHER_get_name() to use gnutls_cipher_suite_get_name()
3 lines of code changed in:
add ability to use separate file descriptors for send() and recv()
using new set_transport_ptr2() function
17 lines of code changed in:
some initial support for TLS/SSL server applications
153 lines of code changed in:
get rid of some warnings during build
19 lines of code changed in:
yet more functions, and some fixes
147 lines of code changed in:
some more functions implemented
168 lines of code changed in:
fix SSL_CIPHER_get_bits to return key size in bits rather than bytes
1 lines of code changed in:
changes to way SSL_CIPHER allocation is handled
make use of option SSL_OP_NO_TLSv1
45 lines of code changed in:
use gnutls_cipher_get_key_size() in SSL_CIPHER_get_bits()
1 lines of code changed in:
make arrays for priority information in SSL_METHOD statically allocated
14 lines of code changed in:
Implemented some more functions.
Basic TLS/SSL operations tested with: slrn, wget, lynx
583 lines of code changed in: