aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Change version number to 1.2.19polarssl-1.2.19archive/polarssl-1.2Simon Butcher6-10/+10
2016-01-04Fix to compile on MSVC 2010 64bitSimon Butcher1-1/+1
2016-01-04Fix for bug introduced in backporting MPI MSVC fixSimon Butcher1-4/+0
2016-01-03Fix for MPI divide on MSVCSimon Butcher2-4/+11
2016-01-02Fix for memory leak in RSA-SSA signingSimon Butcher2-1/+9
2016-01-01Merge branch 'iotssl-541-1.2-pathlen-bugfix' into polarssl-1.2Simon Butcher9-9/+174
2015-12-22Avoid seemingly-possible overflowSimon Butcher1-1/+3
2015-12-22Added integer divide by as separate functionSimon Butcher1-69/+126
2015-12-03Fix bug checking pathlen on first intermediateManuel Pégourié-Gonnard2-9/+7
2015-12-03Add test case for root with max_pathlen=0Manuel Pégourié-Gonnard4-1/+70
2015-12-02Add test case for first intermediate max_pathlen=0Manuel Pégourié-Gonnard5-0/+98
2015-11-06Change version number to 1.2.18polarssl-1.2.18Simon Butcher6-10/+10
2015-11-03Corrected typo in ChangeLogSimon Butcher1-2/+2
2015-11-02Merge branch 'polarssl-1.2' into polarssl-1.2-restrictedManuel Pégourié-Gonnard32-7/+682
2015-11-02Use own implementation of strsep()Manuel Pégourié-Gonnard1-1/+30
2015-11-02Add Changelog entries for this branchManuel Pégourié-Gonnard1-0/+8
2015-11-02Use symbolic constants in test dataManuel Pégourié-Gonnard1-4/+4
2015-11-02Fixed pathlen contraint enforcement.Manuel Pégourié-Gonnard1-7/+41
2015-11-02Additional corner cases for testing pathlen constrainsManuel Pégourié-Gonnard26-4/+504
2015-11-02Added test case for pathlen constrains in intermediate certificatesManuel Pégourié-Gonnard6-0/+106
2015-10-30Merge branch 'polarssl-1.2' into polarssl-1.2-restrictedManuel Pégourié-Gonnard2-5/+10
2015-10-27Disable reportedly broken assembly of Sparc(64)Manuel Pégourié-Gonnard2-5/+12
2015-10-27Fix potential buffer overflow in asn1writeManuel Pégourié-Gonnard2-4/+8
2015-10-27Fix potential heap corruption on WindowsManuel Pégourié-Gonnard2-6/+13
2015-10-20Fix typo in documenationManuel Pégourié-Gonnard1-1/+1
2015-10-19Corrected misleading fn description in ssl_cache.hSimon Butcher1-1/+1
2015-10-05Bump version to 1.2.17polarssl-1.2.17Manuel Pégourié-Gonnard6-10/+10
2015-10-05Merge branch 'polarssl-1.2-restricted' of ssh://github.com/ARMmbed/mbedtls-re...Simon Butcher7-26/+20
2015-10-05Added CVE code to ChangeLogSimon Butcher1-3/+3
2015-10-05Merge branch 'polarssl-1.2' into polarssl-1.2-restrictedManuel Pégourié-Gonnard7-26/+20
2015-10-05Changed attribution for Guido VrankenSimon Butcher1-14/+14
2015-10-05Merge of multiple security fixesSimon Butcher7-10/+58
2015-10-05Fix references to non-standard SIZE_T_MAXManuel Pégourié-Gonnard3-5/+7
2015-10-05Fix spurious #endif from previous cherry-pickManuel Pégourié-Gonnard2-4/+2
2015-10-05Fix macroization of inline in C++Manuel Pégourié-Gonnard5-20/+11
2015-10-05Add missing warning in docManuel Pégourié-Gonnard1-1/+2
2015-10-05Fix compile error in net.c with musl libcManuel Pégourié-Gonnard2-1/+7
2015-10-02Fix potential overflow in CertificateRequestManuel Pégourié-Gonnard2-2/+11
2015-10-02Add ChangeLog entryManuel Pégourié-Gonnard1-0/+11
2015-10-01Fix typos in ChangeLogManuel Pégourié-Gonnard1-1/+1
2015-10-01Fix potential overflow in base64_encodeManuel Pégourié-Gonnard3-5/+12
2015-10-01Fix potential random malloc in pem_read()Manuel Pégourié-Gonnard3-0/+10
2015-10-01Fix potential buffer overflow in mpi_read_string()Manuel Pégourié-Gonnard2-2/+12
2015-10-01Fix stack buffer overflow in pkcs12Manuel Pégourié-Gonnard2-1/+15
2015-09-30Added max length checking of hostnameSimon Butcher2-0/+5
2015-09-22Refined credits in ChangeLog for fuzzing issueSimon Butcher1-1/+2
2015-09-21Remove file that should never have been addedManuel Pégourié-Gonnard1-2876/+0
2015-09-17Bump version to 1.2.15polarssl-1.2.16Manuel Pégourié-Gonnard6-10/+10
2015-09-17Fix GNUism in bump_version.shManuel Pégourié-Gonnard1-11/+11
2015-09-17Merge pull request #296 from ARMmbed/polarssl-1.2-restrictedSimon Butcher4-3/+2934