Move types.h #undefs for wincrypt.h compatibility
[openssl.git] / test / helpers /
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-23 PauliFix Coverity 1498613: resource leak
2022-03-14 Tomas MrazReplace handling of negative verification result with...
2022-03-01 Nicola Tuveri[ssl] Add tests for Perfect Forward Secrecy criteria...
2022-02-16 Jiasheng Jiangtest/helpers/handshake.c: Add check for OPENSSL_strdup
2022-02-08 Jiasheng JiangAdd the check after calling OPENSSL_strdup
2022-02-05 Richard LevitteMove e_os.h to include/internal
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-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata_init
2021-08-24 Matt CaswellFix test code to not assume NUL terminated strings
2021-06-26 Paulitest: avoid memory leaks on errors
2021-06-21 John BaldwinRefactor KTLS tests to better support TLS 1.3.
2021-06-15 Rich SalzMove AllowClientRenegotiation tests
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-02 Paulitest: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-24 Jon SpillettAdd a test for PKCS5_PBE_keyivgen()
2021-05-24 Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-15 Matt CaswellFix a memleak on an error path in the pkcs12 test helpers
2021-05-06 Matt CaswellUpdate copyright year
2021-04-29 Pauliremove end of line whitespace
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-05 Matt CaswellStop disabling TLSv1.3 if ec and dh are disabled
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
2021-01-13 Dr. David von OheimbTEST: move cert, key, and CSR loading aux functions...
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/