summaryrefslogtreecommitdiff
path: root/lib/libpkix
Commit message (Expand)AuthorAgeFilesLines
* Bug 1820175 - Fix various compiler warnings in NSS. r=jschanck.Dennis Jackson2023-03-031-48/+45
* Bug 1807911 - Remove +x permissions on source code r=nss-reviewers,bbeurdoucheSylvestre Ledru2022-12-30133-0/+0
* Bug 1803190 conscious language removal in NSSRobert Relyea2022-11-302-2/+2
* Bug 1692132 pkix_CacheCert_Lookup doesn't return cached certsRobert Relyea2021-11-091-0/+1
* Bug 1703936 New coverity/cpp scanner errors.Robert Relyea2021-04-082-1/+13
* Bug 1682044 pkix_Build_GatherCerts() + pkix_CacheCert_Add() can corrupt "cach...Robert Relyea2021-02-051-1/+6
* Bug 1672291 libpkix OCSP failures on SHA1 self-signed root certs when SHA1 si...Robert Relyea2020-10-264-1/+92
|\
| * Bug 1672291 libpkix OCSP failures on SHA1 self-signed root certs when SHA1 s...Robert Relyea2020-10-234-1/+91
|/
* Bug 1661378 - pkix: Do not use NULL where 0 is neededKhem Raj2020-09-021-2/+2
* Bug 1629553 Merge simple config.mk files r=rrelyeaJan-Marek Glogowski2020-05-0541-273/+31
* Bug 290526 Drop recursive private_exports r=rrelyeaJan-Marek Glogowski2020-05-0527-56/+0
* Bug 1571677 Name Constraints validation: CN treated as DNS name even when syn...NSS_3_52_BETA1Robert Relyea2020-04-241-0/+9
* bug 1538980 - null-terminate ascii input in SECU_ReadDERFromFile so strstr is...Dana Keeler2020-02-111-3/+13
* Bug 1561548 - Remove -Wmaybe-uninitialized warning in pkix_pl_ldapdefaultclie...Giulio Benetti2019-07-191-2/+3
* Bug 1537927 - IPsec usage is too restrictive for existing deploymentsRobert Relyea2019-03-211-11/+2
* Bug 1523484 - do not treat CN as DNS name for non-server certs, r=uenoFraser Tweedale2019-02-061-1/+33
* # Bug 1252891 Implement certUsageIPSec as defined in RFC 4945Robert Relyea2018-11-091-3/+13
* Bug 1309068 - Enable -Wshadow, r=franziskusMartin Thomson2018-02-142-75/+75
* Bug 1372515 - allow enabling libpkix in gyp builds, r=ttaubertFranziskus Kiefer2017-06-091-0/+31
* Bug 1348767 - use bitwise or, r=franziskusPetr Cerny2017-03-201-2/+2
* Bug 1311995, NSS should implement the equivalent date-based distrust for WoSi...Kai Engert2016-12-132-1/+14
* bug 1316604 - Add variables for <(nss_dist_dir)/{public,private}. r=franziskusTed Mielczarek2016-11-1012-12/+12
* Bug 1311615 - Building with gyp should copy headers, libs, executables to the...Tim Taubert2016-10-2112-24/+24
* bug 1237872 - Add gyp build system for NSS. r=fkieferTed Mielczarek2016-09-2324-0/+715
* Bug 1280844 - Remove even more redundant null checks in lib/. r=mt.Nicholas Nethercote2016-06-211-1/+1
* Bug 1194680, Use PR_GetEnvSecure, r=jldNSS_3_23_BETA1Kai Engert2016-01-292-3/+3
* Bug 1180095: Use PR_INT64() or PR_UINT64() instead of LL_INIT().Wan-Teh Chang2015-12-231-2/+2
* Bug 1118245. Apply uniform style across NSS [remove trailing commas in initia...Franziskus Kiefer2015-11-101-3/+3
* Bug 1208503: Remove the comment about the unimplemented input parameterWan-Teh Chang2015-09-291-4/+2
* Bug 1182667: Fix two typecasts. Explicitly cast void * toWan-Teh Chang2015-08-232-2/+2
* Bug 1182667: Remove the statement that assigns an enum value (int) toWan-Teh Chang2015-08-221-1/+0
* Bug 1182667 - Suppressing uninitialized variable warningsMartin Thomson2015-08-201-0/+1
* Bug 1182667 - Adding extra cast to avoid warningMartin Thomson2015-08-201-2/+2
* Bug 1182667 - Enable warnings as errors, r=rrelyeaMartin Thomson2015-08-1723-58/+53
* Backed out changeset 4355f55afeb2 (Bug 1158489)Martin Thomson2015-08-1223-52/+58
* Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyeaMartin Thomson2015-08-0723-58/+52
* Bug 950344 - Fix unused-but-set-variable 'client' warning in pkix_pl_httpdefa...cykesiopka2015-04-021-4/+0
* Bug 950348 - Fix unused-but-set-variable 'fullHash' warning in pkix_pl_public...cykesiopka2015-04-021-3/+0
* Bug 1124539 - Add the missing closing '}' for an |extern "C"| block, r=kaieNicholas Nethercote2015-01-211-0/+5
* Bug 1112461 - Improve a comment and fix comment nits related toWan-Teh Chang2015-01-092-4/+5
* Bug 1112461 - Have libpkix match classic & mozilla::pkix in preferring newer ...Ryan Sleevi2015-01-082-8/+21
* Bug 1093940 - Remove unused function pkix_pl_X500Name_ToString_Helper() and r...Cykesiopka2015-01-082-56/+0
* Bug 1047210, fix allocation in pkix_pl_CrlDp_Create, r=kaieSachin Kumar Gupta2014-08-051-1/+1
* Bug 667371 - Remove dead code test_buildparams.c, pkix_buildparams.c and pkix...Cykesiopka2014-04-242-316/+0
* Bug 979106: Remove an extraneous semicolon in the PKIX_PL_TrustAnchorModeJulien Pierre2014-03-051-1/+1
* Bug 743700: Enforce name constriants for root certificates, r=rsleeviNSS_3_16_BETA1Camilo Viecco2014-02-051-1/+5
* Bug 962760: Fix handling of CN when processing name constraints in libpkix, r...Camilo Viecco2014-02-034-7/+22
* Bug 950129: Only call the revocation checkers during reverse pathWan-Teh Chang2014-01-302-120/+4
* Bug 928141: Add a build variable NSS_PKIX_NO_LDAP to conditionallyWan-Teh Chang2014-01-2313-10/+60
* Bug 958401: pkix_pl_AiaMgr_FindLDAPClient should check for an emptyWan-Teh Chang2014-01-141-0/+13