nil pointer panic if no config.DataDictionary specified
Created by: babaev
Currently you can create Initiator instance without providing config.DataDictionary option. However as soon as first non-admin message arrives session.verify panics with "nil pointer dereference" error.
Should config.DataDictionary option be mandatory? Or should there be an always-ok validator if no config.DataDictionary option is provided?