summaryrefslogtreecommitdiff
path: root/tests/prf.c
Commit message (Expand)AuthorAgeFilesLines
* state: add function to get the current hash algorithmtmp-prf-getDaiki Ueno2020-03-191-0/+6
* prf: don't crash when called before handshake completionMiroslav Lichvar2019-11-061-0/+8
* tests: treat all signals as errortmp-tests-fail-on-signalsNikos Mavrogiannopoulos2019-01-041-0/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-6/+6
* tests: moved child status error checking code in utils.hNikos Mavrogiannopoulos2016-08-091-3/+1
* gnutls_prf_rfc5705: Allow for non-null context and zero context lengthNikos Mavrogiannopoulos2015-07-201-0/+1
* tests: added cross-check between gnutls_prf_rfc5705() and gnutls_prf()Nikos Mavrogiannopoulos2015-07-201-0/+25
* gnutls_prf_rfc5705: optimize in the common use case, by avoiding mallocNikos Mavrogiannopoulos2015-07-201-2/+2
* tests: added check for gnutls_prf() and gnutls_prf_rfc5705Nikos Mavrogiannopoulos2015-07-201-0/+434