diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-04-16 21:49:29 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-04-16 21:49:29 +0200 |
commit | f7c243564f87d60df322ea9f62c1591920f8d32b (patch) | |
tree | 39d8554ccb83722843ced80297ec3e09aece00dd /libraries/spongycastle/docs/tls/GnuTLSSetup.html | |
parent | b0c65729a98dfbd61063491a5facff2f782f56af (diff) | |
download | open-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.tar.gz open-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.tar.bz2 open-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.zip |
Use git submodules for libs, fix compilation, remove library sourcecode
Diffstat (limited to 'libraries/spongycastle/docs/tls/GnuTLSSetup.html')
-rw-r--r-- | libraries/spongycastle/docs/tls/GnuTLSSetup.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libraries/spongycastle/docs/tls/GnuTLSSetup.html b/libraries/spongycastle/docs/tls/GnuTLSSetup.html deleted file mode 100644 index 02ec634fb..000000000 --- a/libraries/spongycastle/docs/tls/GnuTLSSetup.html +++ /dev/null @@ -1,27 +0,0 @@ -<html> -<body> -<h3>Instructions for setting up a GnuTLS server for use with DTLSClientTest</h3> -<ul> -<li> Download GnuTLS from <a href="http://www.gnutls.org/download.html">http://www.gnutls.org/download.html</a></li> - -<li> Unpack to folder and add ${GNUTLS_HOME}/bin to PATH</li> - -<li> Make a working folder somewhere and copy the <a href="../../src/test/resources/org/bouncycastle/crypto/tls/test/">x509-*.pem</a> from this link to there.</li> - -<li> Go to working folder and start GnuTLS server (defaults to port 5556): -<ul> -<li>TLS: -<pre> - gnutls-serv --http --x509cafile x509-ca.pem --x509keyfile x509-server-key.pem --x509certfile x509-server.pem -</pre></li> -<li>DTLS: -<pre> - gnutls-serv --echo --udp --mtu 1500 --x509cafile x509-ca.pem --x509keyfile x509-server-key.pem --x509certfile x509-server.pem -</pre></li> -</ul> -</li> -<li> Further information in GnuTLS documentation at <a href="http://www.gnutls.org/documentation.html">http://www.gnutls.org/documentation.html</a> - see "7.2. Invoking gnutls-serv", section titled "gnutls-serv Examples" if you want to generate your own keys and certificates.</li> -</ul> -</body> -</html> |