| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Differential Revision: https://nss-review.dev.mozaws.net/D51
|
| |
|
| |
|
| |
|
|
|
|
|
| |
https://nss-review.dev.mozaws.net/D31
|
|
|
|
|
|
|
|
|
| |
offer a PSK
modes xtn. r=mt
https://nss-review.dev.mozaws.net/D30
|
|
|
|
|
|
|
|
|
|
|
| |
point. r=mt
Reviewers: mt
Reviewed By: mt
Differential Revision: https://nss-dev.phacility.com/D138
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
checks. r=mt
Reviewers: mt
Reviewed By: mt
Subscribers: mt
Differential Revision: https://nss-dev.phacility.com/D137
|
|
|
|
|
|
|
|
|
|
|
| |
PSK, and
0-RTT Finished. r=mt
Subscribers: mt
Differential Revision: https://nss-dev.phacility.com/D134
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
| |
Subscribers: mt
Differential Revision: https://nss-dev.phacility.com/D129
|
| |
|
|
|
|
|
|
| |
deterministic r=franziskus
Differential Revision: https://nss-review.dev.mozaws.net/D35
|
|
|
|
|
|
| |
deterministic r=franziskus
Differential Revision: https://nss-review.dev.mozaws.net/D20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This reverts commit 6b37e9783638d6ac6689f5b50f6e60f41ea753cc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Linux x64/fuzz r=me
|
|
|
|
| |
Differential Revision: https://nss-review.dev.mozaws.net/D19
|
|
|
|
| |
Differential Revision: https://nss-review.dev.mozaws.net/D13
|
|
|