mbedtls/library
Ron Eldor 8493f80e65 conditionaly compile ECDH and ECDSA alt functions
Return the condition compilation flags surrounding
`mbedtls_ecdh_compute_shared()`, `mbedtls_ecdh_gen_public()`,
`mbedtls_ecdsa_sign()` and `mbedtls_ecdsa_verify()` that were accidentally
removed in a previous merge.
Resolves #2163
2018-11-01 11:32:15 +02:00
..
.gitignore
aes.c
aesni.c
arc4.c
aria.c
asn1parse.c
asn1write.c
base64.c
bignum.c
blowfish.c
camellia.c
ccm.c
certs.c
chacha20.c
chachapoly.c
cipher.c
cipher_wrap.c
cmac.c
CMakeLists.txt Update library version number to 2.13.1 2018-09-06 19:10:26 +01:00
ctr_drbg.c
debug.c
des.c
dhm.c
ecdh.c conditionaly compile ECDH and ECDSA alt functions 2018-11-01 11:32:15 +02:00
ecdsa.c conditionaly compile ECDH and ECDSA alt functions 2018-11-01 11:32:15 +02:00
ecjpake.c
ecp.c Detect unsigned integer overflow in mbedtls_ecp_check_budget() 2018-10-26 15:09:35 +01:00
ecp_curves.c
entropy.c
entropy_poll.c
error.c Merge remote-tracking branch 'public/pr/1993' into development 2018-10-27 18:36:28 +01:00
gcm.c
havege.c
hkdf.c
hmac_drbg.c
Makefile Update library version number to 2.13.0 2018-08-31 15:59:10 +01:00
md.c
md2.c
md4.c
md5.c
md_wrap.c
memory_buffer_alloc.c
net_sockets.c
nist_kw.c
oid.c
padlock.c
pem.c
pk.c Fix function name to fit conventions 2018-10-16 10:41:31 +02:00
pk_wrap.c Fix or improve some comments (and whitespace) 2018-10-15 15:27:49 +02:00
pkcs5.c
pkcs11.c
pkcs12.c
pkparse.c
pkwrite.c
platform.c
platform_util.c Don't declare and define gmtime()-mutex on Windows platforms 2018-09-06 12:09:56 +01:00
poly1305.c
ripemd160.c
rsa.c
rsa_internal.c
sha1.c
sha256.c
sha512.c
ssl_cache.c
ssl_ciphersuites.c
ssl_cli.c Fix misleading sub-state name and comments 2018-10-16 10:28:17 +02:00
ssl_cookie.c
ssl_srv.c
ssl_ticket.c
ssl_tls.c Merge remote-tracking branch 'public/pr/2111' into development-proposed 2018-10-28 16:22:18 +00:00
threading.c Don't declare and define gmtime()-mutex on Windows platforms 2018-09-06 12:09:56 +01:00
timing.c
version.c
version_features.c Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted 2018-09-11 12:39:14 +02:00
x509.c Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() 2018-09-05 15:06:19 +01:00
x509_create.c
x509_crl.c
x509_crt.c Fix missing dereference. 2018-10-16 11:27:23 +02:00
x509_csr.c
x509write_crt.c
x509write_csr.c
xtea.c