summaryrefslogtreecommitdiff
path: root/src/ssl_mbedtls.cc
AgeCommit message (Collapse)Author
2023-07-18Support both mbedtls 2.x and 3.xJoel Klinghed
2023-07-18Make sure to not generate a too large serial for certificateJoel Klinghed
Could cause the set_serial call to fail.
2023-07-18Support mbedtls 3.xJoel Klinghed
2017-08-01Fix typoJoel Klinghed
2017-07-29Remove attribute(__unused__) usageJoel Klinghed
Just omitting the parameter name is more portable and less to write
2017-07-24Fix mbedtls certificate generationJoel Klinghed
And improve configure detction for mbedtls by listing other libraries
2017-04-06fixup! Add certificate support for subject alt name for mbedtlsJoel Klinghed
2017-03-30Add certificate support for subject alt name for mbedtlsJoel Klinghed
2017-03-30Generate a unique serial for each certJoel Klinghed
2017-03-28Support compiling without SSLJoel Klinghed
And prepare for other SSL implementations than mbedtls