summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-10-15 14:56:14 +0200
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-10-15 07:56:14 -0500
commitc3b38e54183489a9afd11ce200bdb5317fc7ab75 (patch)
tree66d1ff605fe7112187692496f3d4e5090e17d030 /doc
parentfe2a0a11b4678b3dc92c5b9cc6b06f371be970fd (diff)
downloadpyopenssl-c3b38e54183489a9afd11ce200bdb5317fc7ab75.tar.gz
Prepare 16.2.0 (#555)16.2.0
* Add empty line to CHANGELOG so extraction works * Fix a bunch of links * Prepare 16.2.0
Diffstat (limited to 'doc')
-rw-r--r--doc/api/rand.rst2
-rw-r--r--doc/api/ssl.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/rand.rst b/doc/api/rand.rst
index 9c86ae6..83aec1e 100644
--- a/doc/api/rand.rst
+++ b/doc/api/rand.rst
@@ -5,7 +5,7 @@
.. warning::
Functions from this module shouldn't be used.
- `Use urandom <http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/>`_ instead.
+ `Use urandom <https://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/>`_ instead.
.. py:module:: OpenSSL.rand
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index 0edf1ab..00cae9b 100644
--- a/doc/api/ssl.rst
+++ b/doc/api/ssl.rst
@@ -465,7 +465,7 @@ Context objects have the following methods:
Specify a callback function that will be called when offering `Next
Protocol Negotiation
- <https://technotes.googlecode.com/git/nextprotoneg.html>`_ as a server.
+ <https://tools.ietf.org/html/draft-agl-tls-nextprotoneg-03>`_ as a server.
*callback* should be the callback function. It will be invoked with one
argument, the :py:class:`Connection` instance. It should return a list of