Skip to content

Add SSL_CTX_set_security_level functions #9523

Description

@fredericgermain

OpenSSL introduced a string restriction on usage of SSL3/TLSv1 in openssl 3.1
(openssl/openssl#19867 (comment))

To override these restrictions, we need tp switch security level to 0.

This can be done in at least two ways :

  • Use SSL_CTX_set_security_level
  • Add '@SECLEVEL=0' as a cipher

It would be nice to make SSL_CTX_set_security_level/SSL_CTX_get_security_level available as binding.

Context: work with transparent proxy on windows XP for education purpose

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stalewaiting-on-reporterIssue is waiting on a reply from the reporter. It will be automatically cloesd if there is no reply.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions