mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* ext/openssl/ossl_asn1.c: fix typos and remove trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									6df1b40282
								
							
						
					
					
						commit
						91f3860239
					
				
					 1 changed files with 48 additions and 48 deletions
				
			
		| 
						 | 
				
			
			@ -1325,7 +1325,7 @@ Init_ossl_asn1()
 | 
			
		|||
     *
 | 
			
		||||
     * == ASN.1 class hierarchy
 | 
			
		||||
     *
 | 
			
		||||
     * The base class representing ASN.1 structues is ASN1Data. ASN1Data offers
 | 
			
		||||
     * The base class representing ASN.1 structures is ASN1Data. ASN1Data offers
 | 
			
		||||
     * attributes to read and set the +tag+, the +tag_class+ and finally the
 | 
			
		||||
     * +value+ of a particular ASN.1 item. Upon parsing, any tagged values
 | 
			
		||||
     * (implicit or explicit) will be represented by ASN1Data instances because
 | 
			
		||||
| 
						 | 
				
			
			@ -1472,7 +1472,7 @@ Init_ossl_asn1()
 | 
			
		|||
     *
 | 
			
		||||
     * === +tag_class+
 | 
			
		||||
     *
 | 
			
		||||
     * A +Symbol+ reprensenting the tag class of this ASN1Data. Never +nil+.
 | 
			
		||||
     * A +Symbol+ representing the tag class of this ASN1Data. Never +nil+.
 | 
			
		||||
     * See ASN1Data for possible values.
 | 
			
		||||
     *
 | 
			
		||||
     * === +infinite_length+
 | 
			
		||||
| 
						 | 
				
			
			@ -1483,7 +1483,7 @@ Init_ossl_asn1()
 | 
			
		|||
     * In DER, every value has a finite length associated with it. But in
 | 
			
		||||
     * scenarios where large amounts of data need to be transferred it
 | 
			
		||||
     * might be desirable to have some kind of streaming support available.
 | 
			
		||||
     * For example, huge OCTET STRINGs are preferrably sent in smaller-sized
 | 
			
		||||
     * For example, huge OCTET STRINGs are preferably sent in smaller-sized
 | 
			
		||||
     * chunks, each at a time.
 | 
			
		||||
     * This is possible in BER by setting the length bytes of an encoding
 | 
			
		||||
     * to zero and by this indicating that the following value will be
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue