Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not run the test scripts in win32 environment. | Nikos Mavrogiannopoulos | 2011-04-08 | 2 | -0/+8 |
* | use the system wide gnulib-tool. | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -2/+2 |
* | updated | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -57/+1 |
* | updated | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -0/+5 |
* | include priority headers unconditionally. | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -4/+2 |
* | Better way of not including the tests/suite directory. Based on discussion wi... | Nikos Mavrogiannopoulos | 2011-04-08 | 4 | -1966/+9 |
* | Use a single configure.ac. This speed ups compilation and | Nikos Mavrogiannopoulos | 2011-04-08 | 496 | -45736/+3134 |
* | Avoid using readline. | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -19/+21 |
* | initialized ret in _gnutls_writev_emu(). | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -1/+1 |
* | doc fix | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -1/+1 |
* | removed unneeded variable. | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -1/+0 |
* | Corrected check for an unknown sign algorithm. Patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -1/+1 |
* | Do not use %e in strftime. Use %d instead which is identically available in w... | Nikos Mavrogiannopoulos | 2011-04-08 | 1 | -2/+2 |
* | Fixed mismatch in size_t size. Patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-08 | 2 | -2/+2 |
* | Correctly set errno in win32 using gnutls_transport_set_global_errno(). Based... | Nikos Mavrogiannopoulos | 2011-04-07 | 2 | -3/+19 |
* | Avoid using gnutls_transport_set_global_errno() and use gnutls_transport_set_... | Nikos Mavrogiannopoulos | 2011-04-07 | 4 | -7/+13 |
* | win32 fixes for set_global_errno(). Suggested by LRN. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -0/+7 |
* | Win32 changes for benchmark. Patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -2/+63 |
* | win32 fixes. Patch by LRN. | Nikos Mavrogiannopoulos | 2011-04-07 | 8 | -0/+24 |
* | minor modification in write_emu(). | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -3/+2 |
* | simplified cdk_trim_string() to make it safer to use. | Nikos Mavrogiannopoulos | 2011-04-07 | 3 | -11/+12 |
* | correctly reset params. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -3/+3 |
* | use correct pointer size. | Nikos Mavrogiannopoulos | 2011-04-07 | 2 | -4/+4 |
* | correctly compare sign algorithm_st. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -1/+1 |
* | removed unused code | Nikos Mavrogiannopoulos | 2011-04-07 | 6 | -391/+1 |
* | null terminate the armored string | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -4/+8 |
* | properly null terminate string. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -0/+1 |
* | check PIN size. | Nikos Mavrogiannopoulos | 2011-04-07 | 2 | -4/+19 |
* | check salt size. | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -0/+6 |
* | more clear bounds checking | Nikos Mavrogiannopoulos | 2011-04-07 | 1 | -1/+1 |
* | initialize e and d. | Nikos Mavrogiannopoulos | 2011-04-06 | 1 | -2/+3 |
* | deinitialize pks variable only when needed. | Nikos Mavrogiannopoulos | 2011-04-06 | 1 | -2/+3 |
* | Initialize verify. | Nikos Mavrogiannopoulos | 2011-04-06 | 1 | -0/+2 |
* | initialize session_id_size. | Nikos Mavrogiannopoulos | 2011-04-06 | 1 | -1/+1 |
* | removed unneeded function. | Nikos Mavrogiannopoulos | 2011-04-06 | 2 | -27/+0 |
* | correctly traverse slots | Nikos Mavrogiannopoulos | 2011-04-06 | 1 | -0/+1 |
* | avoid using a freed pointer. | Nikos Mavrogiannopoulos | 2011-04-06 | 1 | -2/+4 |
* | Initialize tinfo using the initially available information. | Nikos Mavrogiannopoulos | 2011-04-05 | 1 | -0/+2 |
* | corrected debugging info. | Nikos Mavrogiannopoulos | 2011-04-05 | 1 | -3/+2 |
* | The mini-* programs were combined. | Nikos Mavrogiannopoulos | 2011-04-04 | 4 | -363/+101 |
* | Do not cleanup bufel after it has been inserted into buffer. | Nikos Mavrogiannopoulos | 2011-04-04 | 1 | -4/+2 |
* | Combined dequeue with remove_front() and pop_first(). | Nikos Mavrogiannopoulos | 2011-04-04 | 1 | -26/+9 |
* | Compile ex-cert-select-pkcs11 as a separate program. | Nikos Mavrogiannopoulos | 2011-04-03 | 1 | -1/+2 |
* | Added support for non-blocking DTLS. | Nikos Mavrogiannopoulos | 2011-04-03 | 12 | -162/+564 |
* | gcrypt.h is not really needed. Reported by David Reiser. | Nikos Mavrogiannopoulos | 2011-04-03 | 1 | -1/+0 |
* | corrected header inclusion. | Nikos Mavrogiannopoulos | 2011-04-03 | 1 | -1/+1 |
* | crypt.* renamed to srptool.*. | Nikos Mavrogiannopoulos | 2011-04-03 | 5 | -32/+32 |
* | Corrected bug in gnutls_srp_verifier() that prevented the allocation of a ver... | Nikos Mavrogiannopoulos | 2011-04-03 | 1 | -1/+1 |
* | Added debug option to srptool. | Nikos Mavrogiannopoulos | 2011-04-03 | 4 | -29/+65 |
* | Documented p11-kit. | Nikos Mavrogiannopoulos | 2011-04-03 | 1 | -0/+5 |