<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/asn1, branch OPENBSD_5_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-12-28T14:18:38+00:00</updated>
<entry>
<title>initialize pointer to avoid undefined free on failure</title>
<updated>2015-12-28T14:18:38+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-12-28T14:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5bf29cb43d200f029aee6412210176a088b66b2c'/>
<id>urn:sha1:5bf29cb43d200f029aee6412210176a088b66b2c</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>Add explicit LL suffixes to the numerical constants which do not fit in 32 bits.</title>
<updated>2015-10-30T15:52:55+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f47b4b925f4206e3dfff54c2777c243299f0e44'/>
<id>urn:sha1:8f47b4b925f4206e3dfff54c2777c243299f0e44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing initializer; spotted by coverity.</title>
<updated>2015-10-25T11:59:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-25T11:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=991aadf92bf4eaaff00372d589c1629eb1909695'/>
<id>urn:sha1:991aadf92bf4eaaff00372d589c1629eb1909695</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL</title>
<updated>2015-10-22T14:10:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-22T14:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da68d0ffcc517d0ce4f0f46a090f950062525ef1'/>
<id>urn:sha1:da68d0ffcc517d0ce4f0f46a090f950062525ef1</id>
<content type='text'>
pointer - because, you know, you might want to set a string on a NULL
object. The previous implementation apparently allowed this as a way of
testing if the string was valid... probably because the *_check() functions
are only useable after the string has already been set.
</content>
</entry>
<entry>
<title>Fix case where we wanted to test ASN1_TIME_set_string() but were testing</title>
<updated>2015-10-22T14:01:19+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-22T14:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dba45550e6e6a501d95de421da1168ea0bc574a0'/>
<id>urn:sha1:dba45550e6e6a501d95de421da1168ea0bc574a0</id>
<content type='text'>
ASN1_UTCTIME_set_string() twice instead.
</content>
</entry>
<entry>
<title>Change regress to not believe legacy times are valid</title>
<updated>2015-10-19T16:29:22+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-10-19T16:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6cd556833cd27c39fdf689334d6d48f27fe533e'/>
<id>urn:sha1:f6cd556833cd27c39fdf689334d6d48f27fe533e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add another invalid time, which is currently accepted.</title>
<updated>2015-10-02T15:35:30+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-10-02T15:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9e98e8a3921fd298877140c939a2a8521d1638b4'/>
<id>urn:sha1:9e98e8a3921fd298877140c939a2a8521d1638b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug in the regress, and be much more pedantic about what is allowed</title>
<updated>2015-09-30T14:11:22+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-09-30T14:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ee59270b8bf6a08f2cca384d16bb223bb3ef2d55'/>
<id>urn:sha1:ee59270b8bf6a08f2cca384d16bb223bb3ef2d55</id>
<content type='text'>
per RFC 5380 in an X509. RFC 5280 states that all times before 2050 must
be specified as a UTCtime, not a Generalized time, and all times after must
be a UTC time.  By extension this also means the smallest time allowed
per RFC 5280 is 500101000000Z and the largest is 99991231235959Z..
</content>
</entry>
<entry>
<title>Add an rfc5280 test suite to test x509_cmp_time.</title>
<updated>2015-09-29T04:54:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-09-29T04:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2d95bec5a5f48c4a73965c27a321d89ea569c950'/>
<id>urn:sha1:2d95bec5a5f48c4a73965c27a321d89ea569c950</id>
<content type='text'>
Note some of these will yet fail with the current libcrypto as the current
X509_cmp_time is not RFC5280 compliant
ok jsing@
</content>
</entry>
<entry>
<title>Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME.</title>
<updated>2015-09-25T17:46:32+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-25T17:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f105ff4afbfd0aef9949e96589f185db0e25995'/>
<id>urn:sha1:8f105ff4afbfd0aef9949e96589f185db0e25995</id>
<content type='text'>
</content>
</entry>
</feed>
