summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generated.gnutls_2_9_4Simon Josefsson2009-09-031-1/+323
* Version 2.9.4.Simon Josefsson2009-09-031-1/+1
* Build when OpenPGP is disabled.Simon Josefsson2009-09-031-2/+12
* Fix!Simon Josefsson2009-09-031-1/+1
* Typo.Simon Josefsson2009-09-031-1/+1
* Ugly hack for autobuilder.Simon Josefsson2009-09-031-1/+1
* Add.Simon Josefsson2009-09-011-1/+3
* Use SHA256 as MAC by default.Simon Josefsson2009-09-011-0/+1
* Add.Simon Josefsson2009-09-011-2/+3
* Add SHA-2 cipher suites.Daiki Ueno2009-09-011-0/+36
* Print NewSessionTicket handshake.Daiki Ueno2009-09-011-0/+3
* Add.Simon Josefsson2009-08-311-0/+4
* Handle XMPP SANs properly.Simon Josefsson2009-08-311-1/+14
* Need another header.Simon Josefsson2009-08-311-0/+1
* Add.Simon Josefsson2009-08-312-2/+6
* Add comment explaining where magic values come from.Simon Josefsson2009-08-311-0/+2
* Fix parsing Certificate Request for TLS 1.2.Daiki Ueno2009-08-311-4/+3
* Use SHA256 for PRF if TLS 1.2.Daiki Ueno2009-08-313-6/+14
* Respect TLS signature algorithm in server KX.Daiki Ueno2009-08-315-13/+46
* Add functions for TLS signature algorithm.Daiki Ueno2009-08-313-11/+70
* Add.Simon Josefsson2009-08-311-0/+4
* Update gnulib files.Simon Josefsson2009-08-311-16/+3
* Add.Simon Josefsson2009-08-311-0/+1
* Remove dead store in listen_socket().Fabian Keil2009-08-311-1/+0
* Remove dead store in _gnutls_io_write_buffered().Fabian Keil2009-08-311-1/+0
* Remove dead store in gnutls_x509_crt_list_import().Fabian Keil2009-08-311-1/+0
* Remove dead store in pwd_put_values().Fabian Keil2009-08-311-1/+0
* Remove dead store in pkcs12_info().Fabian Keil2009-08-311-2/+0
* Remove write-only variable info in _gnutls_proc_cert_cert_req().Fabian Keil2009-08-311-3/+0
* Remove write-only variable info in gen_rsa_export_server_kx().Fabian Keil2009-08-311-2/+0
* Remove write-only variable sep_ar_idx in split_multi_arg().Fabian Keil2009-08-311-3/+1
* Remove write-only variable tmp_size in _pkcs12_decode_safe_content().Fabian Keil2009-08-311-2/+1
* Remove duplicates. Two exact ones and a pretty close one.Fabian Keil2009-08-311-3/+0
* Mark what looks like a bug in in _gnutls_srp_pwd_read_entry()Fabian Keil2009-08-311-1/+2
* In main(), rename salt to salt_size and don't bother reading info.salt which ...Fabian Keil2009-08-311-5/+3
* (cdk_strlist_next): Handle NULL root value better.Simon Josefsson2009-08-311-2/+5
* In print_extensions(), declare the *_idx variables as int instead of size_t.Fabian Keil2009-08-311-8/+8
* In print_extensions(), initialize *_idx variables once before entering the fo...Fabian Keil2009-08-311-8/+8
* In print_crq(), initialize challenge and extensions once before entering the ...Fabian Keil2009-08-311-2/+2
* In print_crl(), initialize aki_idx and crl_nr once before entering the for lo...Fabian Keil2009-08-311-2/+2
* Likewise.Simon Josefsson2009-08-281-1/+1
* Don't use deprecated type.Simon Josefsson2009-08-281-1/+1
* Overwrite gettext's size_max.m4 to make sure we use one that works.Simon Josefsson2009-08-281-0/+1
* Update gnulib files.Simon Josefsson2009-08-2821-93/+340
* Fix use of deprecated types, for now and the future.Simon Josefsson2009-08-288-13/+21
* Add.Simon Josefsson2009-08-281-0/+4
* Fix gnutls_datum usage.Simon Josefsson2009-08-281-1/+2
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-2818-41/+40
* Fix compiler warning bugs for OpenWatcom.Dan Fandrich2009-08-288-17/+19
* Fix double-freeDaiki Ueno2009-08-241-1/+2