summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ship suppressions.valgrindgnutls_3_3_2Nikos Mavrogiannopoulos2014-05-061-1/+2
* bumped versionNikos Mavrogiannopoulos2014-05-063-3/+3
* Ensure that there is no remainders in the TLS handshake packets.Nikos Mavrogiannopoulos2014-05-052-7/+16
* Account the length byte in SRP extension.Nikos Mavrogiannopoulos2014-05-051-0/+2
* doc updateNikos Mavrogiannopoulos2014-05-051-0/+3
* Do not set "NORMAL" as default priority string.Nikos Mavrogiannopoulos2014-05-051-3/+0
* fixed typoNikos Mavrogiannopoulos2014-05-051-1/+1
* Added the 'very weak' certificate verification profile.Nikos Mavrogiannopoulos2014-05-056-1/+21
* doc updateNikos Mavrogiannopoulos2014-05-051-2/+2
* test ECC keys were upgraded to secp256r1Nikos Mavrogiannopoulos2014-05-044-65/+86
* When generating ECDSA keys, generate 256-bit keys by default.Nikos Mavrogiannopoulos2014-05-042-9/+15
* Added ECDSA example keys.Nikos Mavrogiannopoulos2014-05-042-0/+54
* Corrected an off-by-one error.Nikos Mavrogiannopoulos2014-05-041-1/+1
* doc updateNikos Mavrogiannopoulos2014-05-041-0/+6
* initialize to null the SRP extension data on allocation.Nikos Mavrogiannopoulos2014-05-041-1/+1
* Modified the testrng for Debian's dieharder.Nikos Mavrogiannopoulos2014-05-041-2/+10
* Better check for null signature method.Nikos Mavrogiannopoulos2014-05-041-1/+2
* More precise packet length checking.Nikos Mavrogiannopoulos2014-05-043-1/+11
* Eliminated password file descriptor leak.Nikos Mavrogiannopoulos2014-05-041-3/+2
* Added a timeout to close inactive sessions.Nikos Mavrogiannopoulos2014-05-041-3/+14
* doc updateNikos Mavrogiannopoulos2014-05-031-2/+5
* doc updateNikos Mavrogiannopoulos2014-05-031-2/+2
* Send the appropriate alert when a certificate is required but not present.Nikos Mavrogiannopoulos2014-05-031-3/+11
* use __sun definition to detect solaris.Nikos Mavrogiannopoulos2014-05-031-1/+1
* Cleaned up server process.Nikos Mavrogiannopoulos2014-05-031-241/+90
* Added support for constructors and destructors in solaris CC.Nikos Mavrogiannopoulos2014-05-031-6/+8
* Updated dieharder tests.Nikos Mavrogiannopoulos2014-05-021-1/+7
* doc updateNikos Mavrogiannopoulos2014-05-021-0/+1
* include header for self-test functionsNikos Mavrogiannopoulos2014-05-021-0/+1
* Allow testrng test to run with older versions of dieharder.Nikos Mavrogiannopoulos2014-05-021-8/+8
* simplify casting to mpz_t using __mpz_struct and cleaned up mpz_t access.Nikos Mavrogiannopoulos2014-05-023-20/+20
* simplify casting to mpz_t using __mpz_struct.Nikos Mavrogiannopoulos2014-05-023-4/+2
* updated included libtasn1.Nikos Mavrogiannopoulos2014-05-0114-137/+195
* Do not return from void functions. Reported by dev [at] cor0.com.Nikos Mavrogiannopoulos2014-05-011-2/+2
* removed return from void function.Nikos Mavrogiannopoulos2014-04-301-1/+1
* updated prng testNikos Mavrogiannopoulos2014-04-282-4/+29
* Test the random generators in gnutls using the dieharder tool.Nikos Mavrogiannopoulos2014-04-284-3/+204
* use different db file for pkcs11-get-issuer.Nikos Mavrogiannopoulos2014-04-281-1/+1
* doc updateNikos Mavrogiannopoulos2014-04-281-0/+3
* doc updateNikos Mavrogiannopoulos2014-04-281-0/+4
* Added test to verify whether gnutls_x509_trust_list_get_issuer() operates cor...Nikos Mavrogiannopoulos2014-04-282-2/+268
* gnutls_x509_trust_list_get_issuer() will work correctly with a PKCS #11 trust...Nikos Mavrogiannopoulos2014-04-282-21/+71
* initialize the size valueNikos Mavrogiannopoulos2014-04-281-0/+1
* Include the correct header for the self tests functionsNikos Mavrogiannopoulos2014-04-283-0/+3
* doc updateNikos Mavrogiannopoulos2014-04-281-0/+3
* removed redundant code. Reported by David Binderman.Nikos Mavrogiannopoulos2014-04-281-6/+0
* increased MAX_DATA_ENTRIES to 100.Nikos Mavrogiannopoulos2014-04-281-1/+1
* rearranged codeNikos Mavrogiannopoulos2014-04-281-5/+4
* only fail DANE verification if status is non-zeroNikos Mavrogiannopoulos2014-04-281-1/+1
* Accept a certificate using DANE if there is at least one entry that matches t...Nikos Mavrogiannopoulos2014-04-282-5/+24