Commit 405f431
committed
Relax STARTTLS FTP requirement (3.0)
In rare? occassions where the STARTTLS FEAT request only displays AUTH instead
of AUTH TLS, testssl.sh fails as it cannot upgrade to TLS.
Required by RFC 4217 is only AUTH ("MUST"), AUTH TLS is optional ("should"), see section 6.
This PR relaxes the presence of TLS after AUTH and fixes #2132 for the 3.0 branch.1 parent 2eac75d commit 405f431
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10297 | 10297 | | |
10298 | 10298 | | |
10299 | 10299 | | |
10300 | | - | |
| 10300 | + | |
10301 | 10301 | | |
10302 | 10302 | | |
10303 | 10303 | | |
| |||
0 commit comments