Hi, I have been trying to have ssl3_send_alert() send a warning alert without terminating my TLS session, but with no luck. I tried setting "al" to different values defined in tls1.h, and having "SSL3_AL_WARNING" instead OF "SSL3_AL_FATAL" but I still get the session terminated.
I appreciate if you can share a working example or point me to somewhere in the code where I can change the default behavior. This is for testing purposes only. Thanks, Nadhem