aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBob Beck <bbe@google.com>2024-03-12 17:53:50 +0000
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-03-12 19:03:12 +0000
commit3ac09394a0c027ca077b8cfda4c0dbc8837ce87a (patch)
treeffc8be0afa1c8d54afcfd1a658bb334750007503 /include
parent3bdf9afb5d14d1b156c97a93e05a96d38338ce71 (diff)
downloadboringssl-3ac09394a0c027ca077b8cfda4c0dbc8837ce87a.zip
boringssl-3ac09394a0c027ca077b8cfda4c0dbc8837ce87a.tar.gz
boringssl-3ac09394a0c027ca077b8cfda4c0dbc8837ce87a.tar.bz2
Fix spelling of Identifier
Make google3 common typos stop complaining in the future. Change-Id: Ib5156335afa691427dbe618c8b29797665cef35f Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/66947 Auto-Submit: Bob Beck <bbe@google.com> Commit-Queue: Bob Beck <bbe@google.com> Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl.h2
-rw-r--r--include/openssl/x509.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index d73f9da..49fb47e 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -3987,7 +3987,7 @@ OPENSSL_EXPORT void SSL_get0_ech_retry_configs(
// to the size of the buffer. The caller must call |OPENSSL_free| on |*out| to
// release the memory. On failure, it returns zero.
//
-// The |config_id| field is a single byte identifer for the ECHConfig. Reusing
+// The |config_id| field is a single byte identifier for the ECHConfig. Reusing
// config IDs is allowed, but if multiple ECHConfigs with the same config ID are
// active at a time, server load may increase. See
// |SSL_ECH_KEYS_has_duplicate_config_id|.
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 7d4952f..0bff5c3 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -254,9 +254,9 @@ OPENSSL_EXPORT void X509_get0_uids(const X509 *x509,
// should not be accepted.
#define EXFLAG_CRITICAL 0x200
// EXFLAG_SS indicates the certificate is likely self-signed. That is, if it is
-// self-issued, its authority key identifer (if any) matches itself, and its key
-// usage extension (if any) allows certificate signatures. The signature itself
-// is not checked in computing this bit.
+// self-issued, its authority key identifier (if any) matches itself, and its
+// key usage extension (if any) allows certificate signatures. The signature
+// itself is not checked in computing this bit.
#define EXFLAG_SS 0x2000
// X509_get_extension_flags decodes a set of extensions from |x509| and returns