summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: added unit test for linux _rnd_get_system_entropygetrandom-fixNikos Mavrogiannopoulos2016-07-264-11/+116
* getrandom: loop around getrandom to get the requested number of bytesNikos Mavrogiannopoulos2016-07-261-23/+24
* README.ci-runners: document asan and ubsan tagsNikos Mavrogiannopoulos2016-07-261-0/+8
* tests: removed pkcs1-padding from subdirsNikos Mavrogiannopoulos2016-07-261-1/+1
* .gitignore: more tests files to ignoreNikos Mavrogiannopoulos2016-07-261-0/+9
* configure.ac: don't generate makefiles of moved testsNikos Mavrogiannopoulos2016-07-261-3/+0
* tests: pkcs1-pad: moved to cert-testsNikos Mavrogiannopoulos2016-07-268-43/+8
* tests: userid test moved to cert-tests/Nikos Mavrogiannopoulos2016-07-265-35/+4
* tests: rsa-md5-collision: run from top-levelNikos Mavrogiannopoulos2016-07-263-42/+10
* doc: updated documentation for gnutls_transport_set_int*Nikos Mavrogiannopoulos2016-07-261-15/+22
* doc: added section on reducing round-tripsNikos Mavrogiannopoulos2016-07-266-2/+66
* tests: added test of gnutls_transport_set_fastopenNikos Mavrogiannopoulos2016-07-262-1/+313
* tests: added test of TCP fast open using gnutls-cli and gnutls-servTim Ruehsen2016-07-262-1/+54
* doc updateTim Ruehsen2016-07-261-0/+3
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-2610-125/+185
* gnutls-cli: added example usage of TCP fastopenTim Ruehsen2016-07-264-11/+55
* Support TCP Fast OpenTim Ruehsen2016-07-2613-16/+298
* .gitlab-ci.yml: added asan tag for builds which require asanNikos Mavrogiannopoulos2016-07-261-0/+1
* tests: pkcs11-privkey-fork: added explicit pkcs11 deinitializationNikos Mavrogiannopoulos2016-07-262-2/+15
* mention ubsan in README [ci skip]Nikos Mavrogiannopoulos2016-07-251-2/+2
* doc updateNikos Mavrogiannopoulos2016-07-231-0/+3
* tests: added checks for OCSP response file supporttests-improvementNikos Mavrogiannopoulos2016-07-2210-32/+235
* dtls: added a null pointer check in record_overheadNikos Mavrogiannopoulos2016-07-221-1/+3
* gnutls_x509_crt_check_hostname*: use unsigned a return valueNikos Mavrogiannopoulos2016-07-222-5/+5
* doc update [ci skip]Nikos Mavrogiannopoulos2016-07-221-0/+4
* introduced: GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKENikos Mavrogiannopoulos2016-07-224-2/+5
* tests: added check of the return values of resumption data functions during f...Nikos Mavrogiannopoulos2016-07-222-1/+157
* doc: mention that the session data functions will fail prior to handshake com...Nikos Mavrogiannopoulos2016-07-221-1/+10
* x509: Fix DNS name constraints checkingMartin Ukrop2016-07-212-37/+115
* tests: Add DNS name constraints testsMartin Ukrop2016-07-212-23/+293
* tests: Tidy up old X509 name constraints testsMartin Ukrop2016-07-212-293/+227
* doc: clarify return codes in verification functions [ci skip]Nikos Mavrogiannopoulos2016-07-211-10/+9
* gnutls_certificate_verify_peers2: document that hostname comparison follows R...Nikos Mavrogiannopoulos2016-07-211-3/+3
* rnd-getentropy: better handling of error printing with errnoNikos Mavrogiannopoulos2016-07-211-1/+2
* rnd-linux: make getrandom back-end robust against EINTR failuresNikos Mavrogiannopoulos2016-07-211-7/+26
* gnutls_init: doc updateNikos Mavrogiannopoulos2016-07-211-5/+4
* tests: verify that GNUTLS_NONBLOCK is available as a definitionrevive-definitionsNikos Mavrogiannopoulos2016-07-201-0/+4
* gnutls.h: define elements of gnutls_init_flags_tNikos Mavrogiannopoulos2016-07-201-0/+8
* gnutls.h: documented the version various gnutls_init flags were introducedNikos Mavrogiannopoulos2016-07-201-3/+3
* Moved the gnutls_x509_dn API functions to x509_dn.cdn-encodingNikos Mavrogiannopoulos2016-07-203-290/+291
* tests: enhanced DN decoding tests with complex encodingNikos Mavrogiannopoulos2016-07-201-4/+43
* RFC4514 DN decoding: allow decoding of raw ('#') itemsNikos Mavrogiannopoulos2016-07-201-22/+39
* doc updateNikos Mavrogiannopoulos2016-07-191-0/+1
* tests: enhanced DN decoding tests with encodingNikos Mavrogiannopoulos2016-07-191-9/+115
* Added gnutls_x509_dn_set_str()Nikos Mavrogiannopoulos2016-07-194-5/+48
* tests: utils: use vasprintf() where availableNikos Mavrogiannopoulos2016-07-191-3/+14
* tests: added checks for the RFC4514 decoding via gnutls_x509_dn_get_str()Nikos Mavrogiannopoulos2016-07-193-1/+109
* Remove redundant if expression from tests/mini-loss-time.cTim Rühsen2016-07-191-2/+0
* Fix tests/slow/cipher-openssl-compat.c for OpenSSL 1.1.0Tim Rühsen2016-07-191-7/+9
* cfg.mk: no longer save config.rpathNikos Mavrogiannopoulos2016-07-181-2/+0