mirror of
				https://github.com/1disk/edp445.git
				synced 2024-08-14 22:47:02 +00:00 
			
		
		
		
	Changed alot of things.
This commit is contained in:
		
							parent
							
								
									a5a0523e5a
								
							
						
					
					
						commit
						3513d5390c
					
				
					 2016 changed files with 336930 additions and 9 deletions
				
			
		
							
								
								
									
										29
									
								
								node_modules/http-signature/lib/index.js
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								node_modules/http-signature/lib/index.js
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,29 @@ | |||
| // Copyright 2015 Joyent, Inc.
 | ||||
| 
 | ||||
| var parser = require('./parser'); | ||||
| var signer = require('./signer'); | ||||
| var verify = require('./verify'); | ||||
| var utils = require('./utils'); | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ///--- API
 | ||||
| 
 | ||||
| module.exports = { | ||||
| 
 | ||||
|   parse: parser.parseRequest, | ||||
|   parseRequest: parser.parseRequest, | ||||
| 
 | ||||
|   sign: signer.signRequest, | ||||
|   signRequest: signer.signRequest, | ||||
|   createSigner: signer.createSigner, | ||||
|   isSigner: signer.isSigner, | ||||
| 
 | ||||
|   sshKeyToPEM: utils.sshKeyToPEM, | ||||
|   sshKeyFingerprint: utils.fingerprint, | ||||
|   pemToRsaSSHKey: utils.pemToRsaSSHKey, | ||||
| 
 | ||||
|   verify: verify.verifySignature, | ||||
|   verifySignature: verify.verifySignature, | ||||
|   verifyHMAC: verify.verifyHMAC | ||||
| }; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue