summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed AES-256 from the list of default ciphers. No point in having it (when...Nikos Mavrogiannopoulos2006-04-111-5/+5
* gnutls_srp_set_client_credentials() uses constNikos Mavrogiannopoulos2006-04-071-1/+1
* documented the return value in the priority functionsNikos Mavrogiannopoulos2006-04-071-1/+21
* *** empty log message ***Nikos Mavrogiannopoulos2006-04-051-1/+1
* use snprintf() instead of multiple calls to str_cpy() and str_cat().Nikos Mavrogiannopoulos2006-04-039-186/+81
* bug fixNikos Mavrogiannopoulos2006-03-311-4/+3
* some fixes for compilationNikos Mavrogiannopoulos2006-03-184-5/+6
* Indent.Simon Josefsson2006-03-151-20/+22
* Move to ../gnutls_cert.c.Simon Josefsson2006-03-153-126/+4
* Move from x509/compat.c.Simon Josefsson2006-03-151-1/+68
* Update.Simon Josefsson2006-03-121-1/+3
* force the gcrypt random generator to be initialized at startup. Maybe it shou...Nikos Mavrogiannopoulos2006-03-111-0/+4
* added the fix for der_coding() from libtasn1.Nikos Mavrogiannopoulos2006-03-113-23/+71
* Update.Simon Josefsson2006-03-082-5/+9
* Doc fix.Simon Josefsson2006-03-081-2/+7
* Use new asn1_copy_node API.Simon Josefsson2006-03-083-57/+12
* Update.Simon Josefsson2006-03-082-0/+53
* Update.Simon Josefsson2006-03-089-223/+142