Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust signatures of BIO_ctrl functions | tb | 2022-08-18 | 1 | -13/+10 |
| | | | | | | | | | | | | | | | In bio.h r1.54, the signature of BIO_callback_ctrl() was changed from bio_info_cb to BIO_info_cb. Adjust manual to reflect this change. At the moment, bio_info_cb and BIO_info_cb are still distinct types with our BIO_info_cb matching OpenSSL's definition. Historically, bio_info_cb had a different type, but that leads to issues with casting function pointers. The ecosystem has moved on to embrace the new type and several ports confuse the two types because OpenSSL decided to "solve" the issues with "typedef BIO_info_cb bio_info_cb; /* backward compatibilty */". We will align with this in the next bump. ok jsing | ||||
* | grammar fixes from Varik "The Genuine Article!!!" Valefor; | jmc | 2020-12-03 | 1 | -3/+3 |
| | |||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -4/+5 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | crypto HISTORY up to 0.9.5; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -2/+6 |
| | |||||
* | crypto HISTORY up to 0.9.4; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+7 |
| | |||||
* | crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -1/+7 |
| | |||||
* | bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -4/+10 |
| | |||||
* | bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-20 | 1 | -2/+15 |
| | |||||
* | In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functions | schwarze | 2018-02-17 | 1 | -2/+3 |
| | | | | | BIO_meth_*(). Import the documentation from OpenSSL, with extensive tweaks by me. | ||||
* | add missing and correct misspelled names, most in NAME sections; | schwarze | 2017-08-01 | 1 | -3/+4 |
| | | | | | found with regress/usr.bin/mandoc/db/dbm_dump; OK jmc@ | ||||
* | make sure that all the BIO pages point back to the master page BIO_new(3) | schwarze | 2016-12-06 | 1 | -2/+4 |
| | |||||
* | add Copyright and license, | schwarze | 2016-11-11 | 1 | -5/+53 |
| | | | | | simplify the BIO_callback_ctrl() prototype, and change .Fn to .Xr for two functions documented elsewhere | ||||
* | various cleanup; | jmc | 2016-11-07 | 1 | -21/+22 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | Add missing CVS Mdocdate tags. No text change, except for the change | schwarze | 2015-09-09 | 1 | -1/+1 |
| | | | | of date that can't be helped. | ||||
* | second batch of perlpod(1) to mdoc(7) conversion | schwarze | 2015-02-14 | 1 | -0/+264 |