diff options
| author | tb <> | 2024-03-04 09:49:07 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-04 09:49:07 +0000 |
| commit | 09e92203f5533a87e57de237a5dfb44b67d03569 (patch) | |
| tree | d7e8885231dc0bd0a65a3c0a198b70f597be9744 /src/lib | |
| parent | d0e8f177920957bd9687a40413024059472ef42b (diff) | |
| download | openbsd-09e92203f5533a87e57de237a5dfb44b67d03569.tar.gz openbsd-09e92203f5533a87e57de237a5dfb44b67d03569.tar.bz2 openbsd-09e92203f5533a87e57de237a5dfb44b67d03569.zip | |
EVP_CIPH_CUSTOM_KEY_LENGTH and EVP_CTRL_SET_KEY_LENGTH are gone
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/man/EVP_CIPHER_meth_new.3 | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3 b/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3 index 4ea8f8dfe2..187dab6d8a 100644 --- a/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3 +++ b/src/lib/libcrypto/man/EVP_CIPHER_meth_new.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.5 2023/09/10 05:22:46 jsg Exp $ | 1 | .\" $OpenBSD: EVP_CIPHER_meth_new.3,v 1.6 2024/03/04 09:49:07 tb Exp $ |
| 2 | .\" selective merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000 | 2 | .\" selective merge up to: OpenSSL b0edda11 Mar 20 13:00:17 2018 +0000 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
| @@ -66,7 +66,7 @@ | |||
| 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 68 | .\" | 68 | .\" |
| 69 | .Dd $Mdocdate: September 10 2023 $ | 69 | .Dd $Mdocdate: March 4 2024 $ |
| 70 | .Dt EVP_CIPHER_METH_NEW 3 | 70 | .Dt EVP_CIPHER_METH_NEW 3 |
| 71 | .Os | 71 | .Os |
| 72 | .Sh NAME | 72 | .Sh NAME |
| @@ -233,18 +233,6 @@ function with a command | |||
| 233 | of | 233 | of |
| 234 | .Dv EVP_CTRL_INIT | 234 | .Dv EVP_CTRL_INIT |
| 235 | early during the setup. | 235 | early during the setup. |
| 236 | .It Dv EVP_CIPH_CUSTOM_KEY_LENGTH | ||
| 237 | Instruct | ||
| 238 | .Xr EVP_CIPHER_CTX_set_key_length 3 | ||
| 239 | to not check and set the key length itself, | ||
| 240 | but to leave that to the implementation by instead calling its | ||
| 241 | .Fa ctrl | ||
| 242 | function with a command | ||
| 243 | .Fa type | ||
| 244 | of | ||
| 245 | .Dv EVP_CTRL_SET_KEY_LENGTH | ||
| 246 | and the key length in | ||
| 247 | .Fa arg . | ||
| 248 | .It Dv EVP_CIPH_NO_PADDING | 236 | .It Dv EVP_CIPH_NO_PADDING |
| 249 | Instruct | 237 | Instruct |
| 250 | .Xr EVP_CipherFinal_ex 3 | 238 | .Xr EVP_CipherFinal_ex 3 |
