gecko-dev/security/manager/ssl/tests/gtest
J.C. Jones 6395c26d4a Bug 1434936 - Add method nsNSSCertList::GetRootCertificate r=keeler r=fkiefer
This adds another utility method to nsNSSCertList to perform CERT_LIST_TAIL on
the underlying certificate list and return the last entry -- e.g., the root.
This is a convenience method to let other parts of the certificate verifier
continue to work with the higher-level nsNSSCertificate objects instead of
having to convert them.

MozReview-Commit-ID: EEi9L5Iepc6

--HG--
extra : rebase_source : 2836767a7186f65debf338f8d1f2a981636ed29b
extra : histedit_source : 5b87ec6c522ac1b84d91052e21184f3c03d9ea52
2018-01-31 17:14:40 -07:00
..
CertDBTest.cpp
CertListTest.cpp Bug 1434936 - Add method nsNSSCertList::GetRootCertificate r=keeler r=fkiefer 2018-01-31 17:14:40 -07:00
CoseTest.cpp Bug 1403844 - Verify COSE signature on add-ons, r=keeler 2018-01-08 11:46:51 +01:00
DataStorageTest.cpp Bug 870698 - Part 2: Replace Append("") with AppendLiteral(""). r=erahm 2017-09-03 22:14:11 -07:00
DeserializeCertTest.cpp
MD4Test.cpp
OCSPCacheTest.cpp
README.txt
TLSIntoleranceTest.cpp
moz.build Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00

README.txt

Please name all test cases in this directory with the prefix "psm". This makes
it easier to run all PSM related GTests at once.