summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* check the blacklist for certificates provided in ↵gnutls_3_1_22Nikos Mavrogiannopoulos2014-03-021-0/+8
| | | | gnutls_x509_trust_list_verify_named_crt().
* doc updateNikos Mavrogiannopoulos2014-03-021-0/+2
|
* added release dateNikos Mavrogiannopoulos2014-03-021-1/+1
|
* doc updateNikos Mavrogiannopoulos2014-02-281-0/+4
|
* Allow all ciphersuites in SSL3.0 when they are available in TLS1.0Nikos Mavrogiannopoulos2014-02-281-42/+42
|
* corrected return codes.Nikos Mavrogiannopoulos2014-02-271-8/+14
|
* bumped versionNikos Mavrogiannopoulos2014-02-262-2/+2
|
* doc updateNikos Mavrogiannopoulos2014-02-261-0/+4
|
* removed not trusted message; reported by Michel Briand.Nikos Mavrogiannopoulos2014-02-261-2/+0
| | | | | Conflicts: lib/gnutls_cert.c
* combine initializationsNikos Mavrogiannopoulos2014-02-221-4/+4
|
* doc updateNikos Mavrogiannopoulos2014-02-181-0/+3
|
* reinitialize the handshake timers when gnutls_handshake() is called.Nikos Mavrogiannopoulos2014-02-182-1/+6
| | | | | | Conflicts: lib/gnutls_handshake.c lib/gnutls_state.c
* doc updateNikos Mavrogiannopoulos2014-02-161-0/+9
|
* Corrected bug in gnutls_pcert_list_import_x509_raw().Nikos Mavrogiannopoulos2014-02-151-2/+2
| | | | | | | | | The bug caused gnutls_pcert_list_import_x509_raw() to crash if gnutls_x509_crt_list_import() would fail with the provided data. Reported by Dmitriy Anisimkov. Conflicts: lib/gnutls_pcert.c
* released 3.1.21gnutls_3_1_21Nikos Mavrogiannopoulos2014-02-131-1/+1
|
* removed conditional generation of libopts makefileNikos Mavrogiannopoulos2014-02-131-1/+2
|
* bumped versionNikos Mavrogiannopoulos2014-02-132-2/+2
|
* doc updateNikos Mavrogiannopoulos2014-02-121-1/+1
|
* doc updateNikos Mavrogiannopoulos2014-02-121-0/+3
|
* Fixed bug that prevented the rejection of v1 intermediate CA certificates.Nikos Mavrogiannopoulos2014-02-121-1/+4
|
* updated indent cmdNikos Mavrogiannopoulos2014-02-101-2/+2
|
* corrected indent parametersNikos Mavrogiannopoulos2014-02-101-1/+1
|
* When setting multiple initial keywords in a priority string, the security ↵Nikos Mavrogiannopoulos2014-02-031-16/+12
| | | | | | | level set is the one of the lowest security. Conflicts: lib/gnutls_priority.c
* doc updateNikos Mavrogiannopoulos2014-02-021-0/+3
|
* When two initial keywords are specified then treat the second as having the ↵Nikos Mavrogiannopoulos2014-02-021-1/+4
| | | | | | '+' modifier. This will handle SECURE256:SECURE128 the same way as SECURE256:+SECURE128.
* doc updateNikos Mavrogiannopoulos2014-02-011-0/+11
|
* tolerate servers that included the SUPPORTED ECC extension.Nikos Mavrogiannopoulos2014-02-011-1/+2
| | | | | | | | | This is an extension that is defined to be sent by the client but there are servers that include it as well. Most other implementations tolerate this behavior so we do. Conflicts: lib/ext/ecc.c
* 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
|
* released 3.1.20Nikos Mavrogiannopoulos2014-01-311-1/+1
|
* corrected typoNikos Mavrogiannopoulos2014-01-271-1/+1
|
* doc updateNikos Mavrogiannopoulos2014-01-271-0/+3
|
* correctly read the magic number and timestamp; report and patch by Jonathan ↵Nikos Mavrogiannopoulos2014-01-271-2/+2
| | | | Roudiere
* bumped versionNikos Mavrogiannopoulos2014-01-262-4/+4
|
* exported missing functionsNikos Mavrogiannopoulos2014-01-262-1/+15
|
* doc updateNikos Mavrogiannopoulos2014-01-261-0/+3
|
* fixed null pointer derefence when printing a name and an LDAP description ↵Nikos Mavrogiannopoulos2014-01-261-2/+2
| | | | | | | isn't present for the OID Conflicts: lib/x509/common.c
* exported gnutls_x509_policy_releaseNikos Mavrogiannopoulos2014-01-262-1/+7
|
* doc updategnutls_3_1_19Nikos Mavrogiannopoulos2014-01-247-51/+111
|
* doc updateNikos Mavrogiannopoulos2014-01-241-1/+1
|
* bumped versionNikos Mavrogiannopoulos2014-01-242-2/+2
|
* 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
|
* doc updateNikos Mavrogiannopoulos2014-01-071-0/+9
|
* Fix CERTIFICATE STATUS processing when using non-blocking I/ONils Maier2014-01-071-2/+2
| | | | | | | _gnutls_recv_server_certificate_status() must wait for the first full packet before setting priv->expect_cstatus = 0, or else CERTIFCATE STATUS packets won't be processed in subsequent calls at all, leaving them in the buffer and therefore causing later connection aborts.
* Add LIB_CLOCK_GETTIME to crywrapGustavo Zacarias2013-12-271-0/+1
| | | | | | | It's used indirectly thus causing build breakage on versions of glibc where it's defined in librt rather than libc directly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* corrected key ID size checkNikos Mavrogiannopoulos2013-12-231-1/+1
|
* bumped versiongnutls_3_1_18Nikos Mavrogiannopoulos2013-12-203-3/+3
|
* doc updateNikos Mavrogiannopoulos2013-12-181-0/+2
|