summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded definitions, and more careful deinitializations in parse_der...Nikos Mavrogiannopoulos2010-12-181-18/+23
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-473/+473
* Removed redundant error check. Reported by Nicolas Kaiser.Nikos Mavrogiannopoulos2010-11-111-8/+0
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-159/+185
* gnutls_x509_privkey_import() will fallback to gnutls_x509_privkey_import_pkcs...Nikos Mavrogiannopoulos2010-07-241-8/+0
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-3/+7
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-1/+1
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-1/+0
* The gnutls-cli --x509cafile can now be a PKCS #11 URL. It can read gnome-keyr...Nikos Mavrogiannopoulos2010-06-031-0/+1
* Corrections in openpgp private key usage.Nikos Mavrogiannopoulos2010-06-031-0/+1
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-1/+0
* Added gnutls_pubkey_t abstract type to handle public keys. It can currentlyNikos Mavrogiannopoulos2010-06-031-3/+3
* The gnutls-cli --x509cafile can now be a PKCS #11 URL. It can read gnome-keyr...Nikos Mavrogiannopoulos2010-06-031-1/+74
* Corrections in openpgp private key usage.Nikos Mavrogiannopoulos2010-06-031-11/+9
* Corrections to properly handle token removal and insert.Nikos Mavrogiannopoulos2010-06-031-2/+0
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-226/+279
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* 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