TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
ccde952df01f6acd2d7159667126caeea94e8ed0
/
include
/
mbedtls
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
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
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
Next »