]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Check gnutls_pubkey_init return code.
authorTom Carroll <incentivedesign@gmail.com>
Mon, 17 May 2021 17:08:29 +0000 (10:08 -0700)
committerTom Carroll <incentivedesign@gmail.com>
Mon, 17 May 2021 17:08:29 +0000 (10:08 -0700)
commit98f90f2f596502520f1bd3e959c9978d81c04777
tree92915772492a4eea530b7cbc47189c958de4c918
parent9972900cb17f0515c38e6bcadda75ec0682fc728
Check gnutls_pubkey_init return code.

gnutls_pubkey_import_x509 doesn't verify if pubkey == NULL.

Signed-off-by: Tom Carroll <incentivedesign@gmail.com>
gnutls.c