Skip to content

Pull in latest from master#3

Merged
MarcT512 merged 3 commits intoMarcT512:masterfrom
rbsec:master
Jul 10, 2019
Merged

Pull in latest from master#3
MarcT512 merged 3 commits intoMarcT512:masterfrom
rbsec:master

Conversation

@MarcT512
Copy link
Owner

No description provided.

rbsec and others added 3 commits June 16, 2019 14:36
* Fix use after free of ssl object.

* RFC: Additional SSL error reporting in verbose mode.

Add a function to convert SSL error codes to a string.
In addition, get the underlying error from OpenSSL and display it.

Before:
[...]
Accepted  TLSv1.0  128 bits  AES128-SHA
SSL_get_error(ssl, cipherStatus) said: 1

After:
[...]
Accepted  TLSv1.0  128 bits  AES128-SHA
SSL_get_error(ssl, cipherStatus) returned: 1 (SSL_ERROR_SSL)
[sslscan.c:testCipher@1584]:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
@MarcT512 MarcT512 marked this pull request as ready for review July 10, 2019 21:58
@MarcT512 MarcT512 merged commit c742ad6 into MarcT512:master Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants