Open dlongley opened 9 years ago
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?
- PKCS#7 SignedData support (work presently in progress). See: #190.
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:
signature = createPkcs7(data, false) // get pure signature, without data
signature = createPkcs7(data,true) // get pkcs7 signature with attached data
@yconoclast,
Do you have any branch with it?
Yes, it was in the pkcs7-sign
branch, but it has now been merged to master. It's available in 0.6.34 and there's an example for use on the README.
@BaurzhanSakhariev,
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: