aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-04-10 - Allow to test for multiple modesPaul Bakker1-2/+12
2012-04-05 - Added automatic debug flags to CFLAGS if DEBUG is set in shellPaul Bakker1-0/+4
2012-03-22 - Fixed a mistake in mpi_cmp_mpi() where longer B values are handled wrongPaul Bakker1-0/+9
2012-03-20 - Added base Galois/Counter mode (GCM) for AESPaul Bakker7-1/+3319
2012-02-16 - First tests for x509_write_cert_req() compat with OpenSSL outputPaul Bakker12-2/+237
2012-02-11 - Removed test memory leaksPaul Bakker1-2/+22
2012-02-11 - Multi-domain certificates support wildcards as wellPaul Bakker2-30/+38
2012-02-11 - Added support for wildcard certificatesPaul Bakker3-0/+189
2012-02-06 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphe...Paul Bakker4-4/+251
2012-01-23 - Made changes for 1.1.1 releasePaul Bakker1-2/+2
2011-12-10 - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now r...Paul Bakker3-8/+9
2011-12-10 - Added internal ctr_drbg_init_entropy_len() to allow NIST determined entrop...Paul Bakker1-2/+10
2011-12-05 - Updated version of PolarSSL to 1.1.0Paul Bakker1-2/+2
2011-12-04 - Moved test to entropy and CTR_DRBGPaul Bakker2-8/+14
2011-12-04 - Added permissive certificate parsing to x509parse_crt() and x509parse_crt...Paul Bakker2-7/+7
2011-11-30 - Better buffer handling in mpi_read_file()Paul Bakker2-0/+5
2011-11-27 - Changed the used random function pointer to more flexible format. Renamed ...Paul Bakker3-35/+46
2011-11-27 - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generatorPaul Bakker5-1/+897
2011-10-12 - Updated tests to reflect recent changesPaul Bakker1-29/+20
2011-10-06 - Fixed faulty HMAC-MD2 implementation (Fixes ticket #37)Paul Bakker2-9/+21
2011-07-27 - Preparations for v1.0.0 release of PolarSSLPaul Bakker1-2/+2
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 - 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 Bakker5-0/+64
2011-06-21 - Introduced windows DLL build and SYS_LDFLAGSPaul Bakker1-1/+1
2011-06-09 - Fixed error codePaul Bakker1-1/+1
2011-06-09 - Expanded generic cipher layer with support for CTR and CFB128 modes of ope...Paul Bakker2-10/+500
2011-06-09 - Updated unsignedness in some missed casesPaul Bakker1-2/+2
2011-06-09 - Adjusted to use proper size_t argumentsPaul Bakker1-2/+2
2011-05-27 - Updated for release 0.99-pre5Paul Bakker1-2/+2
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 a whole bunch of dependencies on defines between files, examples and...Paul Bakker29-643/+843
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-18 - Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter functions.Paul Bakker2-0/+54
2011-05-09 - A error_strerror function() has been added to translate between error code...Paul Bakker5-93/+137
2011-05-05 - mpi_init() and mpi_free() only accept a single argument and do not accept ...Paul Bakker4-40/+126
2011-04-25 - Functions requiring File System functions can now be disables by undefinin...Paul Bakker13-103/+138
2011-04-24 - Updated for migration to size_tPaul Bakker6-21/+21
2011-04-24 - Renamed t_s_int, t_int and t_dbl to respectively t_sint, t_uint and t_udbl...Paul Bakker1-1/+1
2011-04-24 - Major type rewrite of int to size_t for most variables and arguments used ...Paul Bakker1-9/+9
2011-04-23 - Removed test for MD2 certificate as OpenSSL does not support it anymorePaul Bakker1-4/+0
2011-04-19 - Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR,...Paul Bakker2-0/+96
2011-04-01 - Ready for release 0.99-pre4Paul Bakker1-2/+2
2011-03-26 - The config header file is now always included in all testsPaul Bakker7-6/+2
2011-03-14 - Debug print of MPI now removes leading zero octets and displays actual bit...Paul Bakker2-1/+48