forked from dnlmengs/pemtrans
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1da0204
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@freddy36 Looking for a way to send a pm or create an issue but couldn't find any as this is a Fork and PM are not available in Github. Building this in Windows everything looks good apart from having to use an older openssl. But have a question regarding pemtrans for apc , the pemtrans cmd asks for a label and secret, what values do i need to use to be able to use it with apc devices.
Steps to create a p15 for a apc device would be?
pemtrans server.key server.crt server.p15 label? secret?
apcheader server.p15 server-apc.p15 1
Also makefile makes reference to a p15dump but i dont see this in the repo.
1da0204
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By any chance do you know where to obtain cryptlib 3.1.1 / do you have a copy?
1da0204
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dumped some old cryptlib releases here: https://github.com/freddy36/apc_tools/releases
If I remember correctly I've used cl341 during my tests.
1da0204
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for label/secret see the README.md
1da0204
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5345811 adds the p15dump file (unfinished work).
1da0204
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you've success using the 3.3.1 version please let us know.
My goal was to make the APC PDUs deliver two certificates (intermediate CA+PDU server certificate) and support 2048 bit keys on the first generation devices. But I wasn't successful. Not sure why I never tried it with the same cryptlib version running on the PDUs.