Skip to content

Commit ff1f58a

Browse files
authored
README.md: Remove obsolete requirement for openssl binary (#514)
1 parent 02a405a commit ff1f58a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
---
77

8-
# Upgrading
8+
## Upgrading
99

1010
The `.getReferences()` AND the `.references` APIs are deprecated.
1111
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()`
1414
We understand that this may take a lot of efforts to migrate, feel free to ask for help.
1515
This will help prevent future XML signature wrapping attacks.
1616

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-
2917
## Supported Algorithms
3018

3119
### Canonicalization and Transformation Algorithms

0 commit comments

Comments
 (0)