summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-04-18 01:12:11 +0000
committerschwarze <>2018-04-18 01:12:11 +0000
commit085cd52690b6549675c1e2c64c2779cf4c27bc4d (patch)
tree0af58542f2a6f6c93ea059f7565f966a11094b87
parente8960e346c538349253f699172f417e1317cd5f9 (diff)
downloadopenbsd-085cd52690b6549675c1e2c64c2779cf4c27bc4d.tar.gz
openbsd-085cd52690b6549675c1e2c64c2779cf4c27bc4d.tar.bz2
openbsd-085cd52690b6549675c1e2c64c2779cf4c27bc4d.zip
link to ENGINE_register_RSA(3) rather than engine(3)
-rw-r--r--src/lib/libcrypto/man/evp.315
1 files changed, 7 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/evp.3 b/src/lib/libcrypto/man/evp.3
index 2d927de6a1..085db2eb6e 100644
--- a/src/lib/libcrypto/man/evp.3
+++ b/src/lib/libcrypto/man/evp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: evp.3,v 1.4 2016/12/06 15:15:26 schwarze Exp $ 1.\" $OpenBSD: evp.3,v 1.5 2018/04/18 01:12:11 schwarze Exp $
2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>, 4.\" This file was written by Ulf Moeller <ulf@openssl.org>,
@@ -51,7 +51,7 @@
51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
52.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
53.\" 53.\"
54.Dd $Mdocdate: December 6 2016 $ 54.Dd $Mdocdate: April 18 2018 $
55.Dt EVP 3 55.Dt EVP 3
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -158,16 +158,15 @@ Algorithms are loaded with
158.Pp 158.Pp
159All the symmetric algorithms (ciphers), digests and asymmetric 159All the symmetric algorithms (ciphers), digests and asymmetric
160algorithms (public key algorithms) can be replaced by 160algorithms (public key algorithms) can be replaced by
161.Xr engine 3 161.Vt ENGINE
162modules providing alternative implementations. 162modules providing alternative implementations; see
163.Xr ENGINE_register_RSA 3
164and the related manual pages for more information.
163If 165If
164.Vt ENGINE 166.Vt ENGINE
165implementations of ciphers or digests are registered as defaults, 167implementations of ciphers or digests are registered as defaults,
166then the various EVP functions will automatically use those 168then the various EVP functions will automatically use those
167implementations in preference to built in software implementations. 169implementations in preference to built in software implementations.
168For more information, consult the
169.Xr engine 3
170manual page.
171.Pp 170.Pp
172Although low level algorithm specific functions exist for many 171Although low level algorithm specific functions exist for many
173algorithms, their use is discouraged. 172algorithms, their use is discouraged.
@@ -181,7 +180,7 @@ Using them also makes code harder to adapt to new algorithms, some
181options are not cleanly supported at the low level, and some 180options are not cleanly supported at the low level, and some
182operations are more efficient using the high level interfaces. 181operations are more efficient using the high level interfaces.
183.Sh SEE ALSO 182.Sh SEE ALSO
184.Xr engine 3 , 183.Xr ENGINE_register_RSA 3 ,
185.Xr EVP_AEAD_CTX_init 3 , 184.Xr EVP_AEAD_CTX_init 3 ,
186.Xr EVP_BytesToKey 3 , 185.Xr EVP_BytesToKey 3 ,
187.Xr EVP_DigestInit 3 , 186.Xr EVP_DigestInit 3 ,