Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

176
Views
Problem implementing SSL/TLS Certificate Verify Message

I am trying to implement Certificate Verify based on the RFC https://datatracker.ietf.org/doc/html/rfc5246#section-7.4.8

it states specifically, that I need to concatenate all the handshake messages prior to this moment then it should be hashed and signed by private key.

I am looking at SSL communication in the packet capture and peforming

const crypto = require('crypto')
const fs = require('fs')

let clientKey = fs.readFileSync(`endpointKey.pem`)

let raw = 'hexdump of all handshake_messages prior to this point'
let rawBuffer = Buffer.from(raw.match(/.{2}/g).map(value => {return parseInt(value, 16)})))

console.log(crypto.sign('RSA-SHA256', rawBuffer, clientKey))

and the result is different from what was calculated on the endpoint device (I am using the same private and public keys as endpoint).

Please advise, appreciate the help in advance.

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!