summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added wide wildcard hostname matching. Patch by Jean-Philippe Garcia Ballester.Nikos Mavrogiannopoulos2008-05-191-25/+22
* Fix GNUTLS-SA-2008-1 security vulnerabilities.Simon Josefsson2008-05-193-10/+39
* Updated the C++ API with patch from Eduardo Villanueva Che. Suggested by Benj...Nikos Mavrogiannopoulos2008-05-171-203/+163
* Fix warning.Simon Josefsson2008-05-061-1/+0
* More translation markups.Simon Josefsson2008-05-061-3/+3
* Translation fixes, tiny patch from Benno Schulenberg <bensberg@justemail.net>.Simon Josefsson2008-05-061-3/+3
* Doc fix.Simon Josefsson2008-04-291-12/+13
* Increase max handshake packet size. Add new error code for situation.Simon Josefsson2008-04-294-6/+12
* Doc markup for newly added APIs.Simon Josefsson2008-04-287-0/+81
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-285-434/+428
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-282-9/+9
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-2811-77/+154
* Doc fixes (silence gtk-doc warnings).Simon Josefsson2008-04-284-308/+316
* Merge branch 'master' of ssh://jas@git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2008-04-282-3/+11
|\
| * add warning that these functions have to be called before gnutls_global_init().Nikos Mavrogiannopoulos2008-04-261-0/+8
| * faster seek into the list.Nikos Mavrogiannopoulos2008-04-262-3/+3
* | Doc fixes.Simon Josefsson2008-04-286-368/+370
|/
* Added deregisteration function to free buffers allocated for registering algo...Nikos Mavrogiannopoulos2008-04-253-0/+25
* corrected segmentation fault on registering ciphers.Nikos Mavrogiannopoulos2008-04-251-1/+1
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos Mavrogiannopoulos2008-04-217-72/+49
|\
| * Update to libtasn1 1.4.Simon Josefsson2008-04-217-72/+49
* | check output of get_name.Nikos Mavrogiannopoulos2008-04-211-3/+6
|/
* save key usage while reading public keys.Nikos Mavrogiannopoulos2008-04-192-24/+53
* Link to -lws2_32 if needed.Simon Josefsson2008-04-181-0/+4
* Use ASCII-only isprint function to get consistent outputs.Simon Josefsson2008-04-181-1/+2
* corrected typo.Nikos Mavrogiannopoulos2008-04-171-2/+3
* (gnutls_x509_crt_get_key_usage): Doc fix.Simon Josefsson2008-04-171-12/+12
* Doc fix (gtk-doc warning).Simon Josefsson2008-04-171-1/+2
* Fix warning.Simon Josefsson2008-04-171-1/+1
* Simplify cdk handling.Simon Josefsson2008-04-171-3/+2
* Remove code to link with external opencdk.Simon Josefsson2008-04-172-82/+0
* Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-1712-87/+63
* Don't use alloca, the certificate list can be larger than stack size.Simon Josefsson2008-04-171-2/+2
* Don't use %e specifier with strftime, it doesn't work under Windows.Simon Josefsson2008-04-171-5/+5
* Re-generate using modern libtasn1.Simon Josefsson2008-04-172-1174/+1174
* Doc fix (silence texinfo warning).Simon Josefsson2008-04-151-4/+4
* Improve error messages.Simon Josefsson2008-04-151-1/+4
* Make gnutls_x509_crq_sign2 set certificate request version if not set.Simon Josefsson2008-04-151-0/+11
* Improve documentation for gnutls_x509_crq_sign2.Simon Josefsson2008-04-151-16/+20
* Fix warnings.Simon Josefsson2008-04-131-2/+2
* return the size of the required buffer to hold the dataNikos Mavrogiannopoulos2008-04-121-1/+4
* Deallocate memory from parameters only when function run was successful.Nikos Mavrogiannopoulos2008-04-121-2/+8
* Added a flag in get_auth_subkey() to work for all use casesNikos Mavrogiannopoulos2008-04-122-4/+7
* do not return any subkey if an authentication subkey is not foundNikos2008-04-101-1/+1
* corrected bug in openpgp import when data is of size zero. Reported byNikos2008-04-103-1/+19
* Fail at import stage if a non proper certificate is loaded.Nikos2008-04-042-3/+21
* (_gnutls_psk_pwd_find_entry): Call fclose after fopen.Simon Josefsson2008-04-031-1/+3
* Merge branch 'master' of ssh://jas@git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2008-04-035-29/+44
|\
| * Corrected exporting the DSA secret key parameters.Nikos2008-04-021-2/+2
| * Add proper ARMOR header in private keys.Nikos2008-04-023-6/+6