]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Factor out trust and cafile loading
authorTom Carroll <incentivedesign@gmail.com>
Fri, 24 Apr 2020 06:15:59 +0000 (23:15 -0700)
committerTom Carroll <incentivedesign@gmail.com>
Wed, 6 May 2020 05:26:15 +0000 (22:26 -0700)
commitf2df65bc9384684e368d4ac4187d15d6c661dbb0
treed2b24945a2214426c5c1bc862e5fcea22313ec49
parent1e1ba280c4d3495d5f09dd9dec3ae3a8fe89aee7
Factor out trust and cafile loading

Simplifies subsequent load_keycert rework.

Previously, a separate path for android existed. Noted that it
duplicated much of the existing functionality of load_datum and cafile.
Functionality was factored into a separate function, removing
duplicative code path for Android.

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