Query regarding MSG_NOSIGNAL with SSL_Write

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

We are using Openssl for establish a secure communications for both TCP/SCTP connections.

In our application it is possible that remote end forcefully disconnect the connection due to which 

SSL_Write raises a SIGPIPE which we want to suppress. Does openssl 

provide any way to set MSG_NOSIGNAL on sendmsg (Underlying TCP/IP socket layer) ?

Unfortunately we cannot use "setsockopt" with "SO_NOSIGPIPE"  as it is not supported by LINUX 

and also we are unable to stop the SIGPIPE with function call signal(SIGPIPE, SIG_IGN). 


Thanks,
Mahesh G S
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux