summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* fixed versionNikos Mavrogiannopoulos2011-03-241-1/+1
* added missing files.gnutls_2_12_0Nikos Mavrogiannopoulos2011-03-241-0/+1
* bumped versionNikos Mavrogiannopoulos2011-03-241-1/+1
* documentation fixes.Nikos Mavrogiannopoulos2011-03-236-31/+32
* documented fixNikos Mavrogiannopoulos2011-03-231-0/+3
* Added DSA tests for client certificates as well.Nikos Mavrogiannopoulos2011-03-231-12/+50
* Simplified signature algorithm selection.Nikos Mavrogiannopoulos2011-03-236-92/+90