OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Lutz
Jaenicke
Root: /v/openssl/cvs Email:
jaenicke openssl.org
Module: openssl Date:
24-Sep-2007 13:22:35
Branch: OpenSSL_0_9_8-stable Handle:
2007092412221912
Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/crypto/dh dh_check.c
openssl/doc/crypto X509_NAME_print_ex.pod
Log:
Typos
PR: 1578
Submitted by: Charles Longeau <chl tuxfamily.org>
Summary:
Revision Changes Path
1.7.2.2 +1 -1 openssl/crypto/dh/dh_check.c
1.2.2.1 +2 -2
openssl/doc/crypto/X509_NAME_print_ex.pod
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/dh/dh_check.c
============================================================
================
$ cvs diff -u -r1.7.2.1 -r1.7.2.2 dh_check.c
--- openssl/crypto/dh/dh_check.c 20 Aug 2005 18:35:53
-0000 1.7.2.1
+++ openssl/crypto/dh/dh_check.c 24 Sep 2007 11:22:19
-0000 1.7.2.2
 -62,7 +62,7 
#include <openssl/dh.h>
/* Check that p is a safe prime and
- * if g is 2, 3 or 5, check that is is a suitable
generator
+ * if g is 2, 3 or 5, check that it is a suitable
generator
* where
* for 2, p mod 24 == 11
* for 3, p mod 12 == 5
 .
patch -p0 <<' .'
Index: openssl/doc/crypto/X509_NAME_print_ex.pod
============================================================
================
$ cvs diff -u -r1.2 -r1.2.2.1 X509_NAME_print_ex.pod
--- openssl/doc/crypto/X509_NAME_print_ex.pod 13 Nov 2004
13:38:34 -0000 1.2
+++ openssl/doc/crypto/X509_NAME_print_ex.pod 24 Sep 2007
11:22:31 -0000 1.2.2.1
 -86,10 +86,10 
B<ASN1_STRFLGS_RFC2253 | XN_FLAG_SEP_COMMA_PLUS |
XN_FLAG_DN_REV | XN_FLAG_FN_SN |
XN_FLAG_DUMP_UNKNOWN_FIELDS>
-B<XN_FLAG_ONELINE> is a more readable one line
format it is the same as:
+B<XN_FLAG_ONELINE> is a more readable one line
format which is the same as:
B<ASN1_STRFLGS_RFC2253 | ASN1_STRFLGS_ESC_QUOTE |
XN_FLAG_SEP_CPLUS_SPC | XN_FLAG_SPC_EQ | XN_FLAG_FN_SN>
-B<XN_FLAG_MULTILINE> is a multiline format is is
the same as:
+B<XN_FLAG_MULTILINE> is a multiline format which is
the same as:
B<ASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB |
XN_FLAG_SEP_MULTILINE | XN_FLAG_SPC_EQ | XN_FLAG_FN_LN |
XN_FLAG_FN_ALIGN>
B<XN_FLAG_COMPAT> uses a format identical to
X509_NAME_print(): in fact it calls X509_NAME_print()
internally.
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|