forked from mirrors/gecko-dev
		
	 dc61c90a77
			
		
	
	
		dc61c90a77
		
	
	
	
	
		
			
			Added third party libraries using browserify, builds a certificate chain using some functions defined in https://github.com/april/certainly-something and using a dummy certificate chain. r=johannh Differential Revision: https://phabricator.services.mozilla.com/D34927 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /* This Source Code Form is subject to the terms of the Mozilla Public
 | |
|  * License, v. 2.0. If a copy of the MPL was not distributed with this
 | |
|  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 | |
| 
 | |
| const pkijs = require("pkijs"); // version 2.1.78
 | |
| 
 | |
| module.exports = {
 | |
|   pkijs,
 | |
| };
 |