Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions language-snippets.ent
Original file line number Diff line number Diff line change
Expand Up @@ -4496,6 +4496,29 @@ xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
</simpara>
'>

<!-- Sodium -->
<!ENTITY sodium.changelog.aes256gcm-aarch64 '
<informaltable xmlns="http://docbook.org/ns/docbook">
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
This function is now also defined on aarch64.
Previously it was only defined on x86 and x86_64.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
'>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
8 changes: 8 additions & 0 deletions reference/sodium/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
</term>
<listitem>
<simpara>
Only defined on platforms where AES-256-GCM support is compiled in.
Defined on aarch64 as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -179,6 +181,8 @@
</term>
<listitem>
<simpara>
Only defined on platforms where AES-256-GCM support is compiled in.
Defined on aarch64 as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -189,6 +193,8 @@
</term>
<listitem>
<simpara>
Only defined on platforms where AES-256-GCM support is compiled in.
Defined on aarch64 as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -199,6 +205,8 @@
</term>
<listitem>
<simpara>
Only defined on platforms where AES-256-GCM support is compiled in.
Defined on aarch64 as of PHP 8.4.0.
</simpara>
</listitem>
</varlistentry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
&sodium.changelog.aes256gcm-aarch64;
</refsect1>


</refentry>
<!-- Keep this comment at the end of the file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
&sodium.changelog.aes256gcm-aarch64;
</refsect1>


</refentry>
<!-- Keep this comment at the end of the file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,31 @@
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
This function may now return &true; on aarch64 CPUs with the ARM
cryptographic extensions.
Previously, hardware-accelerated AES-256-GCM was only detected on x86
and x86_64, and this function always returned &false; on aarch64.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>


</refentry>
<!-- Keep this comment at the end of the file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
&sodium.changelog.aes256gcm-aarch64;
</refsect1>


</refentry>
<!-- Keep this comment at the end of the file
Expand Down