-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can rfc3161ng be used to validate timestamp generated by openssl ts? #15
Comments
Here is an example to show what I try to do:
|
Is this a hard problem? I would be happy to help test different approaches, if I had any idea how to move forward. |
@petterreinholdtsen sorry for the late reply. I'm busy with other projects at the moment. So I'm afraid I'm sorry that this does not really helps you in any way... |
I'm interested in merging rfc3161ng upstream, did you ever contact me before for this (just discovered your fork today, someone asked me for help on it) and I forgot ? I will certainly move the repository to github. |
@bdauvergne not sure, it's been a long time ;-) More then happy to help merging it back upstream and deprecating rfc3161ng since it's going stale as well. |
I think I have no more time than you to work on it, but at least there will only be one reference on pypi and people will not have to choose (It's possible that I'll take the time next year to try to move from pyasn1 dependency to asn1crypto which already implement TSP ASN.1 grammars). |
Any chance for you two to pick up the pieces and try to merge the code base into one great library? |
I see there have been no commits in https://dev.entrouvert.org/projects/python-rfc3161/repository How does it sound if we do:
|
[trbs]
How does it sound if we do:
Any activity and consolidation sound good to me, but I am not the one
doing the work, so I guess I do not have a say here. :)
…--
Happy hacking
Petter Reinholdtsen
|
Any news with consolidating the two implementations? Will the new
edition be backwards compatible with both?
I would be happy to upload a updated version to Debian.
--
Happy hacking
Petter Reinholdtsen
|
Hi,
Thank you very much for documenting how to save timestamps that can be validated by openssl ts. I wonder, is it possible to use this library to go the other way, ie validate timestamps generated by openssl ts? I've tried decoding them using pyasn1.codec.der.decoder.decode(), but check() refuses the resulting stamp. :(
The text was updated successfully, but these errors were encountered: