summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move down revocation check to revert code to how it looked before.Simon Josefsson2009-02-061-16/+16
* Make it possible to trust intermediary certificates.Simon Josefsson2009-02-021-33/+83
* gnutls_handshake when sending client hello during aNikos Mavrogiannopoulos2009-01-271-1/+10
* result_size in gnutls_hex_encode behaves as documented. It now holds the size...Nikos Mavrogiannopoulos2009-01-271-2/+5
* Permit V1 Certificate Authorities properly.Simon Josefsson2009-01-091-2/+14
* backport fix to deprecate MD5 hashes during X.509 certificate validationDaniel Kahn Gillmor2009-01-061-0/+2
* Don't return from void function.Simon Josefsson2008-12-151-1/+1
* Don't return from void function.Simon Josefsson2008-12-151-1/+1
* Fix whitespace.Simon Josefsson2008-12-121-5/+5
* reintroduced the self signed certificate removal code. This time shouldn't ha...Nikos Mavrogiannopoulos2008-12-051-0/+18
* Make it build.Simon Josefsson2008-11-181-0/+1
* Corrected memory leak in _gnutls_free_auth_info(). Trace and patch by Michael...Nikos Mavrogiannopoulos2008-11-151-0/+11
* Remove check of last certificate in path is self signed.Simon Josefsson2008-11-121-11/+0
* Revert "* added BER octet string decoder from libtasn1."Simon Josefsson2008-11-065-233/+140
* Drop self signed certificate from certificate chain before validating certifi...Martin von Gagern2008-11-061-11/+11
* * added BER octet string decoder from libtasn1.Nikos Mavrogiannopoulos2008-11-035-140/+233
* 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
* Corrected several memory leaks reported by Sam. In some cases switchedNikos Mavrogiannopoulos2008-09-236-99/+76
* Doc fix.Simon Josefsson2008-09-231-1/+1
* Doc fix.Simon Josefsson2008-09-232-24/+24
* fixed memory leak in reencoding of RSA and DSA private keys. Reported and stu...Nikos Mavrogiannopoulos2008-09-211-0/+14
* documented the way set_subject_alt_name() can set value.Nikos Mavrogiannopoulos2008-09-211-1/+11
* Doc fixes.Simon Josefsson2008-09-211-17/+24
* 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 Sam...Nikos Mavrogiannopoulos2008-09-212-2/+6
* 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
* 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
* 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
* libgnutls: New function to set minimum acceptable SRP bits.Simon Josefsson2008-09-173-3/+31
* 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