Add openconnect_get_cert_DER() function
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 29 May 2012 14:17:38 +0000 (15:17 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 29 May 2012 14:20:39 +0000 (15:20 +0100)
commitaf19e152b3bee47476f5572d0917f5d357f86c78
treee4825ea3173558fca22e4ead8f1d559429b66eb2
parent412cab389f66c7bc36f4a19e7f6f4132ea2d8266
Add openconnect_get_cert_DER() function

This translates a cert into an SSL-library-agnostic form, so that the caller
can then process it using their own choice of tools.

As with the new openconnect_get_cert_details(), this isn't marked as a
public function yet because we anticipate more changes to the API.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
libopenconnect.map.in
openconnect.h
openssl.c