summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Corrected memory leak. Reported by Sam Varshavchik.Nikos Mavrogiannopoulos2008-09-211-1/+3
|
* Corrected several bugs in DSA DER key importing. Reported and debugged by ↵Nikos Mavrogiannopoulos2008-09-212-2/+6
| | | | Sam Varshavchik.
* added gnutls_assert() to assist debugging.Nikos Mavrogiannopoulos2008-09-205-145/+639
|
* properly report the error line.Nikos Mavrogiannopoulos2008-09-201-5/+16
|
* output.c: Can properly print IP addresses in certificates.Nikos Mavrogiannopoulos2008-09-204-41/+173
| | | | | x509_write.c: added gnutls_x509_crt_set_subject_alt_name added that can add multiple subject alternative names. certtool: use the new function to be able to add several names.
* Make _gnutls_hash_copy work with registered hashes.Simon Josefsson2008-09-191-1/+2
|
* Make LZO compression support build.Simon Josefsson2008-09-192-13/+14
| | | | | Tiny patch from Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>.
* Merge defines.h into gnutls_int.h.Simon Josefsson2008-09-174-71/+40
|
* Remove, unused.Simon Josefsson2008-09-171-31/+0
|
* Fix overflows in gnutls_calloc calls.Simon Josefsson2008-09-172-3/+2
|
* Fix overflows in gnutls_calloc calls.Simon Josefsson2008-09-173-3/+3
|
* libgnutls: Check for overflows in gnutls_calloc and gnutls_secure_calloc.Simon Josefsson2008-09-171-5/+6
| | | | Reported by Werner Koch <wk@gnupg.org>.
* libgnutls: New function to set minimum acceptable SRP bits.Simon Josefsson2008-09-173-3/+31
| | | | | The function is gnutls_srp_set_prime_bits. Tiny patch by Kevin Quick <quick@sparq.org> in <https://savannah.gnu.org/support/index.php?106454>.
* Indent.Simon Josefsson2008-09-1633-382/+371
|
* Add interfaces to get PK and PK-sign algorithms. Use them.Simon Josefsson2008-09-161-0/+56
|
* Remove cdk_strerror, unused and uses non-thread safe strerror.Simon Josefsson2008-09-162-81/+0
|
* removed unnesessary and dangerous free from credentials_set().Nikos Mavrogiannopoulos2008-09-151-1/+0
|
* added some pedantic error checking.Nikos Mavrogiannopoulos2008-09-141-1/+11
|
* Fix warning.Simon Josefsson2008-09-091-0/+1
|
* Fix warning.Simon Josefsson2008-09-091-0/+3
|
* (CDK_KEY_USG_ENCR, CDK_KEY_USG_SIGN): Protect | op.Simon Josefsson2008-09-091-2/+2
|
* Fix warnings.Simon Josefsson2008-09-091-1/+8
|
* Fix warnings.Simon Josefsson2008-09-091-8/+32
|
* Fix warnings.Simon Josefsson2008-09-091-7/+49
|
* Use #ifdef for checking HAVE_CONFIG_H for consistency.Simon Josefsson2008-09-034-4/+4
|
* Don't return from a void function.Simon Josefsson2008-09-021-2/+3
| | | | Reported by Dave Uhring <duhring@charter.net>.
* Remove gnutls_buffer.h, move definitions to gnutls_str.h.Simon Josefsson2008-09-013-6/+12
|
* Translate error messages. Cleanup code.Simon Josefsson2008-09-011-49/+49
|
* Remove unused stuff.Simon Josefsson2008-09-012-27/+9
|
* Typo.Simon Josefsson2008-09-011-1/+1
|
* Add gnutls_sign_list and gnutls_sign_get_id.Simon Josefsson2008-09-011-0/+48
| | | | Suggested by Sam Varshavchik <mrsam@courier-mta.com>.
* Move declarations.Simon Josefsson2008-09-012-13/+13
|
* Merge gnutls_compress_int.? with gnutls_compress.?.Simon Josefsson2008-09-016-485/+432
|
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-0128-68/+40
|
* Move compression functions to gnutls_compress.c to make gnutls_algorithms.c ↵Simon Josefsson2008-09-013-240/+237
| | | | more readable.
* Fix warning.Simon Josefsson2008-09-011-1/+1
|
* Doc fix.Simon Josefsson2008-09-011-28/+28
|
* Fix typo.Simon Josefsson2008-09-011-2/+3
|
* Add gnutls_pk_list and gnutls_pk_get_id.Simon Josefsson2008-09-011-0/+45
| | | | Suggested by Sam Varshavchik <mrsam@courier-mta.com>.
* Fixes.Simon Josefsson2008-09-012-1/+23
|
* Move gnutls_openpgp.c to lib/openpgp/.Simon Josefsson2008-08-293-3/+3
|
* Add Since: tag for gtk-doc.Simon Josefsson2008-08-291-0/+2
|
* Use libtasn1 1.5.Simon Josefsson2008-08-293-7/+22
|
* Include stdarg.h for va_start etc.Simon Josefsson2008-08-291-0/+1
|
* Fix dummy cred.Simon Josefsson2008-08-291-1/+2
|
* Fix warnings.Simon Josefsson2008-08-293-6/+7
|
* Fix warnings.Simon Josefsson2008-08-2921-76/+81
|
* Translate unknown error code message.Simon Josefsson2008-08-291-1/+1
|
* Don't translate symbol names.Simon Josefsson2008-08-291-1/+1
|
* Fix warning about defining variable inside functions.Simon Josefsson2008-08-291-42/+52
|