Skip to content

Conversation

glyph
Copy link
Contributor

@glyph glyph commented May 19, 2015

Currently cryptography improperly defines the ssl_st structure as SSL_CTX; this is inaccurate. The typedef lines from ossl_typ.h are:

typedef struct ssl_st SSL;
typedef struct ssl_ctx_st SSL_CTX;

@reaperhulk
Copy link
Member

add to whitelist

@reaperhulk
Copy link
Member

This was a bug introduced in this commit: c4d9141

@reaperhulk reaperhulk added this to the Tenth Release milestone May 19, 2015
reaperhulk added a commit that referenced this pull request May 19, 2015
put the 'version' field into the 'SSL' struct where it belongs; make SSL_CTX opaque.
@reaperhulk reaperhulk merged commit c5db584 into pyca:master May 19, 2015
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 006d879 on glyph:correct-structs into 8b8df23 on pyca:master.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

3 participants