CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2014/06/27 22:39:41
Modified files: lib/libssl/src/apps: apps.c asn1pars.c ca.c dsaparam.c ocsp.c prime.c req.c s_client.c s_server.c s_socket.c s_time.c speed.c x509.c Log message: Use strtonum() instead of atoi(), and then impose what are we think are the current range checks. Help from millert and lteo. Please test now that it is deployed and let us know if any numbers are off.. ok lteo