aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-24 - Added missing const fixesarchive/polarssl-0.13Paul Bakker2-8/+8
2010-03-24 - Merged changes from trunk (885:887)Paul Bakker1-0/+5
2010-03-24 - Merged changes 882:885 from trunkPaul Bakker3-805/+43
2010-03-21 - Imported fix from trunkPaul Bakker3-3/+3
2010-03-21 - Updated branch and tag for polarssl-0.13.0 to new default copyright headerPaul Bakker71-203/+71
2010-03-21 - Released 0.13.0Paul Bakker0-0/+0
2010-03-21 - Added release date for 0.13.0Paul Bakker1-1/+1
2010-03-21 - Added reset functionality for HMAC context. Speed-up for some use-cases.Paul Bakker13-2/+100
2010-03-21 - Changed text for return 0 linesPaul Bakker5-7/+7
2010-03-21 - Changed ARC4 to use seperate input/output bufferPaul Bakker6-21/+30
2010-03-18 - Fixed cipher interface for encrypt/decrypt functionsPaul Bakker21-170/+286
2010-03-18 - Added cert_app applicationPaul Bakker5-3/+292
2010-03-18 - Removed debug printPaul Bakker1-1/+0
2010-03-17 - Added attribution for fix from FrankDeBPaul Bakker1-2/+3
2010-03-17 - Added x509_get_sig_alg() to allow easy future X509 signature algorithm det...Paul Bakker3-27/+38
2010-03-16 - Found algorithmic bug in mpi_is_prime()Paul Bakker2-1/+3
2010-03-16 - Added fixes for compiler warnings on a MacPaul Bakker3-3/+5
2010-03-16 - Small fix to initialize valuePaul Bakker1-1/+1
2010-03-16 - Added const-correctness to main codebasePaul Bakker49-417/+1222
2010-02-18 - Added support for GeneralizedTime in X509 certificatesPaul Bakker4-23/+60
2010-02-18 - Added option parsing for ssl_client2 to select host and portPaul Bakker2-14/+90
2010-02-18 - Fixed port number to ssl_server'sPaul Bakker1-1/+1
2010-02-18 - Added test_suite_debug to the MakefilePaul Bakker1-1/+5
2010-02-18 - Added new debug suite to testsPaul Bakker0-0/+0
2010-02-18 - Fixed bug resulting in failure to send the last certificate in the chain i...Paul Bakker7-3/+51
2010-02-18 - Test SSL informationPaul Bakker1-6/+0
2010-01-18 - Added extra test casesPaul Bakker1-0/+12
2010-01-12 - Moved PolarSSL Licensing to separate repository folderPaul Bakker0-0/+0
2009-10-25 - Added benchmark of 2048 and 4096 bits RSAPaul Bakker1-1/+61
2009-10-04 - Added config.h to requirements for testingPaul Bakker1-0/+1
2009-10-04 - Fixed textsPaul Bakker2-2/+8
2009-10-04 - Compile tests before programsPaul Bakker1-1/+1
2009-10-04 - Removed dos newlinesPaul Bakker2-10/+10
2009-10-03 - Fixed typo in MD4 definePaul Bakker2-1/+5
2009-10-03 - Updated to reflect changes of 'depends_on' in testingPaul Bakker1-0/+7
2009-10-03 - Rewrote sign and verify tests to handle missing algorithm definitionsPaul Bakker1-16/+63
2009-10-03 - Added 'depends_on' for tests dependent on specific hash algorithmsPaul Bakker3-0/+70
2009-10-03 - Added handling of missing POLARSSL_MD5_C define and POLARSSL_SHA1_c definePaul Bakker1-4/+23
2009-10-03`cat ../svn-commit.2.tmp `Paul Bakker1-3/+27
2009-07-28 - Removed MD2 and MD4 by defaultPaul Bakker1-2/+2
2009-07-28 - Added generic 'make check' in MakefilePaul Bakker1-0/+2
2009-07-28 - Updated ChangeLog for release 0.12.0Paul Bakker1-1/+1
2009-07-28 - Better implemented 'make check' in normal MakefilePaul Bakker1-2/+7
2009-07-28 - Fixed error codes. Negative when needed (SSL error codes). Non-negative if...Paul Bakker7-73/+73
2009-07-28 - Addec 'make check' to the standard MakefilePaul Bakker1-0/+3
2009-07-28 - Updated copyright messages on all relevant filesPaul Bakker70-135/+205
2009-07-28 - Cleaned up header documentationPaul Bakker9-71/+261
2009-07-27 - Better handling of extension parsingPaul Bakker2-14/+26
2009-07-27 - Fixed include location of endian.h and name clash on Apples (found by Mart...Paul Bakker2-3/+8
2009-07-27 - Increased size of generated value XPaul Bakker1-2/+2