Don't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post-handshake messages
[openssl.git] / .github / PULL_REQUEST_TEMPLATE.md
1 <!--
2 Thank you for your pull request. Please review these requirements:
3
4 Contributors guide: https://github.com/openssl/openssl/blob/master/CONTRIBUTING
5
6 Other than that, provide a description above this comment if there isn't one already
7
8 If this fixes a github issue, make sure to have a line saying 'Fixes #XXXX' (without quotes) in the commit message.
9 -->
10
11 ##### Checklist
12 <!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
13 - [ ] documentation is added or updated
14 - [ ] tests are added or updated