mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Replace reference to RFC 3280 by reference to newer RFC 5280
This commit is contained in:
		
							parent
							
								
									cfc47bab69
								
							
						
					
					
						commit
						35b6854e54
					
				@ -48,7 +48,7 @@ typedef struct {
 | 
			
		||||
 | 
			
		||||
#define ADD_STRLEN( s )     s, sizeof( s ) - 1
 | 
			
		||||
 | 
			
		||||
// note: preset tag types as proposed in RFC3280 and widely used
 | 
			
		||||
/* X.509 DN attributes from RFC 5280, Appendix A.1. */
 | 
			
		||||
static const x509_attr_descriptor_t x509_attrs[] =
 | 
			
		||||
{
 | 
			
		||||
    { ADD_STRLEN( "CN" ),                       MBEDTLS_OID_AT_CN,              MBEDTLS_ASN1_UTF8_STRING },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user