der.h errors.h gstr.h parser_aux.h element.h \
errors_int.h int.h mem.h structure.h \
\
- common.h crq.h dsa.h mpi.h pkcs7.h rfc2818.h verify.h compat.h \
+ common.h dsa.h mpi.h pkcs7.h rfc2818.h verify.h compat.h \
dn.h extensions.h privkey.h sign.h \
\
gnutls_extra.h openssl_compat.h \
dsa.c rfc2818_hostname.c verify.c mpi.c privkey.c pkcs7.c \
crq.c sign.c privkey_pkcs8.c pkcs12.c pkcs12_bag.c \
pkcs12_encr.c x509_write.c crl_write.c dn.h common.h \
- x509_int.h extensions.h pkcs7.h verify.h mpi.h crq.h sign.h \
+ x509_int.h extensions.h pkcs7.h verify.h mpi.h sign.h \
privkey.h pkcs12.h rfc2818.h dsa.h output.c
EXTRA_DIST = x509-api.texi
/*
- * Copyright (C) 2003, 2004, 2005 Free Software Foundation
+ * Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
#include <common.h>
#include <gnutls_x509.h>
#include <x509_b64.h>
-#include <crq.h>
+#include <x509_int.h>
#include <dn.h>
#include <mpi.h>
#include <sign.h>
/*
- * Copyright (C) 2003, 2004, 2005 Free Software Foundation
+ * Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
#include <common.h>
#include <gnutls_x509.h>
#include <x509_b64.h>
-#include <crq.h>
+#include <x509_int.h>
#include <dn.h>
#include <mpi.h>
#include <sign.h>
+++ /dev/null
-/*
- * Copyright (C) 2003, 2004, 2005 Free Software Foundation
- *
- * Author: Nikos Mavrogiannopoulos
- *
- * This file is part of GNUTLS.
- *
- * The GNUTLS library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
- * USA
- *
- */
-
-#include <gnutls/x509.h>
-
-typedef struct gnutls_x509_crq_int
-{
- ASN1_TYPE crq;
-} gnutls_x509_crq_int;
/*
- * Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation
+ * Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
int use_extensions;
} gnutls_x509_crt_int;
+typedef struct gnutls_x509_crq_int
+{
+ ASN1_TYPE crq;
+} gnutls_x509_crq_int;
+
#define MAX_PRIV_PARAMS_SIZE 6 /* ok for RSA and DSA */
/* parameters should not be larger than this limit */
/*
- * Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation
+ * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
*
* Author: Nikos Mavrogiannopoulos
*
#include <common.h>
#include <gnutls_x509.h>
#include <x509_b64.h>
-#include <crq.h>
+#include <x509_int.h>
#include <dn.h>
#include <mpi.h>
#include <sign.h>