summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Remove gnutls_buffer.h, move definitions to gnutls_str.h.Simon Josefsson2008-09-013-6/+12