summaryrefslogtreecommitdiff
path: root/mysql-test/main/ssl_cipher.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2022-08-031-1/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-08-021-1/+1
| |\
| | * CC 3.1 updateGeorg Richter2022-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Test fixes: Since fix for CONC-603 (wrong error handling in TLS read/write) in case of a read/write error client doesn't return always error 2013 (server has gone away), so in addition we need to check for error 2026 (TLS/SSL error) and 5014 (write error).
* | | MDEV-25785 Add support for OpenSSL 3.0Vladislav Vaintroub2022-07-041-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of changes - MD_CTX_SIZE is increased - EVP_CIPHER_CTX_buf_noconst(ctx) does not work anymore, points to nobody knows where. The assumption made previously was that (since the function does not seem to be documented) was that it points to the last partial source block. Add own partial block buffer for NOPAD encryption instead - SECLEVEL in CipherString in openssl.cnf had been downgraded to 0, from 1, to make TLSv1.0 and TLSv1.1 possible (according to https://github.com/openssl/openssl/blob/openssl-3.0.0/NEWS.md even though the manual for SSL_CTX_get_security_level claims that it should not be necessary) - Workaround Ssl_cipher_list issue, it now returns TLSv1.3 ciphers, in addition to what was set in --ssl-cipher - ctx_buf buffer now must be aligned to 16 bytes with openssl( previously with WolfSSL only), ot crashes will happen - updated aes-t , to be better debuggable using function, rather than a huge multiline macro added test that does "nopad" encryption piece-wise, to test replacement of EVP_CIPHER_CTX_buf_noconst part of MDEV-29000
* | Write information about restart in .resultMichael Widenius2019-04-011-0/+1
|/ | | | Idea comes from MySQL which does something similar
* Merge branch '10.2' into 10.3Sergei Golubchik2019-01-251-4/+59
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+12