Use PEM format RSA private key with eap_example
authorJouni Malinen <j@w1.fi>
Sun, 16 Aug 2009 06:35:31 +0000 (09:35 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Aug 2009 06:35:31 +0000 (09:35 +0300)
commit79ec5264ed3767f5f8c303996f9e79e1f4359bbf
tree9e1da6f1f68b46d5b17dd7d74545a2c645174e5a
parentc91231c912a4cb5ef1f151cbe60be4e7d06a379d
Use PEM format RSA private key with eap_example

It looks like GnuTLS does not know how to parse the previously used
DER-formatted PKCS#1 private key (server.key). To work around this, use
a PEM-formatted version of the same key. This format can now be used by
OpenSSL, GnuTLS, and the internal TLS implementation.
eap_example/eap_example_server.c
eap_example/server-key.pem [new file with mode: 0644]