Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-09-18 | make this test compile and pass on sparc64 by moving variable declarations | tb | 1 | -4/+9 |
2020-09-18 | move variable declaration up to top to make this compile and pass | tb | 1 | -1/+1 |
2020-09-18 | Use void function argument to appease gcc 4.2.1 | tb | 1 | -1/+1 |
2020-09-18 | fix "warning: value computed is not used" | tb | 1 | -2/+2 |
2020-09-18 | fix "warning: function declaration isn't a prototype" | tb | 1 | -3/+3 |
2020-09-18 | zap redundant line | tb | 1 | -2/+1 |
2020-09-18 | hook symbols test to regress | tb | 1 | -1/+2 |
2020-09-18 | Check availability of the symbols in Symbols.list | tb | 2 | -0/+182 |
2020-09-18 | Fix potential overflow in CN subject line parsing, thanks to | beck | 1 | -4/+5 |
2020-09-17 | Prepare to provide SSL_get_peer_tmp_key(). | jsing | 2 | -9/+20 |
2020-09-17 | Simplify SSL method lookups. | jsing | 5 | -66/+44 |
2020-09-17 | Add a comment saying that the public function NAME_CONSTRAINTS_check(3) | schwarze | 1 | -2/+5 |
2020-09-17 | Install the new page SSL_set1_host(3), link to it from relevant places, | schwarze | 6 | -22/+31 |