- tls_gnutls.c:tls_set_ciphers(): fixed broken string conversion specifier
- tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency
- Renamings: tls_new_cred -> tls_new_credentials tls_free_cred -> tls_free_credentials tls_verify_cert -> tls_verify_certificate
- tls_gnutls.c:tls_new_cred(): verify gnutls_global_init() run
- Stylistic changes
- tls_gnutls.c, tls_openssl.c: tls_get_cipher, tls_get_version: reduce buffer sizes
- Minimum supported GnuTLS version is 3.6.5 now
- In the serverinfo {} block, the following configuration directives have been renamed: ssl_certificate_file -> tls_certificate_file ssl_dh_param_file -> tls_dh_param_file ssl_dh_elliptic_curve -> tls_supported_groups ssl_cipher_list -> tls_cipher_list ssl_message_digest_algorithm -> tls_message_digest_algorithm - In the operator {} block, the following configuration directives have been renamed: ssl_certificate_fingerprint -> tls_certificate_fingerprint ssl_connection_required -> tls_connection_required - In the connect {} block, the following configuration directives have been renamed: ssl_cipher_list -> tls_cipher_list ssl_certificate_fingerprint -> tls_certificate_fingerprint
- tls_gnutls.c, tls_openssl.c: stylistic changes
- Bump copyright years everywhere
- tls_gnutls.c:tls_verify_cert(): we're actually not interested in the length of the certificate list. i.e. pass NULL as second argument to gnutls_certificate_get_peers().
- tls_gnutls.c:tls_new_cred(): fixed segfault issue in case there's no DH parameter file. Reported by Dominic Hargreaves <dom@debian.org>
- tls_gnutls.c:tls_new_cred(): test the return value of gnutls_dh_params_init() and act accordingly
- tls_gnutls.c, tls_openssl.c: stylistic changes
- tls_gnutls.c: avoid maintaining multiple priority strings
- Made read/write functions use ssize_t
- tls_gnutls.c, tls_openssl.c: disable TLSv1.1
- tls_gnutls.c, tls_openssl.c: disable TLSv1.0
- Update copyright years
- Make use of bool even more
- Make use of the bool data type in some more places
- Update copyright years
- Update copyright years
- Show GnuTLS/OpenSSL library/header versions in /INFO as suggested by Adam
- Fixed svn properties
- Let's do this better
- Don't exit out with GnuTLS when there's no key and/or certificate
- tls_gnutls.c: explicitly disable SSLv3 for releases prior to 3.4
- tls_gnutls.c: add %SERVER_PRECEDENCE to priorities
- tls*: more copyright fixups
- Move report_crypto_errors from rsa.c to tls_openssl.c - Move binary_to_hex from rsa.c to misc.c - Removed rsa.c & rsa.h
- More copyright -- from Adam
- Fix gnutls error handling -- from Adam
- Fix cert leak in tls_verify_cert -- from Adam
- Remove useless raw_result -- from Adam
- tls_gnutls.h, tls_gnutls.c: minor cleanups
- tls_gnutls.c:tls_get_cipher(): make the string look similar to the openssl variant (add protocol information)
- propset
- Incorporate gnutls support by Adam & Attila
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.