-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lsquic certificate size #173
Comments
Thank you for the bug report! I have reproduced the issue. It affects gQUIC versions only; IETF QUIC versions are fine. |
Thank you for your reply. So how do I use IETF QUIC? I can specify version = Q050 for google QUIC but I do not see the syntax for IETF versions. |
In |
Awesome, so what about using open quantum safe boringssl (https://github.com/open-quantum-safe/boringssl). I was trying to transfer a post-quantum algorithm cert but I get the error "[ERROR] SSL_CTX_use_PrivateKey_file failed". Am I generating the key and cert wrong or is it a transfer size limit? |
The certificate size bug will be fixed in the next release. The |
- [FEATURE] Extensible HTTP Priorities (HTTP/3 only). - [FEATURE] Add conn context to packet-out memory interface (PR #175). - [BUGFIX] gQUIC proof generation: allocate buffer big enough for signature (issue #173). - [BUGFIX] Make library thread-safe: drop use of global variables (issue #133, issue #167). - [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame. - [BUGFIX] gQUIC server: associate compressed cert with SSL_CTX, instead of keeping them in a separate hash, potentially leading to mismatches. - [BUGFIX] Stream data discard infinite loop: break on FIN. - cmake: add install target via -DCMAKE_INSTALL_PREFIX (PR #171). - Support randomized packet number to begin a connection. - Mini and full IETF connection size optimization. - http_client: specify HTTP priorities based on stream conditions.
Fixed in 2.22.0 -- closing. |
Hello, this is a question, not an issue. I am able to make successful connections with rsa2048 but with a higher bitesize, I am not able to establish a connection. Is there a size limit defined in lsquic? and if so where is it located?
Thank you
The text was updated successfully, but these errors were encountered: