• Marian Triebe's avatar
    Fix unit tests with OpenSSL 1.1.0 · 96803c60
    Marian Triebe authored
    With OpenSSL 1.1.0 a security level specifier was introduced.
    By default its set to 1. Our default settings does not fulfill level 1.
    
    With this patch we don't use a specific curve anymore. OpenSSL will
    select a curve automatically. In OpenSSL 1.1.0 and higher this is
    already the default.
    
    closes #625
    96803c60
session.hpp 3 KB