<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/enc.c, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-07-29T17:15:45+00:00</updated>
<entry>
<title>Drop unused conf, pem, and x509 headers, add unistd for pledge</title>
<updated>2023-07-29T17:15:45+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-07-29T17:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ac284d0a8a14d1a793bb65dfb2d65c8a87966bb0'/>
<id>urn:sha1:ac284d0a8a14d1a793bb65dfb2d65c8a87966bb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openssl enc: drop a few parens and unwrap a few lines</title>
<updated>2023-06-11T12:06:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-06-11T12:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b1b092a59045e44eb528e003ed4bce51343f5d68'/>
<id>urn:sha1:b1b092a59045e44eb528e003ed4bce51343f5d68</id>
<content type='text'>
No binary change on amd64
</content>
</entry>
<entry>
<title>openssl enc: small style fixup after ZLIB unifdef</title>
<updated>2023-06-11T11:54:44+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-06-11T11:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=301623c3a1cfc24b12e8138077f5d91d56721e38'/>
<id>urn:sha1:301623c3a1cfc24b12e8138077f5d91d56721e38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unifdef ZLIB</title>
<updated>2023-06-11T05:45:20+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-06-11T05:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=70aeb9007c8fa406651fbf1c8baee0f9dcac9fb9'/>
<id>urn:sha1:70aeb9007c8fa406651fbf1c8baee0f9dcac9fb9</id>
<content type='text'>
This is very dead code: the openssl app was never compiled with -DZLIB
after January 1, 2015.
</content>
</entry>
<entry>
<title>Rename struct ${app}_config to plain cfg</title>
<updated>2023-03-06T14:32:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-06T14:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae'/>
<id>urn:sha1:2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae</id>
<content type='text'>
All the structs are static and we need to reach into them many times.
Having a shorter name is more concise and results in less visual clutter.
It also avoids many overlong lines and we will be able to get rid of some
unfortunate line wrapping down the road.

Discussed with jsing
</content>
</entry>
<entry>
<title>openssl enc doesn't really support AEAD ciphers and XTS mode</title>
<updated>2023-03-04T21:58:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-04T21:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b73c21794f80faa33ceb135f967f84c7cff43cf5'/>
<id>urn:sha1:b73c21794f80faa33ceb135f967f84c7cff43cf5</id>
<content type='text'>
Do not display such ciphers in the usage display and error out if
they are given. As pointed out by Pauli Dale, the current situation
is confusing.

Fixes GH issues #786 and #819

ok jsing
</content>
</entry>
<entry>
<title>Remove the legacy interactive mode from openssl(1).</title>
<updated>2022-11-11T17:07:39+00:00</updated>
<author>
<name>joshua</name>
<email></email>
</author>
<published>2022-11-11T17:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=273d9e16fc9e481283c2b2302b348e4863e29f28'/>
<id>urn:sha1:273d9e16fc9e481283c2b2302b348e4863e29f28</id>
<content type='text'>
This removes the legacy interactive mode from openssl(1) since it is
rarely used, complicates the code, and has also been removed from
OpenSSL in version 3.x.x.

ok tb@ jsing@
</content>
</entry>
<entry>
<title>Simple conversion to opaque EVP_CIPHER.</title>
<updated>2021-12-07T20:13:15+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-12-07T20:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f52c22bf030e078e7ed33f1827965ea6556196f1'/>
<id>urn:sha1:f52c22bf030e078e7ed33f1827965ea6556196f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove superfluous comment</title>
<updated>2019-07-25T11:42:12+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2019-07-25T11:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49500d215d793d0fb24355c7c4a6fc91119ae5cb'/>
<id>urn:sha1:49500d215d793d0fb24355c7c4a6fc91119ae5cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zero tmpkeyiv buffer after use when encrypting</title>
<updated>2019-07-25T11:41:03+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2019-07-25T11:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4796d1832e50d90919334cc54535f8cf7de5198b'/>
<id>urn:sha1:4796d1832e50d90919334cc54535f8cf7de5198b</id>
<content type='text'>
from Steven Roberts
</content>
</entry>
</feed>
