summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not deinitialize in gnutls_global_deinit() if the call to gnutls_global_in...Nikos Mavrogiannopoulos2014-04-281-3/+23
* Alternative fix for the initialization of random generator. Reported by Marti...Nikos Mavrogiannopoulos2014-04-282-8/+2
* Revert "Avoid dual initialization of random generator. Reported by Martin Kle...Nikos Mavrogiannopoulos2014-04-281-0/+6
* x86.h was renamed to x86-common.h to avoid clashes with system headers.Nikos Mavrogiannopoulos2014-04-2713-12/+12
* Avoid dual initialization of random generator. Reported by Martin Kletzander.Nikos Mavrogiannopoulos2014-04-271-6/+0
* Test for the existance of the /etc/system-fips fileKurt Roeckx2014-04-271-1/+1
* Add _gnutls_fips_mode_enabled() return values.Kurt Roeckx2014-04-271-0/+5
* Typo fix: overriden -> overriddenAndreas Metzler2014-04-271-3/+3
* Use unsigned type for encode(). Based on suggestion by Shawn (sth0r2046 [at] ...Nikos Mavrogiannopoulos2014-04-271-2/+2
* tolerate NULL in strdup(). Patch by shawn (sth0r2046 [at] gmail.com).Nikos Mavrogiannopoulos2014-04-271-1/+6
* Treat othername as printable (i.e., null terminate it), as the XMPP printing ...Nikos Mavrogiannopoulos2014-04-191-1/+2
* cleanups in outputNikos Mavrogiannopoulos2014-04-191-7/+9
* gnutls_secure_malloc() is no longer part of the API (though it remains in the...Nikos Mavrogiannopoulos2014-04-191-1/+0
* revived gnutls_secure_malloc() to avoid breaking ABI.Nikos Mavrogiannopoulos2014-04-192-1/+1
* removed file from Makefile that doesn't existNikos Mavrogiannopoulos2014-04-191-1/+1
* Corrected decoding of XMPP SAN othername.Nikos Mavrogiannopoulos2014-04-194-19/+44
* always initialize size valuesNikos Mavrogiannopoulos2014-04-181-0/+8
* copy_string() and copy_data() are more resilient on null inputNikos Mavrogiannopoulos2014-04-181-2/+4
* fix issue in gnutls_subject_alt_names_get().Nikos Mavrogiannopoulos2014-04-181-1/+1
* Removed the already unused secure alloc functions.Nikos Mavrogiannopoulos2014-04-183-18/+1
* Use a harder to optimize out memset().Nikos Mavrogiannopoulos2014-04-184-15/+58
* corrected get_auth_info() for SRP-RSA.Nikos Mavrogiannopoulos2014-04-181-1/+1
* Avoid dual generation of key.Nikos Mavrogiannopoulos2014-04-182-12/+6
* use custom proc_server_kx for RSA-PSKNikos Mavrogiannopoulos2014-04-181-1/+18
* eliminated the leak of hint when deallocating the credentials.Nikos Mavrogiannopoulos2014-04-181-0/+1
* _gnutls_auth_info_set() will decide the replacing of auth info based on the p...Nikos Mavrogiannopoulos2014-04-181-6/+5
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-1816-77/+104
* When checking for data to be received use the 'transport_recv_ptr'Nikos Mavrogiannopoulos2014-04-181-1/+1
* corrected uninitialized valueNikos Mavrogiannopoulos2014-04-171-1/+1
* Added self check functions to self-test.h.Nikos Mavrogiannopoulos2014-04-173-7/+39
* doc updateNikos Mavrogiannopoulos2014-04-161-6/+12
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-1517-43/+50
* several bug fixes due to coverity.Nikos Mavrogiannopoulos2014-04-156-7/+15
* Corrected bugs reported from coverity in opencdk.Nikos Mavrogiannopoulos2014-04-158-50/+47
* correctly check for message upper limit.Nikos Mavrogiannopoulos2014-04-151-1/+1
* Allow a null ca file; i.e., allow setting only CRLs in gnutls_x509_trust_list...Nikos Mavrogiannopoulos2014-04-141-10/+12
* Allow decoding PKCS #8 files with ECC parameters from openssl.Nikos Mavrogiannopoulos2014-04-115-28/+50
* More strict checking of heartbeat padding size boundaries.Nikos Mavrogiannopoulos2014-04-111-8/+8
* unconditionally zeroize temporal keys.Nikos Mavrogiannopoulos2014-04-101-7/+2
* Do not include the FIPS140-specific functions into the main documentation.Nikos Mavrogiannopoulos2014-04-102-8/+8
* updated exported symbols table.Nikos Mavrogiannopoulos2014-04-101-5/+0
* mark functions that are only available under FIPS140 modeNikos Mavrogiannopoulos2014-04-103-19/+22
* doc updateNikos Mavrogiannopoulos2014-04-101-3/+4
* Enhanced _gnutls_check_key_cert_match()Nikos Mavrogiannopoulos2014-04-101-2/+30
* doc updateNikos Mavrogiannopoulos2014-04-101-1/+3
* removed double entryNikos Mavrogiannopoulos2014-04-091-2/+1
* Prevent gnulib from replacing strdup as we don't include this gnulib module.Nikos Mavrogiannopoulos2014-04-091-0/+6
* updated documentationNikos Mavrogiannopoulos2014-04-092-1/+7
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-093-19/+61
* Added gnutls_certificate_verify_peers4 which will verify in addition to hostn...Nikos Mavrogiannopoulos2014-04-085-2/+80