Skip to content

add ssl engine function - #1512

Open
guoyibiao0007 wants to merge 1 commit into
eclipse-paho:developfrom
guoyibiao0007:develop
Open

add ssl engine function#1512
guoyibiao0007 wants to merge 1 commit into
eclipse-paho:developfrom
guoyibiao0007:develop

Conversation

@guoyibiao0007

Copy link
Copy Markdown

hi, it's me, Im shawshank119. this is my another account, i want to PR the ssl engine function again.

i have fixd the #1247 comments.

My local VSCode shows that the code is aligned, but it is not aligned after submission. what can i do? or you can merge it first?

@guoyibiao0007

Copy link
Copy Markdown
Author

is anyone here? why the test is always failed, i don't think it's matter with my code. who can help me. 3ks.

Comment thread src/MQTTAsync.h
* 2 means no ssl_error_context, ssl_error_cb
* 3 means no ssl_psk_cb, ssl_psk_context, disableDefaultTrustStore
* 4 means no protos, protos_len
* 5 means no ssl engine

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

code format wrong. use TABs

Comment thread src/MQTTAsync.h
Comment thread src/MQTTAsync.h
* the client's private key.
*/
const char* privateKey;
const char* privateKey;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

code format wrong. use TABs

Comment thread src/MQTTAsync.h

/** The password to load the client's privateKey if encrypted. */
const char* privateKeyPassword;
const char* privateKeyPassword;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

code format wrong. use TABs

Comment thread src/MQTTAsync.h
const char* privateKeyPassword;

/** Key mode Only used if struct_version is >= 6.*/
enum MqttSslKeyType keyType;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

code format wrong. use TABs

Comment thread src/MQTTAsync.h
enum MqttSslKeyType keyType;

/** engineId for SSL Only used if struct_version is >= 6.*/
const char* engineId;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

code format wrong. use TABs

@jumoog

jumoog commented Aug 15, 2024

Copy link
Copy Markdown
Contributor

My local VSCode shows that the code is aligned, but it is not aligned after submission. what can i do? or you can merge it first?

You use space but this project uses TABs

@guoyibiao0007

guoyibiao0007 commented Aug 15, 2024 via email

Copy link
Copy Markdown
Author

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