summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* more win32 fixes.Nikos Mavrogiannopoulos2011-05-172-45/+37
* corrections in win32 version.Nikos Mavrogiannopoulos2011-05-171-9/+9
* Added benchmark utility that tests the encryption time in TLS packets.Nikos Mavrogiannopoulos2011-05-175-170/+366
* corrected message reporting.Nikos Mavrogiannopoulos2011-05-171-11/+11
* Corrected PIN caching.Nikos Mavrogiannopoulos2011-05-161-8/+15
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-072-5/+13
* certtool can now load private keys and public keys from PKCS #11 tokens (via ...Nikos Mavrogiannopoulos2011-05-078-148/+383
* No libgnutls-extra is required for certtool or p11tool.Nikos Mavrogiannopoulos2011-05-073-8/+3
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-212-133/+113
* Added readme for libcfg.Nikos Mavrogiannopoulos2011-04-202-1/+7
* COMP-ZLIB -> COMP-DEFLATENikos Mavrogiannopoulos2011-04-161-1/+1
* Don't include <gcrypt.h> when it's not needed.Ludovic Courtès2011-04-133-9/+5
* Do not rely on lowat being set.Nikos Mavrogiannopoulos2011-04-121-18/+47
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-105-3/+12
* Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos2011-04-102-0/+4
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-1/+0
* Avoid using readline.Nikos Mavrogiannopoulos2011-04-081-19/+21
* Win32 changes for benchmark. Patch by LRN.Nikos Mavrogiannopoulos2011-04-071-2/+63
* 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
* initialize session_id_size.Nikos Mavrogiannopoulos2011-04-061-1/+1
* corrected header inclusion.Nikos Mavrogiannopoulos2011-04-031-1/+1
* crypt.* renamed to srptool.*.Nikos Mavrogiannopoulos2011-04-035-32/+32
* Added debug option to srptool.Nikos Mavrogiannopoulos2011-04-034-29/+65
* Create certificate request with stricter permissions. Reported by Luca Capello.Nikos Mavrogiannopoulos2011-03-302-2/+2
* The processed messages go to stdout.Nikos Mavrogiannopoulos2011-03-231-3/+3
* define variable locallyNikos Mavrogiannopoulos2011-03-201-2/+1
* use IP_DONTFRAG if it is defined.Nikos Mavrogiannopoulos2011-03-202-2/+6
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-204-10/+25
* warn on generation of DSA keys of over 1024 bits.Nikos Mavrogiannopoulos2011-03-191-2/+6
* updated cookie negotiation to use only a prestate structure and avoids settin...Nikos Mavrogiannopoulos2011-03-131-5/+5
* Added photuris-like resource protection on the server. Added gnutls_dtls_cook...Nikos Mavrogiannopoulos2011-03-131-4/+39
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-122-2/+2
* Corrected types.Nikos Mavrogiannopoulos2011-03-125-9/+9
* Added --mtu option.Nikos Mavrogiannopoulos2011-03-1110-162/+225
* Allow providing no password for PKCS #12 structure generation. Reported by Da...Nikos Mavrogiannopoulos2011-03-021-0/+7
* consistently print all interactive questions to stderr. Reported by Daniel Ka...Nikos Mavrogiannopoulos2011-03-021-1/+1
* Add `udp-serv.h' to the distribution.Ludovic Courtès2011-03-011-2/+6
* Added gnutls_record_recv_seq() that can return the sequence numberNikos Mavrogiannopoulos2011-02-221-2/+7
* gnutls-cli shouldn't print errors on EAGAIN and INTERRUPTED.Nikos Mavrogiannopoulos2011-02-201-1/+1
* restart handshake on signals.Nikos Mavrogiannopoulos2011-02-201-1/+6
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-197-104/+364
* Allow setting the DTLS timeouts explicitly.Nikos Mavrogiannopoulos2011-02-191-0/+1
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-184-16/+16
* Add DTLS support to command-line client.Jonathan Bastien-Filiatrault2011-02-174-84/+106
* Fix typo.Jonathan Bastien-Filiatrault2011-02-172-2/+2
* removed more deprecated stuff.Nikos Mavrogiannopoulos2011-02-102-40/+0
* set the psk callback only if username/key were not supplied at command line.Nikos Mavrogiannopoulos2011-02-091-1/+2
* Moved documentation of priority strings to manual and removed information fro...Nikos Mavrogiannopoulos2011-02-081-4/+4