Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use type-safe wrapper for STACK_OF(SSL_CIPHERS) lookup. #394

Merged
merged 1 commit into from Sep 24, 2018

Commits on Sep 23, 2018

  1. Use type-safe wrapper for STACK_OF(SSL_CIPHERS) lookup.

    Motivation:
    
    The wrappers avoid casting and are more stable. This was mostly done in
    94d4c41, but missed a spot.
    
    Modifications:
    
    Use sk_SSL_CIPHER_value instead of casting stack types manually.
    
    Result:
    
    Less casting.
    davidben committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    200f56c View commit details
    Browse the repository at this point in the history