forge icon indicating copy to clipboard operation
forge copied to clipboard

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps

Results 214 forge issues
Sort by recently updated
recently updated
newest added

Note this a breaking change for 2.x or later. - [ ] Remove deprecated worker-loader, enable and fix Worker tests.

Right now is impossible to add unauthenticated attributes via the `addSigner` method. The method sets them to an empty array and ignores them later. (You can't add response from TSA...

Requesting Noise protocol implementation for this module. So we can use the best level of encryption available within this module.

Signal protocol is said one of the best encryption mechanism. It's used by Signal, whatsapp etc. Requesting Signal protocol implementation for this module

I have create a caStore and want to add CRL certificate to it so that the caStore can reject the same when came across. I have looked everywhere but unable...

Support for `ED25519` keys were added recently but I can't export/import to/from PKCS8 pem files. The `PrivateKeyInfo` for elliptic curves is defined in https://tools.ietf.org/html/rfc5915 but a new version (v2) is...

Hi First thank you for your work! I'd like to have a root ca and a couple of intermediate ca's which signs ed25519 pubkeys in the x.509 format. I managed...

The types for `pki.decryptRsaPrivateKey` indicates that it will always return a `rsa.PrivateKey`. However if the password is wrong, it will sometimes throw an error, and sometimes return a null. The...

Fixes https://github.com/digitalbazaar/forge/issues/397 Based on https://github.com/digitalbazaar/forge/issues/397#issuecomment-218420565

feature