aboutsummaryrefslogtreecommitdiff
path: root/API-CONVENTIONS.md
diff options
context:
space:
mode:
authorBob Beck <bbe@google.com>2024-02-21 22:07:58 +0000
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-02-23 17:00:23 +0000
commit85c5d9668fe3aef03dc3b5099adc549039a79ff9 (patch)
treec356673527a9fb57af9ec37b2529b381e844fcca /API-CONVENTIONS.md
parent5d880140674cd36d84331de7df95c2dc00dc7686 (diff)
downloadboringssl-85c5d9668fe3aef03dc3b5099adc549039a79ff9.zip
boringssl-85c5d9668fe3aef03dc3b5099adc549039a79ff9.tar.gz
boringssl-85c5d9668fe3aef03dc3b5099adc549039a79ff9.tar.bz2
Make an include/openssl/experimental. Move kyber to it for now.
Update-Note: <openssl/kyber.h> has moved to <openssl/experimental/kyber.h> Change-Id: I51d37aeb2b6cfbbaae494cc38f1b0a82669d2692 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/66467 Reviewed-by: David Benjamin <davidben@google.com> Auto-Submit: Bob Beck <bbe@google.com> Commit-Queue: Bob Beck <bbe@google.com>
Diffstat (limited to 'API-CONVENTIONS.md')
-rw-r--r--API-CONVENTIONS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/API-CONVENTIONS.md b/API-CONVENTIONS.md
index ec08e57..e36037b 100644
--- a/API-CONVENTIONS.md
+++ b/API-CONVENTIONS.md
@@ -16,6 +16,9 @@ OpenSSL's legacy ASN.1, X.509, and PEM implementation. If possible, avoid using
them. These are left largely unmodified from upstream and are retained only for
compatibility with existing OpenSSL consumers.
+Experimental public APIs are found in `include/openssl/experimental`. Use of
+these will likely be incompatible with changes in the near future as they are
+finalized.
## Forward declarations