aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Make Travis more chatty.archive/iotssl-683-travis-failing-intermittently-1.3Janos Follath2-0/+29
2016-03-14Update default configurationJanos Follath5-2/+42
2016-01-15Fix for net_usleep() timing selftest on mingwSimon Butcher1-2/+6
2016-01-08Avoid build errors with -O0 due to assemblyManuel Pégourié-Gonnard2-1/+22
2016-01-08Make ar invocation more portableManuel Pégourié-Gonnard3-4/+5
2016-01-08Fix backporting mistakes in previous 5 commitsManuel Pégourié-Gonnard1-9/+1
2016-01-08Update ChangeLog for latest PR mergedManuel Pégourié-Gonnard1-0/+7
2016-01-08Improved on the previous fix and added a test case to cover both typesJanos Follath2-14/+13
2016-01-08Removed recursion from fix #309.Janos Follath1-7/+10
2016-01-08Improved on the fix of #309 and extended the test to cover subroutines.Janos Follath2-7/+23
2016-01-08Tests and fix added for #309 (inplace mpi doubling).Janos Follath3-1/+29
2016-01-08Update reference to attack in ChangeLogManuel Pégourié-Gonnard1-1/+4
2016-01-04Change version number to 1.3.16mbedtls-1.3.16Simon Butcher6-10/+10
2016-01-04Added _ENABLE_MD5_SIGNATURES into features listSimon Butcher1-0/+3
2016-01-03Fix for MPI divide on MSVCSimon Butcher2-6/+8
2016-01-02Correction to ChangeLogSimon Butcher1-1/+1
2016-01-02Merge memory leak fix into branch 'mbedtls-1.3'Simon Butcher6-28/+66
2016-01-02Fix for memory leak in RSA-SSA signingSimon Butcher2-1/+9
2016-01-01Merge branch 'iotssl-541-1.3-pathlen-bugfix'Simon Butcher9-10/+75
2015-12-22Merge remote-tracking branch 'origin/misc-1.3' into mbedtls-1.3Simon Butcher2-1/+6
2015-12-22Avoid seemingly-possible overflowManuel Pégourié-Gonnard1-1/+3
2015-12-22Added integer divide by as separate functionSimon Butcher1-59/+126
2015-12-10Fix wrong length limit in GCMManuel Pégourié-Gonnard2-1/+6
2015-11-19Fix bug checking pathlen on first intermediateManuel Pégourié-Gonnard2-10/+7
2015-11-19Add test case for root with max_pathlen=0Manuel Pégourié-Gonnard4-1/+32
2015-11-19Add test case for first intermediate max_pathlen=0Manuel Pégourié-Gonnard5-0/+41
2015-11-05Changed version number to 1.3.15mbedtls-1.3.15Simon Butcher6-10/+10
2015-11-03Corrected typo in ChangeLogSimon Butcher1-2/+2
2015-11-02Merge branch 'mbedtls-1.3' into mbedtls-1.3-restrictedManuel Pégourié-Gonnard32-10/+675
2015-11-02Use own implementation of strsep()Manuel Pégourié-Gonnard1-1/+31
2015-10-30Merge branch 'mbedtls-1.3' into mbedtls-1.3-restrictedManuel Pégourié-Gonnard8-18/+56
2015-10-30Add Changelog entries for this branchManuel Pégourié-Gonnard1-0/+8
2015-10-30Use symbolic constants in test dataManuel Pégourié-Gonnard1-4/+4
2015-10-29Fixed pathlen contraint enforcement.Janos Follath1-10/+35
2015-10-28Additional corner cases for testing pathlen constrains. Just in case.Janos Follath26-4/+504
2015-10-28Added test case for pathlen constrains in intermediate certificatesJanos Follath6-0/+104
2015-10-27Add ChangeLog entry for previous commitManuel Pégourié-Gonnard1-0/+2
2015-10-27cert_write : fix "Destination buffer is too small" errorJonathan Leroy1-2/+2
2015-10-27Add ChangeLog entry for previous two commitsManuel Pégourié-Gonnard1-0/+3
2015-10-27Test certificate "Server1 SHA1, key_usage" reissued.Jonathan Leroy1-7/+7
2015-10-27Fix boolean values according to DER specsJonathan Leroy1-1/+1
2015-10-27Fix typo in an OID nameManuel Pégourié-Gonnard2-1/+2
2015-10-27Disable reportedly broken assembly of Sparc(64)Manuel Pégourié-Gonnard2-6/+8
2015-10-27ECHDE-PSK does not use a certificateManuel Pégourié-Gonnard2-1/+3
2015-10-27Actually ignore most non-fatal alertsManuel Pégourié-Gonnard2-1/+31
2015-10-27Fix other int casts in bounds checkingManuel Pégourié-Gonnard1-3/+12
2015-10-27Fix other occurrences of same bounds check issueManuel Pégourié-Gonnard2-2/+5
2015-10-27Fix potential buffer overflow in asn1writeManuel Pégourié-Gonnard2-3/+7
2015-10-27Fix potential heap corruption on WindowsManuel Pégourié-Gonnard2-2/+5
2015-10-27Fix potential double-free in ssl_set_psk()Manuel Pégourié-Gonnard2-0/+9