comparison libpurple/plugins/ssl/ssl-gnutls.c @ 18934:04be1b885ef3

- Add more to the Certificate struct
author William Ehlhardt <williamehlhardt@gmail.com>
date Thu, 21 Jun 2007 23:39:26 +0000
parents 559f29b68dcf
children cb9d2b9ad6bc
comparison
equal deleted inserted replaced
18933:6ed0cfe57453 18934:04be1b885ef3
525 /* TODO: Flesh this out! */ 525 /* TODO: Flesh this out! */
526 static PurpleCertificateScheme x509_gnutls = { 526 static PurpleCertificateScheme x509_gnutls = {
527 "x509", /* Scheme name */ 527 "x509", /* Scheme name */
528 N_("X.509 Certificates"), /* User-visible scheme name */ 528 N_("X.509 Certificates"), /* User-visible scheme name */
529 x509_import_from_file, /* Certificate import function */ 529 x509_import_from_file, /* Certificate import function */
530 x509_destroy_certificate /* Destroy cert */ 530 x509_destroy_certificate, /* Destroy cert */
531 NULL, /* SHA1 fingerprint */
532 NULL, /* Subject */
533 NULL, /* Unique ID */
534 NULL /* Issuer Unique ID */
531 }; 535 };
532 536
533 static PurpleSslOps ssl_ops = 537 static PurpleSslOps ssl_ops =
534 { 538 {
535 ssl_gnutls_init, 539 ssl_gnutls_init,