Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Added various SSL utility functions
Browse files Browse the repository at this point in the history
These new functions are mostly SSL type objects that converted into
ASCII strings (which much be free()'d)

- htp_sslutil_subject_tostr() : creates string from the ssl subject
- htp_sslutil_issuer_tostr()
- htp_sslutil_notbefore_tostr()
- htp_sslutil_notafter_tostr()
- htp_sslutil_sha1_tostr()
- htp_sslutil_serial_tostr()
- htp_sslutil_cipher_tostr()
- htp_sslutil_cert_tostr()
- htp_sslutil_x509_ext_tostr()
  • Loading branch information
NathanFrench committed Dec 6, 2017
1 parent 4c4eb3a commit ab190e1
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ set(LIBEVHTP_EXTERNAL_LIBS
set (LIBEVHTP_SOURCE_FILES
evhtp.c
numtoa.c
parser.c)
parser.c
sslutils.c)

if (NOT EVHTP_DISABLE_EVTHR)
list (APPEND LIBEVHTP_SOURCE_FILES thread.c)
Expand Down
Loading

0 comments on commit ab190e1

Please sign in to comment.