summaryrefslogtreecommitdiff
path: root/test/stack_test.c
Commit message (Expand)AuthorAgeFilesLines
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb2021-02-041-0/+8
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Ignore unused return values from some sk_*() macrosMatt Caswell2020-09-131-2/+2
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Add a reserve call to the stack data structure.Pauli2017-09-281-4/+12
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-1/+2
* Correct Oracle copyrights & clarify.Pauli2017-06-151-4/+1
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Test infrastructure additions.Pauli2017-03-291-82/+55
* Fix some undefined behaviour in stack testMatt Caswell2017-03-171-4/+13
* Unit tests for crypto/stack.Pauli2017-03-151-0/+393