Add the ability to configure anti-replay via SSL_CONF
authorMatt Caswell <matt@openssl.org>
Fri, 15 Jun 2018 13:55:06 +0000 (14:55 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 2 Jul 2018 14:06:12 +0000 (15:06 +0100)
commit3bb5e5b09e32defefda2b61087c113203005ffa0
tree47b35b54cfc423ea594f73cf603e24844e78ff96
parent5a42141565a4074167b006e7a28a822176b40f86
Add the ability to configure anti-replay via SSL_CONF

This also adds the ability to control this through s_server

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6469)
apps/s_server.c
doc/man1/s_server.pod
doc/man3/SSL_CONF_cmd.pod
ssl/ssl_conf.c
test/sslapitest.c