summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* released 3.2.21gnutls_3_2_21Nikos Mavrogiannopoulos2014-12-111-1/+1
* bumped versionNikos Mavrogiannopoulos2014-12-112-2/+2
* doc updateNikos Mavrogiannopoulos2014-12-111-0/+2
* utilize the gnutls 3.2 functionsNikos Mavrogiannopoulos2014-12-111-1/+1
* deinitialize the OCSP response der dataNikos Mavrogiannopoulos2014-12-111-15/+23
* use the original DER/BER data when verifying an OCSP responseNikos Mavrogiannopoulos2014-12-111-7/+4
* _gnutls_x509_get_dn() always return a null terminated stringNikos Mavrogiannopoulos2014-12-051-0/+4
* corrected memleak in read_key_mem()Nikos Mavrogiannopoulos2014-11-241-0/+1
* restore only the documented behaviorNikos Mavrogiannopoulos2014-11-223-4/+2
* doc updateNikos Mavrogiannopoulos2014-11-211-0/+9
* tests: added test for GNUTLS_E_GOT_APPLICATION_DATA on rehandshakeNikos Mavrogiannopoulos2014-11-212-1/+459
* treat GNUTLS_E_GOT_APPLICATION_DATA as non-fatal if initial negotiation is co...Nikos Mavrogiannopoulos2014-11-212-4/+9
* 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 c...Nikos Mavrogiannopoulos2014-11-101-4/+21
* doc updateNikos Mavrogiannopoulos2014-11-021-0/+9
* do not explicitly refresh rnd state on session deinitNikos Mavrogiannopoulos2014-11-021-2/+0
* guile: Remove trailing zero in 'gnutls_server_name_set' call.Ludovic Courtès2014-10-151-1/+1
* corrected libopt's Makefile.amNikos Mavrogiannopoulos2014-10-141-1/+1
* 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
* protect DTLS clients that don't handle GNUTLS_E_LARGE_PACKET from an infinite...Nikos Mavrogiannopoulos2014-09-253-1/+9
* 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
* guile: Add bindings for 'gnutls_server_name_set'.Ludovic Courtès2014-09-224-6/+46
* doc updateNikos Mavrogiannopoulos2014-09-191-0/+9
* cleaned up memory deallocation in read_cert_url()Nikos Mavrogiannopoulos2014-09-191-13/+15
* 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
* Revert "gnutls_x509_crl_verify: do not always set the invalid status"Nikos Mavrogiannopoulos2014-09-131-1/+1
* gnutls_x509_crl_verify: do not always set the invalid statusNikos Mavrogiannopoulos2014-09-131-1/+1
* 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