We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8958d commit cf34672Copy full SHA for cf34672
README.md
@@ -100,7 +100,9 @@ $browser = $webPush->getBrowser();
100
Not until the [Push API spec](http://www.w3.org/TR/push-api/) is finished.
101
102
### What about security?
103
-Internally, WebPush uses the [phpecc](https://github.com/phpecc/phpecc) Elliptic Curve Cryptography library.
+Internally, WebPush uses the [phpecc](https://github.com/phpecc/phpecc) Elliptic Curve Cryptography library to create
104
+local public and private keys and compute the shared secret.
105
+Then, WebPush uses `openssl` in order to encrypt the payload with the encryption key.
106
107
### How to solve "SSL certificate problem: unable to get local issuer certificate" ?
108
Your installation lacks some certificates.
0 commit comments