Skip to content
Snippets Groups Projects
Verified Commit c1dd09eb authored by Karel Koci's avatar Karel Koci :metal:
Browse files

configs/turris1x: disable openssl assember optimizations

On Turris 1.x it seems that some assember code is not correct and result
are failures for some domain's certificates such as google.com or
pypi.org.
parent 76a9b3e8
No related branches found
No related tags found
1 merge request!188configs/turris1x: disable openssl assember optimizations
# Disable assembler optimization
# This can be potentially removed later with some future openssl update but
# connection using TLS1.3 to pypi.org and google.com should be tested.
CONFIG_OPENSSL_WITH_ASM=n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment