forked from mirrors/linux
		
	crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA
Fix undefined symbol issue in ecrdsa_generic module when ASN1 or OID_REGISTRY aren't enabled in the config by selecting these options for CRYPTO_ECRDSA. ERROR: "asn1_ber_decoder" [crypto/ecrdsa_generic.ko] undefined! ERROR: "look_up_OID" [crypto/ecrdsa_generic.ko] undefined! Reported-by: Randy Dunlap <rdunlap@infradead.org> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Vitaly Chikunov <vt@altlinux.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									42e37c2edd
								
							
						
					
					
						commit
						1036633e10
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -264,6 +264,8 @@ config CRYPTO_ECRDSA | ||||||
| 	select CRYPTO_ECC | 	select CRYPTO_ECC | ||||||
| 	select CRYPTO_AKCIPHER | 	select CRYPTO_AKCIPHER | ||||||
| 	select CRYPTO_STREEBOG | 	select CRYPTO_STREEBOG | ||||||
|  | 	select OID_REGISTRY | ||||||
|  | 	select ASN1 | ||||||
| 	help | 	help | ||||||
| 	  Elliptic Curve Russian Digital Signature Algorithm (GOST R 34.10-2012, | 	  Elliptic Curve Russian Digital Signature Algorithm (GOST R 34.10-2012, | ||||||
| 	  RFC 7091, ISO/IEC 14888-3:2018) is one of the Russian cryptographic | 	  RFC 7091, ISO/IEC 14888-3:2018) is one of the Russian cryptographic | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Vitaly Chikunov
						Vitaly Chikunov