<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/asn1/a_digest.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-04-06T09:19:36+00:00</updated>
<entry>
<title>Avoid leaking str if EVP_Digest() fails.</title>
<updated>2018-04-06T09:19:36+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-04-06T09:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9960bddd07f53a7bf1a404e8165dabde4e956976'/>
<id>urn:sha1:9960bddd07f53a7bf1a404e8165dabde4e956976</id>
<content type='text'>
Found and fixed by Bernd Edlinger as part of OpenSSL commit
83b4049ab75e9da1815e9c854a9297bca3d4af6b

ok jsing, deraadt, bcook
</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>Unifdef -UNO_SYS_TYPES_H</title>
<updated>2014-06-24T19:37:58+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-06-24T19:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=94dbb3a0f26c9ea3e0f9bc4671e9bdb835b8e80b'/>
<id>urn:sha1:94dbb3a0f26c9ea3e0f9bc4671e9bdb835b8e80b</id>
<content type='text'>
</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>More KNF.</title>
<updated>2014-04-18T07:09:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-18T07:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f95e51959e522052d25e903a48b3fd0ec8d882c'/>
<id>urn:sha1:4f95e51959e522052d25e903a48b3fd0ec8d882c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>putting most of the braces in the right column is the very least we can do.</title>
<updated>2014-04-18T00:10:08+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-04-18T00:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=966ce64f00531da04d9506f88feeb1ae5745faab'/>
<id>urn:sha1:966ce64f00531da04d9506f88feeb1ae5745faab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change library to use intrinsic memory allocation functions instead of</title>
<updated>2014-04-17T13:37:50+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-17T13:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6aa5f85bab6ba5f9189fbc3d53a12e0f6dae48dd'/>
<id>urn:sha1:6aa5f85bab6ba5f9189fbc3d53a12e0f6dae48dd</id>
<content type='text'>
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc-&gt;malloc
OPENSSL_free-&gt;free
OPENSSL_relloc-&gt;realloc
OPENSSL_freeFunc-&gt;free
</content>
</entry>
<entry>
<title>The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for</title>
<updated>2014-04-15T20:19:57+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-15T20:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=23d30aa6a3dad2fb0b07f43e30013d6ba7037ebd'/>
<id>urn:sha1:23d30aa6a3dad2fb0b07f43e30013d6ba7037ebd</id>
<content type='text'>
obsolete (and mostly internal) routines to be compiled out.

We don't expect any reasonable software to stick to these interfaces, so better
clean up the view and unifdef -DNO_ASN1_OLD.

The astute reader will notice the existence of NO_OLD_ASN1 which serves a
similar purpose, but is more entangled. Its time will come, soon.
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2012-10-13T21:25:14+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=942650cdef05a877200cb7aff3a075935a5fd0cd'/>
<id>urn:sha1:942650cdef05a877200cb7aff3a075935a5fd0cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolve conflicts</title>
<updated>2008-09-06T12:17:54+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2008-09-06T12:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6b62d1fdd8a4fd35acfcc0c4bb1bf8b757fa8cda'/>
<id>urn:sha1:6b62d1fdd8a4fd35acfcc0c4bb1bf8b757fa8cda</id>
<content type='text'>
</content>
</entry>
</feed>
