| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1479787 - clang-format, r=mt,keeler | Franziskus Kiefer | 2018-08-03 | 11 | -756/+546 |
* | Bug 1479787 - build mozpkix as part of NSS, r=mt,keeler | Franziskus Kiefer | 2018-08-03 | 50 | -10593/+187 |
* | Bug 1476486 - Apply clang warning suppression (rather than msvc) in pkix for ... | Xidorn Quan | 2018-07-19 | 2 | -5/+5 |
* | Bug 1453795 - PSM-Security - Initialize member fields in classes/ structures.... | Andi-Bogdan Postelnicu | 2018-06-18 | 5 | -3/+14 |
* | Backed out changeset 6692fb61e97c (bug 1453795) for build bustages on CertVer... | Narcis Beleuzu | 2018-06-19 | 5 | -13/+2 |
* | Bug 1453795 - PSM-Security - Initialize member fields in classes/ structures.... | Andi-Bogdan Postelnicu | 2018-06-18 | 5 | -2/+13 |
* | Bug 1464869 - Run autopep8 on security/ r=fkiefer | Sylvestre Ledru | 2018-05-26 | 1 | -3/+9 |
* | Backed out 4 changesets (bug 525063) on request from Andi. a=backout | Sebastian Hengst | 2018-04-13 | 3 | -14/+5 |
* | Bug 1450967 - MITM error string update, r=keeler | Franziskus Kiefer | 2018-04-12 | 1 | -1/+1 |
* | Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan | Tristan Bourvon | 2018-04-10 | 3 | -5/+14 |
* | Bug 1450967 - mitm detection v0.0.1, r=keeler,johannh | Franziskus Kiefer | 2018-03-16 | 3 | -0/+6 |
* | bug 1056341 - introduce a budget for path searching in mozilla::pkix to avoid... | David Keeler | 2018-03-27 | 2 | -8/+181 |
* | Bug 1448787 - separate error for self-signed certs, r=keeler,johannh | Franziskus Kiefer | 2018-03-29 | 3 | -0/+5 |
* | Bug 1443744 - fix shadowing issues in pkix, r=keeler | Franziskus Kiefer | 2018-03-07 | 19 | -136/+131 |
* | bug 1441223 - add a new (overridable) error code to describe extra policy con... | David Keeler | 2018-02-27 | 3 | -0/+6 |
* | bug 1437214 - if PathBuildingStep::Check fails due to a problem with the subj... | David Keeler | 2018-02-09 | 2 | -2/+174 |
* | bug 1430906 - don't hold around a test key forever in mozilla::pkix gtests r=... | David Keeler | 2018-01-12 | 3 | -29/+147 |
* | Bug 1394734 - Simplify various corner cases r=glandium | Sylvestre Ledru | 2017-12-07 | 1 | -1/+1 |
* | Bug 1394734 - Replace CONFIG['CLANG*'] by CONFIG['CC_TYPE'] r=glandium | Sylvestre Ledru | 2017-12-07 | 2 | -3/+3 |
* | Bug 1394734 - Replace CONFIG['MSVC'] by CONFIG['CC_TYPE'] r=glandium | Sylvestre Ledru | 2017-12-08 | 3 | -3/+3 |
* | Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium | Sylvestre Ledru | 2017-12-07 | 3 | -4/+4 |
* | Bug 1198481 - Fixed typo 'id_pk_serverAuth' to 'id_kp_serverAuth'. r=keeler | manikishan | 2017-12-02 | 1 | -1/+1 |
* | Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj | Sylvestre Ledru | 2017-10-23 | 1 | -0/+0 |
* | Bug 1406736 Match MinGW's macro so we declare gmtime_r under MinGW too r=froydnj | Tom Ritter | 2017-10-09 | 1 | -1/+1 |
* | Bug 1305396 - Replace memmove with std::copy_backward in a file that doesn't ... | Nicolas Vigier | 2017-10-16 | 1 | -5/+5 |
* | Bug 1406687 Pass return values from fwrite to Unused to silence the warn-unus... | Tom Ritter | 2017-10-09 | 1 | -1/+3 |
* | Backed out changeset 7a5d74db770b (bug 1406687) for build bustage at testing/... | Sebastian Hengst | 2017-10-09 | 1 | -3/+1 |
* | Bug 1406687 Pass return values from fwrite to Unused to silence the warn-unus... | Tom Ritter | 2017-10-09 | 1 | -1/+3 |
* | Bug 1369806: Fix up pkix test to correctly pass zero to CreateEncodedBasicCon... | Daniel Holbert | 2017-06-02 | 1 | -2/+4 |
* | Bug 1369864: Suppress clang -Wno-zero-as-null-pointer-constant build warning,... | Daniel Holbert | 2017-06-02 | 1 | -0/+1 |
* | Bug 1369871: Add "const" keyword to a long* param in a pkix test function. r=... | Daniel Holbert | 2017-06-02 | 2 | -2/+2 |
* | Bug 1361750 - Disable various MSVC 2017 warnings in PSM to unbreak --enable-w... | Cykesiopka | 2017-05-05 | 1 | -0/+12 |
* | bug 1349762 - handle two GlobalSign EV root transfers r=Cykesiopka,jcj | David Keeler | 2017-04-03 | 9 | -10/+19 |
* | Bug 1351779 - Removed unused variable 'loopDetected' from PathBuildingStep::C... | Tim Taubert | 2017-03-29 | 1 | -3/+2 |
* | bug 1339921 - disable clang's shadowed field warning in a mozilla::pkix gtest... | David Keeler | 2017-03-14 | 1 | -0/+16 |
* | Bug 1346305 - Unbreak --enable-warnings-as-errors on FreeBSD after bug 134355... | Jan Beich | 2017-03-10 | 1 | -0/+1 |
* | Merge inbound to central, a=merge CLOSED TREE | Wes Kocher | 2017-03-09 | 1 | -0/+3 |
|\ |
|
| * | Bug 1344829 - add BUG_COMPONENT to security/* files. r=keeler | Joel Maher | 2017-03-09 | 1 | -0/+3 |
* | | Bug 1343557 - Disable -pedantic-errors for pkix gtests; r=keeler | Dan Minor | 2017-03-02 | 1 | -0/+5 |
|/ |
|
* | Bug 1331280 - Generic telemetry probe for TLS handshake status. r=keeler | EKR | 2017-02-14 | 1 | -0/+1 |
* | Bug 1337358 - Converts for(...; ...; ...) loops to use the new range-based lo... | Sylvestre Ledru | 2017-02-07 | 2 | -4/+4 |
* | Bug 1318030 - Possible uninitialised value uses relating to security/pkix/tes... | Julian Seward | 2016-11-21 | 7 | -0/+68 |
* | Bug 1115718 - Check for empty issuer name in mozilla::pkix; r=keeler | David Cook | 2016-07-28 | 8 | -8/+110 |
* | Bug 1284256 - Certificate Transparency - verification of Signed Certificate T... | Sergei Chernov | 2016-07-05 | 2 | -10/+24 |
* | Bug 1286877 - do not set c-basic-offset for python-mode; r=gps | Tom Tromey | 2016-07-14 | 3 | -3/+3 |
* | Bug 1275238 - Certificate Transparency support in mozilla::pkix; r=keeler | Sergei Chernov | 2016-06-15 | 10 | -18/+324 |
* | Bug 1275582 - TSan: data race security/nss/lib/freebl/sha_fast.c:176 SHA1_End... | Julian Seward | 2016-05-30 | 1 | -1/+1 |
* | Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directorie... | Chris Peterson | 2016-05-11 | 3 | -5/+15 |
* | bug 982932 - only allow Netscape-stepUp to be used for serverAuth for old CA ... | David Keeler | 2016-05-05 | 4 | -32/+91 |
* | Bug 1257031 - Return more informative error code when encountering invalid in... | Cykesiopka | 2016-04-21 | 6 | -54/+125 |