-
Notifications
You must be signed in to change notification settings - Fork 790
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
0.8.x and beyond roadmap/TODO #203
Comments
UPDATE: the old targeted 0.7.x has been pushed to 0.8.x. We will be releasing 0.7.x with fixes to the build system instead of fixes to buffers, etc.It's looking like 0.7.0 will focus primarily on 1, 2, 12, and 13. Versions 0.7.x may see incremental support for new features as they come along (eg: 11 is likely to land in 0.7.x). An overhaul of the build system and modules is targeted for 0.8 (numbers 6, 7, 8, 9). General refactoring and clean up of the TLS engine and other crufty APIs (though hopefully nothing too drastic like 0.7) is for 0.9. This will likely involve making the implementation and API async and may/may not involve switching to use an EventEmitter(-like) API. Numbers 3 and 4 will land when time permits but should be after 0.7 (could be 0.7.x). TLS 1.2 support can be achieved (with minimal cipher suite support) during 0.7.x if time permits, but it may slip to a later version. We'll need Diffie-Hellman for better TLS 1.2 cipher suite support. |
Do you have any update on point 11?
|
A version of forge with PKCS#7 SignedData support should be pushed out in roughly 2-3 weeks. |
Do you have any branch with it? |
Will be there any parameter to generate attached or detached PKCS#7 signature? It would be very useful. I mean something like this:
|
@yconoclast,
Yes, it was in the A request for a detached signature feature should be added as a separate issue. |
Any update on ECC support, see: #116 no4 on the roadmap, is it in development or done? |
@sanaullah82 Ed25519 support added in 0.7.4. |
Due to #202, I'm doing a quick dump of what's currently on the roadmap/TODO:
The text was updated successfully, but these errors were encountered: