This is an automated email from the git hooks/post-receive script.
meskio pushed a change to branch main in repository pluggable-transports/obfs4.
from cbf3f3c Bump the version to 0.0.13-dev add d5a5161 doc: Correct why the obfs4 change is backward compatible (NFC) add 83f01d5 transports/meek_lite: Remove utls support add 77af0cb build: Do the release ritual for obfs4proxy-0.0.13 add f63befd build: Bump the version to 0.0.14-dev add 586fbf4 Test that public keys are not always on the prime-order subgroup. add 5fcbb0e Do not clamp the private key before Elligator inverse map. add ef83204 doc: Add a changelog entry and clarified a comment (NFC) add 336a71d build: Do the release ritual for obfs4proxy-0.0.14 new 68b1705 Cherry-pick meek uTLS support new ed46c23 Update upstream fingerprints new b9e04fd Use HelloChrome_Auto uTLS by default in meek
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 8 ++- common/ntor/ntor.go | 3 - common/ntor/ntor_test.go | 136 ++++++++++++++++++++++++++++++++++++++ go.mod | 6 +- go.sum | 35 +++++----- internal/README.md | 7 +- internal/x25519ell2/x25519ell2.go | 4 ++ obfs4proxy/obfs4proxy.go | 2 +- transports/meeklite/base.go | 6 +- transports/meeklite/hpkp_lite.go | 124 ---------------------------------- transports/meeklite/meek.go | 28 +++----- transports/meeklite/transport.go | 64 +++++++++--------- 12 files changed, 217 insertions(+), 206 deletions(-) delete mode 100644 transports/meeklite/hpkp_lite.go