mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF docs (GH-16221)
This commit is contained in:
		
							parent
							
								
									46b0b81220
								
							
						
					
					
						commit
						219fb9d65e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -613,9 +613,9 @@ Constants
 | 
			
		|||
.. data:: VERIFY_CRL_CHECK_LEAF
 | 
			
		||||
 | 
			
		||||
   Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
 | 
			
		||||
   peer cert is check but non of the intermediate CA certificates. The mode
 | 
			
		||||
   peer cert is checked but none of the intermediate CA certificates. The mode
 | 
			
		||||
   requires a valid CRL that is signed by the peer cert's issuer (its direct
 | 
			
		||||
   ancestor CA). If no proper has been loaded
 | 
			
		||||
   ancestor CA). If no proper CRL has has been loaded with
 | 
			
		||||
   :attr:`SSLContext.load_verify_locations`, validation will fail.
 | 
			
		||||
 | 
			
		||||
   .. versionadded:: 3.4
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue