updated old oracle notarized URLs for pgsgV4

This commit is contained in:
themighty1
2020-10-12 17:53:23 +03:00
parent 123d96d4d0
commit 7b48ee42b5
10 changed files with 10 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -37,6 +37,7 @@ check_oracle = oracles.check_oracle
check_complete_records = socket.check_complete_records
checkCertSubjName = verifychain.checkCertSubjName
chosen_notary = oracles.oracle
computeCommitHash = tlsn.computeCommitHash
dechunk_http = utils.dechunk_http
decrypt_tls_response = tlsn.decrypt_tls_response
eq = utils.eq

View File

@@ -574,6 +574,7 @@ async function verifyNotarySig(sigDER, pkPEM, signed_data_ba){
if (typeof module !== 'undefined'){ //we are in node.js environment
module.exports={
computeCommitHash,
decrypt_tls_response,
start_audit,
verifyECParamsSig,