Re: openssl(1): implement naccept

2021-08-29 Thread Kinichiro Inoguchi
This builds fine and works good. ok inoguchi@ I have one comment additionally what jmc@ mentioned. On Sun, Aug 29, 2021 at 01:10:56PM +0100, Jason McIntyre wrote: > On Sun, Aug 29, 2021 at 02:00:44PM +0200, Theo Buehler wrote: > > Terminate the s_server after n clients connected to it. This is >

Re: openssl(1): implement naccept

2021-08-29 Thread Jason McIntyre
On Sun, Aug 29, 2021 at 02:00:44PM +0200, Theo Buehler wrote: > Terminate the s_server after n clients connected to it. This is > occasionally useful, matches OpenSSL's behavior and should help > simplifying regress/usr.bin/openssl/x509. > hi. > Index: openssl.1 > ===

openssl(1): implement naccept

2021-08-29 Thread Theo Buehler
Terminate the s_server after n clients connected to it. This is occasionally useful, matches OpenSSL's behavior and should help simplifying regress/usr.bin/openssl/x509. Index: openssl.1 === RCS file: /cvs/src/usr.bin/openssl/openssl.