gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7929 - libmicrohttpd/src/daemon/https/x509


From: gnunet
Subject: [GNUnet-SVN] r7929 - libmicrohttpd/src/daemon/https/x509
Date: Mon, 17 Nov 2008 00:41:21 -0700 (MST)

Author: grothoff
Date: 2008-11-17 00:41:21 -0700 (Mon, 17 Nov 2008)
New Revision: 7929

Modified:
   libmicrohttpd/src/daemon/https/x509/x509.h
Log:
dead

Modified: libmicrohttpd/src/daemon/https/x509/x509.h
===================================================================
--- libmicrohttpd/src/daemon/https/x509/x509.h  2008-11-17 07:36:10 UTC (rev 
7928)
+++ libmicrohttpd/src/daemon/https/x509/x509.h  2008-11-17 07:41:21 UTC (rev 
7929)
@@ -196,47 +196,6 @@
 
   typedef void *MHD_gnutls_x509_dn_t;
 
-  typedef struct MHD_gnutls_x509_ava_st
-  {
-    MHD_gnutls_datum_t oid;
-    MHD_gnutls_datum_t value;
-    unsigned long value_tag;
-  } MHD_gnutls_x509_ava_st;
-
-  struct MHD_gnutls_pkcs7_int;
-  typedef struct MHD_gnutls_pkcs7_int *MHD_gnutls_pkcs7_t;
-
-  int MHD_gnutls_pkcs7_init (MHD_gnutls_pkcs7_t * pkcs7);
-  void MHD_gnutls_pkcs7_deinit (MHD_gnutls_pkcs7_t pkcs7);
-  int MHD_gnutls_pkcs7_import (MHD_gnutls_pkcs7_t pkcs7,
-                               const MHD_gnutls_datum_t * data,
-                               MHD_gnutls_x509_crt_fmt_t format);
-  int MHD_gnutls_pkcs7_export (MHD_gnutls_pkcs7_t pkcs7,
-                               MHD_gnutls_x509_crt_fmt_t format,
-                               void *output_data, size_t * output_data_size);
-
-  int MHD_gnutls_pkcs7_get_crt_count (MHD_gnutls_pkcs7_t pkcs7);
-  int MHD_gnutls_pkcs7_get_crt_raw (MHD_gnutls_pkcs7_t pkcs7,
-                                    int indx,
-                                    void *certificate,
-                                    size_t * certificate_size);
-
-  int MHD_gnutls_pkcs7_set_crt_raw (MHD_gnutls_pkcs7_t pkcs7,
-                                    const MHD_gnutls_datum_t * crt);
-  int MHD_gnutls_pkcs7_set_crt (MHD_gnutls_pkcs7_t pkcs7,
-                                MHD_gnutls_x509_crt_t crt);
-  int MHD_gnutls_pkcs7_delete_crt (MHD_gnutls_pkcs7_t pkcs7, int indx);
-
-  int MHD_gnutls_pkcs7_get_crl_raw (MHD_gnutls_pkcs7_t pkcs7,
-                                    int indx, void *crl, size_t * crl_size);
-  int MHD_gnutls_pkcs7_get_crl_count (MHD_gnutls_pkcs7_t pkcs7);
-
-  int MHD_gnutls_pkcs7_set_crl_raw (MHD_gnutls_pkcs7_t pkcs7,
-                                    const MHD_gnutls_datum_t * crt);
-  int MHD_gnutls_pkcs7_set_crl (MHD_gnutls_pkcs7_t pkcs7,
-                                MHD_gnutls_x509_crl_t crl);
-  int MHD_gnutls_pkcs7_delete_crl (MHD_gnutls_pkcs7_t pkcs7, int indx);
-
 /* X.509 Certificate verification functions.
  */
   typedef enum MHD_gnutls_certificate_verify_flags
@@ -274,11 +233,7 @@
     GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5 = 32
   } MHD_gnutls_certificate_verify_flags;
 
-  int MHD_gnutls_x509_crt_check_revocation (MHD_gnutls_x509_crt_t cert,
-                                            const MHD_gnutls_x509_crl_t *
-                                            crl_list, int crl_list_length);
 
-
 /* Flags for the MHD_gnutls_x509_privkey_export_pkcs8() function.
  */
   typedef enum MHD_gnutls_pkcs_encrypt_flags_t
@@ -343,11 +298,6 @@
 #define HASH_OID_SHA384 "2.16.840.1.101.3.4.2.2"
 #define HASH_OID_SHA512 "2.16.840.1.101.3.4.2.3"
 
-typedef struct MHD_gnutls_x509_crl_int
-{
-  ASN1_TYPE crl;
-} MHD_gnutls_x509_crl_int;
-
 typedef struct MHD_gnutls_x509_crt_int
 {
   ASN1_TYPE cert;
@@ -408,10 +358,6 @@
 int MHD_gnutls_x509_crt_get_serial (MHD_gnutls_x509_crt_t cert,
                                     void *result, size_t * result_size);
 
-int MHD_gnutls_x509_crt_check_revocation (MHD_gnutls_x509_crt_t cert,
-                                          const MHD_gnutls_x509_crl_t *
-                                          crl_list, int crl_list_length);
-
 int MHD_gnutls_x509_crt_init (MHD_gnutls_x509_crt_t * cert);
 void MHD_gnutls_x509_crt_deinit (MHD_gnutls_x509_crt_t cert);
 int MHD_gnutls_x509_crt_import (MHD_gnutls_x509_crt_t cert,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]