summaryrefslogtreecommitdiff
path: root/lib/mozpkix/lib
Commit message (Expand)AuthorAgeFilesLines
* Bug 1765003 - Add a strict variant of moz::pkix::CheckCertHostname. r=djacksonJohn Schanck2022-04-211-0/+17
* Bug 1005084 - support specific RSA-PSS parameters in mozilla::pkix r=jschanckDana Keeler2022-03-235-34/+172
* Bug 1755092 - rework signature verification in mozilla::pkix r=jschanckDana Keeler2022-03-096-123/+230
* Bug 966856 - mozilla::pkix: support SHA-2 hashes in CertIDs in OCSP responses...Dana Keeler2021-12-152-45/+56
* Bug 1717610 - Add function to get seconds from epoch from pkix::Time r=bbeurd...R. Martinho Fernandes2021-06-241-0/+14
* Bug 1709291 - add VerifyCodeSigningCertificateChain r=bbeurdoucheDana Keeler2021-05-181-0/+218
* Bug 1665715 - (2/2) pass encoded signed certificate timestamp extension (if p...Dana Keeler2020-09-231-1/+2
* Bug 1665715 - (1/2) revert e8f2720c8254 (bug 1593141) because it's no longer ...Dana Keeler2020-09-181-2/+1
* bug 1593141 - add validity period beginning argument to mozilla::pkix::TrustD...Dana Keeler2019-11-091-1/+2
* bug 1579060 - fix handling of issuerUniqueID and subjectUniqueID in mozilla::...Dana Keeler2019-10-151-12/+7
* Bug 1479787 - build mozpkix as part of NSS, r=mt,keelerFranziskus Kiefer2018-08-0314-1033/+27
* Bug 1453795 - PSM-Security - Initialize member fields in classes/ structures....Andi-Bogdan Postelnicu2018-06-185-3/+14
* Backed out changeset 6692fb61e97c (bug 1453795) for build bustages on CertVer...Narcis Beleuzu2018-06-195-13/+2
* Bug 1453795 - PSM-Security - Initialize member fields in classes/ structures....Andi-Bogdan Postelnicu2018-06-185-2/+13
* Backed out 4 changesets (bug 525063) on request from Andi. a=backoutSebastian Hengst2018-04-132-10/+4
* Bug 1450967 - MITM error string update, r=keelerFranziskus Kiefer2018-04-121-1/+1
* Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsanTristan Bourvon2018-04-102-4/+10
* Bug 1450967 - mitm detection v0.0.1, r=keeler,johannhFranziskus Kiefer2018-03-161-0/+3
* bug 1056341 - introduce a budget for path searching in mozilla::pkix to avoid...David Keeler2018-03-271-6/+33
* Bug 1448787 - separate error for self-signed certs, r=keeler,johannhFranziskus Kiefer2018-03-291-0/+2
* Bug 1443744 - fix shadowing issues in pkix, r=keelerFranziskus Kiefer2018-03-075-48/+53
* bug 1441223 - add a new (overridable) error code to describe extra policy con...David Keeler2018-02-271-0/+3
* bug 1437214 - if PathBuildingStep::Check fails due to a problem with the subj...David Keeler2018-02-091-2/+11
* Bug 1198481 - Fixed typo 'id_pk_serverAuth' to 'id_kp_serverAuth'. r=keelermanikishan2017-12-021-1/+1
* Bug 1305396 - Replace memmove with std::copy_backward in a file that doesn't ...Nicolas Vigier2017-10-161-5/+5
* bug 1349762 - handle two GlobalSign EV root transfers r=Cykesiopka,jcjDavid Keeler2017-04-032-1/+8
* Bug 1351779 - Removed unused variable 'loopDetected' from PathBuildingStep::C...Tim Taubert2017-03-291-3/+2
* Bug 1337358 - Converts for(...; ...; ...) loops to use the new range-based lo...Sylvestre Ledru2017-02-072-4/+4
* Bug 1115718 - Check for empty issuer name in mozilla::pkix; r=keelerDavid Cook2016-07-283-0/+30
* Bug 1284256 - Certificate Transparency - verification of Signed Certificate T...Sergei Chernov2016-07-052-10/+24
* Bug 1275238 - Certificate Transparency support in mozilla::pkix; r=keelerSergei Chernov2016-06-154-3/+99
* Bug 1275582 - TSan: data race security/nss/lib/freebl/sha_fast.c:176 SHA1_End...Julian Seward2016-05-301-1/+1
* bug 982932 - only allow Netscape-stepUp to be used for serverAuth for old CA ...David Keeler2016-05-051-12/+24
* Bug 1257031 - Return more informative error code when encountering invalid in...Cykesiopka2016-04-212-3/+11
* bug 1245280 - add policy mechanism to optionally enforce BRs for falling back...David Keeler2016-02-091-6/+17
* Bug 1189020 - Replace |// unnamed namespace| with |// namespace| in mozilla::...Brian Smith2016-03-164-7/+7
* Bug 901698 - Implement OCSP-must-staple; r=keelerMark Goodwin2015-11-136-0/+81
* Bug 942515 - Show Untrusted Connection Error for SHA-1-based SSL certificates...Richard Barnes2015-09-113-18/+42
* Bug 1199624 - Don't use memset and memcmp in files that don't include cstring...Jacek Caban2015-09-092-4/+3
* Backed out changeset 7afe39a4cc46 (bug 1199624) for Windows bustage.Ryan VanderMeulen2015-08-302-3/+4
* Bug 1199624 - Don't use memset and memcmp in files that don't include cstring...Jacek Caban2015-08-292-4/+3
* Bug 1159155 - Add telemetry probe for SHA-1 usage (r=keeler)Mark Goodwin2015-07-091-1/+1
* Bug 1145679 - Reject EV status for end-entity EV certs with overly long valid...Cykesiopka2015-06-292-1/+11
* Bug 1060112 - Don't treat OCSP responses omitting the requested certificate s...Tim Taubert2015-05-212-0/+16
* bug 1141189 - implement skipping expensive revocation checks (OCSP fetching) ...David Keeler2015-04-063-2/+23
* bug 1150114 - allow PrintableString to match UTF8String in name constraints c...David Keeler2015-04-081-53/+103
* Bug 1154399 - Part 4: Simplify certificate parsing in OCSP responses. r=keelerBrian Smith2015-04-141-29/+15
* Bug 1154399 - Part 3: Simplify OptionalExtensions. r=keelerBrian Smith2015-04-141-67/+39
* Bug 1154399 - Part 2: Simplify and un-inline OptionalVersion. r=keelerBrian Smith2015-04-142-37/+33
* Bug 1154399 - Part 1: De-templatize and un-inline IntegralValue. r=keelerBrian Smith2015-04-142-23/+25