-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
report on entire peer chain in TLS transaction debug, not just the en…
…d cert Note that many of the tests have multiple copies of the same cert in their output. I think this is an issue w/ smtp-server.pl, not swaks. See #73
- Loading branch information
Showing
63 changed files
with
1,030 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
auto: REMOVE_FILE,CREATE_FILE,MUNGE,COMPARE_FILE %TESTID%.stdout %TESTID%.stderr %TESTID%.exits | ||
|
||
|
||
|
||
test action: CMD_CAPTURE %SWAKS% --to user@host1.nodns.test.swaks.net --from recip@host1.nodns.test.swaks.net --helo hserver \ | ||
--tls \ | ||
--pipe '%TEST_SERVER% --silent --domain pipe \ | ||
--cert %CERTDIR%/signed-intermediate-full-chain.pem \ | ||
--key %CERTDIR%/signed-intermediate.example.com.key \ | ||
part-0000-connect-standard.txt \ | ||
part-0101-ehlo-all.txt \ | ||
part-0203-starttls-basic-verify.txt \ | ||
part-0105-ehlo-post-tls-info.txt \ | ||
part-1000-mail-basic.txt \ | ||
part-1100-rcpt-basic-accept.txt \ | ||
part-2500-data-accept-basic.txt \ | ||
part-3000-shutdown-accept.txt \ | ||
' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
*** TLS startup failed (connect(): error:CODE:SSL routines::sslv3 alert handshake failure) | ||
*** TLS startup failed (connect(): error:CODE:SSL routines::ssl/tls alert handshake failure) | ||
*** STARTTLS attempted but failed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
*** TLS startup failed (connect(): error:CODE:SSL routines::sslv3 alert handshake failure) | ||
*** TLS startup failed (connect(): error:CODE:SSL routines::ssl/tls alert handshake failure) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.