Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo in argument type, from Mario dot Andres dot Campos at gmail dot com | schwarze | 2018-08-21 | 1 | -3/+3 |
| | |||||
* | Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES to | tb | 2018-07-24 | 1 | -27/+28 |
| | | | | | | | improve readability and ease of maintenance. Positive feedback jmc Detailed suggestion & ok schwarze | ||||
* | Document tls_peer_ocsp_result() and use it in place of the non-existent | tb | 2018-07-23 | 1 | -6/+12 |
| | | | | | | | tls_peer_ocsp_result_msg() in the documentation. input & ok jsing Reads fine to jmc and makes sense to schwarze | ||||
* | Move a detail on tls_connect(3) to its documentation and be a bit more | tb | 2018-07-09 | 1 | -5/+7 |
| | | | | | | explicit about the servername argument of tls_connect_servername(3). input & ok jsing, input & ok schwarze on earlier version | ||||
* | wording tweak for tls_init() from jsing | tb | 2018-07-09 | 1 | -4/+4 |
| | | | | ok jsing, schwarze | ||||
* | Simplify and shorten the description of tls_init(3), | schwarze | 2018-07-08 | 1 | -4/+4 |
| | | | | | fixing an awkward wording noticed by tb@. OK tb@ | ||||
* | minor markup improvement: .Fa *cctx -> .Pf * Fa cctx | schwarze | 2018-05-26 | 1 | -3/+3 |
| | |||||
* | Quote .Fa arguments containing blanks. | schwarze | 2018-05-26 | 1 | -4/+4 |
| | | | | Diff from Jack Burton <jack at saosce dot com dot au>. | ||||
* | Automatically handle library initialisation for libtls. | jsing | 2018-03-19 | 1 | -3/+4 |
| | | | | | | | | | Now that we have tls_init() under pthread_once(), automatically initialise libtls from the entry point functions (tls_config(), tls_client() and tls_server()) - this makes an explicit tls_init() call no longer a requirement. ok bcook@ beck@ inoguchi@ | ||||
* | un-revert tls_init pthread_once change, now that stub is added so that ↵ | beck | 2018-03-08 | 1 | -3/+3 |
| | | | | builds work | ||||
* | backout. diff was not tested comprehensively, resulting in a broken tree. | deraadt | 2018-03-07 | 1 | -2/+2 |
| | |||||
* | Make tls_init() concurrently callable using pthread_once(). | beck | 2018-03-07 | 1 | -3/+3 |
| | | | | | | | | | | | ok jsing@ This brings pthread_once usage into libressl, which will need to get dealt with correctly in portable. This sets us up to autoinit libtls, and we will also be using pthread_once to deal with autoinit stuff in libssl and libcrypto | ||||
* | Be more specific about when the session file will be updated. | jsing | 2018-02-10 | 1 | -2/+2 |
| | |||||
* | Document functions for client-side TLS session support. | jsing | 2018-02-10 | 2 | -9/+56 |
| | |||||
* | hyphenate DER/PEM-encoded, for consistency; | jmc | 2017-10-08 | 2 | -9/+9 |
| | |||||
* | Document tls_peer_cert_chain_pem(). | jsing | 2017-10-07 | 1 | -2/+13 |
| | | | | ok beck@ | ||||
* | Document tls_config_set_dheparams(). | jsing | 2017-08-12 | 1 | -4/+13 |
| | |||||
* | Document tls_reset(). | jsing | 2017-08-12 | 1 | -2/+13 |
| | |||||
* | new sentence, new line; | jmc | 2017-08-11 | 1 | -3/+4 |
| | |||||
* | Add a tls_config_set_ecdhecurves() function to libtls, which allows the | jsing | 2017-08-10 | 1 | -6/+13 |
| | | | | | | | | | | names of the elliptic curves that may be used during client and server key exchange to be specified. This deprecates tls_config_set_ecdhecurve(), which could only be used to specify a single supported curve. ok beck@ | ||||
* | correct function name; | jmc | 2017-08-01 | 1 | -3/+3 |
| | | | | from carlos cardenas | ||||
* | Document tls_config_set_crl_file() and tls_config_set_crl_mem(). | jsing | 2017-07-06 | 1 | -3/+30 |
| | | | | Based on a diff from Jack Burton <jack at saosce dot com dot au>, thanks! | ||||
* | Be explicit about when it is safe to call tls_config_free(). | jsing | 2017-05-06 | 1 | -3/+8 |
| | | | | Discussed with beck@ | ||||
* | Document tls_unload_file(). | jsing | 2017-05-06 | 1 | -3/+14 |
| | |||||
* | tls_free(3) and tls_config_free(3) accept NULL; | schwarze | 2017-04-27 | 2 | -4/+14 |
| | | | | | patch from Matthew Martin <phy1729 at gmail dot com>, slightly tweaked by me | ||||
* | fix error in Dt; from robert klein | jmc | 2017-03-02 | 1 | -3/+3 |
| | |||||
* | spelling fix; | jmc | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | document tls_config_error(3) RETURN VALUES, improve what is said | schwarze | 2017-02-20 | 2 | -6/+59 |
| | | | | | about tls_error(3), and warn about some traps; OK jmc@ | ||||
* | tweak previous; | jmc | 2017-01-31 | 2 | -12/+8 |
| | |||||
* | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | beck | 2017-01-31 | 2 | -39/+91 |
| | | | | | | | | added associated to a keypair used for SNI, and are usable for more than just the "main" certificate. Modify httpd to use this. Bump libtls minor. ok jsing@ | ||||
* | Marko Kreen contributed significantly to the ocsp stuff for libtls | beck | 2017-01-29 | 1 | -2/+3 |
| | |||||
* | add HISTORY and AUTHORS | schwarze | 2017-01-28 | 12 | -24/+256 |
| | |||||
* | Fix Copyright notices; ok beck@ jsing@ tedu@ | schwarze | 2017-01-27 | 11 | -28/+43 |
| | |||||
* | fix Dt; | jmc | 2017-01-26 | 1 | -3/+3 |
| | |||||
* | split the tls_init(3) that had grown fat to allow healthy future growth; | schwarze | 2017-01-25 | 13 | -0/+1468 |
suggested by jsing@; "i would just chuck it in" jmc@ |