Treat caCertificate as base64-encoded DER rather than PEM
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 12 Jun 2014 15:09:55 +0000 (11:09 -0400)
committerKevin Wasserman <kevin.wasserman@painless-security.com>
Mon, 16 Jun 2014 20:25:15 +0000 (16:25 -0400)
commit49b02c1ffa31773dfa1e37089328c5e566e2314c
treed77605a9a87ee6190b15740f541da4a1fb4c9e90
parentc60f01478942ed0c2a2c6d44ee6728445f72961f
Treat caCertificate as base64-encoded DER rather than PEM

Openssl's pem parser is very picky and requires newlines.
Moonshot-webp eats newlines from the raw xml, requiring
hand-placed '&#10;' for successful parsing, which is
undersirable. So instead use mech_eap's base64Decode() to
convert caCertificate to DER.
mech_eap/gsseap_err.et
mech_eap/util_moonshot.c