TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
7929229a32344dbef4c515201dcd32d414d9263e
7929229
Fix bug checking pathlen on first intermediate
by Manuel Pégourié-Gonnard
· 10 years ago
d7d0b01
Add test case for root with max_pathlen=0
by Manuel Pégourié-Gonnard
· 10 years ago
cec3289
Add test case for first intermediate max_pathlen=0
by Manuel Pégourié-Gonnard
· 10 years ago
0d1cf0f
Change version number to 1.2.18
by Simon Butcher
· 10 years ago
polarssl-1.2.18
06f8b91
Corrected typo in ChangeLog
by Simon Butcher
· 10 years ago
1afde77
Merge branch 'polarssl-1.2' into polarssl-1.2-restricted
by Manuel Pégourié-Gonnard
· 10 years ago
4dd43ae
Use own implementation of strsep()
by Manuel Pégourié-Gonnard
· 10 years ago
0180634
Add Changelog entries for this branch
by Manuel Pégourié-Gonnard
· 10 years ago
7a4d9a5
Use symbolic constants in test data
by Manuel Pégourié-Gonnard
· 10 years ago
e51f47c
Fixed pathlen contraint enforcement.
by Manuel Pégourié-Gonnard
· 10 years ago
ab00374
Additional corner cases for testing pathlen constrains
by Manuel Pégourié-Gonnard
· 10 years ago
03ae1bc
Added test case for pathlen constrains in intermediate certificates
by Manuel Pégourié-Gonnard
· 10 years ago
f2256eb
Merge branch 'polarssl-1.2' into polarssl-1.2-restricted
by Manuel Pégourié-Gonnard
· 10 years ago
31e095e
Disable reportedly broken assembly of Sparc(64)
by Manuel Pégourié-Gonnard
· 10 years ago
5388eea
Fix potential buffer overflow in asn1write
by Manuel Pégourié-Gonnard
· 10 years ago
80e6cff
Fix potential heap corruption on Windows
by Manuel Pégourié-Gonnard
· 10 years ago
6999458
Fix typo in documenation
by Manuel Pégourié-Gonnard
· 10 years ago
66aa1a3
Corrected misleading fn description in ssl_cache.h
by Simon Butcher
· 10 years ago
305722f
Bump version to 1.2.17
by Manuel Pégourié-Gonnard
· 10 years ago
polarssl-1.2.17
697b37a
Merge branch 'polarssl-1.2-restricted' of ssh://github.com/ARMmbed/mbedtls-restricted into polarssl-1.2-restricted
by Simon Butcher
· 10 years ago
8b846b8
Added CVE code to ChangeLog
by Simon Butcher
· 10 years ago
01978bf
Merge branch 'polarssl-1.2' into polarssl-1.2-restricted
by Manuel Pégourié-Gonnard
· 10 years ago
ac4461f
Changed attribution for Guido Vranken
by Simon Butcher
· 10 years ago
c047c74
Merge of multiple security fixes
by Simon Butcher
· 10 years ago
42571dd
Fix references to non-standard SIZE_T_MAX
by Manuel Pégourié-Gonnard
· 10 years ago
cfd1ba9
Fix spurious #endif from previous cherry-pick
by Manuel Pégourié-Gonnard
· 10 years ago
0123405
Fix macroization of inline in C++
by Manuel Pégourié-Gonnard
· 10 years ago
021a115
Add missing warning in doc
by Manuel Pégourié-Gonnard
· 10 years ago
27840e0
Fix compile error in net.c with musl libc
by Manuel Pégourié-Gonnard
· 10 years ago
d64f1ad
Fix potential overflow in CertificateRequest
by Manuel Pégourié-Gonnard
· 10 years ago
65d6a97
Add ChangeLog entry
by Manuel Pégourié-Gonnard
· 10 years ago
9a656a0
Fix typos in ChangeLog
by Manuel Pégourié-Gonnard
· 10 years ago
e4e4be7
Fix potential overflow in base64_encode
by Manuel Pégourié-Gonnard
· 10 years ago
b73ce45
Fix potential random malloc in pem_read()
by Manuel Pégourié-Gonnard
· 10 years ago
9b75305
Fix potential buffer overflow in mpi_read_string()
by Manuel Pégourié-Gonnard
· 10 years ago
73011bb
Fix stack buffer overflow in pkcs12
by Manuel Pégourié-Gonnard
· 10 years ago
13ca895
Added max length checking of hostname
by Simon Butcher
· 10 years ago
2cf9696
Refined credits in ChangeLog for fuzzing issue
by Simon Butcher
· 10 years ago
a7975dc
Remove file that should never have been added
by Manuel Pégourié-Gonnard
· 10 years ago
9405e46
Bump version to 1.2.15
by Manuel Pégourié-Gonnard
· 10 years ago
polarssl-1.2.16
5b76bb8
Fix GNUism in bump_version.sh
by Manuel Pégourié-Gonnard
· 10 years ago
d107e20
Merge pull request #296 from ARMmbed/polarssl-1.2-restricted
by Simon Butcher
· 10 years ago
2bc4505
Add counter-measure against RSA-CRT attack
by Manuel Pégourié-Gonnard
· 10 years ago
fa566e3
Fix possible client crash on API misuse
by Manuel Pégourié-Gonnard
· 10 years ago
aa4e55b
Fix warning with MD/SHA ALT implementation
by Manuel Pégourié-Gonnard
· 10 years ago
121f7c9
Disable -Wunused-result in programs and tests
by Manuel Pégourié-Gonnard
· 10 years ago
a1e6ba6
Fix compiler warning in test
by Manuel Pégourié-Gonnard
· 10 years ago
59e7c73
Silence compiler warning in test
by Manuel Pégourié-Gonnard
· 10 years ago
faf44ab
Accept a trailing space at end of PEM lines
by Manuel Pégourié-Gonnard
· 10 years ago
ebb9cf9
Fix compile error with armcc5 --gnu
by Manuel Pégourié-Gonnard
· 10 years ago
af39e3e
Fix missing -static-libgcc for dlls
by Manuel Pégourié-Gonnard
· 10 years ago
7f61053
Fix bug with cmake and old version of GCC
by Manuel Pégourié-Gonnard
· 10 years ago
027b79f
Make tests/compat.sh executable
by Manuel Pégourié-Gonnard
· 10 years ago
7fc4e3e
Prepare for 1.2.15 release
by Paul Bakker
· 10 years ago
polarssl-1.2.15
3517c20
Up default server DH params to 2048 bits
by Manuel Pégourié-Gonnard
· 10 years ago
f333174
Update dh_genprime program
by Manuel Pégourié-Gonnard
· 10 years ago
78a428d
Fix unchecked malloc()
by Manuel Pégourié-Gonnard
· 10 years ago
26d88cf
Fix thread-safety issue in debug.c
by Manuel Pégourié-Gonnard
· 10 years ago
5324d41
Up min size of DHM params to 1024 bits
by Manuel Pégourié-Gonnard
· 10 years ago
7b20957
Prepare for 1.2.14 release
by Paul Bakker
· 10 years ago
polarssl-1.2.14
70f0df9
Add countermeasure against cache-based lucky 13
by Manuel Pégourié-Gonnard
· 10 years ago
0c2fa144
Fix invalid memory read in x509_get_sig()
by Manuel Pégourié-Gonnard
· 10 years ago
cd7d24d
Fix bug in Via Padlock support
by Manuel Pégourié-Gonnard
· 10 years ago
7e82884
Fix hardclock with some versions of mingw64
by Manuel Pégourié-Gonnard
· 10 years ago
a9553a8
Fix warnings from mingw64 in timing.c
by Manuel Pégourié-Gonnard
· 10 years ago
64f65e8
Fix potential unintended sign extension
by Manuel Pégourié-Gonnard
· 10 years ago
82f1a88
Update Changelog for the last two commits
by Manuel Pégourié-Gonnard
· 10 years ago
aa695be
Fix version-major intolerance again
by Manuel Pégourié-Gonnard
· 10 years ago
9b4c5d9
Revert "Fix verion-major intolerance"
by Manuel Pégourié-Gonnard
· 10 years ago
9fdc58f
Ready for release 1.2.13
by Paul Bakker
· 10 years ago
polarssl-1.2.13
530927b
Update copyright line to 2015
by Paul Bakker
· 10 years ago
f097400
Fix small bug in base64_encode()
by Manuel Pégourié-Gonnard
· 11 years ago
b82f591
Fix mips64 bignum implementation
by James Cowgill
· 11 years ago
2dc15c8
Fix unchecked error on windows
by Manuel Pégourié-Gonnard
· 11 years ago
e12abf9
Fix url
by Manuel Pégourié-Gonnard
· 11 years ago
0edee5e
Update copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
d643592
Fix bug on s390
by Manuel Pégourié-Gonnard
· 11 years ago
258bab0
Fix missing bound check
by Manuel Pégourié-Gonnard
· 11 years ago
aa02dc1
Add support for cleanly exiting ssl_server2
by Manuel Pégourié-Gonnard
· 11 years ago
4cdb3ba
Add POLARSSL_X509_MAX_INTERMEDIATE_CA
by Manuel Pégourié-Gonnard
· 11 years ago
6a095d2
Make x509parse_crt() iterative
by Manuel Pégourié-Gonnard
· 11 years ago
1c022a6
Fix memory leaks in PKCS#5 and PKCS#12
by Manuel Pégourié-Gonnard
· 11 years ago
d8a1ea7
Fix potential buffer overread of size 1
by Manuel Pégourié-Gonnard
· 11 years ago
309c798
Fix memory leak in PKCS#5 test suite
by Manuel Pégourié-Gonnard
· 11 years ago
3c17460
Fix warning in RSA test suite
by Manuel Pégourié-Gonnard
· 11 years ago
ffbeedb
Fix potential undefined behaviour in Camellia
by Manuel Pégourié-Gonnard
· 11 years ago
7bf9f7e
Fix documentation issues found by Clang
by Manuel Pégourié-Gonnard
· 11 years ago
6c28491
Backport build modes from 1.3
by Manuel Pégourié-Gonnard
· 11 years ago
aec1385
compat.sh exits non-zero on failure
by Manuel Pégourié-Gonnard
· 11 years ago
017bf57
Forbid repeated X.509 extensions
by Manuel Pégourié-Gonnard
· 11 years ago
360eb91
Fix potential stack overflow
by Manuel Pégourié-Gonnard
· 11 years ago
fdec957
Fix memory leak with crafted X.509 certs
by Manuel Pégourié-Gonnard
· 11 years ago
d3ae430
Fix uninitialised pointer dereference
by Manuel Pégourié-Gonnard
· 11 years ago
d730aa5
Use blinding for RSA even without CRT
by Manuel Pégourié-Gonnard
· 11 years ago
fc3697c
Prepared for PolarSSL-1.2.12
by Paul Bakker
· 11 years ago
polarssl-1.2.12
0b12d5e
Accept spaces at EOL/buffer in base64_decode()
by Manuel Pégourié-Gonnard
· 11 years ago
a611874
Update changelog for the last few commits
by Manuel Pégourié-Gonnard
· 11 years ago
d6d5ef2
timing.c: avoid referencing garbage value
by Alfred Klomp
· 11 years ago
9afec5f
ssl_mail_client.c: silence warning, check base64_encode() status
by Alfred Klomp
· 11 years ago
1859621
ssl_test.c: remove dead store, assign at declaration
by Alfred Klomp
· 11 years ago
Next »