TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
8af7bfa982dbc855d159f2e990ea33c464f969bc
/
library
8af7bfa
Improve behaviour on fatal errors
by Manuel Pégourié-Gonnard
· 8 years ago
3df4e4e
Prevent signed integer overflow in CSR parsing
by Andres AG
· 8 years ago
47f3059
Fix potential integer overflow parsing DER CRT
by Andres AG
· 8 years ago
26124be
Fix potential integer overflow parsing DER CRL
by Andres AG
· 8 years ago
57501ef
Backport 1.3: Check rc of mbedtls_mpi_fill_random
by Ron Eldor
· 9 years ago
454da1f
Backport 1.3: Resource leak fix on windows
by Ron Eldor
· 9 years ago
7771824
Backport 1.3: Wrong preproccessor condition fix
by Ron Eldor
· 9 years ago
4f1e64e
Backport 1.3: check if iv is zero in gcm.
by Ron Eldor
· 9 years ago
8a2855e
Update the version number to 1.3.20
by Simon Butcher
· 8 years ago
mbedtls-1.3.20
b870179
Merge remote-tracking branch 'restricted/iotssl-1398_backport-1.3' into mbedtls-1.3-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
249c30c
Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
5745778
Don't parse or write extensions in SSLv3
by Hanno Becker
· 8 years ago
7d81093
Merge remote-tracking branch 'restricted/1205' into mbedtls-1.3-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
0401a3d
Ensure application data records are not kept when fully processed
by Hanno Becker
· 8 years ago
ce8f919
Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-1.3-restricted' into mbedtls-1.3-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
9105b18
Merge remote-tracking branch 'restricted/IOTSSL-1366/mbedtls-1.3' into mbedtls-1.3-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
ca3ff06
Merge remote-tracking branch 'hanno/mpi_read_file_underflow_backport-1.3' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 8 years ago
f1ab790
Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-1.3' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 8 years ago
48ed550
Fix name, documentation & location of config flag
by Manuel Pégourié-Gonnard
· 8 years ago
1bf86b7
Add hard assertion to ssl_read_record
by Hanno Becker
· 8 years ago
d37839e
Fix mbedtls_ssl_read
by Hanno Becker
· 8 years ago
10699cc
Simplify retaining of messages for future processing
by Hanno Becker
· 8 years ago
888c2fd
Fix implementation of VERIFY_OPTIONAL verification mode
by Hanno Becker
· 8 years ago
a9ec0cd
Restrict MD5 in x509 certificates
by Ron Eldor
· 8 years ago
2634aa9
Merge remote-tracking branch 'restricted/mbedtls-1.3' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 8 years ago
bbe0103
Merge remote-tracking branch 'hanno/iotssl-1241-backport-1.3' into mbedtls-1.3
by Manuel Pégourié-Gonnard
· 8 years ago
c2b9d98
Remember suitable hash function for any signature algorithm.
by Hanno Becker
· 8 years ago
73e7f4c
RSA: wipe more stack buffers
by Gilles Peskine
· 8 years ago
213aec8
RSA: wipe stack buffers
by Gilles Peskine
· 8 years ago
8c7698b
Fix potential stack underflow in mpi_read_file.
by Hanno Becker
· 8 years ago
1c6339f
Abort modular inversion when modulus is one.
by Hanno Becker
· 8 years ago
88bbab2
Correct sign in modular exponentiation algorithm.
by Hanno Becker
· 8 years ago
139708d
Fix backporting errors
by Manuel Pégourié-Gonnard
· 8 years ago
19c10e9
RSA PKCS1v1.5 verification: check padding length
by Manuel Pégourié-Gonnard
· 8 years ago
bb1e688
Add exponent blinding to RSA with CRT
by Janos Follath
· 8 years ago
5d39257
Add exponent blinding to RSA without CRT
by Janos Follath
· 8 years ago
6e598a2
More length checks in RSA PKCS1v15 verify
by Gilles Peskine
· 8 years ago
6de05fa
More length checks in RSA PKCS1v15 verify
by Gilles Peskine
· 8 years ago
4c5154d
Updated version number to 1.3.19 for release
by Simon Butcher
· 8 years ago
2b2fc11
Fix buffer overflow in mpi_write_string()
by Andres AG
· 8 years ago
mbedtls-1.3.19-rc1
f5ffc79
ECP: Prevent freeing a buffer on stack
by Janos Follath
· 9 years ago
03af0e0
Fix memory leak in x509_crl_parse()
by Andres AG
· 9 years ago
9fb2828
Merge branch 'mbedtls-1.3-iotssl-1071-ca-flags'
by Simon Butcher
· 8 years ago
741bd90
Merge branch 'mbedtls-1.3-iotssl-1077-dos-crl'
by Simon Butcher
· 8 years ago
dcd49ec
Add lib target to library/CMakeLists.txt
by Andres AG
· 9 years ago
746edf4
Add comment to integer overflow fix in base64.c
by Simon Butcher
· 9 years ago
59abd30
Fix integer overflow in mbedtls_base64_decode()
by Andres AG
· 9 years ago
74ef650
Fix integer overflows in buffer bound checks
by Andres Amaya Garcia
· 9 years ago
de6079a
Fix buffer overreads in mbedtls_pem_read_buffer()
by Andres AG
· 9 years ago
c71b7eb
Fix data loss in unsigned int cast in PK
by Andres AG
· 9 years ago
2f3fe70
Fix verify out flags from x509_crt_verify_top()
by Andres AG
· 9 years ago
e567101
Fix CRL parsing to avoid infinite loop
by Andres AG
· 9 years ago
f0a401f
Fix unused variable/function compilation warnings
by Andres AG
· 9 years ago
a697bf5
Fix for MSVC Compiler warnings
by Simon B
· 9 years ago
c1d54bb
Update library version to 1.3.18
by Simon Butcher
· 9 years ago
mbedtls-1.3.18
2d0ffbb
Fix integration of bugfix for #626
by Simon Butcher
· 9 years ago
2261f19
Merge branch 'mbedtls-1.3'
by Simon Butcher
· 9 years ago
149950d
Added checks for POLARSSL_SSL_CLI_C
by Simon Butcher
· 9 years ago
6037145
Merge branch for fix for #502 - Unchecked calls
by Simon Butcher
· 9 years ago
8a1a91f
Update features list
by Simon Butcher
· 9 years ago
0da3e44
Add check for validity of date in x509_get_time()
by Andres AG
· 9 years ago
67ae0b9
Fix sig->tag update in mbedtls_x509_get_sig()
by Andres AG
· 9 years ago
441d6f9
Remove MBEDTLS_SSL_AEAD_RANDOM_IV feature
by Janos Follath
· 9 years ago
bfcd032
Restore P>Q in RSA key generation (#558)
by Janos Follath
· 9 years ago
6ad5d94
Fix documentation for mbedtls_gcm_finish()
by Andres AG
· 9 years ago
57e6e8f
Fix 1 byte overread in mbedtls_asn1_get_int()
by Andres AG
· 9 years ago
372bf79
Add missing bounds check in X509 DER write funcs
by Andres AG
· 9 years ago
7458bc3
Fix guards in SSL for ECDH key exchanges
by Simon Butcher
· 9 years ago
af1e74b
X509: Fix bug triggered by future CA among trusted
by Janos Follath
· 9 years ago
3072458
Restore P>Q in RSA key generation (#558)
by Janos Follath
· 9 years ago
cdbcd20
Fix documentation for mbedtls_gcm_finish()
by Andres AG
· 9 years ago
15fdb7f
Fix 1 byte overread in mbedtls_asn1_get_int()
by Andres AG
· 9 years ago
17da9dd
Add option for relaxed X509 time verification.
by Janos Follath
· 9 years ago
4556d20
Fixed unchecked calls to mbedtls_md_setup in rsa.c (#502)
by Brian J Murray
· 9 years ago
25e5698
Fix guards in SSL for ECDH key exchanges
by Simon Butcher
· 9 years ago
8a84454
X509: Fix bug triggered by future CA among trusted
by Janos Follath
· 9 years ago
4f7b13b
Changed library version number to 1.3.17
by Simon Butcher
· 9 years ago
fd349bc
Merge branch 'mbedtls-1.3' into mbedtls-1.3
by Simon Butcher
· 9 years ago
307e181
Fix non compliance SSLv3 in server extension handling.
by Janos Follath
· 9 years ago
742783f
Included tests for the overflow
by Janos Follath
· 9 years ago
d3253b0
Fix for backprt of IOTSSL-628
by Simon Butcher
· 9 years ago
092f2c4
Move underflow test to make time constant
by Janos Follath
· 9 years ago
3bed13d
Included test for integer underflow.
by Janos Follath
· 9 years ago
f18263d
Removing 'if' branch from the fix.
by Janos Follath
· 9 years ago
f570f7f
Length check added
by Janos Follath
· 9 years ago
0166039
Corrects debug macro in ssl_cli.c
by Simon Butcher
· 9 years ago
4e03439
Fix bug in ssl_write_supported_elliptic_curves_ext
by Janos Follath
· 9 years ago
7ddc2cd
Fix null pointer dereference in the RSA module.
by Janos Follath
· 9 years ago
e9f8427
Adds test for odd bit length RSA key size
by Simon Butcher
· 9 years ago
d61fc68
Fix odd bitlength RSA key generation
by Janos Follath
· 9 years ago
a91d85e
Fix for net_usleep() timing selftest on mingw
by Simon Butcher
· 10 years ago
20715dc
Make ar invocation more portable
by Manuel Pégourié-Gonnard
· 10 years ago
faae6d2
Fix backporting mistakes in previous 5 commits
by Manuel Pégourié-Gonnard
· 10 years ago
2db440d
Improved on the previous fix and added a test case to cover both types
by Janos Follath
· 10 years ago
2b806fa
Removed recursion from fix #309.
by Janos Follath
· 10 years ago
ff5317e
Improved on the fix of #309 and extended the test to cover subroutines.
by Janos Follath
· 10 years ago
87f1494
Tests and fix added for #309 (inplace mpi doubling).
by Janos Follath
· 10 years ago
84181ad
Change version number to 1.3.16
by Simon Butcher
· 10 years ago
mbedtls-1.3.16
302c5fe
Added _ENABLE_MD5_SIGNATURES into features list
by Simon Butcher
· 10 years ago
d7fe6fb
Fix for MPI divide on MSVC
by Simon Butcher
· 10 years ago
Next »