aboutsummaryrefslogtreecommitdiff
path: root/test/stack_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-28fix some code with obvious wrong coding stylex20181-1/+1
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb1-0/+8
2020-10-15Update copyright yearMatt Caswell1-1/+1
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell1-2/+2
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-09-28Add a reserve call to the stack data structure.Pauli1-4/+12
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-1/+2
2017-06-15Correct Oracle copyrights & clarify.Pauli1-4/+1
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-03-29Test infrastructure additions.Pauli1-82/+55
2017-03-17Fix some undefined behaviour in stack testMatt Caswell1-4/+13
2017-03-15Unit tests for crypto/stack.Pauli1-0/+393