Skip to content

TLS Notary DOracle#42

Open
emmaodia wants to merge 5 commits intoiExecBlockchainComputing:masterfrom
emmaodia:tlsNotaryDOracle
Open

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

Conversation

@emmaodia
Copy link

No description provided.

Copy link
Contributor

@Amxx Amxx left a comment

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
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
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
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

Copy link
Contributor

@Amxx Amxx left a comment

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 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