Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

BorringSSL Fork#2342

Open
AnDevi wants to merge5 commits intopocoproject:poco-1.10.0
base:poco-1.10.0
Choose a base branch
Loading
fromAnDevi:BoringSSLFork

Conversation

AnDevi
Copy link

Those are changes necessary to build Poco Library with BoringSSL instead of OpenSSL.
I tested that it's works on MacOs.

excitoon reacted with thumbs up emoji
Copy link
Member

@aleks-faleks-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

1.9.0 has already been released, please send this pull to 1.9.1

case EVP_CIPH_CCM_MODE:
return MODE_CCM;
//Changed for port OpenSSL -> BoringSSL
#if defined(OPENSSL_IS_BORINGSSL)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

why this?

throw NotImplementedException();
#else
std::string friendlyName;
f(pCert)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I doubt this will compile

#else

//Changed for port OpenSSL -> BoringSSL
#if defined(OPENSSL_IS_BORINGSSL)
dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), 0);
dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), 0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

no need to set dh->length here?

@obiltschnig
Copy link
Member

Please re-target pull request against poco-1.10.0 branch.

@AnDeviAnDevi changed the base branch frompoco-1.9.0 topoco-1.10.0October 23, 2019 08:37
@aleks-faleks-f added this to theUnspecified milestoneJun 21, 2022
@aleks-f
Copy link
Member

@matejk not urgent, put on TODO list

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@aleks-faleks-faleks-f requested changes

Assignees

@matejkmatejk

Labels
None yet
Projects
None yet
Milestone
Unspecified
Development

Successfully merging this pull request may close these issues.

4 participants
@AnDevi@obiltschnig@aleks-f@matejk

[8]ページ先頭

©2009-2025 Movatter.jp