Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS: CRL+CA list refresh MI command added to tlsops #708

Closed
wants to merge 2 commits into from

Conversation

ph4r05
Copy link
Contributor

@ph4r05 ph4r05 commented Nov 26, 2015

TLS subsystem (TLS engine + tlsops module) was extended with functions to reload CA + CRL lists on-the-fly for all configured domains.

TLSOPS module was extended to provide a new MI command "refresh_crl_ca", calling refresh of CRL and CA files. New connections will be validated with the newly loaded CA + CRLs.

Previously, OpenSIPS does not reload CA list when running. The same holds for CRL in 2.x branch.

Reloading CRL is of high importance as OpenSIPS can be running several weeks/months without being restarted. If TLS with client certificates is used it is crucial to periodically refresh CRL files and to reload them by OpenSIPS without need to restart it.

@ph4r05 ph4r05 changed the title CRL+CA refresh MI command TLS CRL+CA list refresh MI command Dec 1, 2015
@ph4r05 ph4r05 changed the title TLS CRL+CA list refresh MI command TLS CRL+CA list refresh MI command added to tlsops Dec 1, 2015
@ph4r05 ph4r05 changed the title TLS CRL+CA list refresh MI command added to tlsops TLS: CRL+CA list refresh MI command added to tlsops Dec 1, 2015
@ph4r05
Copy link
Contributor Author

ph4r05 commented Dec 3, 2015

as new features are not accepted to 1.11 branch, should I do the same changes also on 2.x branch? Will it be accepted then?

@bogdan-iancu
Copy link
Member

see #709

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

Successfully merging this pull request may close these issues.

None yet

2 participants