summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The default input format for p11tool is PEM.Nikos Mavrogiannopoulos2010-12-182-7/+8
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-1619-2945/+2945
* Indent code.Simon Josefsson2010-12-069-127/+143
* Fix syntax-check nits.Simon Josefsson2010-12-062-2/+2
* Corrected buffer overflow in gnutls-serv by Tomas Mraz.Nikos Mavrogiannopoulos2010-12-051-26/+20
* Added p11tool.hNikos Mavrogiannopoulos2010-12-011-1/+1
* Prefix mechanism number with 0x.Nikos Mavrogiannopoulos2010-11-301-1/+1
* Added camellia and SHA224.Nikos Mavrogiannopoulos2010-11-301-1/+15
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-262-4/+3
* Deprecate the netconf password and use a key only.Nikos Mavrogiannopoulos2010-11-195-109/+79
* Added --list-mechanisms option to p11tool. Lists all mechanisms supported byNikos Mavrogiannopoulos2010-11-116-56/+314
* In p11tool --url was renamed to --export.Nikos Mavrogiannopoulos2010-11-112-12/+12