summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb/cert.h
Commit message (Expand)AuthorAgeFilesLines
* Bug 585842: Remove CERT_GetNickName. Drop support forwtc%google.com2010-08-131-3/+0
* Bug 394919 - dNSName constraints should constrain cert Common Names in EEnelson%bolyard.com2010-04-301-0/+4
* 360421 - Implement TLS Server Name Indication for servers. r=nelsonalexei.volkov.bugs%sun.com2010-01-141-0/+8
* Fix for bug 491919 . Add void argument to prototypes. r=alexeijulien.pierre.boogz%sun.com2009-05-141-5/+5
* Fix for bug 321755 . Changes in CRL cache to implement CRL DP. Work in progre...julien.pierre.boogz%sun.com2009-04-171-1/+1
* Bug 484111: Must escape all DER DNS names when converting to zStrings.nelson%bolyard.com2009-03-201-0/+11
* Bug 466194: CERT_DecodeTrustString should take a const char * input trustswtc%google.com2008-11-211-1/+1
* Bug 448200. fix systemic misspellings of deprecated and function, r=julien.pi...nelson%bolyard.com2008-08-041-1/+1
* Fix for bug 442618 . Eliminate dead function CERT_CertPackageType . r=nelsonjulien.pierre.boogz%sun.com2008-07-211-3/+0
* Bug 372241: Need more versatile form of CERT_NameToAscii, r=juliennelson%bolyard.com2008-06-201-0/+10
* Bug 436430: removed the declarations of unimplemented functionswtc%google.com2008-06-181-18/+0
* Bug 436430: NSS public headers should not use NSPR 1.0 compatibility typeswtc%google.com2008-06-141-56/+56
* Fix for bug 428103. Define CERT_EncodeSubjectKeyID in a public header. r=nelsonjulien.pierre.boogz%sun.com2008-04-261-0/+8
* 390381 - libpkix rejects cert chain when root CA cert has no basic constraints.alexei.volkov.bugs%sun.com2008-03-151-5/+0
* Bug 294531kaie%kuix.de2008-03-151-3/+3
* Bug 294531, Design new interfaces for certificate path building and verificat...kaie%kuix.de2008-03-141-0/+23
* 412468 - modify certutil, vfychain and vfyserv utilities to use CERT_PKIXVeri...alexei.volkov.bugs%sun.com2008-03-111-0/+10
* Fix for bug 369144 . certutil needs option to generate SubjectKeyID extension...julien.pierre.boogz%sun.com2008-02-161-4/+0
* Bug 400917, Want exported function that outputs all host names for DNS name m...kaie%kuix.de2008-01-081-0/+10
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-121-0/+1
* bug 284531 Design new interfaces for certificate path building and verificati...rrelyea%redhat.com2007-09-251-0/+25
* Bug 324744, add gen of policy extns to certutil, second of 3 patchesneil.williams%sun.com2007-09-071-0/+38
* Back out revision 1.23 of certdb/certdb.c, the "fix" for bug 121487 thatnelson%bolyard.com2007-07-141-4/+0
* Fix for bug 113323 . Constify some functions. r=nelsonjulien.pierre.bugs%sun.com2007-07-111-13/+4
* Bug 358785: Merge NSS_LIBPKIX_BRANCH back to trunk. r=julien, r=alexeialexei.volkov.bugs%sun.com2007-05-251-2/+59
* Fix for bug 380334 . Get rid of some dead code in CERT_HTMLCertInfo . r=nelso...julien.pierre.bugs%sun.com2007-05-151-10/+0
* 338986 - Unauthorized OCSP response error from user's default OCSP responder....alexei.volkov.bugs%sun.com2007-03-011-2/+2
* Fix for bug 178894 . Quick decoder updates for lib/certdb and lib/certhigh . ...julien.pierre.bugs%sun.com2006-08-071-4/+5
* r=nelson Bug=263779neil.williams%sun.com2005-03-091-0/+27
* Fix for 285233 - need extra symbols to be exported to support CRL generation. Chjulien.pierre.bugs%sun.com2005-03-081-1/+14
* Move static functions out of certi.h header file and into crl.c source file, ...julien.pierre.bugs%sun.com2005-02-251-1/+1
* Add comment for bug 243585julien.pierre.bugs%sun.com2005-02-241-4/+7
* Fix for 243585 - add the ability to use CRL objects from RAM . r=nelson, neil...julien.pierre.bugs%sun.com2005-02-151-0/+13
* Bugzilla bug 248435: declare the exported functions CERT_DecodeGeneralNamewchang0222%aol.com2004-11-091-0/+8
* Bugzilla bug 249284: removed a duplicate declaration ofwchang0222%aol.com2004-07-071-7/+0
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
* Export cert functions that decode extensions and traverse decodednelsonb%netscape.com2004-01-281-0/+27
* Bugzilla bug 232380: deleted CERT_FindExpiredIssuer, which is dead code.wchang0222%aol.com2004-01-281-7/+0
* Bugscape bug 54021: in CERT_FindSubjectKeyIDExtension, if PORT_NewArenawchang0222%aol.com2003-12-031-0/+1
* Fixed a comment error. r=relyea.wchang0222%aol.com2003-11-131-1/+1
* Bugzilla bug 225373: the return value of CERT_NameToAscii must be freedwchang0222%aol.com2003-11-131-2/+3
* Rename get_oid_string to CERT_GetOidString and export it. Also, exportnelsonb%netscape.com2003-11-041-0/+4
* Eliminate redundant function declarations. Bug 208854. r=wchang0222nelsonb%netscape.com2003-10-141-3/+0
* Move the declaration for CERT_CompareNameSpace from cert.h to genname.hnelsonb%netscape.com2003-06-261-7/+0
* Move declarations of NSS private functions for general names from cert.hnelsonb%netscape.com2003-06-181-41/+0
* Make CERT_DecodeAVAValue take const inputs and detect NULL pointers.nelsonb%netscape.com2003-06-171-2/+2
* Fix for 201134 - race condition when verifying certs. Don't reset the value o...jpierre%netscape.com2003-04-171-1/+1
* Bug 142867: pk12util needs to be able to import intermediate CA's into hwrelyea%netscape.com2003-03-241-0/+3
* Bug 183612: added some comments.wtc%netscape.com2002-12-241-0/+4
* Bug 183612: renamed some new functions to be consistent with existingwtc%netscape.com2002-12-191-4/+4