summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* (gnutls_record_recv): Fix docstring, suggested by Tim KosseSimon Josefsson2006-11-161-5/+4
* Use strverscmp.Simon Josefsson2006-11-071-63/+10
* Typo.Simon Josefsson2006-11-071-0/+1
* Don't use errno to avoid thread-safety issues.Simon Josefsson2006-11-071-6/+6
* Convert to EINTR/EAGAIN errno under Windows, using WSAGetLastError().Simon Josefsson2006-11-071-3/+48
* Add new APIs to set errno for push/pull functions, suggested by tim.kosse@fil...Simon Josefsson2006-11-072-6/+78
* Remove SOVERSION (see configure.in).Simon Josefsson2006-11-051-1/+0
* Have SSLv2 ClientHello's for unknown versions negotiate the highestSimon Josefsson2006-10-301-3/+13
* Simplify #include's using gnulib modules.Simon Josefsson2006-10-301-20/+5
* Change lgpl/ library name.Simon Josefsson2006-10-261-1/+1
* Use gnulib in lgl/ instead of gl/.Simon Josefsson2006-10-212-2/+2
* Add lgl/ for LGPLed gnulib modules (for lib/) and use gl/ for GPL gnulib modu...Simon Josefsson2006-10-211-2/+2
* Update to 0.3.7.Simon Josefsson2006-10-193-5/+6
* Fix .def filename.Simon Josefsson2006-10-031-2/+3
* Use version script for libgnutlsxx too.Simon Josefsson2006-09-251-1/+5
* Add.Simon Josefsson2006-09-251-0/+30
* (gnutls_x509_crt_init): Don't set output parameter on failures,Simon Josefsson2006-09-241-15/+18
* Fix prototype of gnutls_x509_crl_get_issuer_dn to match x509.h, forSimon Josefsson2006-09-241-2/+2
* Permit empty parameters field too, found after adding self tests.Simon Josefsson2006-09-121-2/+6
* Fix asn1_read_value() call to fix crash, reported by Andreas MetzlerSimon Josefsson2006-09-121-1/+1
* Add 'break' to make logic easier to follow.Simon Josefsson2006-09-121-0/+1
* Revert part of patch, logging is only enabled in debug mode, whichSimon Josefsson2006-09-111-0/+1
* Make sure the digestAlgorithm.parameters field is empty, which it hasSimon Josefsson2006-09-081-1/+10
* Don't return different errors depending on content of decrypted PKCS#1Simon Josefsson2006-09-081-5/+9
* (gnutls_x509_crt_sign2): Check to see if ISSUER_KEY is NULL beforeSimon Josefsson2006-08-271-1/+1
* Install *.def to bin/ directory.Simon Josefsson2006-08-131-1/+1
* Create *.def files for libraries, on mingw.Simon Josefsson2006-08-131-0/+7
* Remove.Simon Josefsson2006-08-131-2/+0
* Move GNUTLS_POINTER_TO_INT here.Simon Josefsson2006-08-131-1/+4
* (_gnutls_x509_oid2mac_algorithm): Don't crash trying to strcmp theSimon Josefsson2006-08-111-2/+2
* cert_type extension was updated to the IANA assigned valueNikos Mavrogiannopoulos2006-07-231-1/+1
* cert_type extension was updated to the IANA assigned valueNikos Mavrogiannopoulos2006-07-231-1/+1
* Avoid warnings when casting void* to int.Simon Josefsson2006-06-271-3/+6
* Update.Simon Josefsson2006-06-272-2/+2
* Add Libs.Private to pkg-config files, from Andreas MetzlerSimon Josefsson2006-06-261-1/+2
* Need -I$builddir/gl for alloca.h when srcdir != objdir.Simon Josefsson2006-06-191-2/+4
* Need -I$builddir/gl for alloca.h when srcdir != objdir.Simon Josefsson2006-06-191-1/+1
* fixed bugNikos Mavrogiannopoulos2006-06-161-1/+1
* Remove.Simon Josefsson2006-06-161-33/+0
* Use read_binary_file from gnulib instead of strfile stuff,Simon Josefsson2006-06-162-152/+29
* Initialize winsock, for mingw.Simon Josefsson2006-06-161-0/+31
* Fix last commit.Simon Josefsson2006-06-151-4/+5
* Make C++ stuff conditioned on ENABLE_CXX.Simon Josefsson2006-06-151-3/+7
* Added a preliminary C++ interface.Nikos Mavrogiannopoulos2006-06-013-4/+996
* Fix self tests.Simon Josefsson2006-05-111-33/+57
* updated to reflect the new openpgp draft.Nikos Mavrogiannopoulos2006-05-111-11/+15
* Update to 0.3.4.Simon Josefsson2006-05-109-3437/+4515
* updated to the latest libtasn1Nikos Mavrogiannopoulos2006-05-051-604/+804
* TLS/IA fixes from Emile.Simon Josefsson2006-05-052-45/+46
* Fix prototypes.Simon Josefsson2006-04-261-4/+4