Skip to content

TLS-Attacker 3.0

Compare
Choose a tag to compare
@ic0ns ic0ns released this 09 Jul 16:10
4066911

DTLS 1.0 and DTLS 1.2 support (Thanks to Paul Fiterau Brostean)
TLS ECCPWD Support (Dragonfly) (Thanks to Alexander Freiherr von Buddenbrock)
Integration of new EC Library:
-TLS-Attacker now supports computations on invalid curve points out of the box
-All non ECDSA code is now more streamlined
All standardized elliptic curves are now functional (ECDSA excluded)
Support for CCM_8 ciphersuites
Cleaner Client API (ConnectionDelegate)
Removed HostnameDelegate
Removed a lot of legacy code which was not used anymore
Fixed a bug which prevented Camellia GCM to not work properly
Server DHE PublicKey now gets correctly computed at runtime
ServerTcpTransportHandler now correctly handles Timeouts
Fixed selection of parameters server side on various locations
KeyShareExtension in Draft versions now works better
Fixed an off by one error in nearly empty WorkflowTraces when look at them with the WorkflowTraceUtil
Unicode Domains are now supported
SNI is now handled better by the client delegate
RSA PMS ProtocolVersion is now a modifiableVariable and can be modified more easily
WorkflowExecutor now throws an exception if BouncyCastle is not loaded at runtime
Fixed a bug in the parsing of long server hello lenght fields
Fixed a bug in the extraction of Fingerprints in the BleichenbacherAttack

Lots of smaller fixes