summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* testcompat: updatedgnutls_3_2_20Nikos Mavrogiannopoulos2014-11-102-96/+197
|
* bumped versionNikos Mavrogiannopoulos2014-11-103-3/+3
|
* doc updateNikos Mavrogiannopoulos2014-11-101-0/+3
|
* when exporting curve coordinates to X9.63 format, perform additional sanity ↵Nikos Mavrogiannopoulos2014-11-101-4/+21
| | | | | | checks on input Reported by Sean Burford.
* doc updateNikos Mavrogiannopoulos2014-11-021-0/+9
|
* do not explicitly refresh rnd state on session deinitNikos Mavrogiannopoulos2014-11-021-2/+0
| | | | It is already being refreshed during the session lifetime.
* guile: Remove trailing zero in 'gnutls_server_name_set' call.Ludovic Courtès2014-10-151-1/+1
| | | | | | In GnuTLS 3.2.19 (and possibly 3.3.9 and 3.1.17), 'set-session-server-name!' would pass a trailing nul character on the wire after the server name, which would thus be rejected by servers.
* corrected libopt's Makefile.amNikos Mavrogiannopoulos2014-10-141-1/+1
| | | | reported by Marius Schamschula.
* corrected the SSSE3 optimized SHA224Nikos Mavrogiannopoulos2014-10-141-1/+1
|
* simplified getrusage code; the failure check code wasn't neededNikos Mavrogiannopoulos2014-10-141-19/+3
|
* bumped versiongnutls_3_2_19Nikos Mavrogiannopoulos2014-10-133-3/+3
|
* doc updateNikos Mavrogiannopoulos2014-10-131-0/+4
|
* updated to libopts 5.18.4Nikos Mavrogiannopoulos2014-10-1121-55/+536
|
* placed all rusage variables into HAVE_GETRUSAGE blockNikos Mavrogiannopoulos2014-10-111-1/+1
|
* doc updateNikos Mavrogiannopoulos2014-10-111-0/+3
|
* rnd: if RUSAGE_THREAD fails try RUSAGE_SELFNikos Mavrogiannopoulos2014-10-111-7/+26
|
* doc updateNikos Mavrogiannopoulos2014-10-111-1/+1
|
* doc updateNikos Mavrogiannopoulos2014-10-101-0/+3
|
* use wait and retransmit when receiving session ticketsNikos Mavrogiannopoulos2014-10-101-0/+12
|
* doc updateNikos Mavrogiannopoulos2014-09-301-0/+3
|
* do not allow GNUTLS_E_LARGE_PACKET to be returned from non-DTLS sessionsNikos Mavrogiannopoulos2014-09-262-10/+19
| | | | | Conflicts: lib/gnutls_handshake.c
* protect DTLS clients that don't handle GNUTLS_E_LARGE_PACKET from an ↵Nikos Mavrogiannopoulos2014-09-253-1/+9
| | | | infinite loop on handshake
* restrict the number of non-fatal errors gnutls_handshake() can returnNikos Mavrogiannopoulos2014-09-253-7/+8
|
* guile: Restore cross-reference in 'set-session-priorities!' docstring.Ludovic Courtès2014-09-221-5/+6
| | | | This had been destroyed in 32d90395.
* guile: Add bindings for 'gnutls_server_name_set'.Ludovic Courtès2014-09-224-6/+46
| | | | | This adds the 'set-session-server-name!' procedure and the 'server-name-type' enum type.
* doc updateNikos Mavrogiannopoulos2014-09-191-0/+9
|
* cleaned up memory deallocation in read_cert_url()Nikos Mavrogiannopoulos2014-09-191-13/+15
| | | | | That caused unexpected results when loading PKCS #11 URLs. Reported by Joseph Peruski.
* bumped versiongnutls_3_2_18Nikos Mavrogiannopoulos2014-09-183-3/+3
|
* doc updateNikos Mavrogiannopoulos2014-09-181-0/+6
|
* doc updateNikos Mavrogiannopoulos2014-09-181-2/+5
|
* gnutls_x509_crl_verify: do not always set the invalid statusNikos Mavrogiannopoulos2014-09-131-1/+9
| | | | Reported by Armin Burgmeier.
* Revert "gnutls_x509_crl_verify: do not always set the invalid status"Nikos Mavrogiannopoulos2014-09-131-1/+1
| | | | This reverts commit d29a0027fd554ee1aa92c186c6040f53f15cdab7.
* gnutls_x509_crl_verify: do not always set the invalid statusNikos Mavrogiannopoulos2014-09-131-1/+1
| | | | Reported by Armin Burgmeier.
* optimized escaped comma handlingNikos Mavrogiannopoulos2014-09-041-10/+13
|
* doc updateNikos Mavrogiannopoulos2014-09-041-0/+9
|
* when setting a DN properly handle spaces and escaped commasNikos Mavrogiannopoulos2014-09-041-4/+27
|
* steal openconnect's vasprintf() implementationNikos Mavrogiannopoulos2014-09-042-15/+90
|
* corrected bundled vasprintf(); reported by Jeff LeeNikos Mavrogiannopoulos2014-09-041-0/+1
|
* avoid new allocations and keep a pointer to the DER data for DNNikos Mavrogiannopoulos2014-09-043-14/+3
| | | | | | Conflicts: lib/x509/crl.c lib/x509/x509.c
* when importing a CRL keep the DER dataNikos Mavrogiannopoulos2014-09-043-16/+17
|
* when importing a certificate, keep the DER dataNikos Mavrogiannopoulos2014-09-046-61/+44
| | | | | Conflicts: lib/x509/verify.c
* updated included libtasn1Nikos Mavrogiannopoulos2014-09-042-31/+116
|
* alpn: fix version documentationTristan Matthews2014-08-301-2/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* check for stdnoreturn.h presenceNikos Mavrogiannopoulos2014-08-261-1/+8
|
* auto-generated file updategnutls_3_2_17Nikos Mavrogiannopoulos2014-08-241-5/+5
|
* released 3.2.17Nikos Mavrogiannopoulos2014-08-243-3/+3
|
* record: tolerate a finished packet with errors in DTLSNikos Mavrogiannopoulos2014-08-231-0/+1
|
* doc updateNikos Mavrogiannopoulos2014-08-231-0/+3
|
* record: in DTLS discard only messages that cause unexpected packet errorsNikos Mavrogiannopoulos2014-08-231-1/+5
|
* updated minitasn1Nikos Mavrogiannopoulos2014-08-239-502/+273
|