Skip to content

Complete SSL API #12

@tesneddon

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.

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