Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document EVP_sm3(3) and EVP_whirlpool(3), loosely based on the | schwarze | 2019-08-25 | 1 | -3/+5 |
| | | | | OpenSSL 1.1.1 pages, which are still under a free license | ||||
* | add links back to crypto(3) to function group entry pages | schwarze | 2019-06-10 | 1 | -2/+3 |
| | | | | | and to isolated obsolete pages; OK bcook@ jmc@ | ||||
* | link to EVP_EncodeInit(3), which was the only missing child page | schwarze | 2019-06-07 | 1 | -1/+6 |
| | |||||
* | remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3) | schwarze | 2019-06-07 | 1 | -7/+3 |
| | |||||
* | import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1, | schwarze | 2019-03-21 | 1 | -1/+2 |
| | | | | still under a free license, tweaked by me | ||||
* | Split EVP_rc4(3) out of EVP_EncryptInit(3) to reduce clutter. | schwarze | 2019-03-21 | 1 | -1/+2 |
| | | | | | | The algorithm is insecure and yet its description would spread over three paragraphs in the cipher list, including remarkable advice like using a 40 bit key length. | ||||
* | Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter: | schwarze | 2019-03-21 | 1 | -2/+3 |
| | | | | | this moves a large number of functions out of the way that are no longer the latest and greatest. Also mention a few that were missing. | ||||
* | Split EVP_aes_128_cbc(3) out of EVP_EncryptInit(3): | schwarze | 2019-03-18 | 1 | -1/+2 |
| | | | | | | | | | | | | both resulting pages are still long. Mention a number of missing functions. Add some text from the OpenSSL 1.1.1 EVP_aes.pod manual page, which is still under a free license. Add missing HISTORY information. Triggered by tb@ providing EVP_aes_{128,192,256}_wrap(3) in evp.h rev. 1.74. | ||||
* | Document SM4; related to evp.h rev. 1.73. | schwarze | 2019-03-18 | 1 | -2/+3 |
| | |||||
* | link to ENGINE_register_RSA(3) rather than engine(3) | schwarze | 2018-04-18 | 1 | -8/+7 |
| | |||||
* | Copyright and license | schwarze | 2016-12-06 | 1 | -2/+53 |
| | |||||
* | various cleanup; | jmc | 2016-11-21 | 1 | -4/+4 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert EVP manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -0/+151 |