[Bug 60597] Add ability to set cipher suites for websocket client connections

2022-06-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60597] Add ability to set cipher suites for websocket client connections

2021-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Mark Thomas changed: What|Removed |Added Product|Tomcat 7|Tomcat 8 Target Milestone|---

[Bug 60597] Add ability to set cipher suites for websocket client connections

2020-01-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Christopher Schultz changed: What|Removed |Added Keywords||PatchAvailable -- You are

[Bug 60597] Add ability to set cipher suites for websocket client connections

2018-09-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 --- Comment #15 from Michael Orr --- Again, can someone please review this? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 60597] Add ability to set cipher suites for websocket client connections

2018-03-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 --- Comment #14 from Michael Orr --- Is there any feedback on the attached patch please? Thanks! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Michael Orr changed: What|Removed |Added CC|

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 --- Comment #13 from Michael Orr --- I've added three new patches for the various versions. You can now pass an SSL_ENGINE property in the user properties when calling WebSocketContainer.connectToServer(). I've

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Michael Orr changed: What|Removed |Added Attachment #34639|0 |1 is

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Michael Orr changed: What|Removed |Added Attachment #34638|0 |1 is

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Michael Orr changed: What|Removed |Added Attachment #34637|0 |1 is

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Mark Thomas changed: What|Removed |Added Severity|minor |enhancement -- You

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 --- Comment #9 from Michael Orr --- Ok, thanks for the feedback. I'll work on a patch to pass in an SSLEngine instance and deprecate/remove the old constants. -- You are receiving this mail because: You are the

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 --- Comment #8 from Mark Thomas --- I think an SSLEngine is required rather than a socket factory but apart from that I think that is the way to go. The code already started down that route with SSLContext but I think

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 --- Comment #7 from Michael Orr --- Yes, SSLSocketFactory would enable you to set all of these in one fell swoop (with the exception of the hostname verifier, which I think is applied after the socket factory has

[Bug 60597] Add ability to set cipher suites for websocket client connections

2017-01-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60597 Christopher Schultz changed: What|Removed |Added Summary|Add ability to set cipher