Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

0.0.1-rc2 - Release Candiate

Pre-release
Pre-release
Compare
Choose a tag to compare
@Yawning Yawning released this 02 Mar 07:04
· 37 commits to master since this release

Release Candidate 2 for 0.0.1 release.

Major changes since 0.0.1-rc1:

  • Use OpenSSL's CSPRNG instead of arc4random rng from libevent
  • Use a CTR_DRBG instead of WELL512
  • ScrambleSuit session tickets saved to disk also include a timestamp
  • ScrambleSuit is better about discarding handshake data for sessions that authenticate
  • ScrambleSuit IAT obfuscation is disabled by default (--enable-scramblesuit-iat)
  • The SOCKS5 TTL Expired code is sent when the handshake takes too long instead of abruptly closing the session
  • The Base32 decoder now accepts lower case input, and also will attempt to correct commonly mistyped characters (0,1,8)
  • Fixed a bug which would cause rare assertion when using obfs2

Baring any surprises, this should end up as 0.0.1, though the actual release is on hold pending the next obfsproxy release.