index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crypto
/
tls_gnutls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend domain_match and domain_suffix_match to allow list of values
Jouni Malinen
2019-04-09
1
-5/+48
*
Add support for an optional context parameter to TLS exporter
Ervin Oro
2019-03-16
1
-1/+10
*
OpenSSL: Add 'check_cert_subject' support for TLS server
Jared Bents
2019-03-11
1
-0/+3
*
hostapd: Add configuration option check_crl_strict
Sam Voss
2018-12-31
1
-1/+1
*
OpenSSL: Add openssl_ecdh_curves parameter
Hristo Venev
2018-12-30
1
-0/+6
*
TLS: Add tls_connection_peer_serial_num()
Jouni Malinen
2018-10-11
1
-0/+8
*
GnuTLS: Suite B validation
Jouni Malinen
2017-12-28
1
-11/+55
*
GnuTLS: Add support for disabling TLS versions
Jouni Malinen
2017-12-28
1
-0/+23
*
GnuTLS: Implement tls_get_cipher()
Jouni Malinen
2017-12-28
1
-2/+29
*
GnuTLS: Make debug prints clearer for cert/key parsing
Jouni Malinen
2017-12-28
1
-2/+21
*
GnuTLS: Implement tls_get_version()
Jouni Malinen
2017-12-28
1
-3/+13
*
Remove trailing whitespace
Jouni Malinen
2016-12-28
1
-1/+1
*
TLS: Split tls_connection_prf() into two functions
David Benjamin
2016-05-23
1
-5/+12
*
Add ocsp=3 configuration parameter for multi-OCSP
Jouni Malinen
2015-12-23
1
-0/+6
*
GnuTLS: OCSP stapling on the server side
Jouni Malinen
2015-12-22
1
-0/+52
*
EAP peer: External server certificate chain validation
Jouni Malinen
2015-12-12
1
-0/+6
*
TLS: Add functions for managing cached session state
Jouni Malinen
2015-08-23
1
-0/+23
*
TLS: Add new arguments to tls_connection_set_verify()
Jouni Malinen
2015-08-23
1
-1/+2
*
Rename tls_connection_get_keys() to tls_connection_get_random()
Jouni Malinen
2015-08-02
1
-2/+2
*
Make TLS version number available in STATUS command
Jouni Malinen
2015-07-08
1
-0/+8
*
TLS: Remove unused tls_capabilities()
Jouni Malinen
2015-06-30
1
-6/+0
*
Make tls_connection_get_keyblock_size() internal to tls_*.c
Jouni Malinen
2015-04-01
1
-10/+2
*
Add domain_match network profile parameter
Jouni Malinen
2015-01-14
1
-0/+36
*
GnuTLS: Add TLS event callbacks for chain success/failure and peer cert
Jouni Malinen
2015-01-11
1
-2/+49
*
GnuTLS: Add support for OCSP stapling as a client
Jouni Malinen
2015-01-11
1
-8/+133
*
GnuTLS: Verify that server certificate EKU is valid for a server
Jouni Malinen
2015-01-11
1
-1/+75
*
GnuTLS: Fix tls_disable_time_checks=1 processing
Jouni Malinen
2015-01-11
1
-2/+6
*
GnuTLS: Add support for private_key and client_cert as blobs
Jouni Malinen
2015-01-11
1
-0/+56
*
GnuTLS: Fix DER encoding certificate parsing
Jouni Malinen
2015-01-11
1
-24/+27
*
Add "GET tls_library" to provide information on TLS library and version
Jouni Malinen
2015-01-11
1
-0/+7
*
GnuTLS: Add event callbacks
Jouni Malinen
2015-01-11
1
-2/+68
*
GnuTLS: Add support for domain_suffix_match
Jouni Malinen
2015-01-11
1
-3/+21
*
GnuTLS: Check for any unknown verification failure
Jouni Malinen
2015-01-11
1
-0/+7
*
GnuTLS: Add more debug prints for version and session status
Jouni Malinen
2015-01-11
1
-0/+38
*
GnuTLS: Move peer certificate validation into callback function
Jouni Malinen
2015-01-11
1
-34/+47
*
GnuTLS: Remove support for versions older than 2.12.x
Jouni Malinen
2015-01-11
1
-35/+11
*
GnuTLS: Remove old version number checks for 1.3.2
Jouni Malinen
2015-01-11
1
-8/+0
*
GnuTLS: Remove GNUTLS_INTERNAL_STRUCTURE_HACK
Jouni Malinen
2015-01-11
1
-92/+0
*
GnuTLS: Add support for ca_cert as a blob
Jouni Malinen
2015-01-10
1
-1/+28
*
TLS: Reject openssl_ciphers parameter in non-OpenSSL cases
Jouni Malinen
2015-01-10
1
-0/+5
*
GnuTLS: Reject subject_match, altsubject_match, suffix_match
Jouni Malinen
2015-01-10
1
-112/+12
*
Support private_key_passwd for GnuTLS (3.1.11+)
David Woodhouse
2014-12-25
1
-1/+14
*
GnuTLS: Get rid of warnings about deprecated typedef names
Jouni Malinen
2014-12-25
1
-4/+4
*
Declare wpa_debug_* variables in src/utils/wpa_debug.h
Jouni Malinen
2013-12-31
1
-2/+0
*
Remove the GPL notification from files contributed by Jouni Malinen
Jouni Malinen
2012-02-11
1
-8/+2
*
Remove EAP-TTLSv1 and TLS/IA
Jouni Malinen
2011-09-25
1
-282/+2
*
GnuTLS: Fix build bit various GnuTLS versions
Jouni Malinen
2011-09-25
1
-15/+36
*
GnuTLS: Implement tls_connection_enable_workaround()
Jouni Malinen
2009-12-20
1
-1/+1
*
GnuTLS: Add support for piggybacked Application Data
Jouni Malinen
2009-12-20
1
-0/+30
*
GnuTLS: Define empty tls_connection_set_session_ticket_cb()
Jouni Malinen
2009-12-20
1
-0/+8
[next]