<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/DSA_do_sign.3, branch libressl-v3.3.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.3.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.3.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-06-10T14:58:48+00:00</updated>
<entry>
<title>delete references to ERR pages from SEE ALSO where such</title>
<updated>2019-06-10T14:58:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-10T14:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b783ba28c4b47eb204506e8af355d28ef6e67dec'/>
<id>urn:sha1:b783ba28c4b47eb204506e8af355d28ef6e67dec</id>
<content type='text'>
references were already given below RETURN VALUES right above
</content>
</entry>
<entry>
<title>Remove the last references to the RAND_*(3) functions.</title>
<updated>2019-06-07T20:46:25+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-07T20:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d276235a04407c62de64f9248571b57ba41dc073'/>
<id>urn:sha1:d276235a04407c62de64f9248571b57ba41dc073</id>
<content type='text'>
These references were misleading because these functions are no
longer used internally and applications should not call them either.
Issue brought up by tb@.
</content>
</entry>
<entry>
<title>crypto HISTORY up to 0.9.3; researched from OpenSSL git</title>
<updated>2018-03-21T17:57:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-21T17:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=497022c15364f0fcf752bdff9dc585034a011482'/>
<id>urn:sha1:497022c15364f0fcf752bdff9dc585034a011482</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17</title>
<updated>2018-03-18T13:06:36+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-18T13:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a047cbca9893d86e3147665e867abed2f5c74092'/>
<id>urn:sha1:a047cbca9893d86e3147665e867abed2f5c74092</id>
<content type='text'>
15:19:12, tb@ provided a subset of the DSA_meth_*(3) and RSA_meth_*(3)
functions.  Merge the relevant parts of the manual pages from
OpenSSL, heavily tweaked by me, in particular for conciseness.
</content>
</entry>
<entry>
<title>Merge documentation for {DH,DSA}_get0_{key,pqg}(3),</title>
<updated>2018-02-17T16:59:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-17T16:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=70379c3810269c29db4c9f6e3dd8c27b7b762ea7'/>
<id>urn:sha1:70379c3810269c29db4c9f6e3dd8c27b7b762ea7</id>
<content type='text'>
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3)
that tb@ just provided.
</content>
</entry>
<entry>
<title>Change all references to dsa(3) to point to DSA_new(3).</title>
<updated>2016-12-10T22:47:49+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-10T22:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d6345294e36ef19256a039c392d860c2598ea415'/>
<id>urn:sha1:d6345294e36ef19256a039c392d860c2598ea415</id>
<content type='text'>
Make sure all DSA pages point back to DSA_new(3).
</content>
</entry>
<entry>
<title>Copyright and license</title>
<updated>2016-11-21T13:06:18+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-21T13:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=784b3a951581da284f0503875ad79d5b538c2531'/>
<id>urn:sha1:784b3a951581da284f0503875ad79d5b538c2531</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace cross-references to the rand(3) manual that no longer exists</title>
<updated>2016-11-21T09:56:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-21T09:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=63ddc1a3b18f47e236332c10c1052debecc7e1f8'/>
<id>urn:sha1:63ddc1a3b18f47e236332c10c1052debecc7e1f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first pass; ok schwarze</title>
<updated>2016-11-06T15:52:50+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2016-11-06T15:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5a18890fb4c6b832214c6c32d7ca56db3fd9133a'/>
<id>urn:sha1:5a18890fb4c6b832214c6c32d7ca56db3fd9133a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert DSA and EC manuals from pod to mdoc</title>
<updated>2016-11-02T11:57:56+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-11-02T11:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc11de9530a463cf1046e63cc0a8b635aa93cdae'/>
<id>urn:sha1:cc11de9530a463cf1046e63cc0a8b635aa93cdae</id>
<content type='text'>
</content>
</entry>
</feed>
