summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed more leftovers from opaque PRF output.Nikos Mavrogiannopoulos2011-02-076-133/+77
* Removed deprecated option such as --protocols, ciphers etc.Nikos Mavrogiannopoulos2011-02-0710-690/+109
* Set correct iv in GCM.Nikos Mavrogiannopoulos2011-02-071-1/+2
* Added gnutls_cipher_add_auth() gnutls_cipher_tag() to export theNikos Mavrogiannopoulos2011-02-071-18/+105
* removed old commentNikos Mavrogiannopoulos2011-02-061-7/+0
* Added new functionality to certtool, and can verify certificates against a li...Nikos Mavrogiannopoulos2011-02-025-140/+193
* gnutls_x509_trust_list_init() has an extra argument that allowsNikos Mavrogiannopoulos2011-02-021-1/+1
* Modified output to not confuse earlier scripts.Nikos Mavrogiannopoulos2011-01-311-2/+2
* The internal subsystem uses the new certificate verification functions.Nikos Mavrogiannopoulos2011-01-311-10/+10
* Added a new API to verify certificates. It is more efficient andNikos Mavrogiannopoulos2011-01-311-209/+106
* fixes in internal build with the new deprecated functions. We allow them to b...Nikos Mavrogiannopoulos2011-01-151-3/+23
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-151-2/+14
* Simplified macro to snprintf() in order to prevent issues caused when snprint...Nikos Mavrogiannopoulos2011-01-151-19/+20