<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/ssl, branch libressl-v3.2.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.2.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.2.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-07-14T18:13:22+00:00</updated>
<entry>
<title>Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.</title>
<updated>2020-07-14T18:13:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-07-14T18:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=433ca5556ec97043c86247c7a189970e68a998b3'/>
<id>urn:sha1:433ca5556ec97043c86247c7a189970e68a998b3</id>
<content type='text'>
Otherwise we end up switching to TLSv1.3 and using a TLSv1.3 cipher suite.
</content>
</entry>
<entry>
<title>Add a -tls1_2 option so we can force TLSv1.2 for testing.</title>
<updated>2020-07-14T18:11:16+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-07-14T18:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=350ea5f5e1d55fa3fa13fde2f8e301eb8a441963'/>
<id>urn:sha1:350ea5f5e1d55fa3fa13fde2f8e301eb8a441963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove temporary RSA keys/callbacks code.</title>
<updated>2020-07-07T19:42:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-07-07T19:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56a4b841969e93e17fc585709a33a6c28318f0d6'/>
<id>urn:sha1:56a4b841969e93e17fc585709a33a6c28318f0d6</id>
<content type='text'>
This was removed from libssl a very long time ago...
</content>
</entry>
<entry>
<title>Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.</title>
<updated>2020-07-07T19:41:31+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-07-07T19:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f45a55fc46ffe1493df9e49ec2d3febaf23c557b'/>
<id>urn:sha1:f45a55fc46ffe1493df9e49ec2d3febaf23c557b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revise test to handle the fact that TLSv1.3 cipher suites are now being</title>
<updated>2020-04-09T17:55:45+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-04-09T17:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=02f91bf85c93ea810a5debf412591a16e609bd61'/>
<id>urn:sha1:02f91bf85c93ea810a5debf412591a16e609bd61</id>
<content type='text'>
included in the output from `openssl ciphers`.
</content>
</entry>
<entry>
<title>Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.</title>
<updated>2020-04-09T17:27:11+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-04-09T17:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e806785eb03c3eea79c60e13b7eb743e022b13b'/>
<id>urn:sha1:5e806785eb03c3eea79c60e13b7eb743e022b13b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exitting -&gt; exiting</title>
<updated>2019-04-07T16:41:16+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-04-07T16:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27cf13864a9022c226f613ef67a6ba10261a0b63'/>
<id>urn:sha1:27cf13864a9022c226f613ef67a6ba10261a0b63</id>
<content type='text'>
From Michael Scovetta, PR #108
</content>
</entry>
<entry>
<title>Add automatic threading initialization for libcrypto.</title>
<updated>2018-11-11T06:41:28+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-11-11T06:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3c41ae7ec959c3c608931951c8655a0e1df18696'/>
<id>urn:sha1:3c41ae7ec959c3c608931951c8655a0e1df18696</id>
<content type='text'>
This implements automatic thread support initialization in libcrypto.
This does not remove any functions from the ABI, but does turn them into
no-ops. Stub implementations of pthread_mutex_(init|lock|unlock) are
provided for ramdisks.

This does not implement the new OpenSSL 1.1 thread API internally,
keeping the original CRYTPO_lock / CRYPTO_add_lock functions for library
locking. For -portable, crypto_lock.c can be reimplemented with
OS-specific primitives as needed.

ok beck@, tb@, looks sane guenther@
</content>
</entry>
<entry>
<title>Remove NPN test coverage.</title>
<updated>2017-08-12T21:05:06+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-08-12T21:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aa07f6851bbcb6c8ad4d78c02d2b5814864eaac1'/>
<id>urn:sha1:aa07f6851bbcb6c8ad4d78c02d2b5814864eaac1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Treat "ERROR in STARTUP" as an actual error, rather than failing without</title>
<updated>2017-03-04T12:53:14+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-03-04T12:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e983b79c4308f1f8bc5a0c47f199386cacbc67e2'/>
<id>urn:sha1:e983b79c4308f1f8bc5a0c47f199386cacbc67e2</id>
<content type='text'>
exiting non-zero (which has been masking a DTLS related issue). Also make
the message consistent with other errors.

Spotted by inogochi@
</content>
</entry>
</feed>
