Skip to content
#

tls

Here are 71 public repositories matching this topic...

Gazza7205
Gazza7205 commented Oct 21, 2017

Simple read function for pkcs8 files - I've built something for this (in the process of.. simple as), will push for review if successful. Additional function in pem.js

Use case:
Verify/Read any pkcs8 file

Openssl steps

1.) Create a private key pair
openssl req -x509 -newkey rsa:4096 -keyout test.pem -out test.crt -days 365 -subj "/C=Test/ST=Test/L=London/O=Pemjs/OU=Pemjs/CN=Pemjs.com" -

lmangani
lmangani commented Mar 13, 2019

We're looking for brave testers to validate this tool and its approach.

Requirements

All you need is a HOMER setup alongside one of the listed platforms with a TLS socket configured and HEPjack installed and executed against the main process using libssl, ie:

nodejs hepjack.js -S my.homer.ip -P 9060 -p freeswitch

Targets

  • Sent SIP through TLS
    • Is HEPjack inter

Improve this page

Add a description, image, and links to the tls topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tls topic, visit your repo's landing page and select "manage topics."

Learn more