aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-01Fixed release date for 1.1.8polarssl-1.1.8archive/polarssl-1.1Paul Bakker1-1/+1
2013-09-25Prepped for 1.1.8 releasePaul Bakker6-10/+10
2013-09-11Fixed potential file descriptor leaksPaul Bakker2-0/+7
2013-09-11Fixed potential heap buffer overflow on large hostname settingPaul Bakker2-1/+6
2013-09-11Fixed potential memory leak when failing to resume a sessionPaul Bakker2-0/+10
2013-09-11Fixed potential negative value misinterpretation in load_file()Paul Bakker2-2/+14
2013-09-11Potential buffer-overflow for ssl_read_record()Paul Bakker2-1/+6
2013-06-21ssl_write_certificate_request() can handle empty ca_chainpolarssl-1.1.7Paul Bakker2-1/+2
2013-06-19Added Security note (Advisory 2013-03) in ChangeLogPaul Bakker1-0/+4
2013-06-19Prepared for PolarSSL release 1.1.7Paul Bakker6-10/+10
2013-06-19Fixed values for 2-key Triple DES in cipher layerPaul Bakker2-2/+3
2013-06-19Added missing free()Paul Bakker1-0/+1
2013-06-19Changed x509parse_crt_der() to support adding to chain.Paul Bakker1-45/+41
2013-06-19ssl_parse_certificate() now calls x509parse_crt_der() directlyPaul Bakker3-1/+16
2013-06-19x509parse_crt() now better handles PEM error situationsPaul Bakker2-0/+13
2013-06-19pem_read_buffer() already update use_len after header and footer are readPaul Bakker5-22/+31
2013-06-19Disabled the HAVEGE random generator by defaultPaul Bakker2-2/+15
2013-03-11Prepared for PolarSSL 1.1.6 releasepolarssl-1.1.6Paul Bakker6-11/+11
2013-03-11Inserted bump_version.sh in git repositoryPaul Bakker1-0/+81
2013-03-11Fixed net_bind() for specified IP addresses on little endian systemsPaul Bakker2-4/+15
2013-03-11Removed timing differences due to bad padding from RSA decrypt forPaul Bakker2-11/+35
2013-03-11Removed further timing differences during SSL message decryption in ssl_decry...Paul Bakker8-30/+69
2013-03-11Made x509parse.c also work with missing hash header filesPaul Bakker1-0/+12
2013-03-11Added comments to indicate dependency from PEM on AES, DES and MD5Paul Bakker1-2/+9
2013-03-11Fixed typo in base64.hPaul Bakker1-2/+2
2013-03-11Fixed commentPaul Bakker1-1/+1
2013-03-11Disable debug messages that can introduce a timing side channel.Paul Bakker3-1/+24
2013-03-11Fixed timing difference resulting from badly formatted padding.Paul Bakker2-18/+53
2013-03-11Allow enabling of dummy error_strerror() to support some use-casesPaul Bakker3-0/+33
2013-01-16Bumped version numbers to 1.1.5polarssl-1.1.5Paul Bakker6-11/+11
2013-01-16Fixed typoPaul Bakker1-1/+1
2013-01-16Fixes for MSVC6Paul Bakker2-1/+2
2013-01-16Handle encryption with private key and decryption with public key as per RFC ...Paul Bakker2-16/+51
2013-01-16Memory leak when using RSA_PKCS_V21 operations fixedPaul Bakker2-14/+19
2013-01-16Fixed comments / typosPaul Bakker5-11/+5
2013-01-16Fixed doxygen blocksPaul Bakker9-10/+10
2013-01-16Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1Paul Bakker3-0/+13
2013-01-16Allow R and A to point to same mpi in mpi_div_mpiPaul Bakker3-19/+21
2013-01-16Fixed segfault in mpi_shift_r(), Fixed memory leak in test_suite_mpiManuel Pégourié-Gonnard4-1/+18
2013-01-16mpi_exp_mod() now correctly handles negative base numbers (Closes ticket #52)Paul Bakker4-6/+47
2013-01-16Better checking for reading over buffer boundariesPaul Bakker2-7/+13
2013-01-14Moved mpi_inv_mod() outside POLARSSL_GENPRIMEPaul Bakker2-2/+3
2013-01-14Added regression check for latest mpi_add_abs() issuePaul Bakker1-0/+6
2013-01-14Added bug to ChangeLogPaul Bakker1-0/+2
2013-01-14Fixed bug in mpi_add_abs with adding a small number to a large mpi with carry...Paul Bakker1-1/+1
2013-01-14Fixed test for 'trust extension' changePaul Bakker1-1/+1
2013-01-14Handle existence of OpenSSL Trust Extensions at end of X.509 DER blobPaul Bakker2-4/+6
2013-01-14Fixed for SPARC64Paul Bakker2-20/+73
2013-01-14Fixed potential memory zeroization on miscrafted RSA keyPaul Bakker2-1/+6
2013-01-14Added proper gitignores for Linux CMake usePaul Bakker3-0/+8