EAP-TLS and EAP-TTLS use different constant MSK PRF label

This commit is contained in:
Andreas Steffen
2010-08-07 11:26:04 +02:00
parent b4d30a425e
commit a6444fcdd4
6 changed files with 20 additions and 9 deletions
+3 -1
View File
@@ -359,7 +359,9 @@ struct tls_crypto_t {
/**
* Create a tls_crypto instance.
*
* @param msk_label ASCII string constant used as seed for MSK PRF
*/
tls_crypto_t *tls_crypto_create(tls_t *tls);
tls_crypto_t *tls_crypto_create(tls_t *tls, char *msk_label);
#endif /** TLS_CRYPTO_H_ @}*/