OSDN Git Service

Read the certificate/private key from keystore.
authorChung-yih Wang <cywang@google.com>
Thu, 2 Jul 2009 16:06:33 +0000 (00:06 +0800)
committerChung-yih Wang <cywang@google.com>
Tue, 7 Jul 2009 11:11:52 +0000 (19:11 +0800)
commit18785c24ead65359425e2d5ce80d74dc7cdae8f7
treeca6c0e5ca5c09e36a1843ef33028f42b87277071
parentc0625dbf8612371a777585c8d74eb21f25dcf70f
Read the certificate/private key from keystore.

Reimplement the retrievel of the cert/key data from keystore
and use "blob://" to indicate the data is a blob, this will
save us to touch the certificate handling part in tls_openssl.c.
However, since the original cert handling is not complete for
dealing with blob data. We have to convert the blob data to DER
format if it is a PEM one.
Android.mk
eap_tls_common.c