~exarkun/pyopenssl/working-windows-build

« back to all changes in this revision

Viewing changes to src/crypto/x509req.c

  • Committer: Jean-Paul Calderone
  • Date: 2008-03-21 22:31:12 UTC
  • Revision ID: exarkun@boson-20080321223112-sqe5mpueheeap6bj
Put my copyright on everything I've changed so far, put a more reasonable version number on version.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * x509req.c
3
3
 *
4
4
 * Copyright (C) AB Strakt 2001, All rights reserved
 
5
 * Copyright (C) Jean-Paul Calderone 2008, All rights reserved
5
6
 *
6
7
 * X.509 Request handling, mostly thin wrapping.
7
8
 * See the file RATIONALE for a short explanation of why this module was written.
10
11
#define crypto_MODULE
11
12
#include "crypto.h"
12
13
 
13
 
static char *CVSid = "@(#) $Id: x509req.c,v 1.15 2002/09/04 22:24:59 iko Exp $";
14
 
 
15
14
 
16
15
static char crypto_X509Req_get_subject_doc[] = "\n\
17
16
Create an X509Name object for the subject of the certificate request\n\