diff options
author | Hans Nilsson <[email protected]> | 2018-09-13 12:15:40 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-09-13 12:15:40 +0200 |
commit | 9df71f46b41e34b0be5cd561533e2b3d3948dc57 (patch) | |
tree | db88bf06418a5b7cccd467fc86697144d3397094 /lib/crypto/doc/src/specs.xml | |
parent | 6d665a8296999822e4d516343d0e21ed62e70b37 (diff) | |
parent | df39504bc6f9b106a20959b969b258db327261a5 (diff) | |
download | otp-9df71f46b41e34b0be5cd561533e2b3d3948dc57.tar.gz otp-9df71f46b41e34b0be5cd561533e2b3d3948dc57.tar.bz2 otp-9df71f46b41e34b0be5cd561533e2b3d3948dc57.zip |
Merge branch 'hans/crypto/doc/OTP-15134' into maint
* hans/crypto/doc/OTP-15134:
ssh: Use exported crypto types
public_key: Generate refman from types and specs
public_key: Rework -type and -spec Check existing specs with code and documentation and adjust. Prepare for doc generation
public_key: Setup for doc generation
public_key: Remove special type signature for one test
crypto: Add missing documentation for enable_fips_mode/1
crypto: Generate refman from types and specs and fix links in engine chapter for generated crypto module refman
crypto: Rework -type and -spec Check code and documentation and write -type/-spec or adjust existing. Prepare for doc generation
crypto: Setup for doc generation
crypto: A user's guide chapter on algorithm details Such as keylengths, blocksizes and IV lengths are hard to find otherwise
Diffstat (limited to 'lib/crypto/doc/src/specs.xml')
-rw-r--r-- | lib/crypto/doc/src/specs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/specs.xml b/lib/crypto/doc/src/specs.xml new file mode 100644 index 0000000000..66c79a906b --- /dev/null +++ b/lib/crypto/doc/src/specs.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8" ?> +<specs xmlns:xi="http://www.w3.org/2001/XInclude"> + <xi:include href="../specs/specs_crypto.xml"/> +</specs> |