openssl/doc/life-cycles
Pauli 57cd10dd1e doc: remove end of line whitespace
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/16641)
2021-09-22 16:22:50 +10:00
..
cipher.dot doc: improve the cipher life cycle diagram 2021-06-08 18:55:32 +10:00
digest.dot doc: remove end of line whitespace 2021-09-22 16:22:50 +10:00
kdf.dot doc: remove end of line whitespace 2021-09-22 16:22:50 +10:00
lifecycles.ods life-cycles: update digest state table 2021-06-08 18:55:32 +10:00
mac.dot doc: remove end of line whitespace 2021-09-22 16:22:50 +10:00
Makefile
pkey.dot doc: update Graphviz images to have a transparent background 2021-06-06 10:26:03 +10:00
rand.dot doc: remove end of line whitespace 2021-09-22 16:22:50 +10:00
README.md Fix issues found by md-nits 2021-05-28 11:14:46 +02:00

Algorithm Life-Cycle Diagrams

This directory contains the algorithm life-cycle diagram sources.

The canonical life-cycles are in the spreadsheet.

The various .dot files are graph descriptions for the GraphViz tool. These omit edges and should be used for guidance only.

To generate the rendered images, you need to install the following packages:

sudo apt install graphviz cpanminus
sudo cpanm Graph::Easy

Running make will produce a number of .txt and .png files. These are the rendered .dot files. The .txt files require additional editing before they can be added to the manual pages in internal/man7/life_cycle-*.pod.