Alexandre Julliard
|
c518801495
|
secur32: Set the SSL server name to enable the SNI extension.
|
2013-06-13 17:10:02 +02:00 |
Alexandre Rostovtsev
|
fee9cd3b24
|
configure: In gnutls-3.2, gnutls_mac_get_key_size() moved to crypto.h.
Based on a patch by Ben Kohler <bkohler@gmail.com>.
|
2013-06-11 11:37:21 +02:00 |
Jacek Caban
|
66f80b57a4
|
secur32: Pass enabled protocols to GnuTLS.
|
2013-04-01 12:15:37 +02:00 |
Jacek Caban
|
fe474e3b6a
|
secur32: Take schannel backend capabilities into account when configuring enabled protocols.
|
2013-03-28 18:54:01 +01:00 |
Jacek Caban
|
b7a75b468a
|
secur32: Pass whole schan_credentials struct to schannel backend implementations.
|
2013-03-25 16:28:18 +01:00 |
Jacek Caban
|
64c84ef5c4
|
secur32: Report SecPkgContext_ConnectionInfo in bits, not bytes.
|
2013-02-27 19:23:36 +01:00 |
Jacek Caban
|
5c5d12c8bc
|
secur32: Return a cert context with context store in SECPKG_ATTR_REMOTE_CERT_CONTEXT GnuTLS implementation.
|
2013-01-21 16:19:05 +01:00 |
Austin English
|
62e77128c5
|
secur32: Get rid of deprecated types.
|
2012-11-16 11:40:17 +01:00 |
Henri Verbeet
|
8abcfeddd8
|
secur32: Recognize some more TLS versions.
|
2012-07-18 17:12:34 +02:00 |
Henri Verbeet
|
929598fd00
|
secur32: Properly handle GNUTLS_E_AGAIN in (GnuTLS) schan_imp_recv().
|
2011-10-03 14:38:49 -05:00 |
Henri Verbeet
|
65aed972c0
|
secur32: Properly handle GNUTLS_E_AGAIN in (GnuTLS) schan_imp_send().
|
2011-10-03 14:38:44 -05:00 |
Henri Verbeet
|
0903855456
|
secur32: Use gnutls_record_get_max_size() to get the maximum message size.
|
2011-10-03 14:38:21 -05:00 |
Alexandre Julliard
|
52fa3bf42d
|
secur32: Avoid size_t and fix some printf formats.
|
2011-09-05 19:34:55 +02:00 |
Ken Thomases
|
5015f388d1
|
secur32: Add alternative schannel implementation for Mac OS X.
It uses the native Secure Transport API rather than GnuTLS.
|
2011-03-14 19:31:07 +01:00 |
Ken Thomases
|
0b396208db
|
secur32: Separate GnuTLS schannel implementation into separate file.
|
2011-03-14 14:16:13 +01:00 |