提交 87e17dc5 编写于 作者: D Dr. Matthias St. Pierre

PEM_read_bio_PrivateKey.pod: replace geek speek by something more serious

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5369)
上级 0f4844a9
...@@ -161,9 +161,9 @@ For more details about the meaning of arguments see the ...@@ -161,9 +161,9 @@ For more details about the meaning of arguments see the
B<PEM FUNCTION ARGUMENTS> section. B<PEM FUNCTION ARGUMENTS> section.
Each operation has four functions associated with it. For Each operation has four functions associated with it. For
clarity the term "B<foobar> functions" will be used to collectively brevity the term "B<TYPE> functions" will be used below to collectively
refer to the PEM_read_bio_foobar(), PEM_read_foobar(), refer to the PEM_read_bio_TYPE(), PEM_read_TYPE(),
PEM_write_bio_foobar() and PEM_write_foobar() functions. PEM_write_bio_TYPE(), and PEM_write_TYPE() functions.
The B<PrivateKey> functions read or write a private key in PEM format using an The B<PrivateKey> functions read or write a private key in PEM format using an
EVP_PKEY structure. The write routines use PKCS#8 private key format and are EVP_PKEY structure. The write routines use PKCS#8 private key format and are
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册