Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes | schwarze | 2018-03-23 | 1 | -2/+3 |
| | |||||
* | crypto HISTORY up to 1.0.0; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -8/+6 |
| | |||||
* | crypto HISTORY up to 0.9.7h; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -1/+5 |
| | |||||
* | crypto HISTORY up to 0.9.7; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -5/+6 |
| | |||||
* | hmac.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -4/+6 |
| | |||||
* | In hmac.c rev. 1.13 2018/02/17 14:53:59, jsing@ provided HMAC_CTX_new(3), | schwarze | 2018-02-18 | 1 | -56/+157 |
| | | | | | | | | | | HMAC_CTX_free(3), HMAC_CTX_reset(3), and HMAC_CTX_get_md(3). Merge the documentation from OpenSSL, with many tweaks by me. Also include a few earlier improvements from OpenSSL. While here, improve the order of the functions, the description of deprecated functions, and remove a confusing warning about the behaviour of HMAC_Init(3) in historical versions of OpenSSL. | ||||
* | add missing and correct misspelled names, most in NAME sections; | schwarze | 2017-08-01 | 1 | -3/+6 |
| | | | | | found with regress/usr.bin/mandoc/db/dbm_dump; OK jmc@ | ||||
* | Remove a dangling cross reference reported by jmc@. | schwarze | 2017-01-06 | 1 | -5/+8 |
| | | | | | | I'm not convinced documenting EVP_MD_CTX_set_flags(3) would be wise. Instead, refer people to the header file to make it more obvious that they are tinkering with internals when using such flags. | ||||
* | some Vt fixes; | jmc | 2016-12-08 | 1 | -3/+3 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-11-27 | 1 | -9/+88 |
| | | | | | | Fix a typo in the NAME section. Document HMAC_CTX_copy(3), HMAC_CTX_set_flags(3), HMAC_size(3), from OpenSSL. Drop the uselesss statement that void functions do not return values. | ||||
* | various cleanup; | jmc | 2016-11-22 | 1 | -2/+5 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert HMAC and MD5 manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -0/+206 |