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

Move C++ SSL transport to Ice core #2048

Merged
merged 3 commits into from
Apr 16, 2024
Merged

Conversation

pepone
Copy link
Member

@pepone pepone commented Apr 15, 2024

No description provided.

@pepone pepone added this to the 3.8.0 milestone Apr 15, 2024
Copy link
Member

@externl externl left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Comment on lines 5 to 6
#ifndef ICESSL_PLUGIN_H
#define ICESSL_PLUGIN_H
Copy link
Member

Choose a reason for hiding this comment

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

The header guard should probably updated to CERTIFICATE

class OpenSSLCertificateI : public IceSSL::OpenSSL::Certificate,
public CertificateI,
public IceSSL::CertificateExtendedInfo
class OpenSSLCertificateI : public IceSSL::OpenSSL::Certificate, public CertificateI
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
class OpenSSLCertificateI : public IceSSL::OpenSSL::Certificate, public CertificateI
class OpenSSLCertificateI : public OpenSSL::Certificate, public CertificateI

{
namespace RFC2253
typedef std::list<std::pair<std::string, std::string>> RDNSeq;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
typedef std::list<std::pair<std::string, std::string>> RDNSeq;
using RDNSeq = std::list<std::pair<std::string, std::string>>;

RDNSeq rdn;
bool negate;
};
typedef std::list<RDNEntry> RDNEntrySeq;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
typedef std::list<RDNEntry> RDNEntrySeq;
using RDNEntrySeq = std::list<RDNEntry>;

@pepone
Copy link
Member Author

pepone commented Apr 16, 2024

I would fix review-comments in a follow-up PR.

@pepone pepone merged commit 428bc35 into zeroc-ice:main Apr 16, 2024
24 checks passed
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this pull request Jan 1, 2025
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