summaryrefslogtreecommitdiff
path: root/lib/certdb
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 1253160 (part 3) - Introduce PORTCheapArenaPool and init/deinit functions...Nicholas Nethercote2016-03-176-84/+59
* Bug 1251185, NSS clang-format: else line-break fixes, r=ttaubertNSS_3_23_BETA7Franziskus Kiefer2016-02-2511-311/+159
* Bug 1194680, Use PR_GetEnvSecure, r=jldNSS_3_23_BETA1Kai Engert2016-01-291-1/+1
* Bug 1227624 - clang format on lib/certdb with minor manual corrections, r=kaieFranziskus Kiefer2015-12-1519-7132/+6680
* Bug 1227624 - lib/certdb clang-format protection, r=wtcFranziskus Kiefer2015-12-012-60/+68
* Bug 1118245. Apply uniform style across NSS [remove trailing commas in initia...Franziskus Kiefer2015-11-106-12/+12
* Bug 1182667 - Enable warnings as errors, r=rrelyeaMartin Thomson2015-08-174-50/+29
* Backed out changeset 4355f55afeb2 (Bug 1158489)Martin Thomson2015-08-124-29/+50
* Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyeaMartin Thomson2015-08-074-50/+29
* Bug 557830: Make cert_DecodeNameConstraintSubTree() produce aWim Lewis2015-06-271-7/+9
* Bug 991783 - Add generic mechanism to add name constraints to built-in certif...Richard Barnes2015-04-112-66/+106
* Bug 345725 - Fix spelling error in CERTCertificateStr comment in certt.h, a=c...cykesiopka2015-04-021-1/+1
* Bug 1117897, don't export, but rather remove CERT_FindCertURLExtension, r=rre...NSS_3_18_RC2Kai Engert2015-03-172-71/+0
* Bug 1117897, declare the SEC_GetCrlTimes function in a header, r=rrelyeaKai Engert2015-03-111-0/+15
* Bug 1061725 - Fix CERT_DecodeTrustString() to call PORT_SetError() if trust s...NSS_3_18_BETA7Cykesiopka2015-02-261-2/+3
* Bug 1117897 - Export SEC_CheckCrlTimes, CERT_FindCertURLExtension (required b...Kai Engert2015-02-253-35/+19
* Bug 1117897, prepare to export CERT_FindCertURLExtension, Remove Netscape bas...Wan-Teh Chang2015-02-251-50/+2
* Bug 950369 - Remove unused-but-set-variable 'hnLen' from certdb.c. r=kaieDorin Rotarescu2015-02-231-2/+0
* Bug 921684 - SQL backend does not reload certificates, a=rrelyea,r=rsleeviElio Maldonado2015-02-032-24/+28
* Bug 1112461 - Improve a comment and fix comment nits related toWan-Teh Chang2015-01-091-2/+2
* Bug 1030486, Declare CERT_GetGeneralNameTypeFromString in a public NSS header...Kai Engert2014-06-272-3/+6
* Bug 1026148: Make CERT_DecodeNameConstraintsExtension's encodedConstraints ar...Brian Smith2014-06-162-2/+2
* Bug 952572: Fix compiler warnings in getNameExtensionsBuiltIn that areWan-Teh Chang2014-06-051-2/+2
* Bug 970539, NSS tool improvements/fixes: certutil/btoa/pp/httpserv, r=rrelyeaKai Engert2014-05-293-5/+41
* Bug 1011090: Make CERTDB_* constants unsigned to eliminate implicit signed/un...Brian Smith2014-05-151-10/+10
* Bug 952572, Hard code ANSSI(DCISS) to french gov dns space, r=kaieNSS_3_16_1_BETA1Camilo Viecco2014-04-081-3/+78
* Bug 557299 - Remove declaration of bogus and nonexistent CERT_DestroyRDN() v1Cykesiopka2014-04-011-7/+0
* Bug 903885, address requests to clarify comments from wtcKai Engert2014-03-051-2/+2
* Bug 903885, fix IDNA wildcard handling v4, r=kaieWan-Teh Chang2014-02-251-8/+7
* Bug 903885, fix IDNA wildcard handling, r=kaieChristian Heimes2014-02-241-2/+6
* Bug 950129: Make OCSP fetching for intermediate CA certificates consistent, r...Brian Smith2014-02-031-0/+22
* Bug 962413: Define a CERT_LIST_TAIL macro to match CERT_LIST_HEADRyan Sleevi2014-01-221-0/+1
* Bug 436414: Rename "mechanism" to "method" in function or variable/argumentNSS_3_15_4_BETA9Wan-Teh Chang2013-12-191-2/+6
* Bug 928142, Part 2 (libpkix); Add option to control whether OCSP GET is used,...NSS_3_15_3_BETA2Brian Smith2013-10-311-0/+5
* Bug 922269: Document the ownership of the CERTCertificate objects inWan-Teh Chang2013-10-091-0/+11
* Bug 436414, support OCSP via HTTP GET. Part 3, enhance classic portion of OCS...Kai Engert2013-10-081-0/+6
* Bug 921696: CERT_DecodeOidSequence should cleanup the arena on failure.Ryan Sleevi2013-09-271-0/+3
* Bug 912844: Make values of CERT_REV_* constants unsigned, r=rsleeviNSS_3_15_2_BETA2Brian Smith2013-09-111-16/+16
* Bug 912847: Add const modifier to several SECKEY_* functions, r=rsleeviBrian Smith2013-09-111-1/+1
* Bug 875156: SEC_CertNicknameConflict should take aWan-Teh Chang2013-05-292-2/+2
* Bug 869262: AppendAVA() should pass the the minimum of avaValue->len andWan-Teh Chang2013-05-131-1/+3
* Bug 869608: Remove the .cvsignore files in nss/cmd and nss/lib. r=bsmith.Wan-Teh Chang2013-05-071-1/+0
* Bug 802430: Allow NSS to be built with NO_NSPR_10_SUPPORT, r=wtcBrian Smith2013-05-0215-117/+117
* Bug 863871: Remove CVS keywords from NSS source files, Part 1 (trivialBrian Smith2013-04-257-14/+0
* Bug 839663: Add the OID for the 'name' attribute type in X.520. r=rrelyea.Wan-Teh Chang2013-04-191-0/+3
* Bug 855832: Fix gcc warnings in lib/certdb/crl.c and lib/certhigh/ocspsig.c.Wan-Teh Chang2013-03-281-1/+1
* Bug 854729: Make all CERT_GetXXXName functions take a const CERTName *Wan-Teh Chang2013-03-282-18/+18
* Bug 854729: Add const to many certificate-related NSS functions, r=ryan.sleeviBrian Smith2013-03-2214-55/+65
* Bug 845556, adjust Makefiles and tests to new NSS directory layout, r=wtcKai Engert2013-02-281-1/+1
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-2823-0/+17852