aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Updated date for releasepolarssl-1.2.1Paul Bakker1-1/+1
2012-11-20Merged trunk changes for 1.2Paul Bakker13-14/+162
2012-11-20Added more notes / comments on own_cert, trust_ca purposesPaul Bakker3-12/+24
2012-11-18Fixed segfault in mpi_shift_r()Manuel Pégourié-Gonnard4-1/+18
2012-11-18Added proper gitignores for Linux CMake usePaul Bakker3-0/+8
2012-11-17Added proper gitignores for linux compilationPaul Bakker3-0/+41
2012-11-17Added checking of CA peer cert to ssl_client1 as sane defaultPaul Bakker1-1/+71
2012-11-14 - Merged changesets 1399 up to and including 1415 into 1.2 branchPaul Bakker33-72/+178
2012-11-14 - Do not free uninitialized ssl contextPaul Bakker1-1/+3
2012-11-14 - Fixed argument typesPaul Bakker2-3/+3
2012-11-14 - Depth that the certificate verify callback receives is now numbered botto...Paul Bakker3-18/+35
2012-11-13 - Updated version to 1.2.1Paul Bakker5-10/+10
2012-11-13 - Updated Changelog for 1.2.1Paul Bakker1-1/+1
2012-11-13 - Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1Paul Bakker3-0/+13
2012-11-13 - Proper building of shared lib when SHARED definedPaul Bakker1-0/+4
2012-11-13 - Added SHARED define for building with -fPICPaul Bakker1-1/+3
2012-11-13 - Added uninstall targetPaul Bakker1-0/+12
2012-11-13 - Allow R and A to point to same mpi in mpi_div_mpiPaul Bakker3-6/+8
2012-11-09 - Fixed off-by-one loopPaul Bakker1-1/+1
2012-11-07 - Added extra documentationPaul Bakker1-0/+3
2012-11-07 - Added donated script for checking for non-doxygen blocks with directivesPaul Bakker1-0/+57
2012-11-07 - Fixed comments / typosPaul Bakker6-14/+6
2012-11-07 - Fixed doxygen blocksPaul Bakker10-11/+11
2012-11-07 - Fixed typosPaul Bakker1-3/+4
2012-11-04 - Default to disabled renegotiationPaul Bakker1-3/+4
2012-11-02 - Merged 1397 in branch for 1.2Paul Bakker1-4/+7
2012-11-02 - Small Windows VC6 fixesPaul Bakker1-4/+7
2012-11-02 - Merged fixes 1394 and 1395 from trunk to PolarSSL 1.2 branchPaul Bakker8-24/+42
2012-11-02 - Moved mpi_inv_mod() outside POLARSSL_GENPRIMEPaul Bakker2-2/+3
2012-11-02 - Fixes for MSVC6Paul Bakker7-22/+39
2012-10-31 - Tagged PolarSSL 1.2.0polarssl-1.2.0Paul Bakker0-0/+0
2012-10-31 - Updated for PolarSSL 1.2.0Paul Bakker3-8/+4
2012-10-31 - Moved ciphersuite naming scheme to IANA reserved namesPaul Bakker13-539/+529
2012-10-31 - Moved to more flexible define structurePaul Bakker1-26/+58
2012-10-31 - Prevent compiler warningPaul Bakker1-5/+7
2012-10-30 - Fixed infinite loopPaul Bakker1-0/+4
2012-10-30 - Added ssl_get_peer_cert() to SSL APIPaul Bakker5-5/+29
2012-10-30 - And fixed orderPaul Bakker1-1/+1
2012-10-30 - Fixed for SPARC64Paul Bakker2-20/+71
2012-10-24 - Premaster should have a maximum of MPI sizePaul Bakker1-1/+2
2012-10-24 - Smaller default valuesPaul Bakker2-8/+8
2012-10-24 - Fixed to support 4096 bit DHM params as wellPaul Bakker2-5/+5
2012-10-24 - Removed snprintf altogether for critical code pathsPaul Bakker1-1/+2
2012-10-24 - Do not use sprintf(), use snprintf() instead.Paul Bakker1-1/+1
2012-10-23 - Removed old contrib directoryPaul Bakker1-32/+0
2012-10-23 - Cache now only allows a maximum of entries in cache for preventing memory ...Paul Bakker2-13/+52
2012-10-23 - Fixed preprocessor typoPaul Bakker1-1/+1
2012-10-23 - Changed default compiler flags to include -O2Paul Bakker4-6/+6
2012-10-23 - Added more documentation on disable / enable renegotiationPaul Bakker1-2/+6
2012-10-23 - Removed code breaking strict-aliasingPaul Bakker1-42/+13