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

Use current time as default start validity time for certs and permissions #211

Open
mikaelarguedas opened this issue May 7, 2020 · 0 comments

Comments

@mikaelarguedas
Copy link
Member

The validity time used is "a day before" as of #209
This is an arbitrary workaround introduced because RTI Connext (5.3.1) thinks the time extracted from the permission is "in the future".
The assumption is that connext consider the extracted time as a time in the local timezone and not UTC, while the DDS Security specification states:

<!-- Format is CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] The time zone may
be specified as Z (UTC) or (+|-)hh:mm. Time zones that aren't
specified are considered UTC.
-->
<not_before>2013-10-26T00:00:00</not_before>
<not_after>2018-10-26T22:45:30</not_after>

Implementation considerations

We attempted to make the timezone explicit but it didn't fix the issue #210

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

No branches or pull requests

1 participant