mbedtls/include/mbedtls
Hanno Becker 616d1ca605 Add support for alternative ECJPAKE implementation
This commit allows users to provide alternative implementations of the
ECJPAKE interface through the configuration option MBEDTLS_ECJPAKE_ALT.
When set, the user must add `ecjpake_alt.h` declaring the same
interface as `ecjpake.h`, as well as add some compilation unit which
implements the functionality. This is in line with the preexisting
support for alternative implementations of other modules.
2018-01-24 10:36:22 +00:00
..
aes.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
aesni.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
arc4.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
asn1.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
asn1write.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
base64.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
bignum.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
blowfish.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
bn_mul.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
camellia.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ccm.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
certs.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
check_config.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
cipher.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
cipher_internal.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
cmac.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
compat-1.3.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
config.h Add support for alternative ECJPAKE implementation 2018-01-24 10:36:22 +00:00
ctr_drbg.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
debug.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
des.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
dhm.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ecdh.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ecdsa.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ecjpake.h Add support for alternative ECJPAKE implementation 2018-01-24 10:36:22 +00:00
ecp.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ecp_internal.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
entropy.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
entropy_poll.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
error.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
gcm.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
havege.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
hmac_drbg.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
md.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
md2.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
md4.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
md5.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
md_internal.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
memory_buffer_alloc.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
net.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
net_sockets.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
oid.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
padlock.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
pem.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
pk.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
pk_internal.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
pkcs5.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
pkcs11.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
pkcs12.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
platform.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
platform_time.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ripemd160.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
rsa.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
rsa_internal.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
sha1.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
sha256.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
sha512.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ssl.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ssl_cache.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ssl_ciphersuites.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ssl_cookie.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ssl_internal.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
ssl_ticket.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
threading.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
timing.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
version.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
x509.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
x509_crl.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
x509_crt.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
x509_csr.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
xtea.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00