summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Win32 changes for benchmark. Patch by LRN.Nikos Mavrogiannopoulos2011-04-081-2/+64
* win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos2011-04-088-0/+24
* 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
* properly null terminate string.Nikos Mavrogiannopoulos2011-04-081-0/+1
* check PIN size.Nikos Mavrogiannopoulos2011-04-082-4/+19
* check salt size.Nikos Mavrogiannopoulos2011-04-081-0/+6
* 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
* initialize session_id_size.Nikos Mavrogiannopoulos2011-04-081-1/+1
* 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
* The mini-* programs were combined. (backported from master branch)Nikos Mavrogiannopoulos2011-04-083-363/+252
* Compile ex-cert-select-pkcs11 as a separate program.Nikos Mavrogiannopoulos2011-04-031-1/+2
* gcrypt.h is not really needed. Reported by David Reiser.Nikos Mavrogiannopoulos2011-04-031-1/+0
* documented fix.Nikos Mavrogiannopoulos2011-04-032-2/+10
* Corrected bug in gnutls_srp_verifier() that prevented the allocation of a ver...Nikos Mavrogiannopoulos2011-04-031-1/+1
* Added debug option to srptool.Nikos Mavrogiannopoulos2011-04-034-29/+65
* Documented p11-kit.Nikos Mavrogiannopoulos2011-04-031-0/+5
* corrected typoNikos Mavrogiannopoulos2011-04-021-1/+1
* bumped versiongnutls_2_12_1Nikos Mavrogiannopoulos2011-04-022-2/+2
* Generate certificate request with stricter permissions. Reported by Luca Cape...Nikos Mavrogiannopoulos2011-03-303-2/+5
* made more silent.Nikos Mavrogiannopoulos2011-03-281-6/+7
* Made scripts bourne shell compliant and not bash.Nikos Mavrogiannopoulos2011-03-282-20/+31
* removed ext_mod_ia definition.Nikos Mavrogiannopoulos2011-03-261-2/+0
* bumped version.Nikos Mavrogiannopoulos2011-03-262-2/+2
* documented changes.Nikos Mavrogiannopoulos2011-03-261-1/+15
* e-mail addresses are not directly recognizable.Nikos Mavrogiannopoulos2011-03-261-105/+105
* Corrected access to freed memory location. Reported by Vitaly Kruglikov.Nikos Mavrogiannopoulos2011-03-261-1/+3
* added Mark and Vitaly to THANKS.Nikos Mavrogiannopoulos2011-03-261-0/+2
* 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
* Define ext_mod_ia in gnutls_ia.c only.Nikos Mavrogiannopoulos2011-03-252-1/+3