openssl/doc/life-cycles
2021-04-16 17:59:25 +10:00
..
cipher.dot doc: add life-cycle source files 2021-03-26 18:21:36 +10:00
digest.dot doc: add life-cycle source files 2021-03-26 18:21:36 +10:00
kdf.dot doc: add life-cycle source files 2021-03-26 18:21:36 +10:00
lifecycles.ods lifecycle: update master lifecycle transition spreadsheet fixing the ettable issue 2021-04-16 17:59:25 +10:00
mac.dot doc: add life-cycle source files 2021-03-26 18:21:36 +10:00
Makefile doc: add life-cycle source files 2021-03-26 18:21:36 +10:00
pkey.dot doc: add life-cycle source files 2021-03-26 18:21:36 +10:00
rand.dot doc: add life-cycle source files 2021-03-26 18:21:36 +10:00
README.md doc: add life-cycle source files 2021-03-26 18:21:36 +10:00

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:

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.