Home | History | Annotate | only in /src/crypto/external/bsd/openssl/dist/doc/life-cycles
Up to higher level directory
NameDateSize
cipher.dot07-May-20233.3K
digest.dot07-May-20231.5K
kdf.dot07-May-2023618
lifecycles.ods07-May-202316.6K
mac.dot07-May-20231.1K
Makefile07-May-2023555
pkey.dot07-May-20232.7K
rand.dot07-May-2023710
README.md07-May-2023709

README.md

      1 Algorithm Life-Cycle Diagrams
      2 =============================
      3 
      4 This directory contains the algorithm life-cycle diagram sources.
      5 
      6 The canonical life-cycles are in the spreadsheet.
      7 
      8 The various .dot files are graph descriptions for the
      9 [GraphViz](https://www.graphviz.org/) tool.  These omit edges and should
     10 be used for guidance only.
     11 
     12 To generate the rendered images, you need to install the following packages:
     13 
     14     sudo apt install graphviz cpanminus
     15     sudo cpanm Graph::Easy
     16 
     17 Running `make` will produce a number of `.txt` and `.png` files.
     18 These are the rendered `.dot` files.  The `.txt` files require
     19 additional editing before they can be added to the manual pages in
     20 `internal/man7/life_cycle-*.pod`.
     21