summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed backport.Nikos Mavrogiannopoulos2011-03-211-2/+1
* ensure addition to application data buffers is occuring only after a successf...Nikos Mavrogiannopoulos2011-03-201-0/+6
* Return a special error code if DSA keys with over 1024 are being used with TL...Nikos Mavrogiannopoulos2011-03-194-9/+12
* truncate hash size when asking to sign or verify DSA with a longer hash.Nikos Mavrogiannopoulos2011-03-191-3/+9
* read correct algorithm when decrypting data and use correct number of private...Nikos Mavrogiannopoulos2011-03-161-4/+10
* Corrected nettle's RNG behavior on fork and added a test case.Nikos Mavrogiannopoulos2011-03-161-3/+8
* gnutls_pubkey_t and gnutls_privkey_t can import either an openpgp subkey or a...Nikos Mavrogiannopoulos2011-03-164-22/+52
* introduced GNUTLS_E_OPENPGP_PREFERRED_KEY_ERRORNikos Mavrogiannopoulos2011-03-164-2/+11
* On unknown public key algorithms return Unknown name.Nikos Mavrogiannopoulos2011-03-161-0/+1
* Read the public key algorithm from the selected subkey and not the master key...Nikos Mavrogiannopoulos2011-03-161-2/+10
* Documentation fixed. Added fresh keys to test.Nikos Mavrogiannopoulos2011-03-161-6/+4
* gnutls_openpgp_crt_get_auth_subkey() will no longer return an unsupported sub...Nikos Mavrogiannopoulos2011-03-151-3/+6
* Corrected verification of DSA-2048 keys. Reported by teddy@fukt.bsnet.se.Nikos Mavrogiannopoulos2011-03-151-3/+8