Removed nodejs crypto inclusion for node-forge

Added loadConfiguration function
Moved completely from Openssl for signature generation and crypto for sha1 generation to node-forge
Moved configuration to another file
Added init function
This commit is contained in:
Alexander Cerutti
2018-06-06 23:34:57 +02:00
parent 74700fedd0
commit 662ae69e60
4 changed files with 228 additions and 82 deletions

View File

@@ -11,6 +11,7 @@
"dependencies": {
"archiver": "^2.1.1",
"async": "^2.6.0",
"express": "^4.16.3"
"express": "^4.16.3",
"node-forge": "^0.7.5"
}
}