aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-09 - Created 1.0.0 releasepolarssl-1.0.0archive/polarssl-1.0Paul Bakker0-0/+0
2011-08-09 - Fixed order of comments to match function rsa_pkcs1_decryptPaul Bakker1-1/+1
2011-08-09 - Added rsa_encrypt and rsa_decrypt example programsPaul Bakker5-1/+311
2011-08-05 - Fixed memcpy() that had possible overlapping areas to memmove()Paul Bakker1-1/+1
2011-07-27 - Preparations for v1.0.0 release of PolarSSLPaul Bakker6-12/+12
2011-07-27 - Made CMakeLists.txt more robust on Windows platformsPaul Bakker1-6/+14
2011-07-27 - Introduced POLARSSL_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION flag to cont...Paul Bakker2-0/+14
2011-07-27 - Adapted define for inline to be more solidPaul Bakker3-6/+6
2011-07-13 - Fixed CMakeLists.txt for new suites with multiple data filesPaul Bakker1-6/+8
2011-07-13 - Split cipher test suite into three different setsPaul Bakker7-1367/+1407
2011-07-13 - Fixed compiler warningPaul Bakker1-1/+1
2011-07-13 - Removed unused but initialized variablesPaul Bakker3-8/+7
2011-07-13 - Fixed error file after changed codesPaul Bakker1-2/+2
2011-07-13 - Added missing definition of LIB_INSTALL_DIRPaul Bakker1-0/+5
2011-07-13 - Added test for PKCS#8 wrapped private and public keysPaul Bakker2-1/+28
2011-07-13 - Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20)Paul Bakker10-3/+427
2011-07-13 - Do not build shared version by defaultPaul Bakker1-1/+1
2011-07-11 - Minor update in types to prevent compiler warning under VS2010Paul Bakker1-2/+2
2011-07-06 - Made des_key_check_weak() conform to other functions in return values.Paul Bakker2-3/+6
2011-07-06 - Generalized CMakefilePaul Bakker1-1/+1
2011-07-01 - Minor fixer to remove compiler warnings for ARMCCPaul Bakker3-3/+1
2011-07-01 - Added define for OpenBSD (sys/endian.h)Paul Bakker1-1/+1
2011-06-21 - Updated ARMCC_VERSION to __ARMCC_VERSIONPaul Bakker3-6/+6
2011-06-21 - Introduced windows DLL build and SYS_LDFLAGSPaul Bakker3-5/+12
2011-06-21 - Better indentationPaul Bakker1-2/+2
2011-06-21 - Fixed inline definition for ARM systemsPaul Bakker3-6/+18
2011-06-21 - Fixed a missing t_udbl conversionPaul Bakker1-1/+1
2011-06-21 - Made second argument of f_send() prototype and of net_send() constPaul Bakker4-5/+5
2011-06-09 - Updated to reflect changes in error codes in the generic cipher and messag...Paul Bakker1-0/+4
2011-06-09 - Added regular error codes for generic message digest layerPaul Bakker3-28/+60
2011-06-09 - Fixed error codePaul Bakker1-1/+1
2011-06-09 - Added and updated cipher error codes and documentationPaul Bakker3-37/+76
2011-06-09 - Expanded generic cipher layer with support for CTR and CFB128 modes of ope...Paul Bakker7-94/+1033
2011-06-09 - Updated unsignedness in some missed casesPaul Bakker4-12/+39
2011-06-09 - Adjusted to use proper size_t argumentsPaul Bakker1-2/+2
2011-06-09 - Removed deprecated casts to int for now unsigned valuesPaul Bakker9-32/+34
2011-06-08 - Undid fix for ssl_write that introduced a true bug when buffers are runnin...Paul Bakker2-11/+18
2011-05-27 - Updated for release 0.99-pre5Paul Bakker6-10/+10
2011-05-26 - Fixed two typosPaul Bakker2-2/+2
2011-05-26 - Fixed dependency of MD4 and MD2 of POLARSSL_FS_IOPaul Bakker1-8/+8
2011-05-26 - Fixed dual use of nPaul Bakker1-6/+6
2011-05-26 - Fixed a whole bunch of dependencies on defines between files, examples and...Paul Bakker66-701/+1408
2011-05-25 - Fixed typedness and size_t printingPaul Bakker1-12/+12
2011-05-25 - Upgraded to version 1.6.1 of FCTXPaul Bakker1-1688/+3959
2011-05-25 - Added missing semicolonPaul Bakker1-1/+3
2011-05-25 - Removed debug informationPaul Bakker1-3/+0
2011-05-25 - Adapted to compile without POLARSSL_SELF_TEST definedPaul Bakker1-1/+7
2011-05-23 - Fixed warnings with castPaul Bakker1-2/+2
2011-05-23 - Added the ssl_mail_client example applicationPaul Bakker4-2/+729
2011-05-23 - Fixed position of padlock error definitionPaul Bakker1-2/+2