summaryrefslogtreecommitdiff
path: root/cpputil
Commit message (Collapse)AuthorAgeFilesLines
* Backed out changeset 3c2aceba7ae8 (bug 1552262) for being on the wrong ↵J.C. Jones2019-06-031-3/+0
| | | | branch due to lando bug 1549757
* bug 1552262 - add PK11_FindRawCertsBySubject to search a given slot for ↵Dana Keeler2019-05-311-0/+3
| | | | | | certificates with a given subject r=jcj,RyanSleevi.sleevi Differential Revision: https://phabricator.services.mozilla.com/D32067
* Bug 1532312, recognize certificate_required alert, r=mtDaiki Ueno2019-04-081-0/+1
| | | | | | | | | | | | Summary: Some servers send a certificate_required alert when the client returns no certificate while it is required. For server, it is not mandatory to send this alert, but it could make it easier for the client to distinguish bad_certificate and the declined cases. Reviewers: mt Reviewed By: mt Bug #: 1532312 Differential Revision: https://phabricator.services.mozilla.com/D22083
* Bug 1521174 - Add some initial S/MIME gtests r=mtJ.C. Jones2018-12-101-0/+34
| | | | Differential Revision: https://phabricator.services.mozilla.com/D17014
* Bug 1528175 - Expose an AEAD function, r=ekrMartin Thomson2019-02-171-0/+2
|
* Bug 1471126 - Record layer separation, r=ekrMartin Thomson2019-02-171-0/+26
| | | | | | | | | | | | | Summary: Add functions for QUIC that provide the raw content of records to callback functions. Reviewers: ekr Reviewed By: ekr Bug #: 1471126 Differential Revision: https://phabricator.services.mozilla.com/D1874
* Bug 1496124 - Populate public values for imported private keys, r=mtRobert Relyea2018-11-082-0/+9
|
* Bug 1501174 - zero DataBuffer on allocation, r=franziskusMartin Thomson2018-10-231-1/+1
|
* Bug 1479787 - build mozpkix as part of NSS, r=mt,keelerFranziskus Kiefer2018-08-033-9/+43
| | | | | | Differential Revision: https://phabricator.services.mozilla.com/D2719 Differential Revision: https://phabricator.services.mozilla.com/D2720 Differential Revision: https://phabricator.services.mozilla.com/D2861
* Bug 1486667 - Test that rejecting a server certificate works, r=uenoMartin Thomson2018-05-011-0/+2
|
* Bug 1471126 - Rename SSL3ContentType and make it public, r=ekrMartin Thomson2018-06-261-8/+1
| | | | | | The renaming here is less widespread than I expected. I removed the content_alt_handshake while I was at this; no point in putting that in a public API.
* Bug 1457716 - Fix CertificateRequest processing for TLS 1.3. r=mtEKR2018-04-291-0/+2
| | | | | | | | | | | Reviewers: mt Tags: #secure-revision Bug #: 1457716 Differential Revision: https://phabricator.services.mozilla.com/D1062
* Bug 1460673 - fix clang-formatFranziskus Kiefer2018-05-181-1/+1
|
* Bug 1460673 - handle p12 properly, r=ttaubertFranziskus Kiefer2018-05-161-0/+5
| | | | Differential Revision: https://phabricator.services.mozilla.com/D1295
* Bug 1446643 - Update to TLS 1.3 draft-26. r=mtEKR2018-03-152-0/+16
| | | | | | | | | | | | | - Update version number - Forbid negotiating < TLS 1.3 with supported_versions - Change to version number 0303 after HRR. Plus test - Update AAD. https://phabricator.services.mozilla.com/D753
* Bug 1309068 - Enable -Wshadow, r=franziskusMartin Thomson2018-02-142-12/+12
|
* Bug 1399439 - API for external TLS session caches, r=mtFranziskus Kiefer2018-01-161-0/+5
| | | | | | | | Reviewers: mt, ekr Bug #: 1399439 Differential Revision: https://phabricator.services.mozilla.com/D284
* Bug 1429475: Tests for delayed failure and be more aggressive about making ↵EKR2018-01-091-0/+1
| | | | | | | | | | | | | | | | | | | | failures persistent. r=mt, wtc Summary: - Make any call to ssl3_GatherCompleteHandshake (which transitively means any read from the wire) return PR_IO_ERROR if an alert has been sent. - Patch up a few of the tests to handle this new behavior properly. These tests actually were a bit harder to follow so they should also be a bit clearer. - Add a new set of tests for certificate authentication failure. Reviewers: mt Differential Revision: https://phabricator.services.mozilla.com/D365
* Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCHMartin Thomson2017-11-064-105/+141
|\
| * Bug 1407853 - Uncouple databuffer.h from ssl_gtest, r=ttaubertMartin Thomson2017-10-124-91/+128
| |
* | Bug 1396487 - Extra test case for ACK, fragmentation and reassembly, r=ekrMartin Thomson2017-09-071-0/+1
| |
* | Bug 1316231 - DTLS 1.3 ACKs. r=mtEKR2017-09-041-2/+14
| |
* | Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCH, a=mergeMartin Thomson2017-08-241-0/+2
|\ \ | |/
| * Bug 1383824 - set slot->isLoggedIn after setting password, r=ttaubertFranziskus Kiefer2017-08-101-0/+2
| | | | | | | | Differential Revision: https://nss-review.dev.mozaws.net/D391
* | Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCHMartin Thomson2017-08-092-0/+6
|\ \ | |/
| * Bug 1280846 - cpputil: don't compile in unnecessary files if ↵Daiki Ueno2017-07-031-0/+5
| | | | | | | | NSS_BUILD_UTIL_ONLY, r=franziskus
| * Bug 1385917 - Enable different Content Type for ServerHello. r=mtEKR2017-07-261-0/+1
| | | | | | | | | | | | Differential Revision: https://nss-review.dev.mozaws.net/D379 Differential Revision: https://nss-review.dev.mozaws.net/D385
* | Bug 1386191 - ClientHello callback for applications, r=ekrMartin Thomson2017-07-161-0/+1
| |
* | Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCH, a=mergeMartin Thomson2017-07-065-0/+125
|\ \ | |/ | | | | Hg: changed gtests/nss_bogo_shim/nss_bogo_shim.gyp
| * Bug 1376520 - some static analysis (infer) fixes, r=ttaubertFranziskus Kiefer2017-06-271-0/+4
| | | | | | | | Differential Revision: https://nss-review.dev.mozaws.net/D354
| * Bug 1280846 - tests: adjust gtests to compile under modular builds, r=franziskusDaiki Ueno2017-06-011-0/+39
| |
| * Bug 1357319 - Add proper Makefile for cpputil r=mtTim Taubert2017-06-083-0/+82
| | | | | | | | Differential Revision: https://nss-review.dev.mozaws.net/D349
* | Merge NSS trunk to NSS_TLS13_DRAFT19_BRANCH branchMartin Thomson2017-06-111-0/+2
|\ \ | |/
| * Bug 1371303 - Add "digest" command to NSS tool r=ttaubertStefan Gschiel2017-06-081-0/+2
| | | | | | | | Differential Revision: https://nss-review.dev.mozaws.net/D253
* | Merge NSS trunk to branch, a=mergeFranziskus Kiefer2017-06-061-0/+5
|\ \ | |/
| * Bug 1352039 - improvements for elliptic curve addition in mixed ↵Franziskus Kiefer2017-04-041-0/+2
| | | | | | | | | | | | Jacobian-affine coordinates, r=ttaubert Differential Revision: https://nss-review.dev.mozaws.net/D333
| * From 193777aedc558c56bb6501ba8e2134668ee5697b Mon Sep 17 00:00:00 2001Daiki Ueno2017-05-031-0/+3
| | | | | | | | Bug 1162897, util: add minimal PKCS#11 URI parser, r=rrelyea
* | Merge NSS tip, a=mergeMartin Thomson2017-05-122-0/+7
|\ \ | |/
| * Bug 1363981 - Update tests to use SSLProtocolVariant instead of Mode, r=ttaubertMartin Thomson2017-05-011-5/+4
| |
| * Bug 1342137 - Permit unknown dotted-decimal X500 Principals ↵J.C. Jones2017-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | r=franziskus,ttaubert RFC 1485 permits principals with OIDs in either "1.2=Name" or "OID.1.2=Name" form. This patch permits such forms, for unknown OIDs. This patch adds disabled tests which should fail, but do not, and need further cleanup. Original patch courtesy of Miklos Vajna. Differential Revision: https://nss-review.dev.mozaws.net/D310
| * Bug 1328318, Allow configuration of SSL/TLS version ranges to silenty ↵Kai Engert2017-05-041-0/+6
| | | | | | | | succeed if a reduced range is selected because of policies or limitations, test part, partial r=ekr, final r=martin.thomson
* | Merging from main NSS branchMartin Thomson2017-05-041-3/+3
|\ \ | |/
| * Bug 1355037 - Add parentheses to std::min, r=franziskusChris Lee2017-04-181-3/+3
| |
* | Bug 1350502 - TLS 1.3 draft-19 - EndOfEarlyData message, r=ekrMartin Thomson2017-04-251-1/+0
|/
* Bug 1348775 - Add custom TLS mutators for libFuzzer fuzzing targets r=franziskusTim Taubert2017-03-244-0/+403
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D261
* Bug 1339768 - Add TLS server fuzzers r=franziskusTim Taubert2017-03-141-0/+12
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D229
* Bug 1342351 - Implement --list-keys for nss-tool r=ttaubertStefan Gschiel2017-02-241-0/+4
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D191
* Bug 1330557 - Add basic TLS client fuzzer r=mt,franziskusTim Taubert2017-02-107-0/+546
Differential Revision: https://nss-review.dev.mozaws.net/D145