Commit graph

3 commits

Author SHA1 Message Date
3andne
a040a404e6 feat: bug fix and refactor 2023-08-21 14:13:02 -07:00
Gaukas Wang
3162534cc7
fix: PSK failing if config session cache set
* Fix a bug causing PSK to fail if Config.ClientSessionCache is set.
* Removed `ClientSessionCacheOverride` from `UtlsPreSharedKeyExtension`. Set the `ClientSessionCache` in `Config`!

Co-Authored-By: zeeker999 <13848632+zeeker999@users.noreply.github.com>
2023-08-16 19:09:01 -06:00
Gaukas Wang
3d7eea3346
update: PSK minor changes and example
* Updates PSK implementations for more comprehensible interfaces when applying preset/json/raw fingerprints.
* Revert FakePreSharedKeyExtension to the old implementation. Add binder size checking.
* Implement TLS-PSK example

New bug: setting `tls.Config.ClientSessionCache` will cause PSK to fail. Currently users must set only `tls.UtlsPreSharedKeyExtension.ClientSessionCacheOverride`.
2023-08-16 14:49:04 -06:00