aboutsummaryrefslogtreecommitdiff
path: root/test/sslbuffertest.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Further extend the SSL_free_buffers testingMatt Caswell1-16/+97
2024-05-28Extend the SSL_free_buffers testingMatt Caswell1-0/+93
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-01-24Move recordmethod.h to be an "internal" headerMatt Caswell1-1/+1
2022-10-27Check whether buffers have actually been allocated/freedMatt Caswell1-8/+33
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-19Use a non-default libctx in sslapitestMatt Caswell1-1/+1
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2019-12-14Deprecate most of debug-memoryRich Salz1-7/+0
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell1-1/+1
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-0/+2
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte1-0/+1
2017-08-12Fix some typo and commentsFdaSilvaYY1-1/+1
2017-07-27Fix the two new tests since approval.Pauli1-14/+16
2017-07-26Add support to free/allocate SSL buffersTodd Short1-0/+180