..
.gitignore
aes.c
Add further missing brackets around macro parameters
2019-02-19 17:59:57 +00:00
aesni.c
arc4.c
aria.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
asn1parse.c
asn1write.c
Add new function mbedtls_asn1_write_named_bitstring()
2019-02-28 09:36:30 +00:00
base64.c
bignum.c
Merge remote-tracking branch 'origin/pr/2405' into development
2019-04-05 14:08:49 +01:00
blowfish.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
camellia.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
ccm.c
Merge remote-tracking branch 'origin/pr/2092' into development
2019-04-24 11:17:21 +01:00
chacha20.c
Improve macro hygiene
2019-02-19 17:59:00 +00:00
chachapoly.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
cipher.c
Merge remote-tracking branch 'tls/development' into development
2019-04-17 12:12:24 +01:00
cipher_wrap.c
Wrap lines at 80 columns
2019-04-02 10:07:28 -07:00
cmac.c
CMakeLists.txt
Change LINK_WITH_TRUSTED_STORAGE option to OFF
2019-07-24 14:19:35 +03:00
ctr_drbg.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
des.c
Improve macro hygiene
2019-02-19 17:59:00 +00:00
dhm.c
Allow DHM self test to run without MBEDTLS_PEM_PARSE_C
2019-06-03 17:46:56 +01:00
ecdh.c
Fix ECDH secret export for Mongomery curves
2019-02-26 16:49:52 +00:00
ecdsa.c
ECP restart: Don't calculate address of sub ctx if ctx is NULL
2019-07-19 14:44:36 +01:00
ecjpake.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
ecp.c
Replace some macros by functions
2019-07-18 21:08:27 +02:00
ecp_curves.c
Improve macro hygiene
2019-02-19 17:59:00 +00:00
entropy.c
entropy_poll.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
error.c
Add specific SSL error code for unexpected CIDs
2019-06-03 16:07:50 +01:00
gcm.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
havege.c
Fix minor type choice inconsistency
2019-06-24 15:45:09 +02:00
hkdf.c
hmac_drbg.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
Makefile
Merge remote-tracking branch 'tls/development' into development
2019-07-31 10:37:53 +01:00
md.c
md: Remove dependency on X.509
2019-03-11 16:46:20 +00:00
md2.c
md4.c
Add more missing parentheses around macro parameters
2019-02-19 17:59:57 +00:00
md5.c
Add further missing brackets around macro parameters
2019-02-19 17:59:57 +00:00
md_wrap.c
memory_buffer_alloc.c
nist_kw.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
oid.c
Add support for RSA PKCSv1.5 signatures using RIPEMD-160
2019-05-06 12:15:17 -04:00
padlock.c
pem.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
pk.c
pk: restructure precondition check
2019-02-05 05:09:05 -05:00
pk_wrap.c
Fix outdated comment in ecdsa_verify_wrap()
2019-01-29 08:26:15 +00:00
pkcs5.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
pkcs12.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
pkparse.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
pkwrite.c
Merge development-psa commit 80b5662
into development-psa-merged branch
2019-02-05 06:02:51 -05:00
platform.c
Merge remote-tracking branch 'origin/pr/1551' into development
2019-01-30 13:24:55 +00:00
platform_util.c
Merge development commit 8e76332
into development-psa
2019-01-31 08:20:20 -05:00
poly1305.c
Improve macro hygiene
2019-02-19 17:59:00 +00:00
psa_crypto.c
Return right error code.
2019-08-02 13:01:58 +01:00
psa_crypto_core.h
Support encoding an owner in key file IDs
2019-02-20 12:52:07 +01:00
psa_crypto_invasive.h
Add a facility to configure entropy sources
2018-11-23 22:58:38 +01:00
psa_crypto_its.h
Add psa_trusted_storage_linux persistent storage support for v1.0.0 APIs
2019-07-23 17:30:37 +01:00
psa_crypto_service_integration.h
Add common header for crypto service integration
2019-02-19 15:09:14 +02:00
psa_crypto_slot_management.c
Merge pull request #59 from gilles-peskine-arm/psa-its-64_bit_internal_key_id
2019-02-20 13:45:12 +00:00
psa_crypto_slot_management.h
Document some functions in internal headers
2018-12-11 16:48:14 +01:00
psa_crypto_storage.c
Add psa_trusted_storage_linux persistent storage support for v1.0.0 APIs
2019-07-23 17:30:37 +01:00
psa_crypto_storage.h
Gate entropy injection through a dedicated configuration option
2019-03-15 11:15:21 +01:00
psa_its_file.c
Add psa_trusted_storage_linux persistent storage support for v1.0.0 APIs
2019-07-23 17:30:37 +01:00
ripemd160.c
Improve macro hygiene
2019-02-19 17:59:00 +00:00
rsa.c
rsa: Enable use of zero-length null output
2019-02-11 03:39:51 -05:00
rsa_internal.c
sha1.c
Add further missing brackets around macro parameters
2019-02-19 17:59:57 +00:00
sha256.c
Add further missing brackets around macro parameters
2019-02-19 17:59:57 +00:00
sha512.c
Add more missing parentheses around macro parameters
2019-02-19 17:59:57 +00:00
threading.c
timing.c
timing: Remove redundant include file
2019-06-20 10:51:21 +01:00
version.c
version_features.c
Merge remote-tracking branch 'tls/development' into development
2019-07-31 10:37:53 +01:00
xtea.c