tls/source/mbedtls.md

18 lines
295 B
Markdown

# Mbed TLS notes
Mbed TLS (previously PolarSSL) is an implementation of the TLS and SSL
protocols.
## MacOS
Homebrew formula:
```
depends_on "ca-certificates"
depends_on "mbedtls"
```
Bundle installed by the `ca-certificates` formula:
`#{HOMEBREW_PREFIX}/share/ca-certificates/cacert.pem`