On Fri, 2015-02-20 at 15:05 -0500, Ted Unangst wrote:
> Greg Martin wrote:
> > 
> > I'd have to say no. There are structures used but not documented and the
> > one line description of some of the functions could be open to
> > interpretation. Sample usage is never amiss in my estimation.
> 
> I'd appreciate knowing what you found missing. I know it's pretty barren as
> is, but whatever left you guessing would be a good place for me to start
> filling it out.

Addendum to my previous email - running ldconfig fixed my link issue. 

It appears that my application exits in tls_accept_socket. I accept a
connection from a browser and pass a pointer to configured tls pointer
in the first argument, the address of a tls pointer in the second and a
socket file descriptor that has been return from BSD socket accept in
the third argument. As mentioned in my previous email the compiler
reported that tls_accept_socket returns void rather then an int as in
the docs. It seems to be silently exiting rather then returning.

-Greg.

Reply via email to