Do you have links showing how to impliment either of these into C++ programs. I have found a couple in depth articles but these are written in C. Would it be possible to incorporate either into an Object oriented program given you dont use object classes when using the c functions?
@ new hope: OOP is a style, there is nothing stopping you from applying it to libraries intended for use in C. Doing the opposite and applying libraries that were intended for C++ in an application that is written only in C might be bad but I can't think of any examples off the top of my head.
@ OP: Keep in mind that you won't get any useful raw data out of any packets sent via https. What do you mean by "use them"? Do you mean like a MitM attack?