Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: nss/lib/softoken/pkcs11i.h

Issue 23510003: Implement the TLS 1.2 mechanisms for PKCS #11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Allow CKM_TLS12_MAC to use the TLS 1.0 and 1.1 PRF Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/lib/softoken/pkcs11c.c ('k') | nss/lib/softoken/tlsprf.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/softoken/pkcs11i.h
===================================================================
--- nss/lib/softoken/pkcs11i.h (revision 209026)
+++ nss/lib/softoken/pkcs11i.h (working copy)
@@ -738,7 +738,8 @@
sftk_TLSPRFInit(SFTKSessionContext *context,
SFTKObject * key,
CK_KEY_TYPE key_type,
- HASH_HashType hash_alg);
+ HASH_HashType hash_alg,
+ unsigned int out_len);
SEC_END_PROTOS
« no previous file with comments | « nss/lib/softoken/pkcs11c.c ('k') | nss/lib/softoken/tlsprf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698