summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated auto-generated filesgnutls_3_4_3Nikos Mavrogiannopoulos2015-07-123-26/+56
* bumped versionNikos Mavrogiannopoulos2015-07-123-4/+4
* pkcs11: mention the version GNUTLS_PKCS11_TOKEN_MODNAME is available fromNikos Mavrogiannopoulos2015-07-111-1/+1
* doc updateNikos Mavrogiannopoulos2015-07-101-0/+2
* PSK: set the hint in DHE-PSK and ECDHE-PSK ciphersuitesNikos Mavrogiannopoulos2015-07-101-10/+74
* tests: updated pskself to check the hint in all PSK ciphersuitesNikos Mavrogiannopoulos2015-07-101-29/+60
* doc updateNikos Mavrogiannopoulos2015-07-101-0/+3
* p11tool: be more compact in token URL printingNikos Mavrogiannopoulos2015-07-101-2/+2
* p11tool: group the provided options for readabilityNikos Mavrogiannopoulos2015-07-101-104/+132
* p11tool: keep backwards compatibility by introducing --list-token-urlsNikos Mavrogiannopoulos2015-07-102-5/+9
* p11tool: print the module name of a token in verbose modeNikos Mavrogiannopoulos2015-07-101-0/+9
* Added GNUTLS_PKCS11_TOKEN_MODNAME for gnutls_pkcs11_token_get_infoNikos Mavrogiannopoulos2015-07-105-22/+68
* pkcs11.h: doc updateNikos Mavrogiannopoulos2015-07-101-3/+3
* p11tool: less verbose output in --list-tokens unless --verbose is specifiedNikos Mavrogiannopoulos2015-07-102-1/+5
* tests: added suppression for bash mem leakNikos Mavrogiannopoulos2015-07-101-0/+10
* tests: don't run certtool-utf8 when libidn is 1.30 or lessNikos Mavrogiannopoulos2015-07-093-2/+12
* gnutls-cli: doc updateNikos Mavrogiannopoulos2015-07-091-2/+2
* dumbfw: don't append a size prefix in the padNikos Mavrogiannopoulos2015-07-091-4/+3
* gl: use /bin/true to run valgrind during configureNikos Mavrogiannopoulos2015-07-081-1/+1
* tests: added check for invalid UTF8 encoded stringNikos Mavrogiannopoulos2015-07-083-4/+45
* Revert "libidn support is disabled by default"Nikos Mavrogiannopoulos2015-07-081-3/+3
* Merge branch 'master' into 'master'Nikos Mavrogiannopoulos2015-07-061-4/+6
|\
| * certtool --outder should not emit signature verification statusDaniel Kahn Gillmor2015-07-021-4/+6
|/
* doc updateNikos Mavrogiannopoulos2015-07-011-3/+10
* DSA: the numeric number of bits returned from public key should depend on P n...Nikos Mavrogiannopoulos2015-07-011-2/+2
* tests: check whether we print the prime size in DSA keysNikos Mavrogiannopoulos2015-07-013-1/+34
* name constraints: simplified gnutls_x509_name_constraints_check_crt()Nikos Mavrogiannopoulos2015-07-011-48/+42
* tests: verify that unsupported name constraints are properly handledNikos Mavrogiannopoulos2015-07-013-3/+96
* name constraints: don't reject certificates if a CA has the URI or IPADDRESS ...Nikos Mavrogiannopoulos2015-07-011-0/+48
* Sync with TP.Nikos Mavrogiannopoulos2015-06-291-477/+1111
* libidn support is disabled by defaultNikos Mavrogiannopoulos2015-06-281-3/+3
* doc updateNikos Mavrogiannopoulos2015-06-271-2/+5
* tests: added a test for the fork detection interfaceNikos Mavrogiannopoulos2015-06-272-1/+130
* tests: resume-dtls: increased timeoutsNikos Mavrogiannopoulos2015-06-271-2/+2
* Don't use pthread_atfork(), it is not safe to use with dlopen()Nikos Mavrogiannopoulos2015-06-263-14/+3
* atfork: added underscore to gnutls_forkidNikos Mavrogiannopoulos2015-06-262-6/+6
* simplified fork detectionNikos Mavrogiannopoulos2015-06-265-78/+61
* enhanced header matching code for private keys to skip unrelated dataNikos Mavrogiannopoulos2015-06-261-16/+50
* tests: added private key import checksNikos Mavrogiannopoulos2015-06-265-3/+262
* gnutls_x509_privkey_import: optimized private key loadingNikos Mavrogiannopoulos2015-06-251-24/+28
* gnutls_x509_privkey_import2: better behavior when provided with an unencrypte...Nikos Mavrogiannopoulos2015-06-251-1/+22
* tests: added check to verify that gnutls_x509_privkey_import2 works for plain...Nikos Mavrogiannopoulos2015-06-251-0/+45
* _gnutls_get_asn_mpis() will release any data on failureNikos Mavrogiannopoulos2015-06-252-4/+5
* tests: tab indent + minor style changesAlon Bar-Lev2015-06-2451-2092/+2137
* tests: modified test-ciphersuite-names to work with cpp 5.1.1Nikos Mavrogiannopoulos2015-06-231-1/+3
* tests: test-ciphersuite-names: create any needed dirsNikos Mavrogiannopoulos2015-06-221-0/+1
* tests: moved test-ciphersuites.sh one level upNikos Mavrogiannopoulos2015-06-223-5/+5
* tests: suite: ciphersuite: fixupsAlon Bar-Lev2015-06-223-77/+89
* tests: enforce UTC timezone in datefudge testsAlon Bar-Lev2015-06-213-1/+7
* tests: misc: shell cleanupAlon Bar-Lev2015-06-2114-122/+120