<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mod_nss.git/README, 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>Document some python dependencies needed by make check</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:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=7bd75d668e7cd986759ce4649ada6160c5ff1dea'/>
<id>7bd75d668e7cd986759ce4649ada6160c5ff1dea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README with SNI information and other useful bits</title>
<updated>2015-10-02T20:51:57+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2015-10-01T18:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=1a2bbe1686bdda16ad28b65b84d4010b0dbfc862'/>
<id>1a2bbe1686bdda16ad28b65b84d4010b0dbfc862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for sqlite NSS databases</title>
<updated>2014-10-28T21:41:22+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2014-10-28T21:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=b5d1505fc81a33aa10d013efd247d00f631fc681'/>
<id>b5d1505fc81a33aa10d013efd247d00f631fc681</id>
<content type='text'>
We do a chdir() to the NSS database location so that libnssckbi.so
is available when the database is opened. Strip off a sql: prefix
if one is available. This allows the new sqlite format to work.

Add an additional test pass configuring NSS using the sqlite format.
This requires a bit of a hack to pass in the value to python but
it will work for now.

Resolves: #1057650
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do a chdir() to the NSS database location so that libnssckbi.so
is available when the database is opened. Strip off a sql: prefix
if one is available. This allows the new sqlite format to work.

Add an additional test pass configuring NSS using the sqlite format.
This requires a bit of a hack to pass in the value to python but
it will work for now.

Resolves: #1057650
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new VirtualHost for testing TLS v1.2</title>
<updated>2014-10-17T14:25:31+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2014-10-16T20:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=3a33252f4daaa39bbb77110a1f1f29a4e3ec1546'/>
<id>3a33252f4daaa39bbb77110a1f1f29a4e3ec1546</id>
<content type='text'>
Protocol is a per-server or Virtual Host setting so I added a new
VH to do TLSv1.2 testing. It isn't as configurable as I'd like
because the port is hardcoded but it'll do for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Protocol is a per-server or Virtual Host setting so I added a new
VH to do TLSv1.2 testing. It isn't as configurable as I'd like
because the port is hardcoded but it'll do for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some basic functional tests.</title>
<updated>2014-02-26T21:50:55+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2014-02-26T21:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=07c27296c2c940cb119386304ebffb4ab41f0fb9'/>
<id>07c27296c2c940cb119386304ebffb4ab41f0fb9</id>
<content type='text'>
This tests in an in-tree Apache instance using the local libmodnss.so
shared library, so no pre-installation is necessary.

The tests use python-nose and a hacked python-requests library. It is
hacked so I can obtain the negotiated cipher and protocol as well as
pass a few other things into it.

Tests right now are limited to GET requests.

A new user certificate for 'beta' was added to gencert to do pass/fail
access control testing.

The basic process of the tests are:

- run setup.sh which sets up a new instance with createinstance.sh
  and does some variable substitution.
- nosetests -v

I picture multiple test "suites" of different configurations. Right now
there is only one. A template file is provided for each suite.

Tested only on Fedora 20 right now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tests in an in-tree Apache instance using the local libmodnss.so
shared library, so no pre-installation is necessary.

The tests use python-nose and a hacked python-requests library. It is
hacked so I can obtain the negotiated cipher and protocol as well as
pass a few other things into it.

Tests right now are limited to GET requests.

A new user certificate for 'beta' was added to gencert to do pass/fail
access control testing.

The basic process of the tests are:

- run setup.sh which sets up a new instance with createinstance.sh
  and does some variable substitution.
- nosetests -v

I picture multiple test "suites" of different configurations. Right now
there is only one. A template file is provided for each suite.

Tested only on Fedora 20 right now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add short example of how to use certutil to generate a certificate</title>
<updated>2005-09-08T14:03:23+00:00</updated>
<author>
<name>rcritten</name>
<email></email>
</author>
<published>2005-09-08T14:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=800a72acfa0c9c5aaff37305cec1f1a038660074'/>
<id>800a72acfa0c9c5aaff37305cec1f1a038660074</id>
<content type='text'>
request suitable for submission to a 3rd party CA such as Verisign.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
request suitable for submission to a 3rd party CA such as Verisign.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add information about how to use built-in CA's via libnssckbi.so</title>
<updated>2005-09-06T14:52:49+00:00</updated>
<author>
<name>rcritten</name>
<email></email>
</author>
<published>2005-09-06T14:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=a1601457564fa802f8beafc6012798866cf91ac6'/>
<id>a1601457564fa802f8beafc6012798866cf91ac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more information related to gencert</title>
<updated>2005-08-03T13:38:26+00:00</updated>
<author>
<name>rcritten</name>
<email></email>
</author>
<published>2005-08-03T13:38:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=64342aaae7731e2d75217c7403f7da597bd45aee'/>
<id>64342aaae7731e2d75217c7403f7da597bd45aee</id>
<content type='text'>
Tell user's where to find more documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tell user's where to find more documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify things a bit, change directive name to match new naming scheme.</title>
<updated>2005-07-20T20:28:43+00:00</updated>
<author>
<name>rcritten</name>
<email></email>
</author>
<published>2005-07-20T20:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=feb631f3bc4a0e0300dbd075239d57cb45af04db'/>
<id>feb631f3bc4a0e0300dbd075239d57cb45af04db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial import of mod_nss</title>
<updated>2005-05-17T14:50:16+00:00</updated>
<author>
<name>rcritten</name>
<email></email>
</author>
<published>2005-05-17T14:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rcritten/public_git/mod_nss.git/commit/?id=f6ecd9df97f9bb1be9b69ae97a78eb54b6599463'/>
<id>f6ecd9df97f9bb1be9b69ae97a78eb54b6599463</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
