xref: /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-legacy.7 (revision 7d9ffdb3e9da593a05c5e2169f72fc7bada08bc9)
$NetBSD: OSSL_PROVIDER-legacy.7,v 1.5 2024/09/08 13:08:27 christos Exp $

-*- mode: troff; coding: utf-8 -*-
Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)

Standard preamble:
========================================================================
..
..
.. \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
. ds C` "" . ds C' "" 'br\} . ds C` . ds C' 'br\}
Escape single quotes in literal strings from groff's Unicode transform.

If the F register is >0, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.

Avoid warning from groff about undefined register 'F'.
.. .nr rF 0 . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF ========================================================================

Title "OSSL_PROVIDER-LEGACY 7"
OSSL_PROVIDER-LEGACY 7 2024-09-03 3.0.15 OpenSSL
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.
NAME
OSSL_PROVIDER-legacy - OpenSSL legacy provider
DESCRIPTION
Header "DESCRIPTION" The OpenSSL legacy provider supplies OpenSSL implementations of algorithms that have been deemed legacy. Such algorithms have commonly fallen out of use, have been deemed insecure by the cryptography community, or something similar.

We can consider this the retirement home of cryptographic algorithms.

Properties
Subsection "Properties" The implementations in this provider specifically has this property defined:
"""provider=legacy""" 4
Item """provider=legacy"""

It may be used in a property query string with fetching functions such as \fBEVP_MD_fetch\|(3) or EVP_CIPHER_fetch\|(3), as well as with other functions that take a property query string, such as \fBEVP_PKEY_CTX_new_from_name\|(3).

It isn't mandatory to query for any of these properties, except to make sure to get implementations of this provider and none other.

"OPERATIONS AND ALGORITHMS"
Header "OPERATIONS AND ALGORITHMS" The OpenSSL legacy provider supports these operations and algorithms:
"Hashing Algorithms / Message Digests"
Subsection "Hashing Algorithms / Message Digests"
"MD2, see EVP_MD-MD2\|(7)" 4
Item "MD2, see EVP_MD-MD2"

0

"MD4, see EVP_MD-MD4\|(7)" 4
Item "MD4, see EVP_MD-MD4"
"MDC2, see EVP_MD-MDC2\|(7)" 4
Item "MDC2, see EVP_MD-MDC2"
"WHIRLPOOL, see EVP_MD-WHIRLPOOL\|(7)" 4
Item "WHIRLPOOL, see EVP_MD-WHIRLPOOL"
"RIPEMD160, see EVP_MD-RIPEMD160\|(7)" 4
Item "RIPEMD160, see EVP_MD-RIPEMD160"

"Symmetric Ciphers"
Subsection "Symmetric Ciphers" Not all of these symmetric cipher algorithms are enabled by default.
"Blowfish, see EVP_CIPHER-BLOWFISH\|(7)" 4
Item "Blowfish, see EVP_CIPHER-BLOWFISH"

0

"CAST, see EVP_CIPHER-CAST\|(7)" 4
Item "CAST, see EVP_CIPHER-CAST"
"DES, see EVP_CIPHER-DES\|(7)" 4
Item "DES, see EVP_CIPHER-DES"

The algorithm names are: DES_ECB, DES_CBC, DES_OFB, DES_CFB, DES_CFB1, DES_CFB8 and DESX_CBC.

"IDEA, see EVP_CIPHER-IDEA\|(7)" 4
Item "IDEA, see EVP_CIPHER-IDEA"

0

"RC2, see EVP_CIPHER-RC2\|(7)" 4
Item "RC2, see EVP_CIPHER-RC2"
"RC4, see EVP_CIPHER-RC4\|(7)" 4
Item "RC4, see EVP_CIPHER-RC4"
"RC5, see EVP_CIPHER-RC5\|(7)" 4
Item "RC5, see EVP_CIPHER-RC5"

Disabled by default. Use enable-rc5 config option to enable.

"SEED, see EVP_CIPHER-SEED\|(7)" 4
Item "SEED, see EVP_CIPHER-SEED"
"Key Derivation Function (KDF)"
Subsection "Key Derivation Function (KDF)"

0

PBKDF1 4
Item "PBKDF1"

"SEE ALSO"
Header "SEE ALSO" \fBOSSL_PARAM\|(3), \fBopenssl-core.h\|(7), \fBopenssl-core_dispatch.h\|(7), \fBprovider\|(7)
HISTORY
Header "HISTORY" This functionality was added in OpenSSL 3.0.
COPYRIGHT
Header "COPYRIGHT" Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.