~myers-1/pyopenssl/npn

« back to all changes in this revision

Viewing changes to OpenSSL/crypto/x509name.c

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-11 19:49:43 UTC
  • mfrom: (156.3.22 sphinx-doc)
  • Revision ID: exarkun@divmod.com-20110911194943-ucaan2tzidk7ek5l
Convert the documentation from LaTeX/epytext to Sphinx/ReST

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
\n\
49
49
Create a new X509Name, copying the given X509Name instance.\n\
50
50
\n\
51
 
@param name: An X509Name object to copy\n\
52
 
@return: The X509Name object\n\
 
51
:param name: An X509Name object to copy\n\
 
52
:return: The X509Name object\n\
53
53
";
54
54
 
55
55
static PyObject *
320
320
static char crypto_X509Name_hash_doc[] = "\n\
321
321
Return the hash value of this name\n\
322
322
\n\
323
 
@return: None\n\
 
323
:return: None\n\
324
324
";
325
325
 
326
326
/*
344
344
static char crypto_X509Name_der_doc[] = "\n\
345
345
Return the DER encoding of this name\n\
346
346
\n\
347
 
@return: None\n\
 
347
:return: None\n\
348
348
";
349
349
 
350
350
/*
367
367
static char crypto_X509Name_get_components_doc[] = "\n\
368
368
Returns the split-up components of this name.\n\
369
369
\n\
370
 
@return: List of tuples (name, value).\n\
 
370
:return: List of tuples (name, value).\n\
371
371
";
372
372
 
373
373
static PyObject *