Hi,
I found a typo in OpenSSL 1.0.1i:
% grep -ri 'distru' openssl-1.0.1i
openssl-1.0.1i/crypto/des/COPYRIGHT:copied and put under another distrubution
license
openssl-1.0.1i/crypto/bf/COPYRIGHT:copied and put under another distrubution
license
openssl-1.0.1i/crypto/objects/obj_dat.h:{"issuingDistributionPoint","X509v3
Issuing Distrubution Point",
openssl-1.0.1i/crypto/objects/obj_dat.h:770, /* "X509v3 Issuing Distrubution
Point" */
openssl-1.0.1i/crypto/objects/objects.txt:id-ce 28 :
issuingDistributionPoint : X509v3 Issuing Distrubution Point
openssl-1.0.1i/crypto/objects/obj_mac.h:#define LN_issuing_distribution_point
"X509v3 Issuing Distrubution Point"
Here is a typo detail:
distrubution
distribution
^
The attached patch fixes the typos.
Thanks,
--
kou
diff -ru openssl-1.0.1i.orig/crypto/bf/COPYRIGHT openssl-1.0.1i/crypto/bf/COPYRIGHT
--- openssl-1.0.1i.orig/crypto/bf/COPYRIGHT 2014-07-23 04:41:23.000000000 +0900
+++ openssl-1.0.1i/crypto/bf/COPYRIGHT 2014-09-24 17:34:11.554687944 +0900
@@ -37,7 +37,7 @@
The license and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
-copied and put under another distrubution license
+copied and put under another distribution license
[including the GNU Public License.]
The reason behind this being stated in this direct manner is past
diff -ru openssl-1.0.1i.orig/crypto/des/COPYRIGHT openssl-1.0.1i/crypto/des/COPYRIGHT
--- openssl-1.0.1i.orig/crypto/des/COPYRIGHT 2014-07-23 04:41:23.000000000 +0900
+++ openssl-1.0.1i/crypto/des/COPYRIGHT 2014-09-24 17:34:17.922610818 +0900
@@ -41,7 +41,7 @@
The license and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
-copied and put under another distrubution license
+copied and put under another distribution license
[including the GNU Public License.]
The reason behind this being stated in this direct manner is past
diff -ru openssl-1.0.1i.orig/crypto/objects/obj_dat.h openssl-1.0.1i/crypto/objects/obj_dat.h
--- openssl-1.0.1i.orig/crypto/objects/obj_dat.h 2014-08-07 06:18:30.000000000 +0900
+++ openssl-1.0.1i/crypto/objects/obj_dat.h 2014-09-24 17:34:35.838393810 +0900
@@ -2118,7 +2118,7 @@
&(lvalues[5097]),0},
{"subjectDirectoryAttributes","X509v3 Subject Directory Attributes",
NID_subject_directory_attributes,3,&(lvalues[5105]),0},
-{"issuingDistributionPoint","X509v3 Issuing Distrubution Point",
+{"issuingDistributionPoint","X509v3 Issuing Distribution Point",
NID_issuing_distribution_point,3,&(lvalues[5108]),0},
{"certificateIssuer","X509v3 Certificate Issuer",
NID_certificate_issuer,3,&(lvalues[5111]),0},
@@ -3441,7 +3441,7 @@
857, /* "X509v3 Freshest CRL" */
748, /* "X509v3 Inhibit Any Policy" */
86, /* "X509v3 Issuer Alternative Name" */
-770, /* "X509v3 Issuing Distrubution Point" */
+770, /* "X509v3 Issuing Distribution Point" */
83, /* "X509v3 Key Usage" */
666, /* "X509v3 Name Constraints" */
403, /* "X509v3 No Revocation Available" */
diff -ru openssl-1.0.1i.orig/crypto/objects/obj_mac.h openssl-1.0.1i/crypto/objects/obj_mac.h
--- openssl-1.0.1i.orig/crypto/objects/obj_mac.h 2014-08-07 06:18:30.000000000 +0900
+++ openssl-1.0.1i/crypto/objects/obj_mac.h 2014-09-24 17:34:54.338169709 +0900
@@ -2349,7 +2349,7 @@
#define OBJ_delta_crl OBJ_id_ce,27L
#define SN_issuing_distribution_point "issuingDistributionPoint"
-#define LN_issuing_distribution_point "X509v3 Issuing Distrubution Point"
+#define LN_issuing_distribution_point "X509v3 Issuing Distribution Point"
#define NID_issuing_distribution_point 770
#define OBJ_issuing_distribution_point OBJ_id_ce,28L
diff -ru openssl-1.0.1i.orig/crypto/objects/objects.txt openssl-1.0.1i/crypto/objects/objects.txt
--- openssl-1.0.1i.orig/crypto/objects/objects.txt 2014-08-07 06:10:56.000000000 +0900
+++ openssl-1.0.1i/crypto/objects/objects.txt 2014-09-24 17:34:47.454253102 +0900
@@ -747,7 +747,7 @@
!Cname delta-crl
id-ce 27 : deltaCRL : X509v3 Delta CRL Indicator
!Cname issuing-distribution-point
-id-ce 28 : issuingDistributionPoint : X509v3 Issuing Distrubution Point
+id-ce 28 : issuingDistributionPoint : X509v3 Issuing Distribution Point
!Cname certificate-issuer
id-ce 29 : certificateIssuer : X509v3 Certificate Issuer
!Cname name-constraints
diff -ru openssl-1.0.1i.orig/include/openssl/obj_mac.h openssl-1.0.1i/include/openssl/obj_mac.h
--- openssl-1.0.1i.orig/include/openssl/obj_mac.h 2014-08-07 06:18:30.000000000 +0900
+++ openssl-1.0.1i/include/openssl/obj_mac.h 2014-09-24 17:34:54.338169709 +0900
@@ -2349,7 +2349,7 @@
#define OBJ_delta_crl OBJ_id_ce,27L
#define SN_issuing_distribution_point "issuingDistributionPoint"
-#define LN_issuing_distribution_point "X509v3 Issuing Distrubution Point"
+#define LN_issuing_distribution_point "X509v3 Issuing Distribution Point"
#define NID_issuing_distribution_point 770
#define OBJ_issuing_distribution_point OBJ_id_ce,28L