<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_nss.git/test, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/'/>
<entry>
<title>Fix test for DH cipher directive</title>
<updated>2016-02-29T21:09:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2016-02-29T19:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=ae8c616ade2199ca26bd39374707d44a04be7db3'/>
<id>ae8c616ade2199ca26bd39374707d44a04be7db3</id>
<content type='text'>
Since we don't support ADH ciphers can just ignore DH-*

Note that OpenSSL defines the DH- ciphers but does not implement
them so the DH string support is there only for compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we don't support ADH ciphers can just ignore DH-*

Note that OpenSSL defines the DH- ciphers but does not implement
them so the DH string support is there only for compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Centralize the openssl ciphers flags when comparing</title>
<updated>2016-02-29T21:09:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2016-02-15T19:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=5b93aa509881c307050de41e88000c33e13080be'/>
<id>5b93aa509881c307050de41e88000c33e13080be</id>
<content type='text'>
I used to have a separate set of options when comparing the
NSS and OpenSSL ciphers. These differed between tests, sometimes
being just a difference in order. This just made the tests
hard to understand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I used to have a separate set of options when comparing the
NSS and OpenSSL ciphers. These differed between tests, sometimes
being just a difference in order. This just made the tests
hard to understand.
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic test case for DHE cipher negotiation</title>
<updated>2016-02-29T21:09:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2016-02-10T08:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=69a6b5dbb026f1bc35ae3aeeeacc9cef92da2851'/>
<id>69a6b5dbb026f1bc35ae3aeeeacc9cef92da2851</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove -DH from test strings, duplicate test, fix test</title>
<updated>2016-02-29T21:09:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2016-02-09T16:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=8271c8b782b9db7ee6d2367db71a390681663d67'/>
<id>8271c8b782b9db7ee6d2367db71a390681663d67</id>
<content type='text'>
The AESGCM test was duplicated. Remove one.

Two different tests were in test_AES_no_ECDH. I broke one out
separately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The AESGCM test was duplicated. Remove one.

Two different tests were in test_AES_no_ECDH. I broke one out
separately.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic reverse proxy test case (over Internet)</title>
<updated>2016-01-19T19:32:26+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2016-01-18T15:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=5f739e1e7565f1291fae8c2dc46d279db202accd'/>
<id>5f739e1e7565f1291fae8c2dc46d279db202accd</id>
<content type='text'>
Fetches https://www.google.com and just looks for a 200 response.

This adds implicit requirement that the test machine has Internet
access so I might have to remove this eventually, but it at
least exercises that code in a positive test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fetches https://www.google.com and just looks for a 200 response.

This adds implicit requirement that the test machine has Internet
access so I might have to remove this eventually, but it at
least exercises that code in a positive test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for colons in FakeBasicAuth user certificate</title>
<updated>2016-01-15T18:16:15+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2016-01-15T04:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=184804c82daf7fe04dfb0b0ecdc3e06be0c103c1'/>
<id>184804c82daf7fe04dfb0b0ecdc3e06be0c103c1</id>
<content type='text'>
Update gencert to do a better job parsing arguments so I can
pass in a --test flag to generate a special test-only user
certificate to test colons in the DN.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update gencert to do a better job parsing arguments so I can
pass in a --test flag to generate a special test-only user
certificate to test colons in the DN.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cipher test for ECDH+aRSA</title>
<updated>2016-01-15T18:16:15+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2015-11-18T22:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=dbc71f2ff451b35a394adb0c145ddb15edc853e6'/>
<id>dbc71f2ff451b35a394adb0c145ddb15edc853e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in valgrind in start script, create separate logs</title>
<updated>2015-10-02T20:51:57+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2015-10-02T18:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=fc91e5d5f5bd58f9dec4f7653855fd3b9bfaac81'/>
<id>fc91e5d5f5bd58f9dec4f7653855fd3b9bfaac81</id>
<content type='text'>
Use the %p option to generate separate logs for each process
with valgrind.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the %p option to generate separate logs for each process
with valgrind.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for reverse proxy SNI</title>
<updated>2015-10-02T20:51:57+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2015-10-02T15:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=242f32c7f567dcd2ee35f46c07c9ecf2adf954f6'/>
<id>242f32c7f567dcd2ee35f46c07c9ecf2adf954f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compatibility with RHEL 6.x (Apache 2.2.x and NSS 3.15.1)</title>
<updated>2015-10-02T20:51:56+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2015-10-01T00:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=979a74f6ce2e61fb607414d9ce5f39226630bab2'/>
<id>979a74f6ce2e61fb607414d9ce5f39226630bab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
