Opened 11 years ago
Closed 11 years ago
#302 closed Bug / Defect (fixed)
[PATCH] Extended x509-track to allow SHA1 certificate hash to be extracted
Reported by: | Samuli Seppänen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Generic / unclassified | Version: | OpenVPN git master branch (Community Ed) |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | |
Cc: | james@… |
Description
James Yonan provided a patch that was included in his 2.1-based SVN tree, but is not yet in 2.3/master. The attached patch has been forward-ported to merge cleanly. Full patch description below:
Extended x509-track to allow SHA1 certificate hash to be extracted, e.g.: x509-track "+SHA1" will extract the SHA1 certificate hash for all certs in the client chain.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | x509-track-sha1.patch added |
---|
comment:1 Changed 11 years ago by
Just a silly question. Any reason the tls_digest_{n} variable cannot be used? That's been available since OpenVPN 2.2.
I've submitted a patch with a man page update to document this variable:
http://thread.gmane.org/gmane.network.openvpn.devel/7659
Note: See
TracTickets for help on using
tickets.
Patch: Extended x509-track to allow SHA1 certificate hash to be extracted