<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/asn1/asn_pack.c, branch libressl-v3.4.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.4.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.4.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-10-24T17:57:22+00:00</updated>
<entry>
<title>Remove a bunch of ancient and highly crufty ASN.1 related code from</title>
<updated>2018-10-24T17:57:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-10-24T17:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=767c1ccf5494d48af80092a8bd351fdbdc1922f0'/>
<id>urn:sha1:767c1ccf5494d48af80092a8bd351fdbdc1922f0</id>
<content type='text'>
libcrypto (the "new" stuff replaced this back around 2000 or so...).

ok tb@
</content>
</entry>
<entry>
<title>Add const to functions in asn1/asn1.h as they did in OpenSSL.</title>
<updated>2018-04-25T11:48:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-04-25T11:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8092d4e5908838632c7363f83d8b8f13fd30cfaf'/>
<id>urn:sha1:8092d4e5908838632c7363f83d8b8f13fd30cfaf</id>
<content type='text'>
BIO_f_asn1() will be taken care of later.

Tested in a bulk by sthen
ok bcook jca jsing
</content>
</entry>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
<entry>
<title>remove NULL-checks before free()</title>
<updated>2015-12-23T20:37:23+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-12-23T20:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0acfd6965d2e7de3e9d3fff1348f689e59164fb7'/>
<id>urn:sha1:0acfd6965d2e7de3e9d3fff1348f689e59164fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More memory leaks and unchecked allocations; OpenSSL PR #3403 via OpenSSL</title>
<updated>2014-07-11T13:41:59+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-11T13:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9868a767da10c1543d72d1885962bcdc6d5f1823'/>
<id>urn:sha1:9868a767da10c1543d72d1885962bcdc6d5f1823</id>
<content type='text'>
trunk. (note we had already fixed some of the issues in that PR independently)
</content>
</entry>
<entry>
<title>Only import cryptlib.h in the four source files that actually need it.</title>
<updated>2014-07-11T08:44:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74e2c009c83ad374bd6acdcfc376a384e25ab007'/>
<id>urn:sha1:74e2c009c83ad374bd6acdcfc376a384e25ab007</id>
<content type='text'>
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.

ok beck@ miod@
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix memory leaks upon failure.</title>
<updated>2014-05-15T21:07:10+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-15T21:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=446a5507054fd1f8200498a3795f2d9a37fb8f34'/>
<id>urn:sha1:446a5507054fd1f8200498a3795f2d9a37fb8f34</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and</title>
<updated>2014-05-12T19:16:35+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-05-12T19:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7a7ff1dccd97019b66147536d7a7a26738f11452'/>
<id>urn:sha1:7a7ff1dccd97019b66147536d7a7a26738f11452</id>
<content type='text'>
ASN1_unpack_string() from the NO_ASN1_OLD purge; turns out that some Ruby
extensions still use them, unfortunately, so we need to give them some more
time to catch up on ``recent'' interfaces.

Riding on the libcrypto major bump.
</content>
</entry>
<entry>
<title>More KNF.</title>
<updated>2014-04-19T07:20:59+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-19T07:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bab0c40d0208675179a1f4214556ff84ec577453'/>
<id>urn:sha1:bab0c40d0208675179a1f4214556ff84ec577453</id>
<content type='text'>
</content>
</entry>
</feed>
