mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
expose function for accessing parts of decoded cert
This commit is contained in:
parent
e05086ed8b
commit
f54ff70f46
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: certificate.c,v $ $Revision: 1.7 $ $Date: 2001/10/11 18:41:50 $ $Name: $";
|
||||
static const char CVS_ID[] = "@(#) $RCSfile: certificate.c,v $ $Revision: 1.8 $ $Date: 2001/10/15 18:19:03 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef NSSPKI_H
|
||||
@ -344,7 +344,7 @@ NSSCertificate_Encode
|
||||
return nssItem_Duplicate((NSSItem *)&c->encoding, arenaOpt, rvOpt);
|
||||
}
|
||||
|
||||
static nssDecodedCert *
|
||||
NSS_IMPLEMENT nssDecodedCert *
|
||||
nssCertificate_GetDecoding
|
||||
(
|
||||
NSSCertificate *c
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define PKIM_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char PKIM_CVS_ID[] = "@(#) $RCSfile: pkim.h,v $ $Revision: 1.2 $ $Date: 2001/10/12 17:54:50 $ $Name: $";
|
||||
static const char PKIM_CVS_ID[] = "@(#) $RCSfile: pkim.h,v $ $Revision: 1.3 $ $Date: 2001/10/15 18:19:03 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
#ifndef BASE_H
|
||||
@ -218,6 +218,12 @@ nssTrustDomain_GetCertByDERFromCache
|
||||
NSSDER *der
|
||||
);
|
||||
|
||||
NSS_EXTERN nssDecodedCert *
|
||||
nssCertificate_GetDecoding
|
||||
(
|
||||
NSSCertificate *c
|
||||
);
|
||||
|
||||
NSS_IMPLEMENT nssDecodedCert *
|
||||
nssDecodedCert_Create
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user