TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
d2e77b51a198a97439b360f77e5ef764fc3d07b2
/
include
/
mbedtls
d3d0290
Restore X509 and SSL functionality
by Gilles Peskine
· 5 years ago
b99bd39
Merge mbed-crypto into mbedtls: the merge commit
by Gilles Peskine
· 5 years ago
43aa905
DHM functions are not part of x509
by Gilles Peskine
· 5 years ago
1174db5
Revert "ecp: Remove dependency on TLS and X.509"
by Gilles Peskine
· 5 years ago
d40f007
Revert "dhm: Remove dependency on TLS"
by Gilles Peskine
· 5 years ago
96ddb0a
Revert "asn1: Remove dependency on X.509"
by Gilles Peskine
· 5 years ago
4e11749
Revert "config: Remove TLS and NET options"
by Gilles Peskine
· 5 years ago
252e391
Revert "config: Remove X.509 options"
by Gilles Peskine
· 5 years ago
458b8f2
Revert "Remove unused TLS, NET, and X.509 files"
by Gilles Peskine
· 5 years ago
9bf54fa
Revert "doxygen: Update for Mbed Crypto"
by Gilles Peskine
· 5 years ago
db7d5f0
Revert "config: Remove explicit ciphersuite lists"
by Gilles Peskine
· 5 years ago
40f17dc
Revert "Remove certs.h"
by Gilles Peskine
· 5 years ago
a4522e8
Uniformize wording for removal of deprecated things
by Manuel Pégourié-Gonnard
· 5 years ago
10edb3e
Add comment to matching #endif
by Andres Amaya Garcia
· 7 years ago
da15409
Remove the word likely from deprecated documentation
by Andres Amaya Garcia
· 7 years ago
4156ac1
Wrap deprecations for HW_RECORD_ACCEL with DEPRECATED_REMOVED
by Andres Amaya Garcia
· 7 years ago
3f6cc5f
Deprecate global func ptrs for MBEDTLS_SSL_HW_RECORD_ACCEL
by Andres Amaya Garcia
· 7 years ago
84b4e79
Deprecate MBEDTLS_SSL_HW_RECORD_ACCEL config
by Andres Amaya Garcia
· 7 years ago
84d2fd4
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
bc7c242
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
a0c164a
Merge pull request #3010 from hanno-arm/tls_msg_split
by Manuel Pégourié-Gonnard
· 5 years ago
08f0913
Add compile-time guards around declarations in ssl_internal.h
by Hanno Becker
· 5 years ago
8949071
Move ssl_get_current_mtu() to public namespace
by Hanno Becker
· 5 years ago
533ab5f
Move flight and message buffering functions to public namespace
by Hanno Becker
· 5 years ago
40cdaa1
Move ssl_start_renegotiation() to public namespace
by Hanno Becker
· 5 years ago
ce5f5fd
Move ssl_handshake_wrapup_free_hs_transform() to public namespace
by Hanno Becker
· 5 years ago
786300f
Move ssl_resend_hello_request() to public namespace
by Hanno Becker
· 5 years ago
7e8e6a6
Move ssl_dtls_replay_reset() to public namespace
by Hanno Becker
· 5 years ago
43aefe2
Move ssl_session_reset_int() to public namespace
by Hanno Becker
· 5 years ago
3e6f8ab
Move SSL internal pointer updating routines to public namespace
by Hanno Becker
· 5 years ago
7876d12
Move ssl_check_timer() to public namespace
by Hanno Becker
· 5 years ago
dd77229
Move ssl_ep_len() to public namespace
by Hanno Becker
· 5 years ago
0f57a65
Move ssl_set_timer() to public namespace
by Hanno Becker
· 5 years ago
0330e21
Merge branch 'public/pr/2261' into development
by Manuel Pégourié-Gonnard
· 5 years ago
320f4d9
Group PKCS11_C entries in check_config.h
by Manuel Pégourié-Gonnard
· 5 years ago
2579675
Merge remote-tracking branch 'upstream-public/development' into development
by Gilles Peskine
· 5 years ago
2fdb1af
Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3
by Janos Follath
· 5 years ago
34aada2
Replace use of uint8_t by unsigned char in ASN.1 seq traversal API
by Hanno Becker
· 5 years ago
199b709
ASN.1: Add ASN.1 SEQUENCE traversal API
by Hanno Becker
· 6 years ago
b5c74a5
Document one more error code for mbedtls_asn1_get_sequence_of
by Gilles Peskine
· 6 years ago
12ae27d
ASN.1: Introduce helper function to free ASN.1 sequence
by Hanno Becker
· 6 years ago
63e38fe
ASN.1: Add helper macro to compare ASN.1 buffer to OID string
by Hanno Becker
· 6 years ago
cba7122
ASN.1: Add helper macro to detect string types
by Hanno Becker
· 6 years ago
4245980
USE_PSA_CRYPTO: don't rely on the curve encoding
by Gilles Peskine
· 6 years ago
d1959dc
Change auxiliary functions for TLS to the new PSA EC curve encoding
by Gilles Peskine
· 6 years ago
89177e8
Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding
by Gilles Peskine
· 6 years ago
d8197cb
mbedtls_psa_parse_tls_ecc_group: make no assumption on PSA encodings
by Gilles Peskine
· 6 years ago
fc2459d
Remove mbedtls_psa_translate_ecc_group
by Gilles Peskine
· 6 years ago
f712e16
Merge pull request #179 from mpg/sha512-no-sha384
by Manuel Pégourié-Gonnard
· 6 years ago
835b299
Fix wording of deprecated docs for SSL2 and SSL3 features
by Andres Amaya Garcia
· 7 years ago
e58532e
Favour DEPRECATED_REMOVED over DEPRECATED_WARNING
by Andres Amaya Garcia
· 7 years ago
88c2cc7
Deprecate MBEDTLS_SSL_PROTO_SSL3
by Andres Amaya Garcia
· 7 years ago
0963424
Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
by Andres Amaya Garcia
· 7 years ago
907e95a
Clarify that what we're dropping is pkcs11-helper support
by Gilles Peskine
· 6 years ago
312431b
Fix typo in doxy docs for ssl_pkcs11_sign()
by Andres Amaya Garcia
· 7 years ago
b37268d
Add missing docs to PKCS#11 public funcs
by Andres Amaya Garcia
· 7 years ago
9fc82ef
Wrap PKCS1 module with DEPRECATED_REMOVED
by Andres Amaya Garcia
· 7 years ago
99fc387
Fix deprecated docs for PKCS1
by Andres Amaya Garcia
· 7 years ago
0d6e108
Deprecate MBEDTLS_PKCS11_C functions
by Andres Amaya Garcia
· 7 years ago
be3a440
Deprecate MBEDTLS_PKCS11_C feature
by Andres Amaya Garcia
· 7 years ago
3a3b5c7
Improve doxygen formatting
by Manuel Pégourié-Gonnard
· 6 years ago
2e9f108
Bump version to Mbed TLS 2.20.0
by Janos Follath
· 6 years ago
83f33d3
Bump version to Mbed TLS 2.20.0
by Janos Follath
· 6 years ago
d27a884
Merge branch 'development' into development-restricted
by Janos Follath
· 6 years ago
a15c713
ctr_drbg: Clarify reseed_counter values before seeding
by Jaeden Amero
· 6 years ago
1e6fb01
Make SHA512_NO_SHA384 depend on SHA512_C
by Manuel Pégourié-Gonnard
· 6 years ago
663ee20
Clarify documentation on is384.
by Manuel Pégourié-Gonnard
· 6 years ago
d602084
Implement NO_SHA384 in MD layer and PSA
by Manuel Pégourié-Gonnard
· 6 years ago
3df4e60
Implement SHA512_NO_SHA384 in sha512 module
by Manuel Pégourié-Gonnard
· 6 years ago
ad6cb11
Declare new config.h option MBEDTLS_SHA512_NO_SHA384
by Manuel Pégourié-Gonnard
· 6 years ago
795c6ba
Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values
by Jaeden Amero
· 6 years ago
2d20567
Add two error codes to the Error module
by Janos Follath
· 6 years ago
ab534cf
Fix number of allocated errors in Platform
by Janos Follath
· 6 years ago
9c2ccd2
Fix error code range in documentation
by Janos Follath
· 6 years ago
46c3380
Remove unused macros
by Gilles Peskine
· 6 years ago
81f7909
Merge pull request #325 from gilles-peskine-arm/psa-sign_hash
by Gilles Peskine
· 6 years ago
60f6b64
Add two error codes to the Error module
by Janos Follath
· 6 years ago
d11550e
Fix number of allocated errors in Platform
by Janos Follath
· 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
87ef0c2
Merge branch 'development' into development-restricted
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
1f32b5b
Bignum: Document assumptions about the sign field
by Janos Follath
· 6 years ago
0e5532d
Change mbedtls_mpi_cmp_mpi_ct to check less than
by Janos Follath
· 6 years ago
ee6abce
Add new, constant time mpi comparison
by Janos Follath
· 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
Next »