<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/scripts, branch master</title>
<subtitle>tteras' strongSwan tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/'/>
<entry>
<title>private-key: Add optional parameters argument to sign() method</title>
<updated>2017-11-08T15:48:10+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-09-19T15:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=de280c2e031730dc3c2ddcc291b1db5ee61a97d9'/>
<id>de280c2e031730dc3c2ddcc291b1db5ee61a97d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>public-key: Add optional parameters argument to verify() method</title>
<updated>2017-11-08T15:48:10+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-09-19T15:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=a413571f3bd9c94db02d8a3c026e87d57f5d120a'/>
<id>a413571f3bd9c94db02d8a3c026e87d57f5d120a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: Add -d option to oid2der to decode DER encoded OIDs</title>
<updated>2017-11-02T09:02:26+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-10-18T14:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=08e24016539766fc553f5bf82e9ab75ba41b2b8f'/>
<id>08e24016539766fc553f5bf82e9ab75ba41b2b8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: Use the same ASAN_OPTIONS as used by OSS-Fuzz</title>
<updated>2017-08-15T08:35:20+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-05-30T17:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=7421884da1b07d5e4f408156f1d88a9204c7036a'/>
<id>7421884da1b07d5e4f408156f1d88a9204c7036a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: Run fuzz targets</title>
<updated>2017-08-15T08:35:20+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-05-30T16:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=1ce2721d901dcd5f9f21d5e4aea2e96eb8288c2f'/>
<id>1ce2721d901dcd5f9f21d5e4aea2e96eb8288c2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>appveyor: Build against OpenSSL</title>
<updated>2017-07-28T09:23:23+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-07-28T08:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=096626286abf6bc73755d1cc352a672be90f6934'/>
<id>096626286abf6bc73755d1cc352a672be90f6934</id>
<content type='text'>
This is mainly for the RNG needed for the exchange tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is mainly for the RNG needed for the exchange tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>appveyor: Run tests on AppVeyor Windows containers</title>
<updated>2017-07-28T09:18:17+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-07-19T10:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=6eb7dd11ecf6c713f9d31bf3799635475bd77ecf'/>
<id>6eb7dd11ecf6c713f9d31bf3799635475bd77ecf</id>
<content type='text'>
We can't enable leak detective as it is so slow then that we run into a
timeout (60 minutes).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't enable leak detective as it is so slow then that we run into a
timeout (60 minutes).
</pre>
</div>
</content>
</entry>
<entry>
<title>fuzz: Add fuzzing boilerplate</title>
<updated>2017-05-23T16:29:11+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-03-08T10:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=157742be7deb5e5e12d962b20907b8e2e7733ac6'/>
<id>157742be7deb5e5e12d962b20907b8e2e7733ac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: aikpub2 was removed, no need to disable it anymore</title>
<updated>2017-03-23T17:29:18+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-03-23T09:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=93700d93fa4afaf28c9fe6e9d948ba13edfc8e79'/>
<id>93700d93fa4afaf28c9fe6e9d948ba13edfc8e79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: Build Windows-specific plugins</title>
<updated>2017-03-23T17:29:18+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-03-22T17:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=23c05d86dedb8da492651827c515428691d0d3eb'/>
<id>23c05d86dedb8da492651827c515428691d0d3eb</id>
<content type='text'>
The plugins can only be built on x64 as the MinGW headers on Ubuntu 12.04,
which we have to use for x86 due to another issue with MinGW, are too old.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The plugins can only be built on x64 as the MinGW headers on Ubuntu 12.04,
which we have to use for x86 due to another issue with MinGW, are too old.
</pre>
</div>
</content>
</entry>
</feed>
