| exports.gyp |
|
651 |
| Makefile |
|
1842 |
| manifest.mn |
|
576 |
| p12.h |
In NSS 3.12 or later, 'arg' actually points to a CERTCertificate,
the 'leafCert' variable in sec_pkcs12_validate_cert in p12d.c.
See r1.35 of p12d.c ("Patch 2" in bug 321584).
This callback might be called by SEC_PKCS12DecoderValidateBags each time
a nickname collission is detected. The callback must return a new
nickname. The returned SECItem should be of type siAsciiString,
it should be allocated using:
SECITEM_AllocItem(NULL, NULL, LENGTH_OF_NEW_NICKNAME + 1)
and data must contain the new nickname as a zero terminated string.
|
9464 |
| p12creat.c |
allocate space for a PFX structure and set up initial
arena pool. pfx structure is cleared and a pointer to
the new structure is returned.
|
6324 |
| p12d.c |
This belongs in secport.h |
112451 |
| p12dec.c |
PFX extraction and validation routines |
19806 |
| p12e.c |
defined in p7create.c |
70123 |
| p12exp.c |
release the memory taken up by the list of nicknames |
43563 |
| p12local.c |
handle PBE v2 case |
48781 |
| p12local.h |
helper functions |
3811 |
| p12plcy.c |
in bits |
4465 |
| p12plcy.h |
is this encryption algorithm allowed in PKCS #12 by policy? |
1411 |
| p12t.h |
for SGNDigestInfo |
4570 |
| p12tmpl.c |
|
9426 |
| pkcs12.gyp |
|
636 |
| pkcs12.h |
Decode functions |
1408 |
| pkcs12t.h |
for SGNDigestInfo |
11213 |