diff options
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_item_d2i.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_item_d2i.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ASN1_item_d2i.3 b/src/lib/libcrypto/man/ASN1_item_d2i.3 index 705deedd55..429bbd8c59 100644 --- a/src/lib/libcrypto/man/ASN1_item_d2i.3 +++ b/src/lib/libcrypto/man/ASN1_item_d2i.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_item_d2i.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_item_d2i.3,v 1.9 2021/03/12 05:18:00 jsg Exp $ |
2 | .\" OpenSSL doc/man3/d2i_X509.pod b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL doc/man3/d2i_X509.pod b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: March 27 2018 $ | 68 | .Dd $Mdocdate: March 12 2021 $ |
69 | .Dt ASN1_ITEM_D2I 3 | 69 | .Dt ASN1_ITEM_D2I 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -154,7 +154,7 @@ is a serialized encoding, suitable for transfer over the network | |||
154 | and for storage in a file. | 154 | and for storage in a file. |
155 | .Pp | 155 | .Pp |
156 | .Fn ASN1_item_d2i | 156 | .Fn ASN1_item_d2i |
157 | interpretes | 157 | interprets |
158 | .Pf * Fa der_in | 158 | .Pf * Fa der_in |
159 | as a DER- or BER-encoded byte array and decodes one value of type | 159 | as a DER- or BER-encoded byte array and decodes one value of type |
160 | .Fa it | 160 | .Fa it |
@@ -225,7 +225,7 @@ and increments it to point after the data just written. | |||
225 | In this case, it is the responsibility of the user to make sure | 225 | In this case, it is the responsibility of the user to make sure |
226 | that the buffer pointed to by | 226 | that the buffer pointed to by |
227 | .Pf * Fa der_out | 227 | .Pf * Fa der_out |
228 | is long enough, such that no buffer owerflow can occur. | 228 | is long enough, such that no buffer overflow can occur. |
229 | .Pp | 229 | .Pp |
230 | If | 230 | If |
231 | .Pf * Fa der_out | 231 | .Pf * Fa der_out |