aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-10Merge branch 'mbedtls-2.4'archive/mbedtls-2.4Simon Butcher0-0/+0
2017-03-08Updated version number to 2.4.2 for releasembedtls-2.4.2Simon Butcher6-12/+12
2017-03-08Added missing credit to ChangeLog for #555Simon Butcher1-0/+2
2017-03-07Corrected attibution in ChangelogSimon Butcher1-1/+2
2017-03-02Fix buffer overflow in mbedtls_mpi_write_string()mbedtls-2.4.2-rc1Andres AG3-1/+12
2017-03-02Fix failing pkparse test caseAndres AG1-3/+3
2017-03-02Fix resource leak when using mutex and ssl_cookieRon Eldor2-1/+3
2017-03-02Fix failing pkparse test caseAndres AG1-3/+3
2017-03-02Fix mistake in ChangeLog from file mergeSimon Butcher1-1/+0
2017-03-02Fix resource leak when using mutex and ssl_cookieRon Eldor2-1/+4
2017-03-02Add fix and credit for #742 to the ChangeLogSimon Butcher1-0/+3
2017-03-02Add fix and credit for #742 to the ChangeLogSimon Butcher1-0/+3
2017-03-02Remove use of inttypes.h in MSVC from ssl_server2Andres AG1-2/+10
2017-03-02Update of the Visual Studio filesSimon Butcher48-552/+913
2017-03-02Fix Visual Studio template filesSimon Butcher2-12/+20
2017-03-01Remove use of inttypes.h in MSVC from ssl_server2Andres AG1-2/+10
2017-03-01Update of the Visual Studio filesSimon Butcher48-552/+913
2017-03-01Fix Visual Studio template filesSimon Butcher2-12/+20
2017-03-01fix for issue 1101: missing rsa context initializationRon Eldor1-0/+1
2017-03-01fix for issue 1101: missing rsa context initializationRon Eldor1-0/+1
2017-02-28Fix default hostname for verification used in ssl_client1Paul Bakker1-1/+1
2017-02-28Fix default hostname for verification used in ssl_client1Paul Bakker1-1/+1
2017-02-28Clarify ChangeLog for #569Simon Butcher1-5/+2
2017-02-28ECP: Prevent freeing a buffer on stackJanos Follath2-3/+11
2017-02-28Add invalid key tests for curve SECP224K1Janos Follath2-5/+14
2017-02-28Fix credit in ChangeLog for #722Simon Butcher1-1/+2
2017-02-28Fix memory leak in mbedtls_x509_crl_parse()Andres AG2-2/+6
2017-02-28Fix buffer overread in mbedtls_x509_get_time()Janos Follath2-51/+88
2017-02-28Add unit tests for X509 certificate date parsingJanos Follath2-5/+64
2017-02-28Fixed typo in ssl.hJaakko Korhonen1-1/+1
2017-02-27Merge remote-tracking branch 'restricted/porting-readme'Simon Butcher1-0/+9
2017-02-27Merge branch 'iotssl-1071-ca-flags'Simon Butcher5-10/+86
2017-02-26Merge branch 'iotssl-1077-dos-crl'Simon Butcher5-1/+46
2017-02-25Fix formatting in ChangeLogSimon Butcher1-5/+5
2017-02-25Merge fix for PEM test data return codesSimon Butcher5-1/+72
2017-02-25Merge fix for PEM test suite error codesSimon Butcher3-7/+8
2017-02-25Merge branch 'iotssl-1155-hashlen-type'Simon Butcher5-1/+72
2017-02-15Merge branch 'development-restricted'Simon Butcher1-1/+1
2017-02-15Add detail to ChangeLog for SLOTH fixSimon Butcher1-0/+1
2017-02-15Add comment to integer overflow fix in base64.cSimon Butcher1-0/+4
2017-02-15Fix integer overflow mbedtls_base64_decode()Andres AG2-1/+3
2017-02-15Fix integer overflows in buffer bound checksAndres Amaya Garcia5-4/+16
2017-02-15Add tests for overreads in pem_read_buffer()Andres AG1-0/+1
2017-02-15Prevent SLOTH attacksJanos Follath2-2/+5
2017-02-15Fix examples that failed to compile without PEMAndres AG2-3/+3
2017-02-15Add clarification to the TLS renegotiation periodSimon Butcher1-2/+8
2017-02-15Add credit to Changelog for #562Simon Butcher1-1/+1
2017-02-15Clarify fix for #673 in ChangelogSimon Butcher1-2/+3
2017-02-15Add DTLS test to check 6 byte record ctr is cmpAndres AG2-6/+34
2017-02-15Fix renegotiation at incorrect times in DTLSAndres AG3-6/+21