Skip to content

Commit

Permalink
Add OpenSSL constants
Browse files Browse the repository at this point in the history
  • Loading branch information
haszi committed Jun 28, 2024
1 parent b25ac24 commit aac961b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions reference/openssl/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,17 @@
<section xml:id="openssl.ciphers">
<title>Ciphers</title>
<variablelist>
<varlistentry xml:id="constant.openssl-default-stream-ciphers">
<term>
<constant>OPENSSL_DEFAULT_STREAM_CIPHERS</constant>
(<type>string</type>)
</term>
<listitem>
<simpara>
List of default ciphers.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.openssl-cipher-rc2-40">
<term>
<constant>OPENSSL_CIPHER_RC2_40</constant>
Expand Down Expand Up @@ -727,6 +738,18 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.openssl-dont-zero-pad-key">
<term>
<constant>OPENSSL_DONT_ZERO_PAD_KEY</constant>
(<type>int</type>)
</term>
<listitem>
<simpara>
Prevents <function>openssl_encrypt</function> from padding keys that
are shorter than the default key length.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.openssl-zero-padding">
<term>
<constant>OPENSSL_ZERO_PADDING</constant>
Expand Down

0 comments on commit aac961b

Please sign in to comment.