Talk:Main Page
From OpenSSLWiki
Jump to navigationJump to searchThis Main Page really needs some work. Here are some initial thoughts on an overall organization:
- Administrivia
- Site guidelines, legal and admininstrative issues.
- Reference
- This section has the automagically generated man pages from the OpenSSL git repository, and similar "man" style reference documentation
- OpenSSL Manual Pages
- API, Libcrypto API, Libssl API
- FIPS mode(), FIPS_mode_set()
- Usage (or Programming?)
- This section has discussions of practical issues in using OpenSSL
- Building from Source
- OpenSSL Overview
- Versioning
- Compilation and Installation
- EVP
- Programming techniques and example code
- Use of EVP is preferred for most applications and circumstances
- More specialized non-EVP usage
- Concepts and Theory
- Discussions of basic cryptographic theory and concepts
- Discussions of common operational issues
- Internals and Development
- This section is for internal details of primary interest to OpenSSL maintainers and power users
- Miscellanous