<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib, 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>2016-02-17T13:06:55+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'OPENBSD_5_9_BASE'.</title>
<updated>2016-02-17T13:06:55+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2016-02-17T13:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c192600fadb763f0d8645c69f309093e3709f18c'/>
<id>urn:sha1:c192600fadb763f0d8645c69f309093e3709f18c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync some root certificates with Mozilla's cert store.  ok bcook@</title>
<updated>2016-02-17T13:06:54+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2016-02-17T13:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e028a458eda039db3f8d1a098b2934bd6d466e4'/>
<id>urn:sha1:5e028a458eda039db3f8d1a098b2934bd6d466e4</id>
<content type='text'>
- Add new root certificates present in Mozilla cert store from CA
organizations who are already in cert.pem (AddTrust, Comodo, DigiCert,
Entrust, GeoTrust, USERTrust).

- Replace Startcom's root with their updated sha256 version present in
Mozilla cert store. (They maintained serial# etc so this is still valid
for existing signed certificates).

- Add two root certificates from CA not previously present:
"C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority"
"C=PL, O=Unizeto Sp. z o.o., CN=Certum CA" (the latter used by yandex.ru)

We are still listing some certificates that have been removed from
Mozilla's store (1024-bit etc) however these cannot be removed until
cert validation is improved (we don't currently accept a certificate
as valid unless the CA is at the end of a chain).
</content>
</entry>
<entry>
<title>compare pointer to NULL in example code</title>
<updated>2016-02-07T20:50:24+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2016-02-07T20:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=64550dd44c759e7be9834a688c8b91cfd3f5593a'/>
<id>urn:sha1:64550dd44c759e7be9834a688c8b91cfd3f5593a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>be more forceful about not using these.</title>
<updated>2016-02-05T18:09:19+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2016-02-05T18:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b0da4200672d59fc9ea66c08b5f36d7848ea6a37'/>
<id>urn:sha1:b0da4200672d59fc9ea66c08b5f36d7848ea6a37</id>
<content type='text'>
improvements sthen@, jmc@. okay millert@, jca@ jmc@
</content>
</entry>
<entry>
<title>Fix err(3) calls after allocation failures in examples.</title>
<updated>2016-02-05T15:09:09+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-02-05T15:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e4c0bcd220ad855573e4c0ced2e868becf4d563d'/>
<id>urn:sha1:e4c0bcd220ad855573e4c0ced2e868becf4d563d</id>
<content type='text'>
There is long-standing consensus that err(1, NULL) is the best idiom
after failure of malloc(3) and friends.
Quirk in the manual noticed by tb@.
</content>
</entry>
<entry>
<title>Sort cert.pem alphabetically, first by organisation, then by CA name</title>
<updated>2016-02-01T00:23:43+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2016-02-01T00:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=225f1ee35564ab235a59d5bd45096011a51741cd'/>
<id>urn:sha1:225f1ee35564ab235a59d5bd45096011a51741cd</id>
<content type='text'>
(CN if available, otherwise OU).

Add a comment identifying the org. Now to get an easy-to-read list
of certificates in the file you can use "grep ^[#=] cert.pem".

Prepared with https://spacehopper.org/format-pem.20160201. If you would
like to verify this commit to ensure that I didn't sneak in any other
changes, it will be easier to use the script rather than do it by hand.
</content>
</entry>
<entry>
<title>Revamp cert.pem certificate information formatting. Skip headers which</title>
<updated>2016-01-31T23:10:02+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2016-01-31T23:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0b99bfb21d223cf0ce031b1a6e7d6e7e4c0ee255'/>
<id>urn:sha1:0b99bfb21d223cf0ce031b1a6e7d6e7e4c0ee255</id>
<content type='text'>
aren't really useful (the information can be obtained by feeding the cert
into "openssl x509 -in filename -text") and add a separator between certs
showing the CA's CN or OU (similar to the display format in web browsers).
Include both SHA1 and SHA256 fingerprints for all certificates.

ok beck@ zhuk@ jung@
</content>
</entry>
<entry>
<title>Therefor -&gt; Therefore (where appropriate)</title>
<updated>2016-01-29T11:50:40+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2016-01-29T11:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e1b6a5f13ec0571bad17f6591a7490d542b32f65'/>
<id>urn:sha1:e1b6a5f13ec0571bad17f6591a7490d542b32f65</id>
<content type='text'>
from ray@, ok jmc@
</content>
</entry>
<entry>
<title>deprecate SSL_OP_SINGLE_DH_USE</title>
<updated>2016-01-27T02:06:16+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-01-27T02:06:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e2e517f4c81621a7346f82a2064c31e7066f1198'/>
<id>urn:sha1:e2e517f4c81621a7346f82a2064c31e7066f1198</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Don't crash dumping malloc stats if malloc_init hasn't been called, noted by</title>
<updated>2016-01-26T15:44:28+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2016-01-26T15:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7dd2931bc4345541724ce4f62b54914fbc4e0274'/>
<id>urn:sha1:7dd2931bc4345541724ce4f62b54914fbc4e0274</id>
<content type='text'>
David CARLIER
</content>
</entry>
</feed>
