mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 17:28:29 -05:00
79b1dd9aad
It looks like GnuTLS may return success on gnutls_certificate_set_x509_*() functions with GNUTLS_X509_FMT_PEM even when trying to read DER encoded information. Reverse the order of parsing attempts so that we start with DER and then move to PEM if GnuTLS reports failure on DER parsing. This seems to be more reliable way of getting errors reported and both cases can now be handled. Signed-off-by: Jouni Malinen <j@w1.fi> |
||
---|---|---|
.. | ||
ap | ||
common | ||
crypto | ||
drivers | ||
eap_common | ||
eap_peer | ||
eap_server | ||
eapol_auth | ||
eapol_supp | ||
l2_packet | ||
p2p | ||
pae | ||
radius | ||
rsn_supp | ||
tls | ||
utils | ||
wps | ||
lib.rules | ||
Makefile |