commit | 7f8099773edc34ac29e01ee0da6960526f41bcb2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Mar 09 17:05:11 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 10 11:23:56 2015 +0000 |
tree | 7797bd342ff25625c556be4b0c084b5871be4b78 | |
parent | 129db08c90dc7b2a067cb77a2ec5e4e98f729728 [diff] |
Rename include directory to mbedtls
diff --git a/include/.gitignore b/include/.gitignore index 53a36d4..bf67d02 100644 --- a/include/.gitignore +++ b/include/.gitignore
@@ -1,4 +1,4 @@ Makefile *.sln *.vcxproj -polarssl/check_config +mbedtls/check_config
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 2c56858..ce0ed6b 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt
@@ -2,10 +2,10 @@ if(INSTALL_MBEDTLS_HEADERS) -file(GLOB headers "polarssl/*.h") +file(GLOB headers "mbedtls/*.h") install(FILES ${headers} - DESTINATION include/polarssl + DESTINATION include/mbedtls PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) endif(INSTALL_MBEDTLS_HEADERS)
diff --git a/include/polarssl/aes.h b/include/mbedtls/aes.h similarity index 100% rename from include/polarssl/aes.h rename to include/mbedtls/aes.h
diff --git a/include/polarssl/aesni.h b/include/mbedtls/aesni.h similarity index 100% rename from include/polarssl/aesni.h rename to include/mbedtls/aesni.h
diff --git a/include/polarssl/arc4.h b/include/mbedtls/arc4.h similarity index 100% rename from include/polarssl/arc4.h rename to include/mbedtls/arc4.h
diff --git a/include/polarssl/asn1.h b/include/mbedtls/asn1.h similarity index 100% rename from include/polarssl/asn1.h rename to include/mbedtls/asn1.h
diff --git a/include/polarssl/asn1write.h b/include/mbedtls/asn1write.h similarity index 100% rename from include/polarssl/asn1write.h rename to include/mbedtls/asn1write.h
diff --git a/include/polarssl/base64.h b/include/mbedtls/base64.h similarity index 100% rename from include/polarssl/base64.h rename to include/mbedtls/base64.h
diff --git a/include/polarssl/bignum.h b/include/mbedtls/bignum.h similarity index 100% rename from include/polarssl/bignum.h rename to include/mbedtls/bignum.h
diff --git a/include/polarssl/blowfish.h b/include/mbedtls/blowfish.h similarity index 100% rename from include/polarssl/blowfish.h rename to include/mbedtls/blowfish.h
diff --git a/include/polarssl/bn_mul.h b/include/mbedtls/bn_mul.h similarity index 100% rename from include/polarssl/bn_mul.h rename to include/mbedtls/bn_mul.h
diff --git a/include/polarssl/camellia.h b/include/mbedtls/camellia.h similarity index 100% rename from include/polarssl/camellia.h rename to include/mbedtls/camellia.h
diff --git a/include/polarssl/ccm.h b/include/mbedtls/ccm.h similarity index 100% rename from include/polarssl/ccm.h rename to include/mbedtls/ccm.h
diff --git a/include/polarssl/certs.h b/include/mbedtls/certs.h similarity index 100% rename from include/polarssl/certs.h rename to include/mbedtls/certs.h
diff --git a/include/polarssl/check_config.h b/include/mbedtls/check_config.h similarity index 100% rename from include/polarssl/check_config.h rename to include/mbedtls/check_config.h
diff --git a/include/polarssl/cipher.h b/include/mbedtls/cipher.h similarity index 100% rename from include/polarssl/cipher.h rename to include/mbedtls/cipher.h
diff --git a/include/polarssl/cipher_wrap.h b/include/mbedtls/cipher_wrap.h similarity index 100% rename from include/polarssl/cipher_wrap.h rename to include/mbedtls/cipher_wrap.h
diff --git a/include/polarssl/config.h b/include/mbedtls/config.h similarity index 99% rename from include/polarssl/config.h rename to include/mbedtls/config.h index 33309b5..4cf879e 100644 --- a/include/polarssl/config.h +++ b/include/mbedtls/config.h
@@ -75,7 +75,7 @@ * Used in: * library/timing.c * library/padlock.c - * include/polarssl/bn_mul.h + * include/mbedtls/bn_mul.h * * Comment to disable the use of assembly code. */
diff --git a/include/polarssl/ctr_drbg.h b/include/mbedtls/ctr_drbg.h similarity index 100% rename from include/polarssl/ctr_drbg.h rename to include/mbedtls/ctr_drbg.h
diff --git a/include/polarssl/debug.h b/include/mbedtls/debug.h similarity index 100% rename from include/polarssl/debug.h rename to include/mbedtls/debug.h
diff --git a/include/polarssl/des.h b/include/mbedtls/des.h similarity index 100% rename from include/polarssl/des.h rename to include/mbedtls/des.h
diff --git a/include/polarssl/dhm.h b/include/mbedtls/dhm.h similarity index 100% rename from include/polarssl/dhm.h rename to include/mbedtls/dhm.h
diff --git a/include/polarssl/ecdh.h b/include/mbedtls/ecdh.h similarity index 100% rename from include/polarssl/ecdh.h rename to include/mbedtls/ecdh.h
diff --git a/include/polarssl/ecdsa.h b/include/mbedtls/ecdsa.h similarity index 100% rename from include/polarssl/ecdsa.h rename to include/mbedtls/ecdsa.h
diff --git a/include/polarssl/ecp.h b/include/mbedtls/ecp.h similarity index 100% rename from include/polarssl/ecp.h rename to include/mbedtls/ecp.h
diff --git a/include/polarssl/entropy.h b/include/mbedtls/entropy.h similarity index 100% rename from include/polarssl/entropy.h rename to include/mbedtls/entropy.h
diff --git a/include/polarssl/entropy_poll.h b/include/mbedtls/entropy_poll.h similarity index 100% rename from include/polarssl/entropy_poll.h rename to include/mbedtls/entropy_poll.h
diff --git a/include/polarssl/error.h b/include/mbedtls/error.h similarity index 100% rename from include/polarssl/error.h rename to include/mbedtls/error.h
diff --git a/include/polarssl/gcm.h b/include/mbedtls/gcm.h similarity index 100% rename from include/polarssl/gcm.h rename to include/mbedtls/gcm.h
diff --git a/include/polarssl/havege.h b/include/mbedtls/havege.h similarity index 100% rename from include/polarssl/havege.h rename to include/mbedtls/havege.h
diff --git a/include/polarssl/hmac_drbg.h b/include/mbedtls/hmac_drbg.h similarity index 100% rename from include/polarssl/hmac_drbg.h rename to include/mbedtls/hmac_drbg.h
diff --git a/include/polarssl/md.h b/include/mbedtls/md.h similarity index 100% rename from include/polarssl/md.h rename to include/mbedtls/md.h
diff --git a/include/polarssl/md2.h b/include/mbedtls/md2.h similarity index 100% rename from include/polarssl/md2.h rename to include/mbedtls/md2.h
diff --git a/include/polarssl/md4.h b/include/mbedtls/md4.h similarity index 100% rename from include/polarssl/md4.h rename to include/mbedtls/md4.h
diff --git a/include/polarssl/md5.h b/include/mbedtls/md5.h similarity index 100% rename from include/polarssl/md5.h rename to include/mbedtls/md5.h
diff --git a/include/polarssl/md_wrap.h b/include/mbedtls/md_wrap.h similarity index 100% rename from include/polarssl/md_wrap.h rename to include/mbedtls/md_wrap.h
diff --git a/include/polarssl/memory.h b/include/mbedtls/memory.h similarity index 100% rename from include/polarssl/memory.h rename to include/mbedtls/memory.h
diff --git a/include/polarssl/memory_buffer_alloc.h b/include/mbedtls/memory_buffer_alloc.h similarity index 100% rename from include/polarssl/memory_buffer_alloc.h rename to include/mbedtls/memory_buffer_alloc.h
diff --git a/include/polarssl/net.h b/include/mbedtls/net.h similarity index 100% rename from include/polarssl/net.h rename to include/mbedtls/net.h
diff --git a/include/polarssl/oid.h b/include/mbedtls/oid.h similarity index 100% rename from include/polarssl/oid.h rename to include/mbedtls/oid.h
diff --git a/include/polarssl/padlock.h b/include/mbedtls/padlock.h similarity index 100% rename from include/polarssl/padlock.h rename to include/mbedtls/padlock.h
diff --git a/include/polarssl/pbkdf2.h b/include/mbedtls/pbkdf2.h similarity index 100% rename from include/polarssl/pbkdf2.h rename to include/mbedtls/pbkdf2.h
diff --git a/include/polarssl/pem.h b/include/mbedtls/pem.h similarity index 100% rename from include/polarssl/pem.h rename to include/mbedtls/pem.h
diff --git a/include/polarssl/pk.h b/include/mbedtls/pk.h similarity index 100% rename from include/polarssl/pk.h rename to include/mbedtls/pk.h
diff --git a/include/polarssl/pk_wrap.h b/include/mbedtls/pk_wrap.h similarity index 100% rename from include/polarssl/pk_wrap.h rename to include/mbedtls/pk_wrap.h
diff --git a/include/polarssl/pkcs11.h b/include/mbedtls/pkcs11.h similarity index 100% rename from include/polarssl/pkcs11.h rename to include/mbedtls/pkcs11.h
diff --git a/include/polarssl/pkcs12.h b/include/mbedtls/pkcs12.h similarity index 100% rename from include/polarssl/pkcs12.h rename to include/mbedtls/pkcs12.h
diff --git a/include/polarssl/pkcs5.h b/include/mbedtls/pkcs5.h similarity index 100% rename from include/polarssl/pkcs5.h rename to include/mbedtls/pkcs5.h
diff --git a/include/polarssl/platform.h b/include/mbedtls/platform.h similarity index 100% rename from include/polarssl/platform.h rename to include/mbedtls/platform.h
diff --git a/include/polarssl/ripemd160.h b/include/mbedtls/ripemd160.h similarity index 100% rename from include/polarssl/ripemd160.h rename to include/mbedtls/ripemd160.h
diff --git a/include/polarssl/rsa.h b/include/mbedtls/rsa.h similarity index 100% rename from include/polarssl/rsa.h rename to include/mbedtls/rsa.h
diff --git a/include/polarssl/sha1.h b/include/mbedtls/sha1.h similarity index 100% rename from include/polarssl/sha1.h rename to include/mbedtls/sha1.h
diff --git a/include/polarssl/sha256.h b/include/mbedtls/sha256.h similarity index 100% rename from include/polarssl/sha256.h rename to include/mbedtls/sha256.h
diff --git a/include/polarssl/sha512.h b/include/mbedtls/sha512.h similarity index 100% rename from include/polarssl/sha512.h rename to include/mbedtls/sha512.h
diff --git a/include/polarssl/ssl.h b/include/mbedtls/ssl.h similarity index 100% rename from include/polarssl/ssl.h rename to include/mbedtls/ssl.h
diff --git a/include/polarssl/ssl_cache.h b/include/mbedtls/ssl_cache.h similarity index 100% rename from include/polarssl/ssl_cache.h rename to include/mbedtls/ssl_cache.h
diff --git a/include/polarssl/ssl_ciphersuites.h b/include/mbedtls/ssl_ciphersuites.h similarity index 100% rename from include/polarssl/ssl_ciphersuites.h rename to include/mbedtls/ssl_ciphersuites.h
diff --git a/include/polarssl/ssl_cookie.h b/include/mbedtls/ssl_cookie.h similarity index 100% rename from include/polarssl/ssl_cookie.h rename to include/mbedtls/ssl_cookie.h
diff --git a/include/polarssl/threading.h b/include/mbedtls/threading.h similarity index 100% rename from include/polarssl/threading.h rename to include/mbedtls/threading.h
diff --git a/include/polarssl/timing.h b/include/mbedtls/timing.h similarity index 100% rename from include/polarssl/timing.h rename to include/mbedtls/timing.h
diff --git a/include/polarssl/version.h b/include/mbedtls/version.h similarity index 100% rename from include/polarssl/version.h rename to include/mbedtls/version.h
diff --git a/include/polarssl/x509.h b/include/mbedtls/x509.h similarity index 100% rename from include/polarssl/x509.h rename to include/mbedtls/x509.h
diff --git a/include/polarssl/x509_crl.h b/include/mbedtls/x509_crl.h similarity index 100% rename from include/polarssl/x509_crl.h rename to include/mbedtls/x509_crl.h
diff --git a/include/polarssl/x509_crt.h b/include/mbedtls/x509_crt.h similarity index 100% rename from include/polarssl/x509_crt.h rename to include/mbedtls/x509_crt.h
diff --git a/include/polarssl/x509_csr.h b/include/mbedtls/x509_csr.h similarity index 100% rename from include/polarssl/x509_csr.h rename to include/mbedtls/x509_csr.h
diff --git a/include/polarssl/xtea.h b/include/mbedtls/xtea.h similarity index 100% rename from include/polarssl/xtea.h rename to include/mbedtls/xtea.h