OSDN Git Service

Fix the incorrect conversion detection in PEM format.
authorChung-yih Wang <cywang@google.com>
Tue, 14 Jul 2009 08:42:36 +0000 (16:42 +0800)
committerChung-yih Wang <cywang@google.com>
Tue, 14 Jul 2009 09:15:11 +0000 (17:15 +0800)
commit8b41a26668d2f3dfe5a40893eefcdeece0bf7bbd
tree4016b4c24e8ddbdba945226826cd5c43540f9ff2
parent696bb1baf94db908e4982d870c14e5d5600ac898
Fix the incorrect conversion detection in PEM format.

Since there could be some human readble help text in the PEM header,
we need to refine our type checking to make it correct since tls_openssl
can accept blob with DER format only.

+ The keystore blobs will be cleaned up for each tls connection.
eap_tls_common.c