makejian
makejian
> Previous support for AES_MODE_ECB is still not returned since PR #6920 removed it. The arch types that did support it are left waiting and the crypto test all fail....
> Well, with that on top it builds locally OK. > > I removed the old one from v4.4-stable, let's try this one in CI again with main very thanks....
> Originally there was a big difficulty implementing mbedtls support, because it is so different from openssl. So I borrowed the Espressif openssl wrapper (it's also MIT) to reduce the...
@lws-team hello why precheck will show the folloing conflicts? I didn't change these code ``` LWS_VISIBLE LWS_EXTERN int > main #endif ```
@lws-team Thanks, i rebase my code and merged patch before. Please review
@lws-team Maybe I misunderstood. Let me confirm again: has this feature been merged into the main branch?
@lws-team Oh, I've seen it on the main branch. Thanks again.
> ``` > /home/sai/jobs/85984169/src/ebuild/esp-heltec-wb32/libwebsockets/lib/tls/mbedtls/wrapper/library/ssl_lib.c: In function 'SSL_CTX_new': > /home/sai/jobs/85984169/src/ebuild/esp-heltec-wb32/libwebsockets/lib/tls/mbedtls/wrapper/library/ssl_lib.c:208:25: error: 'rngctx' undeclared (first use in this function) > 208 | cert = ssl_cert_new(rngctx); > ``` > > ... did you...