<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/cms.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>2020-01-04T14:17:55+00:00</updated>
<entry>
<title>Check CMS API return value in openssl(1) cms</title>
<updated>2020-01-04T14:17:55+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-01-04T14:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=700c85fb1ff2056f2ff74fb9caa85282357fc74f'/>
<id>urn:sha1:700c85fb1ff2056f2ff74fb9caa85282357fc74f</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>More return value check in openssl(1) cms</title>
<updated>2019-11-19T10:28:18+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-11-19T10:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b927c8bafda5c010ea09be8970798ecb83848e85'/>
<id>urn:sha1:b927c8bafda5c010ea09be8970798ecb83848e85</id>
<content type='text'>
Checking return value of sk_.*_new_null().

ok beck@ jsing@
</content>
</entry>
<entry>
<title>Remove typedef and check sk_push return value in openssl(1) cms</title>
<updated>2019-11-18T12:43:27+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-11-18T12:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9296377ec578f58a1d51cbfc276ae923d3875f8b'/>
<id>urn:sha1:9296377ec578f58a1d51cbfc276ae923d3875f8b</id>
<content type='text'>
- Remove typedef and use 'struct cms_key_param' instead
- Check return value of sk_X509_push and sk_OPENSSL_STRING_push
- Add a blank line to separate variable declarations from code

comments from jsing@
</content>
</entry>
<entry>
<title>Add -keyopt opiton to openssl(1) cms subcommand</title>
<updated>2019-11-18T11:34:41+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-11-18T11:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=51e3a318bbb89e27344cec8c4ff475ffb4a456f0'/>
<id>urn:sha1:51e3a318bbb89e27344cec8c4ff475ffb4a456f0</id>
<content type='text'>
This provides rsa_padding_mode:oaep for cms -encrypt,
and rsa_padding_mode:pss for cms -sign.

ok jsing@
</content>
</entry>
<entry>
<title>Indent labels for diffability.</title>
<updated>2019-11-04T15:34:27+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-04T15:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=57c27e949efb29996e505d1a999e7ad4e9642a95'/>
<id>urn:sha1:57c27e949efb29996e505d1a999e7ad4e9642a95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove spaces between * and variable names.</title>
<updated>2019-11-04T15:33:48+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-04T15:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=806e4553300653a04e891be62bcfd2b7e5129293'/>
<id>urn:sha1:806e4553300653a04e891be62bcfd2b7e5129293</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove explicit NULL checks before *_free() calls.</title>
<updated>2019-11-04T15:31:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-04T15:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=34e5f7177405135c8ca18b88bb46d96aa0888979'/>
<id>urn:sha1:34e5f7177405135c8ca18b88bb46d96aa0888979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Currently we need to include pem.h before cms.h...</title>
<updated>2019-11-04T15:18:45+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-04T15:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ada4db662c44195ee988d6e69d511334a1b35d3'/>
<id>urn:sha1:2ada4db662c44195ee988d6e69d511334a1b35d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove engine argument from load_cert() calls.</title>
<updated>2019-11-04T14:49:59+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-04T14:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=34d26a2bc122a418567c2b9bfc72907168e942e1'/>
<id>urn:sha1:34d26a2bc122a418567c2b9bfc72907168e942e1</id>
<content type='text'>
This was cleaned up after cms went to the attic.
</content>
</entry>
<entry>
<title>Bring openssl(1) cms back from the attic.</title>
<updated>2019-11-04T14:47:43+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-04T14:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6bf1ae808889328808f128123ee7c791f27054d9'/>
<id>urn:sha1:6bf1ae808889328808f128123ee7c791f27054d9</id>
<content type='text'>
</content>
</entry>
</feed>
