CodingMarkus
CodingMarkus
There's also no tag for 0.5.3.
In case some else cares as well and cannot wait for the tagging: 0.5.3 is 9c5a7ac343c0b4a1b0c2b7bbd4cc3cb1c20e6c98 0.6.0 is 18eaf59c9c9718850c63e1c82ba933e09224d3dd
Our application has always verified server certificates before allowing a TLS handshake to continue but it must use an external verification system. That's why we set `MBEDTLS_SSL_VERIFY_NONE` even as a...
> I do note that the current certificate verification callback is insufficient. Would you like me to create an enhancement request for that? Currently we use `mbedtls_ssl_conf_verify()` and if the...
Is there any specific reason for not supporting configure/make with Emcripten? With an older version of LibreSSL, I was able to make that work with just few tiny adoptions, see...
Okay, here's an updated commit that should add emscripten support via autoconf: https://github.com/libressl/portable/commit/d3fe9139fb70290a28e98964437dc56d5188139f Since there is no support for `wasm32`/`asmjs` in OpenBSD (e.g. missing from `openbsd/src/lib/libcrypto/arch`), the `i386` files are...
I made another small fix to ensure that .wasm and .js files are also cleaned on `make clean`. https://github.com/libressl/portable/commit/fb8c8b5290cda3b770d0ac419cefafaf151508c7 I'm still waiting for feedback, so I know if it's worth...
`fontWeigth` does work for me, it makes my comments bold, but `fontStyle` is indeed totally ignored.
Don't use Apple's Ruby at all. Install MacPorts: https://www.macports.org/install.php Then open a Terminal: sudo port install ruby32 sudo /opt/local/bin/gem install cocoapods There's now a `/opt/local/bin/pod` for you. Once MacPorts is...
> because I'm working on a swift-C++ mixed project. Instead of [sswg.swift-lang](https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang), which is deprecated anyway and won't receive further updates anymore, install the replacement [swiftlang.swift-vscode](https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode). Then open the settings...