summaryrefslogtreecommitdiff
path: root/tests/key-material-dtls.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: updated for TLS1.3 inclusionNikos Mavrogiannopoulos2018-03-191-1/+1
| | | | | | | | | This moves the test to use a specific version or test multiple TLS versions if applicable. Resolves #413 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
|
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-3/+1
|
* tests: check gnutls_record_get_state() with DTLSNikos Mavrogiannopoulos2016-03-291-0/+405
Since in DTLS we relied on a sliding window to keep track of the sequence numbers we didn't provide a sensible value to application via gnutls_record_get_state(). This test makes sure that we report the "correct" value when asked. Correct being the next number after the last received packet.