summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update.Simon Josefsson2008-10-301-2/+0
* Use sockets module.Simon Josefsson2008-10-301-1/+1
* Better gnulib module usage.Simon Josefsson2008-10-3010-34/+227
* Fixes.Simon Josefsson2008-10-301-6/+17
* Separate headers as well. Clean up -I's.Simon Josefsson2008-10-3013-11/+3379
* Drop dmalloc and efence support.Simon Josefsson2008-10-301-4/+0
* Make it build better.Simon Josefsson2008-10-305-4/+25
* Fixes.Simon Josefsson2008-10-302-6/+13
* Make it build.Simon Josefsson2008-10-305-7/+18
* Fix paths.Simon Josefsson2008-10-301-4/+4
* Build fixes.Simon Josefsson2008-10-301-0/+48
* New files, forgotten in last commit.Simon Josefsson2008-10-301-0/+149
* Update gnulib files.Simon Josefsson2008-10-304-6/+706
* More splitting updates.Simon Josefsson2008-10-3018-143/+6574
* More splitting.Simon Josefsson2008-10-301-3/+33
* Update gnulib files.Simon Josefsson2008-10-3011-115/+175
* Start configure split.Simon Josefsson2008-10-30159-2/+26113
* Remove *-config scripts and old M4 checks.Simon Josefsson2008-10-303-266/+0
* Make code compile with new gnulib.Simon Josefsson2008-10-221-3/+4
* Minimize ABI changes.Simon Josefsson2008-10-141-3/+5
* Improve GNUTLS_E_AGAIN explanation.Simon Josefsson2008-10-131-1/+2
* Fix syntax-check warnings.Simon Josefsson2008-10-088-26/+21
* Indent.Simon Josefsson2008-10-081-481/+515
* Drop gcrypt.h includes.Simon Josefsson2008-10-083-3/+0
* More libgcrypt fixes.Simon Josefsson2008-10-084-9/+1
* More libgcrypt fixes.Simon Josefsson2008-10-081-4/+1
* Modernize libgcrypt detection.Simon Josefsson2008-10-081-8/+4
* Doc fixes.Simon Josefsson2008-10-085-172/+234
* Need libtasn1.h here.Simon Josefsson2008-10-081-0/+2
* Reduce libtasn1.h includes.Simon Josefsson2008-10-089-11/+2
* Update libtasn1 linker flags.Simon Josefsson2008-10-081-1/+1
* Indent.Simon Josefsson2008-10-0821-872/+940
* Detect libtasn1 via AC_LIB_HAVE_LINKFLAGS.Simon Josefsson2008-10-081-1/+1
* use union to avoid wrong type issues.Nikos Mavrogiannopoulos2008-10-041-39/+57
* corrected print order.Nikos Mavrogiannopoulos2008-10-041-1/+1
* Added function to copy extensions from a CRL to a certificate.Nikos Mavrogiannopoulos2008-10-0414-46/+101
* Added gnutls_x509_crq_set_key_purpose_oid and gnutls_x509_crq_get_key_purpose...Nikos Mavrogiannopoulos2008-10-043-16/+253
* set global maximum size for certificate requests' extensions size.Nikos Mavrogiannopoulos2008-10-043-4/+6
* Added initial support for certificate requests handling of X.509 extensions.Nikos Mavrogiannopoulos2008-10-047-340/+1714
* Added functions to handle and set CRL extensions.Nikos Mavrogiannopoulos2008-10-035-39/+838
* correcting printing and parsing of IPv6 addresses.Nikos Mavrogiannopoulos2008-09-291-5/+5
* Re-add comment about too long function, it is one of the most complex in gnutls.Simon Josefsson2008-09-291-0/+2
* changed crypto API to reduce probability of memory leaks during usage of pk_p...Nikos Mavrogiannopoulos2008-09-285-53/+22
* more memory leak fixes (based on patch by Sam)Nikos Mavrogiannopoulos2008-09-282-24/+9
* avoid using malloc for small buffers.Nikos Mavrogiannopoulos2008-09-283-4/+7
* optimized in order to avoid calling malloc for small buffers.Nikos Mavrogiannopoulos2008-09-281-2/+28
* Revert "Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others."Nikos Mavrogiannopoulos2008-09-272-81/+41
* Revert C99 uses. Fixes gnutls_mpi.c mem leak, but not others.Simon Josefsson2008-09-252-41/+81
* Corrected buffer overrun in crt_list_import. Reported and patch by Jonathan M...Nikos Mavrogiannopoulos2008-09-231-1/+1
* corrected embarrasing bug.Nikos Mavrogiannopoulos2008-09-231-4/+4