TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
f8210f2bd533e8935819ec5fd12680dfdc81f73f
/
include
/
mbedtls
81f7909
Merge pull request #325 from gilles-peskine-arm/psa-sign_hash
by Gilles Peskine
· 6 years ago
7bb1a7e
Merge pull request #307 from msopiha-linaro/development
by Gilles Peskine
· 6 years ago
89d8c5c
Rename some signature-related identifiers
by Gilles Peskine
· 6 years ago
9afbfdc
Merge remote-tracking branch 'myfork-public/development' into merge-crypto-development-20191115
by Gilles Peskine
· 6 years ago
3bdd412
Invoke config.py instead of config.pl
by Gilles Peskine
· 6 years ago
73a1f37
Add documentation notes about the required size of the signature buffers
by Gilles Peskine
· 6 years ago
ff25af2
Add missing MBEDTLS_ECP_C dependencies in check_config.h
by k-stachowiak
· 6 years ago
f0d8700
Merge pull request #315 from gilles-peskine-arm/pk_signature_max_size
by Gilles Peskine
· 6 years ago
9db14fa
Update the documentation of mbedtls_pk_sign_restartable()
by Gilles Peskine
· 6 years ago
5460565
Fix errors in the definition of MBEDTLS_PK_SIGNATURE_MAX_SIZE
by Gilles Peskine
· 6 years ago
cb0101f
Merge pull request #298 from gilles-peskine-arm/config-symmetric-only
by Gilles Peskine
· 6 years ago
b22a24b
Fix MBEDTLS_PK_SIGNATURE_MAX_SIZE to account for ECDSA
by Gilles Peskine
· 6 years ago
da252be
Define a constant for the maximum signature size from pk_sign()
by Gilles Peskine
· 6 years ago
20180ca
Add ASN.1 ENUMERATED tag support
by Mykhailo Sopiha
· 6 years ago
bd326f9
Note that mbedtls_ctr_drbg_seed() must not be called twice
by Gilles Peskine
· 6 years ago
6997166
CTR_DRBG: define a constant for the default entropy nonce length
by Gilles Peskine
· 6 years ago
e9a3454
CTR_DRBG: grab a nonce from the entropy source if needed
by Gilles Peskine
· 6 years ago
9be5098
CTR_DRBG: add the possibility of grabbing entropy for a nonce
by Gilles Peskine
· 6 years ago
c0ace35
mbedtls_ctr_drbg_context: minor documentation improvements
by Gilles Peskine
· 6 years ago
460988a
fixup! CTR_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
9d3baea
fixup! HMAC_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
b16841e
Fixed -Wunused warnings when building without asymmetric crypto
by Gilles Peskine
· 6 years ago
50ed86b
CTR_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
8f7921e
HMAC_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
e5e9081
Merge pull request #287 from gilles-peskine-arm/ctr_drbg-doc-nist-crypto
by Gilles Peskine
· 6 years ago
77d4457
mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding
by Gilles Peskine
· 6 years ago
dddda81
mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding
by Gilles Peskine
· 6 years ago
dc2db48
Fix typos in documentation
by Gilles Peskine
· 6 years ago
7e27936
Add a note about CTR_DRBG security strength to config.h
by Gilles Peskine
· 6 years ago
1540e5b
Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section
by Gilles Peskine
· 6 years ago
d0c64c8
CTR_DRBG: more consistent formatting and wording
by Gilles Peskine
· 6 years ago
2884ba3
CTR_DRBG: Improve the explanation of security strength
by Gilles Peskine
· 6 years ago
017778e
CTR_DRBG: make it easier to understand the security strength
by Gilles Peskine
· 6 years ago
5d9fd07
HMAC_DRBG: note that the initial seeding grabs entropy for the nonce
by Gilles Peskine
· 6 years ago
217b815
Use standard terminology to describe the personalization string
by Gilles Peskine
· 6 years ago
2d8f069
Do note that xxx_drbg_random functions reseed with PR enabled
by Gilles Peskine
· 6 years ago
10f16ac
Consistently use \c NULL and \c 0
by Gilles Peskine
· 6 years ago
3457b5e
HMAC_DRBG: improve the documentation of the entropy length
by Gilles Peskine
· 6 years ago
74efcd2
HMAC_DRBG documentation improvements clarifications
by Gilles Peskine
· 6 years ago
ec51dd1
More CTR_DRBG documentation improvements and clarifications
by Gilles Peskine
· 6 years ago
6fdf0b3
CTR_DRBG: improve the discussion of entropy length vs strength
by Gilles Peskine
· 6 years ago
223deea
CTR_DRBG: Document the security strength and SP 800-90A compliance
by Gilles Peskine
· 6 years ago
944bc58
CTR_DRBG: Document the maximum size of some parameters
by Gilles Peskine
· 6 years ago
08875d4
CTR_DRBG documentation clarifications
by Gilles Peskine
· 6 years ago
c21a9f0
Merge remote-tracking branch 'origin/pr/2765' into development
by Jaeden Amero
· 6 years ago
914a507
Bump Mbed TLS version to 2.19.1
by Jaeden Amero
· 6 years ago
46d61b1
Merge remote-tracking branch 'origin/pr/2834' into development
by Jaeden Amero
· 6 years ago
5d46f6a
Invoke config.py instead of config.pl
by Gilles Peskine
· 6 years ago
5639aef
Uniformize whitespace in commented-out defines
by Gilles Peskine
· 6 years ago
62be28b
Merge remote-tracking branch 'origin/pr/2469' into development
by Jaeden Amero
· 6 years ago
63d813d
ssl: Disallow modification of hello.random by export
by Jaeden Amero
· 6 years ago
aac3853
Fix long-standing bug in error code description
by Gilles Peskine
· 6 years ago
09c0a23
mbedtls_asn1_store_named_data: clarify val allocation behavior
by Gilles Peskine
· 6 years ago
105031b
asn1_write documentation: say that integers must be non-negative
by Gilles Peskine
· 6 years ago
bcbe1df
Improve the documentation of ASN.1 parsing functions
by Gilles Peskine
· 6 years ago
9298dca
Merge pull request #185 from gilles-peskine-arm/harvard-md
by Jaeden Amero
· 6 years ago
bfaa718
Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C
by Hanno Becker
· 6 years ago
af46c5f
Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h
by Hanno Becker
· 6 years ago
75f2c20
ECDSA: Explain limitations of constant blinding
by Janos Follath
· 7 years ago
1231d21
Add warning for alternative ECDSA implementations
by Janos Follath
· 7 years ago
e65e059
Deprecate the old deterministic ECDSA function
by Janos Follath
· 7 years ago
dca667a
Add a safer deterministic ECDSA function
by Janos Follath
· 7 years ago
5656623
Merge pull request #240 from Ko-/development
by Jaeden Amero
· 6 years ago
f66e7ea
Merge pull request #178 from mpg/sha512-smaller
by Jaeden Amero
· 6 years ago
481659a
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
8dd6bc7
Merge remote-tracking branch 'origin/pr/2803' into development
by Jaeden Amero
· 6 years ago
cb260bb
Fix -O0 build for Aarch64 bignum multiplication.
by Ko-
· 7 years ago
05cff95
Make GNUC-compatible compilers use the right mbedtls_t_udbl again on Aarch64 builds.
by Ko-
· 7 years ago
cc1871e
Add optimized bignum multiplication for Aarch64.
by Ko-
· 7 years ago
03d2daf
Enable 64-bit limbs for all Aarch64 builds.
by Ko-
· 7 years ago
4cf0e7e
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
49fcbea
Merge remote-tracking branch 'origin/pr/2799' into development
by Jaeden Amero
· 6 years ago
d031378
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
fe997c6
Update library version to 2.19.0
by Darryl Green
· 6 years ago
9c1b56b
3rdparty: Add config checks for Everest
by Christoph M. Wintersteiger
· 6 years ago
e1dfc98
Fix file permissions
by Christoph M. Wintersteiger
· 6 years ago
50d9f09
3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
by Christoph M. Wintersteiger
· 6 years ago
181f284
config.h: Silence missing documentation warning
by Christoph M. Wintersteiger
· 7 years ago
6cddd30
ECDH: Disable Everest by default
by Christoph M. Wintersteiger
· 7 years ago
e50b970
ECDH: Fix whitespace and doxygen comment
by Christoph M. Wintersteiger
· 7 years ago
02b8048
ECDH: Add Everest Curve25519 config.h option
by Christoph M. Wintersteiger
· 7 years ago
64f2643
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
4e0db56
Merge branch 'mbedtls-2.18' into development
by Jaeden Amero
· 6 years ago
f1cdcea
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
b9ca1b0
Fix parameter name in doxygen
by Jarno Lamsa
· 6 years ago
5c0e377
Provide serialisation API only if it's enabled
by Manuel Pégourié-Gonnard
· 6 years ago
9df5a82
Actually reset the context on save as advertised
by Manuel Pégourié-Gonnard
· 6 years ago
13c8e68
Change requirements for setting timer callback
by Manuel Pégourié-Gonnard
· 6 years ago
4b7e6b9
Add session saving/loading
by Manuel Pégourié-Gonnard
· 6 years ago
4c90e85
Add (stub) header writing and checking
by Manuel Pégourié-Gonnard
· 6 years ago
1aaf669
Implement usage checks in context_save()
by Manuel Pégourié-Gonnard
· 6 years ago
96fb0ee
Save Hello random bytes for later use
by Manuel Pégourié-Gonnard
· 6 years ago
d0a86f9
Clarify documentation of mbedtls_ssl_context_load()
by Manuel Pégourié-Gonnard
· 6 years ago
6d8f128
Fix typos, grammar and wording in documentation
by Manuel Pégourié-Gonnard
· 6 years ago
ac87e28
Declare and document ssl_context_save()/load()
by Manuel Pégourié-Gonnard
· 6 years ago
afa8f71
Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION
by Manuel Pégourié-Gonnard
· 6 years ago
f9b3303
Introduce specific error for ver/cfg mismatch on deserialization
by Hanno Becker
· 6 years ago
686adb4
Normalize spelling to serialiZation
by Manuel Pégourié-Gonnard
· 6 years ago
df9bc21
Improve documentation
by Manuel Pégourié-Gonnard
· 6 years ago
7b3a887
Add list of coupled functions to struct definition
by Manuel Pégourié-Gonnard
· 6 years ago
Next »