summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added the 'very weak' certificate verification profile.Nikos Mavrogiannopoulos2014-05-054-0/+11
* Corrected an off-by-one error.Nikos Mavrogiannopoulos2014-05-041-1/+1
* initialize to null the SRP extension data on allocation.Nikos Mavrogiannopoulos2014-05-041-1/+1
* Better check for null signature method.Nikos Mavrogiannopoulos2014-05-041-1/+2
* More precise packet length checking.Nikos Mavrogiannopoulos2014-05-043-1/+11
* Eliminated password file descriptor leak.Nikos Mavrogiannopoulos2014-05-041-3/+2
* use __sun definition to detect solaris.Nikos Mavrogiannopoulos2014-05-031-1/+1
* Added support for constructors and destructors in solaris CC.Nikos Mavrogiannopoulos2014-05-031-6/+8
* simplify casting to mpz_t using __mpz_struct and cleaned up mpz_t access.Nikos Mavrogiannopoulos2014-05-023-20/+20
* simplify casting to mpz_t using __mpz_struct.Nikos Mavrogiannopoulos2014-05-023-4/+2
* updated included libtasn1.Nikos Mavrogiannopoulos2014-05-0114-137/+195
* removed return from void function.Nikos Mavrogiannopoulos2014-04-301-1/+1
* doc updateNikos Mavrogiannopoulos2014-04-281-0/+4
* gnutls_x509_trust_list_get_issuer() will work correctly with a PKCS #11 trust...Nikos Mavrogiannopoulos2014-04-282-21/+71
* initialize the size valueNikos Mavrogiannopoulos2014-04-281-0/+1
* Include the correct header for the self tests functionsNikos Mavrogiannopoulos2014-04-283-0/+3
* removed redundant code. Reported by David Binderman.Nikos Mavrogiannopoulos2014-04-281-6/+0
* 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