Skip to content

The SSL_ERROR_SSL is not handled gracefully #42

Open
@NicoleYarroch

Description

@NicoleYarroch

Bug Report

If a SSL_ERROR_SSL error is returned during a read/write action it means that a non-recoverable, fatal error in the SSL library occurred.

The OpenSSL documentation says:

If this error occurs then no further I/O operations should be performed on the connection and SSL_shutdown() must not be called.

Currently the library does not handle this error at all.

OS & Version Information
  • SDL Security iOS Version: 1.0
  • SDL iOS Version: n/a
  • iOS Version: n/a
  • Testing Against: n/a

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions