summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* corrected check which prevented client to sent an unacceptable for the versio...gnutls_3_2_xNikos Mavrogiannopoulos2015-02-211-11/+12
* fixed sequence number copyNikos Mavrogiannopoulos2015-02-201-1/+1
* when importing a certificate ensure that the signature parameters matchNikos Mavrogiannopoulos2015-02-171-0/+71
* pkcs11: when importing a public key, import it's data as well (version 2 fix)Nikos Mavrogiannopoulos2015-01-121-9/+6
* pkcs11: backported pkcs11_get_attribute_avalueNikos Mavrogiannopoulos2015-01-112-0/+47
* pkcs11: when importing a public key, import it's data as wellNikos Mavrogiannopoulos2015-01-111-1/+9
* doc updateNikos Mavrogiannopoulos2015-01-101-0/+3
* When setting up TLS with cert-type OpenPGP from a client,Nikos Mavrogiannopoulos2015-01-101-1/+2
* gnutls_privkey_import_openpgp_raw: do not release the cached valueNikos Mavrogiannopoulos2015-01-101-1/+1
* doc updateNikos Mavrogiannopoulos2015-01-041-3/+7
* Corrected encoding and decoding of ANSI X9.62Nikos Mavrogiannopoulos2015-01-041-4/+26
* Handle zero length plaintext for VIA PadLock functionsMatthias-Christian Ott2014-12-302-3/+6
* Update 'NEWS'.Ludovic Courtès2014-12-121-0/+8
* guile: Open binary file in binary mode, for the sake of MinGW.Ludovic Courtès2014-12-121-2/+2
* guile: Link with '-no-undefined'.Ludovic Courtès2014-12-121-1/+5
* guile: Build with warnings.Ludovic Courtès2014-12-121-1/+7
* 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