mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-10-30 19:20:40 -04:00 
			
		
		
		
	PSA PAKE: fix identifier value
Identifier value was not consistent with PSA conventions (last byte is reserved for hash algorithms or used in algorithms parametrized by a hash). Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
		
							parent
							
								
									5b44cfd430
								
							
						
					
					
						commit
						f75be64ef5
					
				| @ -2037,7 +2037,7 @@ | |||||||
|  * |  * | ||||||
|  * J-PAKE is standardised for example in RFC 8236. |  * J-PAKE is standardised for example in RFC 8236. | ||||||
|  */ |  */ | ||||||
| #define PSA_ALG_PAKE_JPAKE                   ((psa_algorithm_t)0x0a000001) | #define PSA_ALG_PAKE_JPAKE                   ((psa_algorithm_t)0x0a000100) | ||||||
| 
 | 
 | ||||||
| /**@}*/ | /**@}*/ | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Janos Follath
						Janos Follath