summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Bug 1077864, Part 2: Override the trust level for OCSP response signer certs ...Brian Smith2015-02-141-0/+10
| * Bug 1077864, Part 1: Check consistency of certificates' signature and signatu...Brian Smith2015-02-229-22/+379
| * Bug 1135407: Factor out duplicate logic in tests, r=keelerBrian Smith2015-02-2110-346/+121
| * Bug 1135745 - Disable the reserved-id-macro macro in security/pkix; r=briansmithEhsan Akhgari2015-02-231-0/+1
| * Bug 1133618 - Move test SHA1 function to pkixtestutil.cpp. r=mmcBrian Smith2015-02-163-16/+16
| * Bug 1130754 - Make PublicKeyAlgorithm an enum class. r=keelerBrian Smith2015-02-141-1/+1
| * Bug 1097622 - Return ERROR_INVALID_TIME when decoding invalid time values. r=...Cykesiopka2015-02-182-12/+20
| * Bug 1130754: Avoid recalculating tbsCertificate digest, r=keelerBrian Smith2015-02-0719-432/+692
| * Bug 1122841, Part 2: Centralize checking of public key, r=keelerBrian Smith2015-02-0216-213/+298
| * Bug 1122841, Part 1: Add PositiveInteger parser, r=keelerBrian Smith2015-02-065-182/+291
| * Bug 1128413, Part 4: Fix warnings in mozilla-config.h and gcc-stl-wrapper.tem...Brian Smith2015-02-021-2/+0
| * Bug 1128413, Part 3: Enable more compiler warnings, r=mmcBrian Smith2015-02-0723-127/+261
| * Bug 1128413, Part 2: Don't use double underscores any moreBrian Smith2015-01-3113-39/+39
| * Bug 1128413, Part 1: Fix switch-related warnings, r=mmcBrian Smith2015-02-026-46/+74
| * Bug 968560 - Return distinct error codes for certificates that are not valid ...Cykesiopka2015-02-066-4/+19
| * Bug 1126128 - Mark TestTrustDomain::VerifySignedData as override; r=bsmithEhsan Akhgari2015-01-261-1/+1
| * Backed out changeset 73545684c272 (bug 1117034) because of build bustage on a...Ehsan Akhgari2015-01-261-1/+1
| * Bug 1117034 - Mark some overridden functions in the tree as overrideEhsan Akhgari2015-01-261-1/+1
| * bug 1125261 - mozilla::pkix: handle comparing single, relative labels with wi...David Keeler2015-01-232-0/+9
| * Bug 1125673: Mark method 'FindIssuer' as 'override' in pkixocsp_VerifyEncoded...Daniel Holbert2015-01-261-1/+1
| * Bug 1077790 - Make mozilla::pkix::CheckPublicKeySize() accept specific ellipt...Cykesiopka2015-01-216-9/+109
| * Bug 1114703: Remove mozilla::pkix's polyfill for std::bind, r=mmcBrian Smith2015-01-2112-338/+76
| * Bug 1122835, Part 2: Simplify BitStringWithNoUnusedBits, r=keelerBrian Smith2014-12-271-3/+1
| * Bug 1122835: Add missing return value checks for Input::SkipToEnd, r=keelerBrian Smith2014-12-273-12/+40
| * No bug - fix typo r=me DONTBUILDBenjamin Peterson2015-01-191-1/+1
| * Bug 1115910: Remove now-unneeded nullptr polyfill for old versions of GCC, r=...Brian Smith2015-01-131-5/+0
| * Bug 1115906, Part 3: Make formatting of struct/class/enum class more consiste...Brian Smith2015-01-135-9/+15
| * Bug 1115906, Part 2: Annotate classes and member functions with override and ...Brian Smith2015-01-1314-140/+125
| * Bug 1115906, Part 1: Add workarounds for missing final/override support in GC...Brian Smith2015-01-076-8/+16
| * Bug 1120664 - Rename mozilla::pkix::Result::ERROR_INVALID_TIME to avoid colli...Masatoshi Kimura2015-01-153-20/+20
| * Bug 1118122: Reland Bug 1115903, Part 2: Delete most defaulted assignment ope...Brian Smith2015-01-129-36/+32
| * bug 1118554 - fix gcc4.9 warnings on Android, <cstdlib> instead of <stdlib.h>...Brad Lassey2015-01-081-1/+1
| * Bug 1119179 - Avoid gmtime_r duplication if it's provided by mingw. r=bsmithJacek Caban2015-01-091-1/+1
| * Bug 1118599 - Remove now-unneeded MOZILLA_PKIX_ENUM_CLASS workaround for GCC ...Brian Smith2015-01-0611-143/+68
| * bug 1118554 - make android's stdcxx work r=glandiumBrad Lassey2015-01-061-0/+1
| * Bug 1073867, Part 5: Make DSS test faster, r=mmcBrian Smith2014-12-241-10/+98
| * Bug 1117003 - Backout cset 0c9007d26fc7 (Bug 1115903, Part 2), r=ehsanBrian Smith2015-01-029-32/+36
| * Bug 1115903, Part 2: Delete most defaulted assignment operators and some defa...Brian Smith2014-12-269-36/+32
| * Bug 1115903, Remove VS2010 workarounds, r=mmcBrian Smith2014-12-264-19/+1
| * Bug 1115761, Part 4: Add "fall through" comment, r=jcjBrian Smith2014-12-261-1/+1
| * Bug 1115761, Part 3: Rename NSS-based crypto functions, r=jcjBrian Smith2014-12-233-18/+18
| * Bug 1115761, Part 2: Use NotReached more consistently in pkixnss.cpp, r=jcjBrian Smith2014-12-231-4/+3
| * Bug 1115761, Part 1: Remove obsolete references to NSS stuff in comments, r=jcjBrian Smith2014-12-261-17/+15
| * Bug 1035414, Part 2: Always check subject's issuer matches issuer's subject, ...Brian Smith2014-12-262-4/+18
| * Bug 1035414, Part 1: Test issuer/subject name matching, r=jcjBrian Smith2014-12-261-4/+124
| * Bug 1073867, Part 4: Test that DSS end-entity certificates are rejected, r=mmcBrian Smith2014-12-263-0/+134
| * Bug 1073867, Part 3: Reject DSS end-entity certificates, r=mmcBrian Smith2014-12-241-7/+7
| * Bug 1115181: Remove pkixnss.h dependency from pkixcert_signature_algorithm_te...Brian Smith2014-12-231-3/+1
| * Bug 1070444: Remove NSS dependencies in pkixbuild_tests.cpp, r=keelerBrian Smith2014-12-223-85/+59
| * Bug 1114701: Replace function pointers with function references, r=keelerBrian Smith2014-12-233-28/+37