use the opts we built, duh
This commit is contained in:
		
							parent
							
								
									8a7183ed9c
								
							
						
					
					
						commit
						09ff0b3adc
					
				| @ -34,9 +34,11 @@ | |||||||
|   testEcdsaSupport().then(function () { |   testEcdsaSupport().then(function () { | ||||||
|     console.log("supports ECDSA"); |     console.log("supports ECDSA"); | ||||||
|     BROWSER_SUPPORTS_ECDSA = true; |     BROWSER_SUPPORTS_ECDSA = true; | ||||||
|  |     return true; | ||||||
|   }).catch(function () { |   }).catch(function () { | ||||||
|     console.log("DOES NOT supports ECDSA"); |     console.log("DOES NOT supports ECDSA"); | ||||||
|     BROWSER_SUPPORTS_ECDSA = false; |     BROWSER_SUPPORTS_ECDSA = false; | ||||||
|  |     return false; | ||||||
|   }); |   }); | ||||||
|   // TODO test RSA support
 |   // TODO test RSA support
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -566,7 +566,7 @@ BACME.generateKeypair = function (opts) { | |||||||
|   } |   } | ||||||
|   var extractable = true; |   var extractable = true; | ||||||
|   return window.crypto.subtle.generateKey( |   return window.crypto.subtle.generateKey( | ||||||
|     { name: "ECDSA", namedCurve: "P-256" } |     wcOpts | ||||||
|   , extractable |   , extractable | ||||||
|   , [ 'sign', 'verify' ] |   , [ 'sign', 'verify' ] | ||||||
|   ); |   ); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user