TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
217b8159da89ee63bcffb4f4e9a7d5925a48afc3
/
include
/
mbedtls
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
9298dca
Merge pull request #185 from gilles-peskine-arm/harvard-md
by Jaeden Amero
· 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
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
19d5c80
3rdparty: Added config checks for Everest
by Christoph M. Wintersteiger
· 6 years ago
737df0c
Fix file permissions
by Christoph M. Wintersteiger
· 6 years ago
ef17e3b
ECDSA: Fix formatting
by Christoph M. Wintersteiger
· 6 years ago
5833de7
3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
by Christoph M. Wintersteiger
· 6 years ago
d2085f5
Document that curve lists can include partially-supported curves
by Gilles Peskine
· 6 years ago
20b3ef3
Add mbedtls_ecdh_can_do
by Gilles Peskine
· 6 years ago
405b371
Silences missing documentation warning for MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED
by Christoph M. Wintersteiger
· 7 years ago
78450a3
ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default
by Christoph M. Wintersteiger
· 7 years ago
ea24394
ECDH: Fix whitespace and permission problems
by Christoph M. Wintersteiger
· 7 years ago
0082f9d
ECDSA: Add mbedtls_ecdsa_can_do
by Christoph M. Wintersteiger
· 7 years ago
c3cbdde
ECDH: Fix whitespace, permissions
by Christoph M. Wintersteiger
· 7 years ago
999f3b5
ECDH: Remove YOTTA config #define
by Christoph M. Wintersteiger
· 7 years ago
de4fcf2
ECDH: Add new ECDH context for Everest Curve25519
by Christoph M. Wintersteiger
· 7 years ago
89e7655
Merge remote-tracking branch 'crypto/pr/212' into development
by Jaeden Amero
· 6 years ago
c26591a
Merge pull request #196 from RonEld/fix_license_header
by Jaeden Amero
· 6 years ago
9d20e1f
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
40244bc
Fix the license header of hkdf
by Ron Eldor
· 6 years ago
5daa34f
bn_mul.h: require at least ARMv6 to enable the ARM DSP code
by Aurelien Jarno
· 7 years ago
72c8c5b
Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801
by Gilles Peskine
· 6 years ago
8dd1690
Merge remote-tracking branch 'tls/development' into development
by Jaeden Amero
· 6 years ago
d0e66b0
Turn off secure element support by default
by Gilles Peskine
· 6 years ago
2838b7b
Use smaller types in mbedtls_md_info_t
by Gilles Peskine
· 6 years ago
84867cf
Don't use dynamic pointer dispatch in md
by Gilles Peskine
· 6 years ago
2306d15
Declare new config.h option MBEDTLS_SHA512_SMALLER
by Manuel Pégourié-Gonnard
· 6 years ago
b8e4ae1
Remove certs.h
by Jaeden Amero
· 6 years ago
8045cfb
Enable ALT implementations of ripemd160
by Jaeden Amero
· 6 years ago
c49fbbf
Use mbedtls-based path for includes
by Jaeden Amero
· 6 years ago
072959f
Merge remote-tracking branch 'origin/pr/1622' into development
by Jaeden Amero
· 6 years ago
6d77d20
Merge remote-tracking branch 'origin/pr/2632' into development
by Jaeden Amero
· 6 years ago
482a479
Merge remote-tracking branch 'origin/pr/2699' into development
by Jaeden Amero
· 6 years ago
a8ade16
Gate secure element support by a separate config option
by Gilles Peskine
· 6 years ago
dbc0db9
include bignum.h from x509_crt.h
by Philippe Antoine
· 7 years ago
66b7edb
Merge remote-tracking branch 'origin/pr/2711' into development
by Jaeden Amero
· 6 years ago
fd0f654
Merge remote-tracking branch 'origin/pr/2697' into development
by Jaeden Amero
· 6 years ago
32eb58f
platform: Include stdarg.h where needed
by Jaeden Amero
· 6 years ago
f3820e3
Fix misuse of signed ints in the HAVEGE module
by Gilles Peskine
· 6 years ago
7846299
Fix misuse of signed ints in the HAVEGE module
by Gilles Peskine
· 6 years ago
e1b02df
Merge remote-tracking branch 'origin/pr/2260' into development
by Jaeden Amero
· 6 years ago
c7ad122
Make it easier to define MBEDTLS_PARAM_FAILED as assert
by Gilles Peskine
· 6 years ago
1139249
Don't refer to PSA keys as slots anymore
by Gilles Peskine
· 6 years ago
960e588
Document origin of hardcoded certificates in library/certs.c
by Hanno Becker
· 6 years ago
3739e20
Disable Connection ID feature by default
by Hanno Becker
· 6 years ago
1125952
Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid
by Hanno Becker
· 6 years ago
615ef17
Allow passing NULL pointers to mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
62e5afa
Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid()
by Hanno Becker
· 6 years ago
a0e20d0
Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID
by Hanno Becker
· 6 years ago
ebcc913
Consistently reference CID draft through name + URL
by Hanno Becker
· 6 years ago
f1a2808
Fix typo in documentation of `mbedtls_ssl_context::cid_in_use`
by Hanno Becker
· 6 years ago
fb034e8
Improve wording of documentation of mbedtls_ssl_get_peer_cid()
by Hanno Becker
· 6 years ago
5cc145d
Slightly reword documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
08cd9db
Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
08cbc0c
Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX
by Hanno Becker
· 6 years ago
d9d4adb
Improve wording in documentation of mbedtls_ssl_set_cid()
by Hanno Becker
· 6 years ago
4cac442
Update references to CID draft to version 5
by Hanno Becker
· 6 years ago
56f81c7
Improve wording in documentation of MBEDTLS_SSL_CID
by Hanno Becker
· 6 years ago
7fefd83
Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default
by Hanno Becker
· 6 years ago
8367ccc
Allow to configure the stack's behaviour on unexpected CIDs
by Hanno Becker
· 6 years ago
c37c96a
Add specific SSL error code for unexpected CIDs
by Hanno Becker
· 6 years ago
b9ec44f
Remove restriction on value of MBEDTLS_SSL_CID_PADDING_GRANULARITY
by Hanno Becker
· 6 years ago
ddf775a
Reword CID documentation
by Hanno Becker
· 6 years ago
b1aa1b3
Allow the configuration of padding when using CID extension
by Hanno Becker
· 6 years ago
22a59fd
Remove indicators and warnings about unfinished CID implementation
by Hanno Becker
· 6 years ago
f9c6a4b
Add pointers to in/out CID fields to mbedtls_ssl_context
by Hanno Becker
· 6 years ago
6cbad55
Account for additional record expansion when using CIDs
by Hanno Becker
· 6 years ago
ad4a137
Add CID configuration API
by Hanno Becker
· 6 years ago
3b154c1
Re-implement mbedtls_ssl_{in/out}_hdr_len() via in/out pointers
by Hanno Becker
· 6 years ago
5903de4
Split mbedtls_ssl_hdr_len() in separate functions for in/out records
by Hanno Becker
· 6 years ago
fe6bb8c
Unify documentation of internal SSL record structure
by Hanno Becker
· 6 years ago
75f080f
Use MBEDTLS_ namespace for internal CID length constant
by Hanno Becker
· 6 years ago
8b3eb5a
Implement inner plaintext parsing/writing for CID-based connections
by Hanno Becker
· 6 years ago
f2ed448
Add CID field to internal structure representing TLS records
by Hanno Becker
· 6 years ago
1c1f046
Replace 'ingoing' -> 'incoming' in CID debug messages
by Hanno Becker
· 6 years ago
c5f2422
Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs
by Hanno Becker
· 6 years ago
064b732
Use unused extension ID as tentative ID for CID extension
by Hanno Becker
· 6 years ago
1327fa7
Add fields holding in/out CIDs to SSL record transformation struct
by Hanno Becker
· 6 years ago
189a013
Check static bounds of CID lengths in check_config.h
by Hanno Becker
· 6 years ago
0652bc5
Add identifier for CID extension
by Hanno Becker
· 6 years ago
2f28c10
Add fields to SSL structures describing state and config of CID ext
by Hanno Becker
· 6 years ago
f1f9a82
Add warnings about status of implementation of CID API
by Hanno Becker
· 6 years ago
Next »