summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bumped versionNikos Mavrogiannopoulos2011-04-212-2/+2
* gnutls_x509_crt_check_hostname() will never compare against IPaddress.Nikos Mavrogiannopoulos2011-04-211-10/+0
* 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
* pakchois is always included.Nikos Mavrogiannopoulos2011-04-172-33/+3
* Restored HMAC-MD5 for compatibility. Although considered weak, several sites ...Nikos Mavrogiannopoulos2011-04-161-3/+4
* Removed text about select().Nikos Mavrogiannopoulos2011-04-141-6/+0
* check for libdl that pakchois needs.Nikos Mavrogiannopoulos2011-04-132-1/+3
* gnutls_transport_set_global_errno() is deprecated.Nikos Mavrogiannopoulos2011-04-112-1/+2
* Changes armor.c to be able to handle both LF and CRLF inputs (output isNikos Mavrogiannopoulos2011-04-101-3/+16
* Return correct value for dlclose() in windows. Patch by LRN.Nikos Mavrogiannopoulos2011-04-101-1/+1
* updated versiongnutls_2_12_2Nikos Mavrogiannopoulos2011-04-082-2/+2
* more leaks fixed in common.cNikos Mavrogiannopoulos2011-04-081-14/+4
* Corrected leaks in gnutls_pubkey_t deinitialization.Nikos Mavrogiannopoulos2011-04-081-0/+7
* more fixes.Nikos Mavrogiannopoulos2011-04-082-2/+9
* Corrected memory leaks.Nikos Mavrogiannopoulos2011-04-087-29/+43
* Initialized ret in _gnutls_writev_emu()Nikos Mavrogiannopoulos2011-04-081-1/+1
* doc fix.Nikos Mavrogiannopoulos2011-04-081-1/+1
* 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-081-1/+1
* win32 fixes for set_global_errno(). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-081-0/+20
* simplified cdk_trim_string() to make it safer to use.Nikos Mavrogiannopoulos2011-04-083-11/+12
* correctly reset params.Nikos Mavrogiannopoulos2011-04-081-3/+3
* correctly compare sign algorithm_st.Nikos Mavrogiannopoulos2011-04-081-1/+1
* removed unused codeNikos Mavrogiannopoulos2011-04-086-391/+1
* null terminate the armored stringNikos Mavrogiannopoulos2011-04-081-4/+8
* more clear bounds checkingNikos Mavrogiannopoulos2011-04-081-1/+1
* initialize e and d.Nikos Mavrogiannopoulos2011-04-081-2/+3
* deinitialize pks variable only when needed.Nikos Mavrogiannopoulos2011-04-081-2/+3
* Initialize verify.Nikos Mavrogiannopoulos2011-04-081-0/+2
* removed unneeded function.Nikos Mavrogiannopoulos2011-04-082-27/+0
* correctly traverse slotsNikos Mavrogiannopoulos2011-04-081-0/+1
* Initialize tinfo using the initially available information.Nikos Mavrogiannopoulos2011-04-081-0/+2
* gcrypt.h is not really needed. Reported by David Reiser.Nikos Mavrogiannopoulos2011-04-031-1/+0
* Corrected bug in gnutls_srp_verifier() that prevented the allocation of a ver...Nikos Mavrogiannopoulos2011-04-031-1/+1
* bumped versiongnutls_2_12_1Nikos Mavrogiannopoulos2011-04-021-1/+1
* bumped version.Nikos Mavrogiannopoulos2011-03-261-1/+1
* Corrected access to freed memory location. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-1/+3
* Corrected windows system_errno() function. Reported and patch by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-1/+1
* C++ compatibility fix for compat.h. Suggested by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-0/+9
* Corrected uninitialized var deinitiation. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-251-0/+2
* eliminate compiler warning. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-03-251-2/+2
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-254-8/+9
* updatedNikos Mavrogiannopoulos2011-03-251-80/+56
* documentation fixes.Nikos Mavrogiannopoulos2011-03-236-31/+32
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-236-92/+90
* corrected parameter.Nikos Mavrogiannopoulos2011-03-211-1/+1
* Documentation fixes and cleanups.Nikos Mavrogiannopoulos2011-03-216-18/+80