TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
d2e77b51a198a97439b360f77e5ef764fc3d07b2
/
library
d2e77b5
Restore the library SO version in Makefile
by Gilles Peskine
· 5 years ago
b22d0cf
Re-generate automatically generated files
by Gilles Peskine
· 5 years ago
b99bd39
Merge mbed-crypto into mbedtls: the merge commit
by Gilles Peskine
· 5 years ago
3a67150
Revert "md: Remove dependency on X.509"
by Gilles Peskine
· 5 years ago
1174db5
Revert "ecp: Remove dependency on TLS and X.509"
by Gilles Peskine
· 5 years ago
6bbe783
Revert "Remove pkcs11-helper option"
by Gilles Peskine
· 5 years ago
5bb8bec
Revert "Remove zlib"
by Gilles Peskine
· 5 years ago
722a7e6
Revert "Only build libmbedcrypto"
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
84d2fd4
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
cf4a40b
Merge pull request #370 from yanesca/update-version-2.21.0
by Janos Follath
· 5 years ago
bc7c242
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
bbb5a0a
Fix pkparse bug wrt MBEDTLS_RSA_ALT
by Manuel Pégourié-Gonnard
· 5 years ago
c422679
Check public part when parsing private RSA key
by Manuel Pégourié-Gonnard
· 5 years ago
a04a2c3
Don't pass zero to rsa_complete() as a param
by Manuel Pégourié-Gonnard
· 5 years ago
a0c164a
Merge pull request #3010 from hanno-arm/tls_msg_split
by Manuel Pégourié-Gonnard
· 5 years ago
3605073
Fixed possibly undefined variable warnings by initializing variables to 0.
by Benjamin Kier
· 6 years ago
9d062f9
Move ssl_mac() from ssl_tls.c to ssl_msg.c
by Hanno Becker
· 5 years ago
4d8c836
Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink
by Manuel Pégourié-Gonnard
· 5 years ago
f1a3828
Adapt preamble for newly created ssl_msg.c
by Hanno Becker
· 5 years ago
af752d4
Remove code from ssl_tls.c & ssl_msg.c to get disjoint functionality
by Hanno Becker
· 5 years ago
6e7051a
Add guarded ssl_msg.c to Makefiles
by Hanno Becker
· 5 years ago
471c0c9
Rename temporary copy ssl_tls_old.c back to ssl_tls.c
by Hanno Becker
· 5 years ago
abd9cef
Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c
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
85de7a6
Revert "Merge pull request #3008 from jp-bennett/development"
by Janos Follath
· 5 years ago
2579675
Merge remote-tracking branch 'upstream-public/development' into development
by Gilles Peskine
· 5 years ago
b7000d4
Merge pull request #345 from gilles-peskine-arm/psa_mac_verify_finish-status
by Janos Follath
· 5 years ago
c69c2c5
Merge pull request #263 from hanno-arm/asn1_traversal_api
by Gilles Peskine
· 5 years ago
34aada2
Replace use of uint8_t by unsigned char in ASN.1 seq traversal API
by Hanno Becker
· 6 years ago
1505f63
ASN.1: Reimplement mbedtls_asn1_get_sequence_of() via traversal API
by Hanno Becker
· 6 years ago
c0611a5
Merge pull request #352 from jack-fortanix/jack/parse-rsa-crt-params
by Gilles Peskine
· 6 years ago
199b709
ASN.1: Add ASN.1 SEQUENCE traversal API
by Hanno Becker
· 6 years ago
12ae27d
ASN.1: Introduce helper function to free ASN.1 sequence
by Hanno Becker
· 6 years ago
512d040
Merge pull request #2964 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves-ls
by Gilles Peskine
· 6 years ago
4245980
USE_PSA_CRYPTO: don't rely on the curve encoding
by Gilles Peskine
· 6 years ago
3e819b7
psa_key_agreement_ecdh: zeroize output on failure
by Gilles Peskine
· 6 years ago
f65ed6f
Change key types to a 16-bit encoding
by Gilles Peskine
· 6 years ago
b87b719
Remove old values of curve encodings
by Gilles Peskine
· 6 years ago
4080c91
pk: USE_PSA_CRYPTO: don't translate via the TLS ID
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
228abc5
Define EC curve family constants
by Gilles Peskine
· 6 years ago
025fccd
Change the encoding of EC curves and DH groups to include the size
by Gilles Peskine
· 6 years ago
fc2459d
Remove mbedtls_psa_translate_ecc_group
by Gilles Peskine
· 6 years ago
5055b23
Expose mbedtls/psa curve identifier conversions from psa_crypto.c
by Gilles Peskine
· 6 years ago
4295e8b
Rework PSA curve to mbedlts group id conversion
by Gilles Peskine
· 6 years ago
c7ef5b3
Rework mbedlts group id to PSA curve conversion
by Gilles Peskine
· 6 years ago
ead19fe
Merge pull request #2975 from mpg/add-zlib-tests-dev
by Manuel Pégourié-Gonnard
· 6 years ago
b719d4b
Merge pull request #2963 from jiblime/zlib-fix into development
by Janos Follath
· 6 years ago
84b8fc8
Use psa_hash_compute in psa_hmac_setup_internal
by Gilles Peskine
· 6 years ago
0a749c8
Implement and test psa_hash_compute, psa_hash_compare
by Gilles Peskine
· 6 years ago
f712e16
Merge pull request #179 from mpg/sha512-no-sha384
by Manuel Pégourié-Gonnard
· 6 years ago
8b38978
Merge pull request #349 from gilles-peskine-arm/coverity-20200115-crypto
by Janos Follath
· 6 years ago
ba1150f
Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development
by Janos Follath
· 6 years ago
74ca84a
Fix some whitespace issues
by Manuel Pégourié-Gonnard
· 6 years ago
2e9eef4
Final review comments
by Jack Lloyd
· 6 years ago
c0c92fe
Merge pull request #3008 from jp-bennett/development
by Jaeden Amero
· 6 years ago
358462d
Merge pull request #354 from mpg/fix-ecdsa-pointer-inc
by Manuel Pégourié-Gonnard
· 6 years ago
6023975
Avoid memory leak when RSA-CRT is not enabled in build
by Jack Lloyd
· 6 years ago
4c736fb
Update Mbed Crypto SO version
by Janos Follath
· 6 years ago
fdc16f3
Allow loading symlinked certificates
by Jonathan Bennett
· 6 years ago
ee4ba54
Fix incrementing pointer instead of value
by Manuel Pégourié-Gonnard
· 6 years ago
2b9b780
Rename internal macro for consistency
by Manuel Pégourié-Gonnard
· 6 years ago
b7f7092
Remove preprocessor directive for consistency
by Manuel Pégourié-Gonnard
· 6 years ago
c40b685
Fix bug in record decompression
by Manuel Pégourié-Gonnard
· 6 years ago
9f25b8d
Fixes definition error when the deprecated MBEDTLS_ZLIB_SUPPORT and ENABLE_ZLIB_SUPPORT macro are defined/enabled for zlib support in mbedtls
by jiblime
· 6 years ago
8c2631b
Address review comments
by Jack Lloyd
· 6 years ago
80cc811
Parse RSA parameters DP, DQ and QP from PKCS1 private keys
by Jack Lloyd
· 6 years ago
b08e44f
Add missing return code check on call to mbedtls_md()
by Gilles Peskine
· 6 years ago
2e9f108
Bump version to Mbed TLS 2.20.0
by Janos Follath
· 6 years ago
a2bdcb9
Remove redundant block_size validity check
by Gilles Peskine
· 6 years ago
322752b
Minor comment improvement
by Gilles Peskine
· 6 years ago
e2f563e
Improve comments in mpi_shrink
by Gilles Peskine
· 6 years ago
db42062
mpi_copy: make the 0 case slightly more robust
by Gilles Peskine
· 6 years ago
28cd416
Fix possible error code mangling in psa_mac_verify_finish
by Gilles Peskine
· 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
2d88549
Improve readability of macro in selftest
by Manuel Pégourié-Gonnard
· 6 years ago
0b9db44
Make optional parameter validation more precise
by Manuel Pégourié-Gonnard
· 6 years ago
792b16d
Make more code paths conditional in psa_crypto.c
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
39ea19a
Adapt sha512 selftest to NO_SHA384 option
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
180850a
Merge pull request #291 from gilles-peskine-arm/ctr_drbg-test_aes_128
by Gilles Peskine
· 6 years ago
73c616b
Put includes in alphabetical order
by Janos Follath
· 6 years ago
df587ee
Remove duplicate include statement
by Janos Follath
· 6 years ago
795c6ba
Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values
by Jaeden Amero
· 6 years ago
Next »