| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
| |
- change test target ciphers
- randomize the test ciphers order
- display test cipher count
|
| |
|
| |
|
|
|
|
|
| |
is the magic string that is recognized by my test framework.
OK tb@
|
| |
|
| |
|
|
|
|
| |
two noisy INFO and reorder things a bit.
|
|
|
|
| |
will be fixed with the next commit to libcrypto.
|
| |
|
| |
|
| |
|
|
|
|
| |
Suggested by jsing
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
pointed out by gofmt (thanks anton)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Discussed with jsing
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Added checking for session ticket reusing with using openssl(1) s_server and
s_client command in appstest.sh
- Confirm certificate verification status.
- Save s_server message to log file.
ok tb@ and jsing@
|
| |
|
| |
|
|
|
|
| |
unconditional failure.
|
|
|
|
|
|
| |
their own functions to make it easier to handle failures cleanly.
Discussed with jsing
|
| |
|
|
|
|
| |
Suggested by jsing
|
| |
|
|
|
|
| |
testing EVP_AEAD_CTX_open()
|
|
|
|
|
| |
tests together. Make failure of the length tests non-fatal, as these are
failures of test cases, not of the program.
|
|
|
|
|
|
| |
We currently only support nonces of length 12, so skip a few tests.
With input from jsing
|