summaryrefslogtreecommitdiff
path: root/lib/mozpkix/lib/pkixnss.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bug 1005084 - support specific RSA-PSS parameters in mozilla::pkix r=jschanckDana Keeler2022-03-231-2/+54
* Bug 1755092 - rework signature verification in mozilla::pkix r=jschanckDana Keeler2022-03-091-37/+155
* Bug 1479787 - build mozpkix as part of NSS, r=mt,keelerFranziskus Kiefer2018-08-031-6/+6
* Bug 1450967 - MITM error string update, r=keelerFranziskus Kiefer2018-04-121-1/+1
* Bug 1450967 - mitm detection v0.0.1, r=keeler,johannhFranziskus Kiefer2018-03-161-0/+3
* Bug 1448787 - separate error for self-signed certs, r=keeler,johannhFranziskus Kiefer2018-03-291-0/+2
* bug 1441223 - add a new (overridable) error code to describe extra policy con...David Keeler2018-02-271-0/+3
* Bug 1115718 - Check for empty issuer name in mozilla::pkix; r=keelerDavid Cook2016-07-281-0/+3
* Bug 1257031 - Return more informative error code when encountering invalid in...Cykesiopka2016-04-211-0/+4
* Bug 1189020 - Replace |// unnamed namespace| with |// namespace| in mozilla::...Brian Smith2016-03-161-1/+1
* Bug 901698 - Implement OCSP-must-staple; r=keelerMark Goodwin2015-11-131-0/+2
* Bug 1145679 - Reject EV status for end-entity EV certs with overly long valid...Cykesiopka2015-06-291-0/+2
* Bug 1060112 - Don't treat OCSP responses omitting the requested certificate s...Tim Taubert2015-05-211-0/+3
* Bug 1153738: Make ScopedPtr a minimal proper subset of std::unique_ptr, r=keelerBrian Smith2015-04-131-1/+1
* Bug 1077864, Part 1: Check consistency of certificates' signature and signatu...Brian Smith2015-02-221-0/+3
* Bug 1130754: Avoid recalculating tbsCertificate digest, r=keelerBrian Smith2015-02-071-57/+52
* Bug 1122841, Part 2: Centralize checking of public key, r=keelerBrian Smith2015-02-021-100/+12
* Bug 1128413, Part 1: Fix switch-related warnings, r=mmcBrian Smith2015-02-021-13/+22
* Bug 968560 - Return distinct error codes for certificates that are not valid ...Cykesiopka2015-02-061-0/+5
* Bug 1077790 - Make mozilla::pkix::CheckPublicKeySize() accept specific ellipt...Cykesiopka2015-01-211-1/+35
* Bug 1115906, Part 3: Make formatting of struct/class/enum class more consiste...Brian Smith2015-01-131-2/+2
* 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-231-6/+6
* Bug 1115761, Part 2: Use NotReached more consistently in pkixnss.cpp, r=jcjBrian Smith2014-12-231-4/+3
* Bug 1073867, Part 3: Reject DSS end-entity certificates, r=mmcBrian Smith2014-12-241-7/+7
* Bug 1073867, Part 1: Remove DSS certificate support from mozilla::pkix, r=keelerBrian Smith2014-12-041-8/+0
* Bug 1111399, Part 1: Preconditions for RFC822 name constraints, r=keelerBrian Smith2014-12-201-0/+2
* Bug 1063281, Part 6: Implement CheckCertHostname, r=keelerBrian Smith2014-10-151-0/+1
* Bug 622859 - Reject EV certificates with key sizes below RSA 2048. r=briansmithCykesiopka2014-10-181-10/+8
* Backed out changeset 87cfebb3b6fe (bug 622859) for breaking m1 testsCarsten "Tomcat" Book2014-10-171-8/+10
* Bug 622859 - Reject EV certificates with key sizes below RSA 2048. r=briansmithCykesiopka2014-10-161-10/+8
* bug 1042889 - use a separate error for untrusted x509v1 certificates used as ...David Keeler2014-10-151-1/+5
* bug 1058812 - (1/3) mozilla::pkix: add SignatureAlgorithm::unsupported_algori...David Keeler2014-10-071-0/+1
* backout b779e9db337c (bug 1058812 1/3) for mochitest orange on a CLOSED TREEDavid Keeler2014-10-081-1/+0
* bug 1058812 - (1/3) mozilla::pkix: add SignatureAlgorithm::unsupported_algori...David Keeler2014-10-071-0/+1
* Bug 1065264: Use MOZILLA_PKIX_MAP_LIST to define mozilla::pkix::Result, r=keelerBrian Smith2014-09-101-4/+4
* Bug 1063013, Part 4: Move MapResultToName and MAP_LIST out of pkixnss.h/pkixn...Brian Smith2014-08-311-72/+6
* Bug 1052529 - Add missing l10n strings for mozilla::pkix errors. r=keelerCykesiopka2014-08-261-0/+4
* Bug 1052257 - Add and use error code specific to inadequate key sizes. r=keelerCykesiopka2014-08-121-3/+6
* bug 1040446 - mozilla::pkix: add error code for CA cert used as end-entity ce...David Keeler2014-08-111-1/+6
* bug 1047494 - refactor tautological size check in mozilla::pkix::VerifySigned...David Keeler2014-08-081-8/+6
* Bug 1047792: Rely on mozilla::pkix to filter out expired certs instead of CER...Brian Smith2014-08-011-0/+1
* Bug 1041186, Part 2: Rename Input to Reader and InputBuffer to Input, r=keelerBrian Smith2014-07-311-8/+8
* Bug 1041186, Part 1: Improve buffer overflow protection in mozilla::pkix, r=k...Brian Smith2014-07-181-21/+23
* Bug 1039064: Use strongly-typed enum instead of NSPR-style error handling, r=...Brian Smith2014-07-181-0/+312