Releases: projectdiscovery/tlsx
Releases · projectdiscovery/tlsx
v1.1.1
What's Changed
🐞 Bugs
- Fixed false positive issue with
-untrustedflag by @RamanaReddy0M in #296
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Bug Fixes
- Added connection deadline and fixed retry logic in auto mode by @tarunKoyalwar in #284
- Fixed issue with read deadline while making tls connection handshake by @RamanaReddy0M in #267
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- Fixed crash with not parseable certificate by @Mzack9999 in #248
Deps Update
- chore(deps): bump github.com/miekg/dns from 1.1.53 to 1.1.54 by @dependabot in #249
- chore(deps): bump github.com/projectdiscovery/fastdialer from 0.0.24 to 0.0.25 by @dependabot in #250
- chore(deps): bump github.com/projectdiscovery/dnsx from 1.1.3 to 1.1.4 by @dependabot in #252
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.25 to 0.0.26 by @dependabot in #251
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Added permissive x509 parsing by @Mzack9999 in #243
- Fixed nil pointer crash by @Mzack9999 in #240
- Fixed mismatched wildcard false positive by @sc0o in #242
Issues closed in this release - https://github.com/projectdiscovery/tlsx/milestone/8?closed=1
New Contributors
Full Changelog: v1.0.7...v1.0.8
v1.0.7
v1.0.6
What's Changed
- Added version check with self update option by @RamanaReddy0M in #197
-up, -update update tlsx to latest version- Added untrusted certificate misconfig detection by @ShubhamRasal in #211
-un, -untrusted display host with untrusted certificate- Added certificate serial in output by @RamanaReddy0M in #212
-se, -serial display certificate serial number- Added cipher enumeration based on security level by @tarunKoyalwar in #177
-ct, -cipher-type value ciphers types to enumerate (all/secure/insecure/weak) (default all)- Added reverse PTR SNI support by @Mzack9999 in #175
- Fixed data race crash in cert revoke check by @tarunKoyalwar in #213
- Fixed openssl tls version selection by @Mzack9999 in #204
- Fixed asnmap + mapcidr deps by @Mzack9999 in #182
New Contributors
- @RamanaReddy0M made their first contribution in #197
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Fixed cipher enumration bug and improvements by @tarunKoyalwar in #168
- Fixed errorutil import by @tarunKoyalwar in #162
- Fixed example tests and more by @tarunKoyalwar in #163
- Fixed bug with
-revokeoption and added-hardfailoption by @tarunKoyalwar in #171 - Added support for healtcheck (
-hc) option by @Mzack9999 in #173
New Contributors
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Fixed zcrypto clone bug by @Mzack9999 in #154
- Fixed high memory consumption by @Mzack9999 in #155
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Added os.exec based openssl support by @tarunKoyalwar in #144
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fixed OCSP missing values nil pointer error by @tarunKoyalwar in #138
- Fixed invalid memory address nil pointer error check by @Mzack9999 in #136
Full Changelog: v1.0.0...v1.0.1