<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/d2i_ECPKParameters.3, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-06-08T22:40:31+00:00</updated>
<entry>
<title>.Lb libcrypto ; OK tb@</title>
<updated>2025-06-08T22:40:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8be86af02fed1bda350c8dd14ee064cb66e3b0f5'/>
<id>urn:sha1:8be86af02fed1bda350c8dd14ee064cb66e3b0f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up a few dangling references</title>
<updated>2025-04-25T20:04:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-04-25T20:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d8e9bf5a12a3b9b7adfb018a7bde8747af650526'/>
<id>urn:sha1:d8e9bf5a12a3b9b7adfb018a7bde8747af650526</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix argument names: des_in -&gt; der_in and des_out -&gt; der_out</title>
<updated>2024-10-24T21:42:10+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-10-24T21:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ca80d263366d67240d51bac35c2c96c5dd7969c'/>
<id>urn:sha1:3ca80d263366d67240d51bac35c2c96c5dd7969c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifier</title>
<updated>2018-05-19T22:51:40+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-05-19T22:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0504088b4b6491f0257be947fe42da99bd74861d'/>
<id>urn:sha1:0504088b4b6491f0257be947fe42da99bd74861d</id>
<content type='text'>
to the input argument of i2o_ECPublicKey(3).  Adjust the manual.
</content>
</entry>
<entry>
<title>crypto HISTORY up to 0.9.8; researched from OpenSSL git</title>
<updated>2018-03-23T00:09:11+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-23T00:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d442d735f62f18f56e09751883aaed26bb21f83d'/>
<id>urn:sha1:d442d735f62f18f56e09751883aaed26bb21f83d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add missing and correct misspelled names, most in NAME sections;</title>
<updated>2017-08-01T14:57:03+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-08-01T14:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=285fb28b424a4462dab01472086a21832335d7d8'/>
<id>urn:sha1:285fb28b424a4462dab01472086a21832335d7d8</id>
<content type='text'>
found with regress/usr.bin/mandoc/db/dbm_dump;
OK jmc@
</content>
</entry>
<entry>
<title>Correct the DESCRIPTION of ECParameters_dup(3).</title>
<updated>2016-12-25T18:39:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-25T18:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fbd1d9664d6d5a073915918e3cf2aaa25559efa5'/>
<id>urn:sha1:fbd1d9664d6d5a073915918e3cf2aaa25559efa5</id>
<content type='text'>
Clarify requirements for o2i_ECPublicKey(3).
Add STANDARDS references for d2i_ECPrivateKey(3) and d2i_EC_PUBKEY(3).
Trim some excessive cross references that are only tangentially
related and add some more relevant ones instead.
</content>
</entry>
<entry>
<title>Basic cleanup to prepare for content improvements:</title>
<updated>2016-12-25T17:05:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-25T17:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=24b6be66d5bba0be781bb01c1ae8b9f6d6016c34'/>
<id>urn:sha1:24b6be66d5bba0be781bb01c1ae8b9f6d6016c34</id>
<content type='text'>
Use the same parameter names as in ASN1_item_d2i(3).
Point to ASN1_item_d2i(3) for details.
Delete lots of rendundant text.

While here, add ten missing functions found in OpenSSL doc/man3/d2i_X509.pod
and fix errors in the prototypes of i2d_ECPKParameters_bio(3)
and i2d_ECPKParameters_fp(3).
</content>
</entry>
<entry>
<title>Distribute the text of ec(3) to the individual EC manuals where it belongs.</title>
<updated>2016-12-11T14:22:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-11T14:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f07036918afdcf442e34a1731c73704d0957d805'/>
<id>urn:sha1:f07036918afdcf442e34a1731c73704d0957d805</id>
<content type='text'>
Make sure EC_GROUP_new(3) points to all EC manuals and all EC manuals
point back to EC_GROUP_new(3), and add some other useful links as well.
Change all links to ec(3) to point to EC_GROUP_new(3) instead.
</content>
</entry>
<entry>
<title>Delete most references to crypto(3).  That page isn't useful enough</title>
<updated>2016-12-06T14:54:55+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-06T14:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=08cf20e679b8fa063147338e4c21d29d9ff9c0b3'/>
<id>urn:sha1:08cf20e679b8fa063147338e4c21d29d9ff9c0b3</id>
<content type='text'>
to be pointed to from random individual pages.
</content>
</entry>
</feed>
