This is an automated email from the git hooks/post-receive script.
meskio pushed a change to branch master in repository pluggable-transports/obfs4.
from cbf3f3c Bump the version to 0.0.13-dev new d5a5161 doc: Correct why the obfs4 change is backward compatible (NFC) new 83f01d5 transports/meek_lite: Remove utls support new 77af0cb build: Do the release ritual for obfs4proxy-0.0.13 new f63befd build: Bump the version to 0.0.14-dev new 586fbf4 Test that public keys are not always on the prime-order subgroup. new 5fcbb0e Do not clamp the private key before Elligator inverse map. new ef83204 doc: Add a changelog entry and clarified a comment (NFC) new 336a71d build: Do the release ritual for obfs4proxy-0.0.14
The 8 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 | 1 - go.sum | 17 --- 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 | 47 ++----- transports/meeklite/transport.go | 250 -------------------------------------- 12 files changed, 166 insertions(+), 439 deletions(-) delete mode 100644 transports/meeklite/hpkp_lite.go delete mode 100644 transports/meeklite/transport.go