summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed incorrect test on IPAddresses (was relying on IPaddresses encoded as ...gnutls_2_12_3Nikos Mavrogiannopoulos2011-04-221-84/+0
* updated changelog.Nikos Mavrogiannopoulos2011-04-222-35095/+1704
* releasedNikos Mavrogiannopoulos2011-04-221-1/+1
* corrected typeNikos Mavrogiannopoulos2011-04-221-1/+1
* bumped versionNikos Mavrogiannopoulos2011-04-214-4/+4
* document fixes.Nikos Mavrogiannopoulos2011-04-211-0/+2
* gnutls_x509_crt_check_hostname() will never compare against IPaddress.Nikos Mavrogiannopoulos2011-04-211-10/+0
* correctedNikos Mavrogiannopoulos2011-04-211-2/+2
* removed keyid_t types.Nikos Mavrogiannopoulos2011-04-202-2/+2
* Use get_cert_callback() in server side.Nikos Mavrogiannopoulos2011-04-201-1/+2
* Several cleanups and fixes regarding the openpgp_keyid_t.Nikos Mavrogiannopoulos2011-04-1710-23/+20
* header fixes.Nikos Mavrogiannopoulos2011-04-172-0/+2
* pakchois is always included.Nikos Mavrogiannopoulos2011-04-172-33/+3
* Restored HMAC-MD5 for compatibility. Although considered weak, several sites ...Nikos Mavrogiannopoulos2011-04-162-3/+8
* removed unneeded comment.Nikos Mavrogiannopoulos2011-04-151-1/+0
* Reorganized sections in documentation.Nikos Mavrogiannopoulos2011-04-151-138/+139
* Removed text about select().Nikos Mavrogiannopoulos2011-04-142-10/+1
* check for libdl that pakchois needs.Nikos Mavrogiannopoulos2011-04-133-1/+5
* renamed memxor to gl_memxor.Nikos Mavrogiannopoulos2011-04-133-4/+4
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-127-15/+10
* documented fix.Nikos Mavrogiannopoulos2011-04-121-0/+4
* Do not rely on lowat being set.Nikos Mavrogiannopoulos2011-04-121-18/+47
* gnutls_transport_set_global_errno() is deprecated.Nikos Mavrogiannopoulos2011-04-113-2/+6
* Combined the safe renegotiation tests with the again-common lib.Nikos Mavrogiannopoulos2011-04-118-993/+95
* updated.Nikos Mavrogiannopoulos2011-04-101-0/+8
* Use --infile in certtool to avoid issues with streams in windows.Nikos Mavrogiannopoulos2011-04-101-4/+4
* Changes armor.c to be able to handle both LF and CRLF inputs (output isNikos Mavrogiannopoulos2011-04-101-3/+16
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-105-3/+12
* Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos2011-04-103-0/+6
* Return correct value for dlclose() in windows. Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-1/+1
* Disable openpgp-auth run in windows due to lack of socketpair(). Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-1/+10
* updatedNikos Mavrogiannopoulos2011-04-081-9/+21
* updated versiongnutls_2_12_2Nikos Mavrogiannopoulos2011-04-084-4/+7
* more leaks fixed in common.cNikos Mavrogiannopoulos2011-04-081-14/+4
* Corrected leaks in gnutls_pubkey_t deinitialization.Nikos Mavrogiannopoulos2011-04-081-0/+7
* disable test in windows.Nikos Mavrogiannopoulos2011-04-081-0/+7
* more fixes.Nikos Mavrogiannopoulos2011-04-082-2/+9
* combined more tests with eagain-common.h.Nikos Mavrogiannopoulos2011-04-082-280/+21
* Corrected memory leaks.Nikos Mavrogiannopoulos2011-04-089-30/+45
* Do not run the test scripts in win32 environment.Nikos Mavrogiannopoulos2011-04-082-0/+8
* Better way of not including the tests/suite directory. Based onNikos Mavrogiannopoulos2011-04-084-1867/+10
* added missing fileNikos Mavrogiannopoulos2011-04-081-5/+2
* Initialized ret in _gnutls_writev_emu()Nikos Mavrogiannopoulos2011-04-081-1/+1
* doc fix.Nikos Mavrogiannopoulos2011-04-081-1/+1
* updatedNikos Mavrogiannopoulos2011-04-081-0/+4
* removed unneeded variable.Nikos Mavrogiannopoulos2011-04-081-1/+0
* Corrected check for an unknown sign algorithm. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-1/+1
* Do not use %e in strftime. Use %d instead which is identically available in w...Nikos Mavrogiannopoulos2011-04-081-2/+2
* Fixed mismatch in size_t size. Patch by LRN.Nikos Mavrogiannopoulos2011-04-082-2/+2
* win32 fixes for set_global_errno(). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-081-0/+20