Adding or make functional OpenSSL compat APIs - #11363
Open
SparkiDev wants to merge 1 commit into
Open
Conversation
SparkiDev
force-pushed
the
openssl_compat_api
branch
from
September 3, 2026 06:40
8572032 to
02083fd
Compare
|
SparkiDev
force-pushed
the
openssl_compat_api
branch
4 times, most recently
from
September 4, 2026 04:07
3857c52 to
1ead3c0
Compare
Contributor
Author
|
Jenkins: retest this please |
wolfSSL-Fenrir-bot
requested changes
Sep 4, 2026
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #11363
Scan targets checked: wolfcrypt-bugs, wolfcrypt-rs-bugs, wolfcrypt-src, wolfssl-bugs, wolfssl-src
Findings: 5
5 finding(s) posted as inline comments (see file-level comments below)
This review was generated automatically by Fenrir. Reported findings require changes before merge.
X509_check_purpose SSL_CTX_set0_tmp_dh_pey SSL_get1_peer_certificate EVP_AES_*_wrap, EVP_AES_*_wrap_pad EVP_PKEY_get_raw_private_key, EVP_PKEY_get_raw_public_key OCSP_crl_reason_str X509_get_default_cert_dir, X509_get_default_cert_dir_env X509_get_default_cert_file_dir SSL_add_dir_cert_subjects_to_stack, SSL_add_file_cert_subjects_to_stack EVP_md_null SSL_CTX_get_ciphers SSL_CTX_set_client_hello_cb, SSL_client_hello_get0_ext i2a_ASN1_STRING SSL_CTX_load_verify_file, SSL_CTX_load_verify_dir
SparkiDev
force-pushed
the
openssl_compat_api
branch
from
September 4, 2026 12:17
1ead3c0 to
84bb3a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
X509_check_purpose
SSL_CTX_set0_tmp_dh_pey
SSL_get1_peer_certificate
EVP_AES_wrap, EVP_AES_wrap_pad
EVP_PKEY_get_raw_private_key, EVP_PKEY_get_raw_public_key OCSP_crl_reason_str
X509_get_default_cert_dir, X509_get_default_cert_dir_env X509_get_default_cert_file_dir
SSL_add_dir_cert_subjects_to_stack, SSL_add_file_cert_subjects_to_stack EVP_md_null
SSL_CTX_get_ciphers
SSL_CTX_set_client_hello_cb, SSL_client_hello_get0_ext i2a_ASN1_STRING
SSL_CTX_load_verify_file, SSL_CTX_load_verify_dir
Testing
Regression tested TLS and OpenSSL API configurations.