Internal TLS: Added support for parsing PKCS #8 formatted private keys
authorJouni Malinen <j@w1.fi>
Mon, 2 Jun 2008 16:39:46 +0000 (19:39 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 2 Jun 2008 16:39:46 +0000 (19:39 +0300)
commitd952d16df4a8ed6f0304251471e6bc924ebe6c86
tree15743b294b031eb18d9dd3d6c9640e3802256adc
parentb5aebee49eb7742fbc29da563672d9ae0c890df1
Internal TLS: Added support for parsing PKCS #8 formatted private keys

The internal TLS implementation can now use both PKCS #1 RSA private key
and PKCS #8 encapsulated RSA private key. PKCS #8 encrypted private key is
not yet supported.
src/crypto/crypto_internal.c
wpa_supplicant/ChangeLog