summaryrefslogtreecommitdiff
path: root/security/nss/lib/certdb
Commit message (Expand)AuthorAgeFilesLines
* Fix NSS parsing of Issuer Unique ID and Subject Unique ID fields innelsonb%netscape.com2004-01-161-4/+4
* Minor change after review of previous checkin. Bug 53133.wchang0222%aol.com2004-01-151-1/+3
* Convert T61String-labeled ISO-8859-1 to UTF-8: bug 53133 r=nelsonb a=wtcjgmyers%speakeasy.net2004-01-151-29/+39
* Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to DER_DecodeTimeChoice/DE...jpierre%netscape.com2004-01-0723-0/+14732
|\
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-0723-14732/+0
|/
* Bugzilla bug 219982: removed an unused local variable. (The function callwchang0222%aol.com2003-12-171-1/+1
* CERT_ImportCerts now returns SECFailure when NONE of the certs was succesfull...nelsonb%netscape.com2003-12-061-13/+2
* __CERT_AddTempCertToPerm will now set error SEC_ERROR_ADDING_CERTnelsonb%netscape.com2003-12-061-0/+1
* Bugscape bug 54021: in CERT_FindSubjectKeyIDExtension, if PORT_NewArenawchang0222%aol.com2003-12-033-0/+4
* Fix leak in CERT_FindSubjectKeyIDExtension, and use the Quick DERnelsonb%netscape.com2003-11-271-9/+16
* Clean up some arithmetic used for UCS4. Detect when UCS2 and UCS4nelsonb%netscape.com2003-11-271-8/+12
* Remove an unnecessary and incorrect assert call.nelsonb%netscape.com2003-11-261-3/+3
* Fix bugs in the new implementation of URI name constraints.nelsonb%netscape.com2003-11-191-10/+46
* Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.nelsonb%netscape.com2003-11-152-3/+3
* 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
* Eliminate a cert leak. Patch is Bob Relyea's.nelsonb%netscape.com2003-11-111-1/+1
* Fix some bugs in the code that formats OIDs for printing.nelsonb%netscape.com2003-11-061-2/+11
* Rename get_oid_string to CERT_GetOidString and export it. Also, exportnelsonb%netscape.com2003-11-042-3/+8
* Bugzilla bug 223624: use PR_MAX to avoid redefining MAX, a macro commonlywchang0222%aol.com2003-10-251-2/+1
* Initialize crlHandle . r=wtcjpierre%netscape.com2003-10-251-1/+1
* Eliminate redundant function declarations. Bug 208854. r=wchang0222nelsonb%netscape.com2003-10-142-5/+4
* Fix for bug 141882 - convert email query keys to lowercase when searching . r...jpierre%netscape.com2003-09-301-3/+12
* Fix for bug 143334 : add support for GeneralizedTime in certificates and CRLs...jpierre%netscape.com2003-09-193-20/+29
* Fix for 216701 - verify CRLs with cert verification date rather than CRL last...jpierre%netscape.com2003-08-301-15/+19
* Fix for 214201. remove unused variablejpierre%netscape.com2003-08-271-1/+0
* Fix bug 213084. Detect when cert in signature cannot be imported.nelsonb%netscape.com2003-07-311-23/+24
* Bug 213902 : removing unused variable "next" in "cert_DecodeNameConstraintSub...bishakhabanerjee%netscape.com2003-07-281-1/+0
* Change cert_GetCertificateEmailAddresses to return NULL rather thannelsonb%netscape.com2003-07-091-4/+6
* Bug 212004: in CERT_IsUserCert we should test for a null cert->trust andwtc%netscape.com2003-07-091-2/+3
* Export SEC_DupCRL and declare it in certdb.h. Bug 208194.nelsonb%netscape.com2003-07-091-0/+2
* Bug 211384: fixed the bug that importing a CRL that already exists in thewtc%netscape.com2003-07-081-5/+2
* Fix bug 211049. Another issue with empty pointer lists from groupnelsonb%netscape.com2003-07-011-1/+1
* Fix several bugs reported in bug 210707.nelsonb%netscape.com2003-06-271-47/+83
* Move the declaration for CERT_CompareNameSpace from cert.h to genname.hnelsonb%netscape.com2003-06-263-30/+36
* This patch extracts rfc822 names from a cert's distinguished name at thenelsonb%netscape.com2003-06-261-125/+172
* Whitespace cleanup. This patch causes numerous lines that were widernelsonb%netscape.com2003-06-231-24/+27
* CERT_EncodeGeneralName and CERT_DecodeGeneralName contain large switchnelsonb%netscape.com2003-06-211-89/+54
* Cleanup CERT_GetGeneralNameByType so that it detects when it hasnelsonb%netscape.com2003-06-211-24/+20
* The general name code uses arenas, which is good, but it never marksnelsonb%netscape.com2003-06-211-27/+68
* a) Add more missing null pointer tests that I discovered. Bug 208649.nelsonb%netscape.com2003-06-211-44/+55
* Fix numerous more potential NULL pointer deref crashes. Bug 208038nelsonb%netscape.com2003-06-191-3/+19
* Further refinements to the Name Constraints checking logic, to make itnelsonb%netscape.com2003-06-181-17/+26
* Move declarations of NSS private functions for general names from cert.hnelsonb%netscape.com2003-06-182-43/+15
* Make CERT_DecodeAVAValue take const inputs and detect NULL pointers.nelsonb%netscape.com2003-06-172-10/+81
* Rewrite of cert_CompareNameWithConstraints and the static functions itnelsonb%netscape.com2003-06-061-256/+292
* Augment and centralize the list of known cert name attribute types.nelsonb%netscape.com2003-06-063-227/+60
* Eliminate more NULL pointer dereferences. Bug 207740.nelsonb%netscape.com2003-06-051-4/+4
* Bug 204555: Eliminated other potential crashes in code related towtc%netscape.com2003-06-021-233/+277
* Correctly copy RDNs with empty AVA lists. Partial fix for bug 204555.nelsonb%netscape.com2003-05-281-7/+17