]> git.ipfire.org Git - thirdparty/gnutls.git/commit
x509: parse_tlsfeatures: move limit check at the point of addition
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 28 Jul 2016 08:37:00 +0000 (10:37 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 28 Jul 2016 08:44:53 +0000 (10:44 +0200)
commit31ababffacb52d8d0565971349c7eb798cd2ca69
tree004f1d3b4662acff68871c6a170d1ec11da6b1d4
parent7ac8069572032c942b45c750d2ff77ad877804d7
x509: parse_tlsfeatures: move limit check at the point of addition

This prevents appending failures when verifying chains on certificates
which use the maximum allowed number of features. Suggested by Tim
Kosse.
lib/x509/x509_ext.c