Enable the record layer to call the ssl_security callback
[openssl.git] / test / helpers / handshake.c
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-03 Matt CaswellUpdate copyright year
2022-03-23 PauliFix Coverity 1498613: resource leak
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-02-16 Jiasheng Jiangtest/helpers/handshake.c: Add check for OPENSSL_strdup
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-06-26 Paulitest: avoid memory leaks on errors
2021-06-02 Paulitest: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/