diff options
author | lloyd <[email protected]> | 2014-01-10 23:07:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-10 23:07:16 +0000 |
commit | ad6555f522ae16f6284e8dafa02f630b88bcf289 (patch) | |
tree | bd63c51dbeab75eb0f90c72589bc922141237056 /doc/manual/contents.rst | |
parent | 6894dca64c04936d07048c0e8cbf7e25858548c3 (diff) |
Split up docs into the reference manual, the website, and everything else.
Add `website` target to makefile.
Some progress towards fixing minimized builds.
TLS now hard requires ECDSA and GCM since otherwise a minimized build
has only insecure options.
Remove boost_thread dependency in command line tool
Diffstat (limited to 'doc/manual/contents.rst')
-rw-r--r-- | doc/manual/contents.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/manual/contents.rst b/doc/manual/contents.rst new file mode 100644 index 000000000..598510578 --- /dev/null +++ b/doc/manual/contents.rst @@ -0,0 +1,28 @@ + +Contents +======================================== + +.. toctree:: + + index + building + firststep + secmem + rng + filters + pubkey + x509 + ocsp + tls + credentials_manager + aead + bigint + lowlevel + kdf + pbkdf + passhash + cryptobox + srp + fpe + versions + python |