mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 06:05:47 +01:00
2579675935
Files deleted by us: keep them deleted. ``` git rm $(git status -s | sed -n 's/^DU //p') ``` Individual files with conflicts: * `README.md`: keep the crypto version. * `doxygen/input/doc_mainpage.h`: keep the crypto version (with an obsolete Mbed Crypto version number). * `include/mbedtls/error.h`: * `ERROR`: similar additions made through parallel commits, with only whitespace differences. Align with the tls version. * `library/CMakeLists.txt`: keep the crypto version. * `library/Makefile`: keep the crypto version. * `scripts/generate_errors.pl`: keep the crypto version (the relevant changes were made through parallel commits). * `tests/scripts/check-test-cases.py`: * `Results`: keep the crypto version, which has both the new argument to the constructor (added in crypto only) and the class docstring (added through parallel commits). * `tests/suites/helpers.function`: * `ARRAY_LENGTH`, `ASSERT_ALLOC`: additions in the same location. Keep both, in indifferent order. * `tests/suites/target_test.function`: * `receive_uint32`: keep the crypto version which has an additional bug fix. The tls changes made in tls are irrelevant after this bug fix. * `visualc/VS2010/mbedTLS.vcxproj`: run `scripts/generate_visualc_files.pl`. Review of non-conflicting changes: * `all.sh`: 1 change. * zlib test components: don't add them. * `include/CMakeLists.txt`: 1 change. * `target_include_directories`: doesn't work as is (different target name). Don't take the change. * All other non-conflicting changes: take them. |
||
---|---|---|
.. | ||
.gitignore | ||
aes.c | ||
aesni.c | ||
arc4.c | ||
aria.c | ||
asn1parse.c | ||
asn1write.c | ||
base64.c | ||
bignum.c | ||
blowfish.c | ||
camellia.c | ||
ccm.c | ||
chacha20.c | ||
chachapoly.c | ||
cipher_wrap.c | ||
cipher.c | ||
cmac.c | ||
CMakeLists.txt | ||
ctr_drbg.c | ||
des.c | ||
dhm.c | ||
ecdh.c | ||
ecdsa.c | ||
ecjpake.c | ||
ecp_curves.c | ||
ecp.c | ||
entropy_poll.c | ||
entropy.c | ||
error.c | ||
gcm.c | ||
havege.c | ||
hkdf.c | ||
hmac_drbg.c | ||
Makefile | ||
md2.c | ||
md4.c | ||
md5.c | ||
md.c | ||
memory_buffer_alloc.c | ||
nist_kw.c | ||
oid.c | ||
padlock.c | ||
pem.c | ||
pk_wrap.c | ||
pk.c | ||
pkcs5.c | ||
pkcs12.c | ||
pkparse.c | ||
pkwrite.c | ||
platform_util.c | ||
platform.c | ||
poly1305.c | ||
psa_crypto_core.h | ||
psa_crypto_invasive.h | ||
psa_crypto_its.h | ||
psa_crypto_se.c | ||
psa_crypto_se.h | ||
psa_crypto_service_integration.h | ||
psa_crypto_slot_management.c | ||
psa_crypto_slot_management.h | ||
psa_crypto_storage.c | ||
psa_crypto_storage.h | ||
psa_crypto.c | ||
psa_its_file.c | ||
ripemd160.c | ||
rsa_internal.c | ||
rsa.c | ||
sha1.c | ||
sha256.c | ||
sha512.c | ||
threading.c | ||
timing.c | ||
version_features.c | ||
version.c | ||
xtea.c |