Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Enhancement to allow adding custom dialer #28

Open
ericejohnson opened this issue Jan 4, 2018 · 2 comments
Open

Enhancement to allow adding custom dialer #28

ericejohnson opened this issue Jan 4, 2018 · 2 comments

Comments

@ericejohnson
Copy link

My solution needs to be FIPS-140-2 compliant, which is partly done by using a Go wrap of openssl for all cryptography instead of the standard net/crypto packages.
If a method were exposed that allowed me to add an entry to the dialers map in dialer.go, then I could register a method to call the dialer of my choice.
I've done this on a local copy of srslog. Is the any interest in adding this to the public branch?

@sirsean
Copy link
Contributor

sirsean commented Jan 8, 2018

I'm curious to see it. Being able to set a custom dialer would certainly make this more flexible. I just don't want it to break backwards-compatibility or add any risk. 😄 So let's see that thing!

@ericejohnson
Copy link
Author

Including the changes as a patchset

Mechanism_to_add_a_new_dialer_at_runtime.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants