Skip to content

TLS-Attacker v6.1.4

Compare
Choose a tag to compare
@jurajsomorovsky jurajsomorovsky released this 30 Sep 16:01
· 346 commits to main since this release

Changes

  • Implemented new X.509-Attacker dependency enabling TLS-Attacker to generate arbitrary certificates dynamically at runtime
  • Replaced Bouncycastle certificate parsing with X.509-Attacker parsers
  • First constants of TLS-Attacker have been moved to Protocol-Attacker to achieve a unified interface for other protocols
  • Added cache for KeyShareCalculator to speed up public key compuations
  • Fixed bug in RSA PSS salt generation
  • Fixed bug in HTTP header parsing
  • Fixed key handling bug in 0-RTT handshakes
  • Fixed incorrect RSA PKCS#1v1.5 padding structure for RSA moduli that are not divisible by 8
  • Fixed NullPointerExceptions caused by improper extension handling