summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos2011-04-078-0/+24
* minor modification in write_emu().Nikos Mavrogiannopoulos2011-04-071-3/+2
* simplified cdk_trim_string() to make it safer to use.Nikos Mavrogiannopoulos2011-04-073-11/+12
* correctly reset params.Nikos Mavrogiannopoulos2011-04-071-3/+3
* use correct pointer size.Nikos Mavrogiannopoulos2011-04-072-4/+4
* correctly compare sign algorithm_st.Nikos Mavrogiannopoulos2011-04-071-1/+1
* removed unused codeNikos Mavrogiannopoulos2011-04-076-391/+1
* null terminate the armored stringNikos Mavrogiannopoulos2011-04-071-4/+8
* properly null terminate string.Nikos Mavrogiannopoulos2011-04-071-0/+1
* check PIN size.Nikos Mavrogiannopoulos2011-04-072-4/+19
* check salt size.Nikos Mavrogiannopoulos2011-04-071-0/+6
* more clear bounds checkingNikos Mavrogiannopoulos2011-04-071-1/+1
* initialize e and d.Nikos Mavrogiannopoulos2011-04-061-2/+3
* deinitialize pks variable only when needed.Nikos Mavrogiannopoulos2011-04-061-2/+3
* Initialize verify.Nikos Mavrogiannopoulos2011-04-061-0/+2
* initialize session_id_size.Nikos Mavrogiannopoulos2011-04-061-1/+1
* removed unneeded function.Nikos Mavrogiannopoulos2011-04-062-27/+0
* correctly traverse slotsNikos Mavrogiannopoulos2011-04-061-0/+1
* avoid using a freed pointer.Nikos Mavrogiannopoulos2011-04-061-2/+4
* Initialize tinfo using the initially available information.Nikos Mavrogiannopoulos2011-04-051-0/+2
* corrected debugging info.Nikos Mavrogiannopoulos2011-04-051-3/+2
* The mini-* programs were combined.Nikos Mavrogiannopoulos2011-04-044-363/+101
* Do not cleanup bufel after it has been inserted into buffer.Nikos Mavrogiannopoulos2011-04-041-4/+2
* Combined dequeue with remove_front() and pop_first().Nikos Mavrogiannopoulos2011-04-041-26/+9
* Compile ex-cert-select-pkcs11 as a separate program.Nikos Mavrogiannopoulos2011-04-031-1/+2
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-0312-162/+564
* gcrypt.h is not really needed. Reported by David Reiser.Nikos Mavrogiannopoulos2011-04-031-1/+0
* corrected header inclusion.Nikos Mavrogiannopoulos2011-04-031-1/+1
* crypt.* renamed to srptool.*.Nikos Mavrogiannopoulos2011-04-035-32/+32
* 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
* Added copyright.Nikos Mavrogiannopoulos2011-03-301-0/+20
* Reorganized scripts that use test servers, based on patch by Cedric Arbogast.Nikos Mavrogiannopoulos2011-03-306-50/+71
* Create certificate request with stricter permissions. Reported by Luca Capello.Nikos Mavrogiannopoulos2011-03-302-2/+2
* enabled testcerts.Nikos Mavrogiannopoulos2011-03-281-1/+1
* made more silent.Nikos Mavrogiannopoulos2011-03-281-6/+7
* Made scripts bourne shell compliant and not bash.Nikos Mavrogiannopoulos2011-03-282-20/+31
* 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-261-0/+2
* eliminate compiler warning. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2011-03-261-2/+2
* Fix size of gnutls_openpgp_keyid_t by using the GNUTLS_OPENPGP_KEYID_SIZE def...Nikos Mavrogiannopoulos2011-03-264-8/+9
* included news of 2.12.0Nikos Mavrogiannopoulos2011-03-241-0/+30
* added missing files.Nikos Mavrogiannopoulos2011-03-241-0/+1
* documentation fixes.Nikos Mavrogiannopoulos2011-03-236-31/+32