You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
---
7
7
8
-
# Upgrading
8
+
##Upgrading
9
9
10
10
The `.getReferences()` AND the `.references` APIs are deprecated.
11
11
Please do not attempt to access them. The content in them should be treated as unsigned.
@@ -14,18 +14,6 @@ Instead, we strongly encourage users to migrate to the `.getSignedReferences()`
14
14
We understand that this may take a lot of efforts to migrate, feel free to ask for help.
15
15
This will help prevent future XML signature wrapping attacks.
16
16
17
-
---
18
-
19
-
## Install
20
-
21
-
Install with [npm](http://github.com/isaacs/npm):
22
-
23
-
```shell
24
-
npm install xml-crypto
25
-
```
26
-
27
-
A pre requisite it to have [openssl](http://www.openssl.org/) installed and its /bin to be on the system path. I used version 1.0.1c but it should work on older versions too.
28
-
29
17
## Supported Algorithms
30
18
31
19
### Canonicalization and Transformation Algorithms
0 commit comments