summaryrefslogtreecommitdiff
path: root/tests/dtls-rehandshake-anon.c
Commit message (Collapse)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-50/+43
| | | | Signed-off-by: Daiki Ueno <ueno@gnu.org>
* Indent codeZoltan Fridrich2023-01-271-30/+22
| | | | | Co-authored-by: Simon Josefsson <simon@josefsson.org> Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
* Replace FSF snail mail addresses with URLStefan Kangas2022-12-271-2/+1
| | | | | | | This is the latest recommendation, as described here: https://www.gnu.org/licenses/gpl-howto.html Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
* build: avoid using implicit int to adhere to C99Daiki Ueno2022-12-181-1/+1
| | | | | | | | | | | | | Otherwise -Wstrict-prototypes now emits the following warnings: mini-dtls-large.c:30:5: error: function declaration isn't a prototype [-Werror=strict-prototypes] 30 | int main() | ^~~~ mini-dtls-large.c: In function 'main': mini-dtls-large.c:30:5: error: old-style function definition [-Werror=old-style-definition] cc1: all warnings being treated as errors Signed-off-by: Daiki Ueno <ueno@gnu.org>
* tests: add a safeguard to terminate()Alexander Sosedkin2021-08-301-1/+1
| | | | | | Add a safeguard to `terminate()` so that we don't kill whole pgroups. Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
* tests: don't kill whole pgroupsAlexander Sosedkin2021-08-271-1/+1
| | | | | | | `terminate()` executed from the child process results in a `kill(0, SIGTERM)`, bringing the whole pgroup down. `exit(1)` should be called instead. Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
|
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-3/+1
|
* tests: renamed rehandshake checks for clarityNikos Mavrogiannopoulos2016-06-061-0/+384