Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(305)

Delta Between Two Patch Sets: lib/nss/nss.def

Issue 271240043: Bug 1215295 - Support RSA-PSS for digital signing (Closed)
Left Patch Set: Bug 1215295 - Support RSA-PSS for digital signing Created 8 years, 4 months ago
Right Patch Set: Bug 1215295 - Support RSA-PSS for digital signing Created 8 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « external_tests/pk11_gtest/pk11_rsapss_unittest.cc ('k') | lib/pk11wrap/pk11obj.c » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 ;+# 1 ;+#
2 ;+# This Source Code Form is subject to the terms of the Mozilla Public 2 ;+# This Source Code Form is subject to the terms of the Mozilla Public
3 ;+# License, v. 2.0. If a copy of the MPL was not distributed with this 3 ;+# License, v. 2.0. If a copy of the MPL was not distributed with this
4 ;+# file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 ;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 ;+# 5 ;+#
6 ;+# OK, this file is meant to support SUN, LINUX, AIX and WINDOWS 6 ;+# OK, this file is meant to support SUN, LINUX, AIX and WINDOWS
7 ;+# 1. For all unix platforms, the string ";-" means "remove this line" 7 ;+# 1. For all unix platforms, the string ";-" means "remove this line"
8 ;+# 2. For all unix platforms, the string " DATA " will be removed from any· 8 ;+# 2. For all unix platforms, the string " DATA " will be removed from any·
9 ;+# line on which it occurs. 9 ;+# line on which it occurs.
10 ;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX. 10 ;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 PK11_PubEncryptRaw; 198 PK11_PubEncryptRaw;
199 PK11_PubUnwrapSymKey; 199 PK11_PubUnwrapSymKey;
200 PK11_PubWrapSymKey; 200 PK11_PubWrapSymKey;
201 PK11_ReferenceSymKey; 201 PK11_ReferenceSymKey;
202 PK11_RestoreContext; 202 PK11_RestoreContext;
203 PK11_SaveContext; 203 PK11_SaveContext;
204 PK11_SetFortezzaHack; 204 PK11_SetFortezzaHack;
205 PK11_SetWrapKey; 205 PK11_SetWrapKey;
206 PK11_Sign; 206 PK11_Sign;
207 PK11_SignatureLen; 207 PK11_SignatureLen;
208 PK11_SignWithMechanism;
mt 2015/11/09 18:04:14 Please put these in a new section at the bottom fo
209 PK11_SymKeyFromHandle; 208 PK11_SymKeyFromHandle;
210 PK11_TokenExists; 209 PK11_TokenExists;
211 PK11_UnwrapSymKey; 210 PK11_UnwrapSymKey;
212 PK11_UnwrapSymKeyWithFlags; 211 PK11_UnwrapSymKeyWithFlags;
213 PK11_Verify; 212 PK11_Verify;
214 PK11_VerifyKeyOK; 213 PK11_VerifyKeyOK;
215 PK11_VerifyWithMechanism;
216 PK11_WrapSymKey; 214 PK11_WrapSymKey;
217 PORT_ArenaAlloc; 215 PORT_ArenaAlloc;
218 PORT_ArenaZAlloc; 216 PORT_ArenaZAlloc;
219 PORT_FreeArena; 217 PORT_FreeArena;
220 PORT_NewArena; 218 PORT_NewArena;
221 PORT_Realloc; 219 PORT_Realloc;
222 PORT_ZAlloc; 220 PORT_ZAlloc;
223 PORT_ZFree; 221 PORT_ZFree;
224 RSA_FormatBlock; 222 RSA_FormatBlock;
225 SECITEM_CompareItem; 223 SECITEM_CompareItem;
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 ;+ *; 1083 ;+ *;
1086 ;+}; 1084 ;+};
1087 ;+NSS_3.21 { # NSS 3.21 release 1085 ;+NSS_3.21 { # NSS 3.21 release
1088 ;+ global: 1086 ;+ global:
1089 NSS_OptionGet; 1087 NSS_OptionGet;
1090 NSS_OptionSet; 1088 NSS_OptionSet;
1091 SECMOD_CreateModuleEx; 1089 SECMOD_CreateModuleEx;
1092 ;+ local: 1090 ;+ local:
1093 ;+ *; 1091 ;+ *;
1094 ;+}; 1092 ;+};
1093 ;+NSS_3.22 { # NSS 3.22 release
1094 ;+ global:
1095 PK11_SignWithMechanism;
1096 PK11_VerifyWithMechanism;
1097 ;+ local:
1098 ;+ *;
1099 ;+};
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b