summaryrefslogtreecommitdiff
path: root/gtests
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1310610 - Exporters for TLS 1.3, r=ekrMartin Thomson2016-11-123-0/+124
|
* Bug 1252745 - Fix Signed Certificate Timestamps for TLS 1.3, r=ttaubertMartin Thomson2016-11-101-12/+12
|
* Bug 1316854 - Add der_private_key_import_unittest.cc to GYP r=franziskusTim Taubert2016-11-111-0/+1
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D51
* Bug 1316836 - sancov, ubsan, and asan for gyp, r=ttaubertFranziskus Kiefer2016-11-071-7/+0
|
* Bug 1315735 - Supress Bogo TLS 1.3 tests until Bogo is updated. r=meEKR2016-11-071-0/+7
|
* Bug 1315735 - TLS 1.3 draft 18 - clang-format. r=meEKR2016-11-077-81/+48
|
* Bug 1315735 - TLS 1.3 draft 18 - tests for psk binder. r=mtEKR2016-11-043-51/+247
| | | | | https://nss-review.dev.mozaws.net/D31
* Bug 1315735 - TLS 1.3 draft 18 - Test that if resumption is off we don't ↵EKR2016-11-041-0/+8
| | | | | | | | | offer a PSK modes xtn. r=mt https://nss-review.dev.mozaws.net/D30
* Bug 1315735 - TLS 1.3 draft 18 - Update to draft-18 key schedule and code ↵EKR2016-11-031-1/+1
| | | | | | | | | | | point. r=mt Reviewers: mt Reviewed By: mt Differential Revision: https://nss-dev.phacility.com/D138
* Bug 1315735 - TLS 1.3 draft 17 - Update cipher suite/hash consistency ↵EKR2016-11-031-1/+1
| | | | | | | | | | | | | checks. r=mt Reviewers: mt Reviewed By: mt Subscribers: mt Differential Revision: https://nss-dev.phacility.com/D137
* Bug 1315735 - TLS 1.3 draft 17 - implement psk binders, remove resumption ↵EKR2016-11-0310-30/+60
| | | | | | | | | | | PSK, and 0-RTT Finished. r=mt Subscribers: mt Differential Revision: https://nss-dev.phacility.com/D134
* Bug 1315735 - TLS 1.3 draft 17 - Restructure PSK negotiation. r=mtEKR2016-11-031-66/+13
| | | | | | | | | | - move ticket_age_add into NST - max_early_data_size as an extension. - Remove server signature algorithm sending NOTE: This version fails some of the tests because I did not update the canned server hello.
* Bug 1315735 - TLS 1.3 draft 17 - Replace key shares in response to HRR. r=mtEKR2016-11-036-13/+46
| | | | | | | Subscribers: mt Differential Revision: https://nss-dev.phacility.com/D129
* Make clang-format happy r=meTim Taubert2016-11-072-6/+5
|
* Bug 1315622 - Fuzzing mode: Check that TLS connection transcripts are ↵Tim Taubert2016-11-074-1/+51
| | | | | | deterministic r=franziskus Differential Revision: https://nss-review.dev.mozaws.net/D35
* Bug 1315252 - Fuzzing mode: Check that SSL_ExportKeyingMaterial() is ↵Tim Taubert2016-11-076-1/+61
| | | | | | deterministic r=franziskus Differential Revision: https://nss-review.dev.mozaws.net/D20
* Bug 1315455 - Constify sslSocket for extension processing. r=mt.EKR2016-11-022-5/+42
| | | | | | | | | | | | | | | | | | | | Summary: Extension handlers now take a const sslSocket* and a non-const xtnData. Things aren't entirely clean yet. I had to do two things: - Write a series of ssl_Ext* thunks for things that have innocuous side effects in sslSocket like updating the transcript or encrypting stuff. - Add a CONST_CAST macro for the few cases where it's clear we're having real side effects but they weren't simple to unwind. them. The macro makes them easy to find. Test Plan: None Differential Revision: https://nss-review.dev.mozaws.net/D17
* Revert "Bug 1315455 - Constify sslSocket for extension processing. r=mt."EKR2016-11-052-44/+5
| | | | | This reverts commit 6b37e9783638d6ac6689f5b50f6e60f41ea753cc.
* Bug 1315455 - Constify sslSocket for extension processing. r=mt.EKR2016-11-022-5/+44
| | | | | | | | | | | | | | | | | | | | Summary: Extension handlers now take a const sslSocket* and a non-const xtnData. Things aren't entirely clean yet. I had to do two things: - Write a series of ssl_Ext* thunks for things that have innocuous side effects in sslSocket like updating the transcript or encrypting stuff. - Add a CONST_CAST macro for the few cases where it's clear we're having real side effects but they weren't simple to unwind. them. The macro makes them easy to find. Test Plan: None Differential Revision: https://nss-review.dev.mozaws.net/D17
* Bug 1315193 - Follow-up to appease clang-format and enable ssl_gtests on ↵Tim Taubert2016-11-041-1/+0
| | | | Linux x64/fuzz r=me
* Bug 1315193 - Fuzzing mode: ssl_Time() must return a constant value r=franziskusTim Taubert2016-11-043-0/+27
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D19
* Bug 1311213 - Handle repeated NST messages correctly r=ekr,mtTim Taubert2016-11-025-4/+49
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D13
* Bug 1310612 - move gtests to a directory of that name, r=franziskusMartin Thomson2016-10-28247-0/+85898