Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

TLS Notary DOracle#42

Open
emmaodia wants to merge 5 commits into
iExecBlockchainComputing:masterfrom
emmaodia:tlsNotaryDOracle
Open

TLS Notary DOracle#42
emmaodia wants to merge 5 commits into
iExecBlockchainComputing:masterfrom
emmaodia:tlsNotaryDOracle

Conversation

@emmaodia

Copy link
Copy Markdown

No description provided.

@Amxx Amxx left a comment

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.

It feels like there are some unnecessary files here. For example, what is the dwolla-car-validator.js doing in this PR?

// create TLS client
var client = forge.tls.createConnection({
server: false,
caStore: /* Array of PEM-formatted certs or a CA store object */,

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.

This will cause an error.

client.handshake();

// when encrypted TLS data is received from the server, process it
client.process(encryptedBytesFromServer);

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.

where is encryptedBytesFromServer defined ?

// create TLS server
var server = forge.tls.createConnection({
server: true,
caStore: /* Array of PEM-formatted certs or a CA store object */,

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.

same comment as line 42

@Amxx Amxx left a comment

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.

You are using provable and not iExec. Not sure if you are a trool or just hoping we would not noticed...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants