summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When verifying check for the same certificate in the trusted list, not only t...Nikos Mavrogiannopoulos2014-04-031-0/+15
* backported fixes for gnutls_record_cork() and DTLS.Nikos Mavrogiannopoulos2014-04-021-0/+15
* Check explicitly for the errors gnutls_record_uncork() should recover from.Nikos Mavrogiannopoulos2014-03-281-1/+1
* do not consider wildcards in non-ascii names.Nikos Mavrogiannopoulos2014-03-271-1/+20
* clang warning fixesNikos Mavrogiannopoulos2014-03-271-4/+4
* Changed the behaviour in wildcard acceptance in certificates.Nikos Mavrogiannopoulos2014-03-201-0/+9
* Revert "Allow all ciphersuites in SSL3.0 when they are available in TLS1.0"Nikos Mavrogiannopoulos2014-03-081-42/+42
* check the blacklist for certificates provided in gnutls_x509_trust_list_verif...Nikos Mavrogiannopoulos2014-03-031-0/+8
* Allow all ciphersuites in SSL3.0 when they are available in TLS1.0Nikos Mavrogiannopoulos2014-03-031-42/+42
* corrected return codes.Nikos Mavrogiannopoulos2014-03-031-8/+14
* Corrected error checking in _gnutls_x509_ext_gen_proxyCertInfoNikos Mavrogiannopoulos2014-02-281-3/+3
* removed not trusted message; reported by Michel Briand.Nikos Mavrogiannopoulos2014-02-261-2/+0
* combine initializationsNikos Mavrogiannopoulos2014-02-221-4/+4
* reinitialize the handshake timers when gnutls_handshake() is called.Nikos Mavrogiannopoulos2014-02-182-1/+6
* Corrected bug in gnutls_pcert_list_import_x509_raw().Nikos Mavrogiannopoulos2014-02-151-2/+2
* Fixed bug that prevented the rejection of v1 intermediate CA certificates.Nikos Mavrogiannopoulos2014-02-121-1/+4
* When setting multiple initial keywords in a priority string, the security lev...Nikos Mavrogiannopoulos2014-02-031-16/+12
* When two initial keywords are specified then treat the second as having the '...Nikos Mavrogiannopoulos2014-02-021-1/+4
* tolerate servers that included the SUPPORTED ECC extension.Nikos Mavrogiannopoulos2014-02-011-1/+2
* reduced the TLS version requirements for all ciphersuites that are not GCM.Nikos Mavrogiannopoulos2014-01-311-12/+12
* use RUSAGE_THREAD when availablegnutls_3_1_20Nikos Mavrogiannopoulos2014-01-311-0/+4
* correctly read the magic number and timestamp; report and patch by Jonathan R...Nikos Mavrogiannopoulos2014-01-271-2/+2
* exported missing functionsNikos Mavrogiannopoulos2014-01-261-1/+8
* fixed null pointer derefence when printing a name and an LDAP description isn...Nikos Mavrogiannopoulos2014-01-261-2/+2
* exported gnutls_x509_policy_releaseNikos Mavrogiannopoulos2014-01-261-1/+1
* correctly address cookieNikos Mavrogiannopoulos2014-01-201-1/+1
* always set subkey statusNikos Mavrogiannopoulos2014-01-201-2/+7
* when freeing priority_cache make sure it is set to NULLNikos Mavrogiannopoulos2014-01-161-0/+1
* Fix CERTIFICATE STATUS processing when using non-blocking I/ONils Maier2014-01-071-2/+2
* Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size as well.Nikos Mavrogiannopoulos2013-12-181-2/+13
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-161-0/+14
* gnutls_x509_trust_list_remove_cas() and derivatives will utilize a black list.Nikos Mavrogiannopoulos2013-12-162-3/+88
* Corrected documentation for gnutls_x509_trust_list_add_trust_*Nikos Mavrogiannopoulos2013-12-161-5/+5
* Detect the presence of posix locks even without linked to libpthread.Nikos Mavrogiannopoulos2013-11-301-7/+5
* updated auto-generated asm files. This fixes a valgrind complaint when AES-NI...Nikos Mavrogiannopoulos2013-11-2612-2365/+6978
* disallow any compression in DTLSNikos Mavrogiannopoulos2013-11-231-1/+8
* generate separate IV for session tickets.Nikos Mavrogiannopoulos2013-11-221-10/+11
* GCM modes are always preferred to CBCNikos Mavrogiannopoulos2013-11-193-51/+9
* avoid leaking a buffer element when _gnutls_stream_read returns 0Matt Whitlock2013-11-191-0/+3
* Dates and time that would overflow the GeneralTime are also truncated.Nikos Mavrogiannopoulos2013-11-161-1/+5
* An expiration time of (time_t)-1 will set to the no well-defined expiration d...Nikos Mavrogiannopoulos2013-11-162-0/+8
* correctly set the ciphersuite when the set_premaster interface is used.Nikos Mavrogiannopoulos2013-11-151-0/+5
* doc updateNikos Mavrogiannopoulos2013-11-141-4/+3
* bug fix in gnutls_x509_crt_set_dn() at DN parsing.Nikos Mavrogiannopoulos2013-11-101-2/+3
* removed debugging infoNikos Mavrogiannopoulos2013-11-101-3/+1
* write the proper key ID in the tokenNikos Mavrogiannopoulos2013-11-101-1/+4
* do not traverse PKCS #11 tokens that were not requested.Nikos Mavrogiannopoulos2013-11-091-0/+7
* doc updateNikos Mavrogiannopoulos2013-11-061-4/+7
* do not set any default levelNikos Mavrogiannopoulos2013-11-051-1/+0
* Assign very weak level to priority string NONE only.Nikos Mavrogiannopoulos2013-11-051-1/+1