Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-17 | Simplify SSL method lookups. | jsing | 5 | -66/+44 | |
There are three places where we call tls1_get_{client,server}_method() and if that returns NULL, call dtls1_get_{client,server}_method(). Simplify this by combining the lookup into a single function. While here also use uint16_t for version types. ok inoguchi@ millert@ | |||||
2020-09-17 | Add a comment saying that the public function NAME_CONSTRAINTS_check(3) | schwarze | 1 | -2/+5 | |
is intentionally undocumented and needs to be deprecated. No change of the formatted text. | |||||
2020-09-17 | Install the new page SSL_set1_host(3), link to it from relevant places, | schwarze | 6 | -22/+31 | |
and add two other .Xrs that might help readers find their way. Update the merge notices of all files touched and merge a few trivial changes from the OpenSSL 1.1.1 branch. OK tb@ |