~singpolyma/biboumi

dd129366575f371bcec51b7303bfb273d6edc8a2 — louiz’ 6 years ago 3699463
Do not require revocation info for a certificate to be valid

If anyone has any reason to believe this is a bad idea, please let me know.
1 files changed, 4 insertions(+), 0 deletions(-)

M louloulibs/network/tcp_socket_handler.hpp
M louloulibs/network/tcp_socket_handler.hpp => louloulibs/network/tcp_socket_handler.hpp +4 -0
@@ 32,6 32,10 @@ public:
  {
    return true;
  }
  bool require_cert_revocation_info() const override
  {
    return false;
  }
# endif
};