Home | History | Annotate | Download | only in crypto

Lines Matching refs:gnutls

2  * SSL/TLS interface functions for GnuTLS
10 #include <gnutls/gnutls.h>
11 #include <gnutls/x509.h>
13 #include <gnutls/pkcs12.h>
16 #include <gnutls/ocsp.h>
92 "gnutls<%d> %s", level, s);
103 "GnuTLS: Library version %s (runtime) - %s (build)",
219 wpa_printf(MSG_ERROR, "GnuTLS: Priority string failure at "
316 wpa_printf(MSG_INFO, "GnuTLS: Failed to preparare new session "
325 wpa_printf(MSG_INFO, "GnuTLS: Failed to configure credentials "
335 wpa_printf(MSG_INFO, "GnuTLS: Failed to set session "
355 "GnuTLS: ocsp=3 not supported");
361 "GnuTLS: tls_ext_cert_check=1 not supported");
366 wpa_printf(MSG_INFO, "GnuTLS: subject_match not supported");
371 wpa_printf(MSG_INFO, "GnuTLS: altsubject_match not supported");
393 wpa_printf(MSG_INFO, "GnuTLS: domain_match not supported");
401 wpa_printf(MSG_INFO, "GnuTLS: openssl_ciphers not supported");
409 wpa_printf(MSG_DEBUG, "GnuTLS: Try to parse %s in DER format",
415 "GnuTLS: Failed to read CA cert '%s' in DER format (%s) - try in PEM format",
451 wpa_printf(MSG_INFO, "GnuTLS: ca_path not supported");
521 wpa_printf(MSG_DEBUG, "GnuTLS: PKCS#12 support not "
578 wpa_printf(MSG_DEBUG, "GnuTLS: PKCS#12 support not included");
589 "GnuTLS: Failed to enable OCSP client");
596 "GnuTLS: OCSP not supported by this version of GnuTLS");
623 wpa_printf(MSG_DEBUG, "GnuTLS: OCSP status callback - no response configured");
630 "GnuTLS: OCSP status callback - could not read response file (%s)",
636 "GnuTLS: OCSP status callback - send cached response");
740 wpa_printf(MSG_DEBUG, "GnuTLS: PKCS#12 support not "
872 wpa_printf(MSG_INFO, "GnuTLS: Failed to get EKU");
876 wpa_printf(MSG_DEBUG, "GnuTLS: Certificate purpose: %s", oid);
902 "GnuTLS: No valid OCSP response received");
907 "GnuTLS: Valid OCSP response was not received - continue since OCSP was not required");
912 * GnuTLS has already verified the OCSP response in
924 "GnuTLS: OCSP response was received, but it was not valid");
934 "GnuTLS: Could not parse received OCSP response: %s",
942 wpa_printf(MSG_DEBUG, "GnuTLS: %s", buf.data);
952 "GnuTLS: Failed to extract OCSP information: %s",
958 wpa_printf(MSG_DEBUG, "GnuTLS: OCSP cert status: good");
961 "GnuTLS: OCSP cert status: revoked");
965 "GnuTLS: OCSP cert status: unknown");
969 "GnuTLS: OCSP was not required, so allow connection to continue");
980 #else /* GnuTLS 3.1.3 or newer */
982 #endif /* GnuTLS 3.1.3 or newer */
999 "GnuTLS: No peer certificate verification enabled");
1039 "GnuTLS: Failed to print verification status");
1043 wpa_printf(MSG_DEBUG, "GnuTLS: %s", info.data);
1046 #endif /* GnuTLS 3.1.4 or newer */
1227 "GnuTLS: No server EKU");
1278 wpa_printf(MSG_DEBUG, "GnuTLS: Check for possible Application Data");
1285 wpa_printf(MSG_DEBUG, "GnuTLS: gnutls_record_recv: %d", res);
1295 wpa_printf(MSG_DEBUG, "GnuTLS: Received %d bytes of Application Data",
1371 wpa_printf(MSG_DEBUG, "GnuTLS: %s", desc);
1375 #endif /* GnuTLS 3.1.10 or newer */
1562 return os_snprintf(buf, buf_len, "GnuTLS build=%s run=%s",