<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/d1_srtp.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-03-16T15:25:14+00:00</updated>
<entry>
<title>Consistently spell 'unsigned' as 'unsigned int', as style(9) seems</title>
<updated>2020-03-16T15:25:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-03-16T15:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=168e0561df78f7340b3a674c6ffe771fb5b4bbb2'/>
<id>urn:sha1:168e0561df78f7340b3a674c6ffe771fb5b4bbb2</id>
<content type='text'>
to prefer that. No binary change except in d1_srtp.c where the
generated assembly differs only in line numbers (due to a wrapped
long line) and in s3_cbc.c where there is no change in the generated
assembly.

ok inoguchi jsing
</content>
</entry>
<entry>
<title>Avoid leak: free existing SRTP connection profiles before</title>
<updated>2018-11-09T04:35:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-11-09T04:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=614d6c6f7e5bbac9e0d58a363621a63eca159e44'/>
<id>urn:sha1:614d6c6f7e5bbac9e0d58a363621a63eca159e44</id>
<content type='text'>
setting it.

From Ben L &lt;bobsayshilol () live ! co ! uk&gt;.
</content>
</entry>
<entry>
<title>Rewrite SRTP extension using CBB/CBS and the new extension framework.</title>
<updated>2017-08-27T02:58:04+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2017-08-27T02:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=306dd0800e7f4fdbc7f1f0d0610cbcf42263e6d8'/>
<id>urn:sha1:306dd0800e7f4fdbc7f1f0d0610cbcf42263e6d8</id>
<content type='text'>
input + ok beck@, jsing@
</content>
</entry>
<entry>
<title>Change SSLerror() back to taking two args, with the first one being an SSL *.</title>
<updated>2017-02-07T02:08:38+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-02-07T02:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9a5920738bea15430db1fdd138e67d9bbc3a95d3'/>
<id>urn:sha1:9a5920738bea15430db1fdd138e67d9bbc3a95d3</id>
<content type='text'>
Make a table of "function codes" which maps the internal state of the SSL *
to something like a useful name so in a typical error in the connection you
know in what sort of place in the handshake things happened. (instead of
by arcane function name).
Add SSLerrorx() for when we don't have an SSL *
ok jsing@ after us both being prodded by bluhm@ to make it not terrible
</content>
</entry>
<entry>
<title>Finish the fallout of the SSLerr-&gt;SSLerror cleanup to get rid of the ugly</title>
<updated>2017-01-26T12:16:13+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-26T12:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a141ed2bc17672028f4c648479f1cc3c598be1e9'/>
<id>urn:sha1:a141ed2bc17672028f4c648479f1cc3c598be1e9</id>
<content type='text'>
line wraps that resulted
</content>
</entry>
<entry>
<title>Send the error function codes to rot in the depths of hell where they belong</title>
<updated>2017-01-26T10:40:21+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-26T10:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a4abf558fd44464a5a48bfeb5393b01002f66c5e'/>
<id>urn:sha1:a4abf558fd44464a5a48bfeb5393b01002f66c5e</id>
<content type='text'>
We leave a single funciton code (0xFFF) to say "SSL_internal" so the public
API will not break, and we replace all internal use of the two argument
SSL_err() with the internal only SSL_error() that only takes a reason code.
ok jsing@
</content>
</entry>
<entry>
<title>sk_free() checks for NULL so do not bother doing it from the callers.</title>
<updated>2017-01-24T15:04:12+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-24T15:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a5881c323420e24efe94dede93a9f8fafc24b3b1'/>
<id>urn:sha1:a5881c323420e24efe94dede93a9f8fafc24b3b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move a large part of ssl_st into internal, so we can see what squeals.</title>
<updated>2017-01-23T06:45:30+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-23T06:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=944291c95efe2e7311da10ff3d828328ff5a0f4a'/>
<id>urn:sha1:944291c95efe2e7311da10ff3d828328ff5a0f4a</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Move most of the fields in SSL_CTX to internal - the ones that remain are</title>
<updated>2017-01-23T05:13:02+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-23T05:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4630d5542486d6e54b467c2ff4c949c001f4c5f6'/>
<id>urn:sha1:4630d5542486d6e54b467c2ff4c949c001f4c5f6</id>
<content type='text'>
known to be in use.

ok beck@
</content>
</entry>
<entry>
<title>Fix SRTP parsing.</title>
<updated>2015-07-31T00:35:06+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-07-31T00:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=76ce1efdb8be4355390c4ec7a3a6565e739bb9c3'/>
<id>urn:sha1:76ce1efdb8be4355390c4ec7a3a6565e739bb9c3</id>
<content type='text'>
jsing@ noticed that during the CBS conversion, an extra CBS_len
comparison was introduced.  It should be 0 after extracting MKI.

ok jsing@ bcook@ deraadt@
</content>
</entry>
</feed>
