<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/ssl, branch libressl-v3.1.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.1.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-04-09T17:55:45+00:00</updated>
<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>
<entry>
<title>Remove commented out code and fix indentation of surrounding statements.</title>
<updated>2017-03-04T12:47:45+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-03-04T12:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bf016ec43dfe55728bd88e66814387d7814ce693'/>
<id>urn:sha1:bf016ec43dfe55728bd88e66814387d7814ce693</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove handling for SSLv2.</title>
<updated>2017-03-04T12:43:38+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-03-04T12:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=053a86c399d64e183d100c5afde34a193a3581f1'/>
<id>urn:sha1:053a86c399d64e183d100c5afde34a193a3581f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use prime256v1 for tests unless otherwise specified.</title>
<updated>2017-01-24T06:45:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-24T06:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b3e7077e506a654d0c74fe56dc42ca53b6ca9f68'/>
<id>urn:sha1:b3e7077e506a654d0c74fe56dc42ca53b6ca9f68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check if openssl(1) actually works before proceeding</title>
<updated>2015-09-27T18:20:18+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2015-09-27T18:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=517edd4aef01b023f59cf9b4ca4b8d1c7f226426'/>
<id>urn:sha1:517edd4aef01b023f59cf9b4ca4b8d1c7f226426</id>
<content type='text'>
It was possible for this test to pass even if the openssl command itself was
missing.
</content>
</entry>
</feed>
