<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/x509v3, branch OPENBSD_6_1_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_1_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_1_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-01-29T17:49:23+00:00</updated>
<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>Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.</title>
<updated>2017-01-21T04:44:43+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-21T04:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=42873dc5e4c10aa805dade89546299827d341356'/>
<id>urn:sha1:42873dc5e4c10aa805dade89546299827d341356</id>
<content type='text'>
No change to generated assembly excluding line numbers.
</content>
</entry>
<entry>
<title>Expand ASN1_ITEM_rptr macros - no change in preprocessor output.</title>
<updated>2016-12-30T16:19:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-30T16:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=35dfd9080d99d680c91e6b62428638e8f9582ad8'/>
<id>urn:sha1:35dfd9080d99d680c91e6b62428638e8f9582ad8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand ASN1_ITEM_ref and ASN1_ITEM_ptr macros - no change in generated</title>
<updated>2016-12-30T15:54:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-30T15:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=34bdec04311ee3fb8f658406df37d4da910d1630'/>
<id>urn:sha1:34bdec04311ee3fb8f658406df37d4da910d1630</id>
<content type='text'>
assembly. Of particular interest is ASN1_ITEM_ptr which does nothing
and resulted in code like:

  if (method-&gt;it)
    ASN1_ITEM_free(..., ASN1_ITEM_ptr(method-&gt;it));
</content>
</entry>
<entry>
<title>Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been</title>
<updated>2016-12-27T16:05:57+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-27T16:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0bde81f3db44da2391092cc43925c8351096c73c'/>
<id>urn:sha1:0bde81f3db44da2391092cc43925c8351096c73c</id>
<content type='text'>
nothing but markers for utils/mkstack.pl... and we removed the code that
generated more macros from these markers in 2014.
</content>
</entry>
<entry>
<title>Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output.</title>
<updated>2016-12-27T15:37:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-27T15:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f684e32915f01b311076cf9285679defc5f41d8'/>
<id>urn:sha1:4f684e32915f01b311076cf9285679defc5f41d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly export a list of symbols from libcrypto.</title>
<updated>2016-12-21T15:49:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-21T15:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18adabd97858ed28289c9dc31e8042c515840be4'/>
<id>urn:sha1:18adabd97858ed28289c9dc31e8042c515840be4</id>
<content type='text'>
Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting
the bn_* symbols. These are documented as only being intended for internal
use, so why they were placed in a public header is beyond me...

This hides 363 previously exported symbols, most of which exist in headers
that are not installed and were never intended to be public. This also
removes a few crusty old things that should have died long ago (like
_ossl_old_des_read_pw). But don't worry... there are still 3451 symbols
exported from the library.

With input and testing from inoguchi@.

ok beck@ inoguchi@
</content>
</entry>
<entry>
<title>Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when</title>
<updated>2016-11-08T20:01:06+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2016-11-08T20:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=94666de1d9ae6600c0c05f0dfa0ba956c415534b'/>
<id>urn:sha1:94666de1d9ae6600c0c05f0dfa0ba956c415534b</id>
<content type='text'>
they don't make sense.

ok beck@
</content>
</entry>
<entry>
<title>Check BIO_new*() for failure.</title>
<updated>2016-11-05T15:21:20+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2016-11-05T15:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=19bc742a20d4c505bc890d49e01c44192e9dbeff'/>
<id>urn:sha1:19bc742a20d4c505bc890d49e01c44192e9dbeff</id>
<content type='text'>
ok beck@ jsing@
</content>
</entry>
<entry>
<title>Expand DECLARE_ASN1_.*FUNCTIONS macros.</title>
<updated>2016-09-04T17:25:27+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-09-04T17:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6b821b77472515bca3e910c34372cf3306e435dd'/>
<id>urn:sha1:6b821b77472515bca3e910c34372cf3306e435dd</id>
<content type='text'>
No change in preprocessed output, ignoring whitespace and line numbers.
</content>
</entry>
</feed>
