summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gl before lib or libextragnutls_2_99_0Nikos Mavrogiannopoulos2011-04-091-1/+1
* generatedNikos Mavrogiannopoulos2011-04-091-20244/+2532
* updatedNikos Mavrogiannopoulos2011-04-091-6/+50
* Added documentation for Datagram TLS.Nikos Mavrogiannopoulos2011-04-097-12/+235
* updatedNikos Mavrogiannopoulos2011-04-091-4/+6
* disable test in windows.Nikos Mavrogiannopoulos2011-04-081-0/+7
* corrected leaks in tests.Nikos Mavrogiannopoulos2011-04-083-0/+15
* corrected memory leak on RSA signatures.Nikos Mavrogiannopoulos2011-04-082-4/+7
* more leaks fixed in common.cNikos Mavrogiannopoulos2011-04-081-14/+4
* Corrected leaks in gnutls_pubkey_t deinitialization.Nikos Mavrogiannopoulos2011-04-081-0/+7
* fix in trusted_list certificate deinitialization.Nikos Mavrogiannopoulos2011-04-081-0/+2
* correction in deinitialization of privkey.Nikos Mavrogiannopoulos2011-04-081-0/+3
* combined more tests with eagain-common.h.Nikos Mavrogiannopoulos2011-04-082-280/+21
* Corrected memory leaks.Nikos Mavrogiannopoulos2011-04-089-33/+64
* added valgrind from gnulib.Nikos Mavrogiannopoulos2011-04-089-29/+30
* Do not run the test scripts in win32 environment.Nikos Mavrogiannopoulos2011-04-082-0/+8
* use the system wide gnulib-tool.Nikos Mavrogiannopoulos2011-04-081-2/+2
* updatedNikos Mavrogiannopoulos2011-04-081-57/+1
* updatedNikos Mavrogiannopoulos2011-04-081-0/+5
* include priority headers unconditionally.Nikos Mavrogiannopoulos2011-04-081-4/+2
* Better way of not including the tests/suite directory. Based on discussion wi...Nikos Mavrogiannopoulos2011-04-084-1966/+9
* 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