shamrickus commented on PR #7555: URL: https://github.com/apache/trafficcontrol/pull/7555#issuecomment-1638530139
> `node-forge` is kinda big - I'm just wondering if the things you need to do can be accomplished with a [`SubtleCrypto` interface](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto)? It's pretty basic, but if it does have the required functionality then it'd be the superior choice IMO. I would've loved to use a native browser api but the ones that exist are insufficient and at best would require significant amounts of code to replicate the current behavior. `SubtleCrypto` in particular requires knowledge of the cert crypto algorithm to even call the constructors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
