summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2010-04-141-7/+7
* Fix GTK-DOC syntax. Unfortunately this looses some information.Simon Josefsson2010-02-171-10/+10
* Align indentation of GTK-DOC comments.Simon Josefsson2010-02-171-129/+127
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Doc fix.Simon Josefsson2009-11-301-5/+9
* Indent code.Simon Josefsson2009-11-051-52/+58
* Improved TLS 1.2 support. Added support for the SignatureAlgorithm extensionNikos Mavrogiannopoulos2009-11-011-0/+9
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-281-1/+1
* Fix typos in documentation.Simon Josefsson2009-08-111-12/+12
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-62/+62
* Doc fix for new APIs.Simon Josefsson2009-04-201-0/+2
* libgnutls: Add new priority strings for allowing RSA-MD5 and V1-CA.Simon Josefsson2009-02-111-7/+7
* Fix warnings.Simon Josefsson2008-11-121-1/+0
* * Added gnutls_certificate_set_x509_simple_pkcs12_memNikos Mavrogiannopoulos2008-11-051-12/+210
* Reduce libtasn1.h includes.Simon Josefsson2008-10-081-1/+0
* Fix overflows in gnutls_calloc calls.Simon Josefsson2008-09-171-2/+1
* Indent.Simon Josefsson2008-09-161-4/+4
* Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.Simon Josefsson2008-09-011-1/+1
* Fix warnings.Simon Josefsson2008-08-291-3/+3
* Make disable-extra-pki work better.Simon Josefsson2008-08-281-3/+4
* Remove code to import PKCS#7 certificate chains.Simon Josefsson2008-08-281-161/+14
* initialize uninitialized variable.Nikos Mavrogiannopoulos2008-08-251-0/+3
* Indent code.Simon Josefsson2008-07-021-18/+19
* Doc markup for newly added APIs.Simon Josefsson2008-04-281-0/+6
* Doc fix, remove verbose 'This function ...'Simon Josefsson2008-03-061-1/+1
* Optimize adding many trusted certificates.Simon Josefsson2008-02-271-34/+26
* Move mpi.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move privkey.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move verify.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Move pkcs7.h stuff to x509_int.h.Simon Josefsson2008-02-261-1/+0
* Rename lib/x509/x509.h to x509_int.h.Simon Josefsson2008-02-251-2/+2
* Increased the default certificate verification chain limits and allowedNikos2008-02-171-2/+2
* Doc fix.Simon Josefsson2007-11-141-16/+16
* Doc fix.Simon Josefsson2007-11-141-30/+27
* ** Added the --to-p8 option to certtool to convert private keysNikos Mavrogiannopoulos2007-11-111-0/+5
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Fix pointer mix for different sized variables.Simon Josefsson2007-08-161-1/+3
* Use *_t types consistently.Simon Josefsson2007-08-131-7/+7
* External signing callback interface.Simon Josefsson2007-08-101-14/+23
* (parse_pem_ca_mem): Handle reads beyond first certificate properly.Simon Josefsson2007-05-271-3/+3
* Use new API.Simon Josefsson2007-05-241-5/+3
* (generate_rdn_seq): Store subject DN instead of issuer DN in theSimon Josefsson2006-12-271-4/+2
* (gnutls_certificate_set_x509_crl): Initialize before use, reported bySimon Josefsson2006-12-271-1/+8
* Use read_binary_file from gnulib instead of strfile stuff,Simon Josefsson2006-06-161-149/+26
* some fixes for compilationNikos Mavrogiannopoulos2006-03-181-1/+0
* Corrected bugs in gnutls_certificate_set_x509_crl() and gnutls_certificate_se...Nikos Mavrogiannopoulos2006-02-011-5/+5
* Indent more.Simon Josefsson2005-12-151-19/+18
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-11/+11
* Fix mem leak.Simon Josefsson2005-12-081-0/+1