summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/x509.h
Commit message (Expand)AuthorAgeFilesLines
* Added gnutls_x509_trust_list_add_named_crt() andNikos Mavrogiannopoulos2011-06-041-2/+16
* Added gnutls_x509_privkey_import_ecc_raw() and gnutls_x509_privkey_export_ecc...Nikos Mavrogiannopoulos2011-05-221-1/+10
* Added gnutls_x509_crq_verify().Nikos Mavrogiannopoulos2011-05-071-0/+2
* Added gnutls_certificate_get_issuer() to allow getting the issuer a certifica...Nikos Mavrogiannopoulos2011-05-031-0/+3
* doc fixNikos Mavrogiannopoulos2011-04-081-1/+1
* documentation fixes.Nikos Mavrogiannopoulos2011-03-231-2/+2
* Fix syntax-check warnings.Simon Josefsson2011-02-231-1/+0
* gnutls_x509_trust_list_init() has an extra argument that allowsNikos Mavrogiannopoulos2011-02-021-1/+1
* The internal subsystem uses the new certificate verification functions.Nikos Mavrogiannopoulos2011-01-311-0/+9
* Added a new API to verify certificates. It is more efficient andNikos Mavrogiannopoulos2011-01-311-0/+43
* exported gnutls_x509_crl_get_raw_issuer_dn()Nikos Mavrogiannopoulos2011-01-301-0/+4
* fixes in internal build with the new deprecated functions. We allow them to b...Nikos Mavrogiannopoulos2011-01-151-2/+0
* deprecated gnutls_x509_crl_sign(), gnutls_x509_crl_sign2() and gnutls_x509_cr...Nikos Mavrogiannopoulos2011-01-151-12/+1
* Deprecated gnutls_x509_crq_sign2() and gnutls_x509_crq_sign() inNikos Mavrogiannopoulos2011-01-151-5/+0
* gnutls_x509_crt_verify_hash: DEPRECATEDNikos Mavrogiannopoulos2011-01-151-33/+0
* Renamed gnutls_privkey_sign_data() to gnutls_privkey_sign_data2() to match theNikos Mavrogiannopoulos2010-12-211-6/+0
* gnutls_x509_privkey_verify_data() was deprecated.Nikos Mavrogiannopoulos2010-12-191-4/+0
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-361/+361
* de-deprecated gnutls_x509_crt_verify_hash()Nikos Mavrogiannopoulos2010-12-131-0/+5
* Introduced gnutls_*_privkey_sign_hash2() that is a high level function to pro...Nikos Mavrogiannopoulos2010-12-111-4/+6
* gnutls_x509_privkey_sign_hash() is dangerous and was deprecated. Added some t...Nikos Mavrogiannopoulos2010-12-091-3/+0
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-261-5/+6
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-25/+34
* Remove spurious comma.Simon Josefsson2010-09-301-2/+2
* Add new extended key usage ipsecIKEMicah Anderson2010-09-291-0/+1
* As identified in a previous mail, I've added support for accessing / displayingBrad Hards2010-08-201-0/+6
* Better handling of security parameters to key sizes matching (via a single ta...Nikos Mavrogiannopoulos2010-07-231-0/+1
* The get_preferred_hash_algorithm() functions have now an extra argument to in...Nikos Mavrogiannopoulos2010-06-031-2/+2
* Added gnutls_x509_crq_get_preferred_hash_algorithm().Nikos Mavrogiannopoulos2010-06-031-0/+3
* Added gnutls_pubkey_get_preferred_hash_algorithm() and gnutls_x509_crt_get_pr...Nikos Mavrogiannopoulos2010-06-031-0/+2
* Added support to copy certificates and private keys to tokens.Nikos Mavrogiannopoulos2010-06-031-0/+14
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-0/+5
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Corrected typo. Reported by Clint Adams.Nikos Mavrogiannopoulos2010-05-111-1/+2
* More indentation.Simon Josefsson2010-04-141-48/+48
* Display postalCode and Name X.509 DN attributes correctly.Nikos Mavrogiannopoulos2010-03-201-0/+2
* Extended time verification to trusted certificate list as well. IntroducedNikos Mavrogiannopoulos2010-03-141-1/+4
* More enum documentation.Simon Josefsson2010-02-171-63/+82
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-241-1/+4
* Add X509 Issuer Altname functionsBrad Hards2009-09-101-0/+15
* Doc fix.Simon Josefsson2009-06-011-11/+11
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-3/+6
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-11/+9
* Doc fixes for GTK-DOC.Simon Josefsson2009-05-131-8/+10
* libgnutls: Check activation/expiration times on untrusted certificates.Simon Josefsson2009-04-301-1/+7
* Added self test for gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_ver...Nikos Mavrogiannopoulos2009-04-181-3/+2
* gnutls_x509_crt_get_sig_algorithm was renamed to gnutls_x509_crt_get_verify_a...Nikos Mavrogiannopoulos2009-04-171-1/+1
* Applied patch by Cedric Bail to add functions gnutls_x509_crt_verify_hash() a...Nikos Mavrogiannopoulos2009-03-261-0/+8