Skip to content

Documentation example showing a TLS client needed #70

@ianpartridge

Description

@ianpartridge

It's possible to use BlueSSLService and BlueSocket to write a client socket that talks over TLS.

To do this you create a BlueSSLService.Configuration() passing no parameters, then create an SSLService from that, then set your socket's delegate and call connect().

It would be good to have an example in the README showing this. Currently, although it's mentioned, all the code samples involve using BlueSSLService.Configuration to load a certificate from disk.

It would be nice to have a simple example showing how BlueSSLService can be used to create a TLS client socket.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions