summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add debug message.Simon Josefsson2009-09-111-2/+5
* Fix out-of-tree build.Daiki Ueno2009-09-111-1/+1
* Enable Camellia by default.Simon Josefsson2009-09-101-1/+1
* Bump versions.Simon Josefsson2009-09-102-2/+2
* Update gnulib files.Simon Josefsson2009-09-109-436/+652
* Bump library version for new APIs.Simon Josefsson2009-09-101-3/+3
* Indent.Simon Josefsson2009-09-102-48/+43
* Move the new ABIs to the GNUTLS_2_10 section.Simon Josefsson2009-09-101-3/+3
* Add X509 Issuer Altname functionsBrad Hards2009-09-104-38/+213
* Update gnulib files.Simon Josefsson2009-09-034-15/+15
* Bump versions.Simon Josefsson2009-09-032-2/+2
* Use SHA256 as MAC by default.Simon Josefsson2009-09-011-0/+1
* Add SHA-2 cipher suites.Daiki Ueno2009-09-011-0/+36
* Print NewSessionTicket handshake.Daiki Ueno2009-09-011-0/+3
* Handle XMPP SANs properly.Simon Josefsson2009-08-311-1/+14
* Need another header.Simon Josefsson2009-08-311-0/+1
* 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
* 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 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 tmp_size in _pkcs12_decode_safe_content().Fabian Keil2009-08-311-2/+1
* Mark what looks like a bug in in _gnutls_srp_pwd_read_entry()Fabian Keil2009-08-311-1/+2
* (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
* Update gnulib files.Simon Josefsson2009-08-289-39/+162
* Fix use of deprecated types, for now and the future.Simon Josefsson2009-08-286-13/+17
* Fix gnutls_datum usage.Simon Josefsson2009-08-281-1/+2
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-2812-31/+30
* Fix compiler warning bugs for OpenWatcom.Dan Fandrich2009-08-288-17/+19
* Update gnulib files.Simon Josefsson2009-08-203-1/+19
* Remove unused constant.Simon Josefsson2009-08-201-1/+0
* Reduce stack usage.Simon Josefsson2009-08-201-3/+8
* Fix OpenPGP hostname comparison.Simon Josefsson2009-08-201-0/+4
* Reduce stack usage.Simon Josefsson2009-08-202-34/+62
* Reduce stack usage.Simon Josefsson2009-08-201-31/+120
* Fix syntax-check nits.Simon Josefsson2009-08-202-39/+40
* Fix memleaks.Daiki Ueno2009-08-202-2/+2
* Bump versions.Simon Josefsson2009-08-192-2/+2
* Typo.Simon Josefsson2009-08-191-3/+3
* Need gnutls_algorithms.h for prototypes.Simon Josefsson2009-08-191-1/+2
* Replace explicit version checks with feature checksJonathan Bastien-Filiatrault2009-08-197-20/+88