~ubuntu-branches/ubuntu/quantal/nss/quantal-updates

« back to all changes in this revision

Viewing changes to nss/lib/pk11wrap/secmodi.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2014-01-22 15:16:14 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20140122151614-yrna9tfai5hbd1ku
Tags: 3.15.4-0ubuntu0.12.10.1
* SECURITY UPDATE: MITM attack via TLS False Start
  - CVE-2013-1740
* Adjusted packaging for new upstream release 3.15.4:
  - debian/patches/*: refreshed.
  - debian/libnss3.symbols: added new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                                        CK_ATTRIBUTE *inTemplate,int tsize);
95
95
CK_OBJECT_HANDLE *pk11_FindObjectsByTemplate(PK11SlotInfo *slot,
96
96
                        CK_ATTRIBUTE *inTemplate,int tsize, int *objCount);
97
 
SECStatus PK11_UpdateSlotAttribute(PK11SlotInfo *slot,
98
 
                                 PK11DefaultArrayEntry *entry, PRBool add);
99
97
 
100
98
#define PK11_GETTAB(x) ((CK_FUNCTION_LIST_PTR)((x)->functionList))
101
99
#define PK11_SETATTRS(x,id,v,l) (x)->type = (id); \