mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 e6d9bb0774
			
		
	
	
		e6d9bb0774
		
	
	
	
	
		
			
			This allows the decoder to fail gracefully when reading a partial or malformed TBSCertificate. We also now ensure that the certificate data is valid before making a copy of it.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			189 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(TEST_SOURCES
 | |
|     TestTLSCertificateParser.cpp
 | |
|     TestTLSHandshake.cpp
 | |
| )
 | |
| 
 | |
| foreach(source IN LISTS TEST_SOURCES)
 | |
|     serenity_test("${source}" LibTLS LIBS LibTLS LibCrypto)
 | |
| endforeach()
 |