<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title></title></head><body><div class="elementToProof">Hey there,</div>
<div class="elementToProof"> </div>
<div class="elementToProof">I currently create a program that does a TLS handshake using ECC certificates.</div>
<div class="elementToProof">The private key is not accessible to that program so that I could load it into openssl and hence the sign step during handshake has to be offloaded to another component in the system.</div>
<div class="elementToProof">For that purpose I do not find a callback or something.<br /><br /></div>
<div class="elementToProof">What would be the correct way to achive this?<br />The way to have the data signed is non-standard, so I cannot use some standard such as PKCS11 or something.</div>
<div class="elementToProof"> </div>
<div class="elementToProof">I am glad to get just pointed to where to start with, rest I can figure out.<br /><br />Thanks!</div>
<p style="margin: 0px;"><span style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:rgb(0, 0, 0);text-decoration:none"> </span></p></body></html>