Skip to content

Complete SSL API #12

Description

@tesneddon

Complete SSL API by adding in the following routines:

  • NETLIB_SSL_GET_SSL -- this returns the SSL * that is being used by the SSL socket. Indicate in the manual that it is perfectly legitimate to mess around with the SSL *. However, if the BIO is changed then don't come running.
  • NETLIB_SSL_GET_CIPHER -- this returns the cipher in use for the current connection.
  • NETLIB_SSL_GET_CIPHET_LIST -- returns the list of ciphers available on this connection.

There may be others. However, for now that is enough to get MX STARTTLS support off the ground. Depending on when further additions are necessary, we might wait until a V3.1 release.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions