TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/mbedtls-3.6
/
include
/
mbedtls
5374262
Version bump 3.6.4
by Minos Galanakis
· 6 weeks ago
7df273b
Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted
by Gilles Peskine
· 8 weeks ago
addf8fc
Fix ECDSA documentation: blinding is no longer optional
by Gilles Peskine
· 3 months ago
c0b357d
ECDSA is a special flower
by Gilles Peskine
· 3 months ago
ed10e2a
Note functions that store the RNG callback in a context
by Gilles Peskine
· 3 months ago
060c70e
Reference mbedtls_f_rng_t in public documentation
by Gilles Peskine
· 3 months ago
1337d54
Name and document the type of random generator callbacks
by Gilles Peskine
· 3 months ago
19d2c91
Fix undocumented free() in x509_string_to_names()
by Manuel Pégourié-Gonnard
· 3 months ago
0b65a91
Fix doxygen for MBEDTLS_SSL_KEYING_MATERIAL_EXPORT
by Max Fillinger
· 7 months ago
76bb753
Fix max. label length in key material exporter
by Max Fillinger
· 8 months ago
97a2879
Document BAD_INPUT_DATA error in key material exporter
by Max Fillinger
· 9 months ago
8ee2141
Use one maximum key_len for all exported keys
by Max Fillinger
· 9 months ago
e95edbf
Fix output size check for key material exporter
by Max Fillinger
· 9 months ago
d97e0e8
Enable MBEDTLS_SSL_KEYING_MATERIAL_EXPORT by default
by Max Fillinger
· 9 months ago
951b886
Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option
by Max Fillinger
· 9 months ago
7b52328
Remove TLS 1.2 Exporter if we don't have randbytes
by Max Fillinger
· 9 months ago
c48e9e0
Fix coding style
by Max Fillinger
· 10 months ago
9359f4d
Fix coding style
by Max Fillinger
· 11 months ago
f95bfda
Fix doxygen comment parameter name
by Max Fillinger
· 11 months ago
5805cc9
Fix typos in comment
by Max Fillinger
· 11 months ago
3be83a7
Fix mismatches in function declarations
by Max Fillinger
· 12 months ago
44042f0
Implement TLS-Exporter feature
by Max Fillinger
· 1 year ago
e62ef05
Version Bump for 3.6.3
by Minos Galanakis
· 5 months ago
dfc8e43
Merge remote-tracking branch 'upstream/mbedtls-3.6' into pre-3.6.3-upstream-merge
by Minos Galanakis
· 5 months ago
0ed5cb8
Merge pull request #10004 from gilles-peskine-arm/doc-threading-needed-by-psa-3.6
by Gilles Peskine
· 5 months ago
ba4f166
Merge pull request #10058 from gilles-peskine-arm/mbedtls_net_send-api-desc-tweak-3.6
by Gilles Peskine
· 5 months ago
b22247b
Merge pull request #10043 from Mbed-TLS/msvc-format-size-macros-3.6
by Bence Szépkúti
· 5 months ago
gh-readonly-queue/mbedtls-3.6/pr-10043-3dbe333ab0751c70646c9c3e4761a73f1dc0616a
b05b3b1
mbedtls_net_send API description typo fix
by Noah Pendleton
· 1 year, 3 months ago
104bd06
Merge remote-tracking branch 'origin/features/tls-defragmentation/3.6' into feature_merge_defragmentation_36
by Minos Galanakis
· 5 months ago
8589006
State globally that the limitations don't apply to DTLS
by Gilles Peskine
· 5 months ago
bc02555
Clarify DTLS
by Gilles Peskine
· 5 months ago
c3af2f4
ClientHello may be fragmented in renegotiation
by Gilles Peskine
· 5 months ago
494e494
Move the defragmentation documentation to mbedtls_ssl_handshake
by Gilles Peskine
· 5 months ago
b5ccd32
Document the limitations of TLS handshake message defragmentation
by Gilles Peskine
· 5 months ago
d3b3c67
More generally, what needs psa_crypto_init also needs threading
by Gilles Peskine
· 5 months ago
db47582
Fix comments
by Bence Szépkúti
· 5 months ago
c6934ff
Never use %zu on MinGW
by Bence Szépkúti
· 5 months ago
f65983d
Fix MSVC version guard for C99 format size specifiers
by Bence Szépkúti
· 5 months ago
9dfe548
Document the need to call mbedtls_ssl_set_hostname
by Gilles Peskine
· 5 months ago
5ee008d
Improve documentation of mbedtls_ssl_set_hostname
by Gilles Peskine
· 5 months ago
4f563e7
Expand and rectify the documentation of mbedtls_ssl_context::hostname
by Gilles Peskine
· 5 months ago
11f74c5
Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup
by Gilles Peskine
· 6 months ago
460d2ee
adjust_legacy_crypto: improve enablement of MBEDTLS_MD_xxx_VIA_PSA
by Valerio Setti
· 11 months ago
c516307
md: allow dispatch to PSA whenever CRYPTO_CLIENT is enabled
by Valerio Setti
· 11 months ago
2c1de04
adjust_legacy_crypto: move auto-enabling of CRYPTO_CLIENT when CRYPTO_C
by Valerio Setti
· 11 months ago
730be78
Document PSA's need for threading
by Gilles Peskine
· 5 months ago
55151d3
Fix Doxygen misuse
by Gilles Peskine
· 6 months ago
b710599
Merge in_hsfraglen with badmac_seen_or_in_hsfraglen
by Gilles Peskine
· 6 months ago
ebdd405
Change the type of in_hsfraglen to unsigned
by Gilles Peskine
· 6 months ago
f6a676d
Rename badmac_seen to badmac_seen_or_in_hsfraglen
by Gilles Peskine
· 6 months ago
bbe8745
Remove in_hshdr
by Deomid rojer Ryabkov
· 6 months ago
3fc5a4d
Defragment incoming TLS handshake messages
by Deomid rojer Ryabkov
· 1 year, 5 months ago
7656ad7
Create configuration option to bypass the mbedtls_ssl_set_hostname check
by Gilles Peskine
· 6 months ago
0178dc9
Create error code for mbedtls_ssl_set_hostname not called
by Gilles Peskine
· 6 months ago
6b88594
Keep track of whether mbedtls_ssl_set_hostname() has been called
by Gilles Peskine
· 6 months ago
ce00ac4
Update the documentation of ssl->hostname
by Gilles Peskine
· 6 months ago
bc3f917
crypto_config.h: Don't list mechanisms that are not implemented
by Gilles Peskine
· 7 months ago
e60b395
Merge pull request #9762 from Harry-Ramsey/update-gcm-doc-3.6
by David Horstmann
· 8 months ago
dcf42a0
Update references to test helpers
by David Horstmann
· 9 months ago
9892d14
Fix documentation for GCM decryption functions
by Harry Ramsey
· 9 months ago
01d32e7
Fix check_names errorr for MBEDTLS_GCM_ALT comment
by Harry Ramsey
· 9 months ago
c7b1a90
Update GCM buffer overlap documentation
by Harry Ramsey
· 9 months ago
b482e44
Document errors for mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw
by Gilles Peskine
· 10 months ago
40859ac
fix PR9302 backporting issues
by Valerio Setti
· 10 months ago
fe0f09e
Documentation: fix some nits
by Valerio Setti
· 10 months ago
7a2ca19
check_config: prevent fully dynamic and static key stores to be enabled simultaneously
by Valerio Setti
· 12 months ago
54dc535
mbedtls_config: fix/improve descriptions of PSA_STATIC_KEY_SLOT symbols
by Valerio Setti
· 12 months ago
4603a08
mbedtls_config: fix descriptions for PSA static key slots
by Valerio Setti
· 12 months ago
2deb25a
mbedtls_config: move MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE to the correct place
by Valerio Setti
· 12 months ago
8d4f150
psa: allow to use static key buffers instead of dynamic ones
by Valerio Setti
· 1 year, 2 months ago
78542bf
Merge pull request #9698 from gilles-peskine-arm/3.6.2-rc2-mergeback-3
by David Horstmann
· 10 months ago
a712d8d
Bump version to 3.6.2
by Gilles Peskine
· 10 months ago
33a2918
Merge pull request #9390 from eleuzi01/backport-9327
by Manuel Pégourié-Gonnard
· 11 months ago
1d2dcfc
Bump version to 3.6.1
by David Horstmann
· 11 months ago
9f10979
Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr
by David Horstmann
· 11 months ago
c46edd4
Fix/Improve documentation
by Ronald Cron
· 11 months ago
9f44c88
Rename some "new_session_tickets" symbols
by Ronald Cron
· 11 months ago
48a9f56
Improve documentation
by Ronald Cron
· 11 months ago
ba45a44
Move session tickets getter functions to ssl_misc.h
by Ronald Cron
· 11 months ago
fc76718
Move MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET doc
by Ronald Cron
· 11 months ago
d67f801
Do not add a new field in the SSL config
by Ronald Cron
· 11 months ago
e55659d
Document NewSessionTicket handling being disabled by default
by Ronald Cron
· 11 months ago
9df0563
Improve MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET documentation
by Ronald Cron
· 11 months ago
0e5d4fd
Document MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET.
by Ronald Cron
· 11 months ago
bedddd7
Add mbedtls_ssl_conf_enable_new_session_tickets() API
by Ronald Cron
· 11 months ago
92e803e
Clarify "negotiating"
by Gilles Peskine
· 11 months ago
590bdcb
Call psa_crypto_init in the library when required for TLS 1.3: doc
by Gilles Peskine
· 11 months ago
4002e6f
Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted
by Gilles Peskine
· 11 months ago
df0ef8a
Merge pull request #9281 from mpg/rsapub
by Gilles Peskine
· 12 months ago
273d07b
Merge pull request #9240 from gilles-peskine-arm/psa-keystore-dynamic-3.6
by Manuel Pégourié-Gonnard
· 12 months ago
82976f3
Make mbedtls_mpi_exp_mod_unsafe internal
by Janos Follath
· 12 months ago
70658db
Merge pull request #9463 from sezrab/psa_util_in_builds_without_psa-3.6
by Manuel Pégourié-Gonnard
· 12 months ago
90b4271
Move MBEDTLS_MPI_IS_* macros to bignum_core.h
by Janos Follath
· 12 months ago
38ff70e
Make _optionally_safe functions internal
by Janos Follath
· 12 months ago
e084964
Improve documentation of MBEDTLS_MPI_IS_PUBLIC
by Janos Follath
· 12 months ago
81a438b
Remove MBEDTLS_PSA_UTIL_HAVE_ECDSA so that functions are only enabled when PSA enabled
by Sam Berry
· 1 year, 1 month ago
2bfd749
Dynamic key store: new compilation option
by Gilles Peskine
· 1 year, 2 months ago
3b41e1d
Merge pull request #9403 from gilles-peskine-arm/psa-keystore-dynamic-prep-3.6
by Gilles Peskine
· 12 months ago
e217673
Merge remote-tracking branch 'public/mbedtls-3.6' into merge-3.6
by Manuel Pégourié-Gonnard
· 12 months ago
bc7bffc
Remove test_valgrind_constant_flow_psa_no_asm
by Elena Uziunaite
· 1 year, 1 month ago
Next »