summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix GTK-DOC output.Simon Josefsson2009-08-191-0/+6
* Fix namespace of new APIs.Simon Josefsson2009-08-191-0/+8
* Fix whitespace.Simon Josefsson2009-08-193-5/+5
* session ticket supportDaiki Ueno2009-08-1912-14/+837
* Update gnulib files.Simon Josefsson2009-08-186-59/+5
* Update gnulib files.Simon Josefsson2009-08-151-0/+45
* Update gnulib files.Simon Josefsson2009-08-151-0/+38
* Update gnulib files.Simon Josefsson2009-08-1515-10/+155
* Bump versions.Simon Josefsson2009-08-142-2/+2
* Update gnulib files.Simon Josefsson2009-08-1410-8/+30
* Remove io_debug.h stuff, it is superseded by self-tests like mini-eagain.c.Simon Josefsson2009-08-134-85/+1
* (gnutls_x509_crt_import): Re-initialize the ASN.1 structure.Simon Josefsson2009-08-131-2/+20
* Doc fix.Simon Josefsson2009-08-111-4/+4
* Fix typos in documentation.Simon Josefsson2009-08-1110-47/+47
* Update gnulib files.Simon Josefsson2009-08-102-5/+7
* Sync with TP.Simon Josefsson2009-08-105-1662/+2338
* Look only for latest _required_ libgcrypt/libtasn1 version.Simon Josefsson2009-08-101-3/+11
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsNikos Mavrogiannopoulos2009-08-0817-85/+159
|\
| * Check for NUL in SANs and replace accordingly.Simon Josefsson2009-08-071-2/+34
| * Refuse to return DNs with embedded NULs which breaks other code.Simon Josefsson2009-08-071-0/+8
| * Revert everything since last release, to allow minimal patch to be applied.Simon Josefsson2009-08-071-58/+15
| * Update gnulib files.Simon Josefsson2009-08-0615-26/+103
* | Corrected case where handshake data were received during a session. It now st...Nikos Mavrogiannopoulos2009-08-082-1/+9
|/
* Simplify and fix mem leak.Simon Josefsson2009-08-041-3/+5
* Don't use fixed size buffer for strings.Simon Josefsson2009-08-041-12/+46
* Cleanup code.Simon Josefsson2009-08-041-8/+10