mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-11-04 06:52:16 +00:00 
			
		
		
		
	
				v3: Add extra CommonNameSize check since OpenSSL didn't check this
    input parameter. (One openssl issue was filed to address this risk:
    https://github.com/openssl/openssl/issues/4392)
v2: Update function interface to return RETURN_STATUS to represent
    different error cases.
Add one new API (X509GetCommonName()) to retrieve the subject commonName
string from one X.509 certificate.
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ting Ye <ting.ye@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
		
	
					 | 
			||
|---|---|---|
| .. | ||
| CryptAuthenticode.c | ||
| CryptAuthenticodeNull.c | ||
| CryptDh.c | ||
| CryptDhNull.c | ||
| CryptPkcs5Pbkdf2.c | ||
| CryptPkcs5Pbkdf2Null.c | ||
| CryptPkcs7Sign.c | ||
| CryptPkcs7SignNull.c | ||
| CryptPkcs7Verify.c | ||
| CryptPkcs7VerifyNull.c | ||
| CryptRsaBasic.c | ||
| CryptRsaExt.c | ||
| CryptRsaExtNull.c | ||
| CryptTs.c | ||
| CryptTsNull.c | ||
| CryptX509.c | ||
| CryptX509Null.c | ||