diff options
author | schwarze <> | 2018-04-18 01:12:11 +0000 |
---|---|---|
committer | schwarze <> | 2018-04-18 01:12:11 +0000 |
commit | 06c0fd8b9829ca60e0ca645f154c35141573118b (patch) | |
tree | 0af58542f2a6f6c93ea059f7565f966a11094b87 /src/lib/libcrypto | |
parent | a4c05ae36d82b4519f2776b36a8f194f93de8968 (diff) | |
download | openbsd-06c0fd8b9829ca60e0ca645f154c35141573118b.tar.gz openbsd-06c0fd8b9829ca60e0ca645f154c35141573118b.tar.bz2 openbsd-06c0fd8b9829ca60e0ca645f154c35141573118b.zip |
link to ENGINE_register_RSA(3) rather than engine(3)
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/man/evp.3 | 15 |
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 |
159 | All the symmetric algorithms (ciphers), digests and asymmetric | 159 | All the symmetric algorithms (ciphers), digests and asymmetric |
160 | algorithms (public key algorithms) can be replaced by | 160 | algorithms (public key algorithms) can be replaced by |
161 | .Xr engine 3 | 161 | .Vt ENGINE |
162 | modules providing alternative implementations. | 162 | modules providing alternative implementations; see |
163 | .Xr ENGINE_register_RSA 3 | ||
164 | and the related manual pages for more information. | ||
163 | If | 165 | If |
164 | .Vt ENGINE | 166 | .Vt ENGINE |
165 | implementations of ciphers or digests are registered as defaults, | 167 | implementations of ciphers or digests are registered as defaults, |
166 | then the various EVP functions will automatically use those | 168 | then the various EVP functions will automatically use those |
167 | implementations in preference to built in software implementations. | 169 | implementations in preference to built in software implementations. |
168 | For more information, consult the | ||
169 | .Xr engine 3 | ||
170 | manual page. | ||
171 | .Pp | 170 | .Pp |
172 | Although low level algorithm specific functions exist for many | 171 | Although low level algorithm specific functions exist for many |
173 | algorithms, their use is discouraged. | 172 | algorithms, their use is discouraged. |
@@ -181,7 +180,7 @@ Using them also makes code harder to adapt to new algorithms, some | |||
181 | options are not cleanly supported at the low level, and some | 180 | options are not cleanly supported at the low level, and some |
182 | operations are more efficient using the high level interfaces. | 181 | operations 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 , |