-
- Downloads
Change all the arguments to use base16 from base64.
WARNING: THIS BREAKS BACKWARD COMPATIBILITY. This is primarily to work around bug #12930. Base16 was chosen over unpadded Base64 because the go runtime Base64 decoder does not handle omitting the padding. May $deity have mercy on anyone who needs to hand-enter an obfs4 bridge line because I will not.
Showing
- common/drbg/hash_drbg.go 7 additions, 7 deletionscommon/drbg/hash_drbg.go
- common/ntor/ntor.go 19 additions, 19 deletionscommon/ntor/ntor.go
- transports/obfs4/obfs4.go 4 additions, 4 deletionstransports/obfs4/obfs4.go
- transports/obfs4/statefile.go 7 additions, 12 deletionstransports/obfs4/statefile.go
Loading
Please register or sign in to comment