mariadb/mysql-test/lib
Vladislav Vaintroub f0fa40efad MDEV-25785 Add support for OpenSSL 3.0
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-28133
2022-05-23 15:27:51 +02:00
..
My Merge branch '10.5' into 10.6 2022-05-10 14:01:23 +02:00
t Merge 10.1 into 10.2 2020-07-01 12:03:55 +03:00
v1 Merge 10.5 into 10.6 2021-10-27 10:06:02 +03:00
generate-ssl-certs.sh MDEV-18019, MDEV-18135: Renew test OpenSSL certs at level 3 security 2021-04-11 07:49:35 -07:00
mtr_cases.pm Merge 10.4 into 10.5 2022-03-15 08:32:28 +02:00
mtr_gprof.pl Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_io.pl Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_match.pm Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_misc.pl Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_process.pl MTR: loops should divide milliseconds by milliseconds 2021-09-28 18:14:11 +03:00
mtr_report.pm Merge 10.2 into 10.3 2021-04-13 10:26:01 +03:00
mtr_results.pm Update FSF Address 2019-05-11 21:29:06 +03:00
mtr_stress.pl MDEV-22010: use executables MariaDB named in scripts 2021-06-14 15:10:47 +05:30
mtr_unique.pm Update FSF Address 2019-05-11 21:29:06 +03:00
openssl.cnf MDEV-25785 Add support for OpenSSL 3.0 2022-05-23 15:27:51 +02:00
process-purecov-annotations.pl mtr: use env for perl 2020-06-23 03:24:46 +02:00