summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-08496-45736/+3134
* Avoid using readline.Nikos Mavrogiannopoulos2011-04-081-19/+21
* initialized ret in _gnutls_writev_emu().Nikos Mavrogiannopoulos2011-04-081-1/+1
* doc fixNikos 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-082-2/+2
* Correctly set errno in win32 using gnutls_transport_set_global_errno(). Based...Nikos Mavrogiannopoulos2011-04-072-3/+19
* Avoid using gnutls_transport_set_global_errno() and use gnutls_transport_set_...Nikos Mavrogiannopoulos2011-04-074-7/+13
* win32 fixes for set_global_errno(). Suggested by LRN.Nikos Mavrogiannopoulos2011-04-071-0/+7
* Win32 changes for benchmark. Patch by LRN.Nikos Mavrogiannopoulos2011-04-071-2/+63
* 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