Re: 5.6 DTLS support

2010-07-16 Thread Robert Story
On Thu, 15 Jul 2010 16:15:40 -0400 Daniel wrote: WD> Do I need to add the following code for initialization? WD> WD> SSL_library_init(); WD>SSL_load_error_strings(); WD>ERR_load_BIO_strings(); WD>OpenSSL_add_all_algorithms(); no, all that should be handled internally by the net-snmp l

Re: Inactive USM users still handle requests

2010-07-16 Thread Robert Story
On Tue, 13 Jul 2010 18:02:42 +0100 Lewis wrote: LAV> looking at usm_process_in_msg() in snmpusm.c [net-snmp-5.5], there does LAV> not seem to be code to specifically reject a request if the associated LAV> user does not have a row status of RS_ACTIVE. The function LAV> usm_check_secLevel() returns

RE: 5.6 DTLS support

2010-07-16 Thread Warren, Daniel
Robert, Do I need to add the following code for initialization? SSL_library_init(); SSL_load_error_strings(); ERR_load_BIO_strings(); OpenSSL_add_all_algorithms(); Dan Warren http://www.net-snmp.org/wiki/index.php/DTLS_Implementation_Notes#Initial ize_things -Original Message--