Feature/mbedtls (#84)
* try to import mbedtls and build it * add stubs socket class * some boilterplate, read and write function implemented * more boilterplate / current error in handshake because no CA cert is setup * add something so skip ca verification, can ws curl https://google.com ! * cleanup / close implemented * tweak CMakefiles * typo in include * update readme * disable unittests
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							977e8794ec
						
					
				
				
					commit
					57976cf613
				
			
							
								
								
									
										47
									
								
								third_party/mbedtls/crypto/programs/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										47
									
								
								third_party/mbedtls/crypto/programs/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,47 @@ | ||||
| */Makefile | ||||
| *.sln | ||||
| *.vcxproj | ||||
|  | ||||
| aes/aescrypt2 | ||||
| aes/crypt_and_hash | ||||
| hash/generic_sum | ||||
| hash/hello | ||||
| hash/md5sum | ||||
| hash/sha1sum | ||||
| hash/sha2sum | ||||
| pkey/dh_genprime | ||||
| pkey/ecdsa | ||||
| pkey/ecdh_curve25519 | ||||
| pkey/gen_key | ||||
| pkey/key_app | ||||
| pkey/key_app_writer | ||||
| pkey/mpi_demo | ||||
| pkey/pk_decrypt | ||||
| pkey/pk_encrypt | ||||
| pkey/pk_sign | ||||
| pkey/pk_verify | ||||
| pkey/rsa_decrypt | ||||
| pkey/rsa_encrypt | ||||
| pkey/rsa_genkey | ||||
| pkey/rsa_sign | ||||
| pkey/rsa_sign_pss | ||||
| pkey/rsa_verify | ||||
| pkey/rsa_verify_pss | ||||
| psa/crypto_examples | ||||
| psa/psa_constant_names | ||||
| psa/psa_constant_names_generated.c | ||||
| psa/key_ladder_demo | ||||
| random/gen_entropy | ||||
| random/gen_random_ctr_drbg | ||||
| random/gen_random_havege | ||||
| test/benchmark | ||||
| test/ecp-bench | ||||
| test/selftest | ||||
| test/cpp_dummy_build | ||||
| test/zeroize | ||||
| test/query_compile_time_config | ||||
| util/pem2der | ||||
| util/strerror | ||||
|  | ||||
| # generated files | ||||
| pkey/keyfile.key | ||||
		Reference in New Issue
	
	Block a user