aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-04 - Merged trunk changes 818-819 into the 0.12 branchpolarssl-0.12archive/polarssl-0.12Paul Bakker
2009-10-04 - Merged trunk changes 796:817 into the 0.12 branchPaul Bakker
2009-07-28 - Re-released 0.12.0polarssl-0.12.0Paul Bakker
2009-07-28 - Removed MD2 and MD4 by defaultPaul Bakker
2009-07-28 - Added tag and branch for release of PolarSSL 0.12.0Paul Bakker
2009-07-28 - Added generic 'make check' in MakefilePaul Bakker
2009-07-28 - Updated ChangeLog for release 0.12.0Paul Bakker
2009-07-28 - Better implemented 'make check' in normal MakefilePaul Bakker
2009-07-28 - Fixed error codes. Negative when needed (SSL error codes). Non-negative if...Paul Bakker
2009-07-28 - Addec 'make check' to the standard MakefilePaul Bakker
2009-07-28 - Updated copyright messages on all relevant filesPaul Bakker
2009-07-28 - Cleaned up header documentationPaul Bakker
2009-07-27 - Better handling of extension parsingPaul Bakker
2009-07-27 - Fixed include location of endian.h and name clash on Apples (found by Mart...Paul Bakker
2009-07-27 - Increased size of generated value XPaul Bakker
2009-07-27 - Changed interface for AES and Camellia setkey functions to indicate invali...Paul Bakker
2009-07-27 - Created better DHM testsPaul Bakker
2009-07-27 - Added extra coverage testsPaul Bakker
2009-07-27 - Fill base data for x509_crl_entry in CRL correctlyPaul Bakker
2009-07-20 - Added extra coverage and regression testsPaul Bakker
2009-07-20 - Surpress warning of unused 'mode' parameter in CamelliaPaul Bakker
2009-07-20 - Added extra regression and coverage tests for ASN parsing of CRL and Key dataPaul Bakker
2009-07-20 - Updated error check on optional nextUpdate in CRLPaul Bakker
2009-07-19 - Updated assembly to not clobber ebx and allow shared libs againPaul Bakker
2009-07-19 - Fixed include location of endian.h on FreeBSD (found by Gabriel)Paul Bakker
2009-07-19 - Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE.Paul Bakker
2009-07-19 - Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code.Paul Bakker
2009-07-19 - Also generate CRL's with all the digestsPaul Bakker
2009-07-19 - Added extra X509 regression and coverage testsPaul Bakker
2009-07-19 - Updated ChangeLog to reflect change in error codesPaul Bakker
2009-07-19 - Major change: Errors are now positive numbers instead of negative.Paul Bakker
2009-07-19 - Added newline at end of CRL infoPaul Bakker
2009-07-19 - Added a lot of ASN1 Certificate parsing testsPaul Bakker
2009-07-19 - Added test for larger that 64 byte hmac-md2 keyPaul Bakker
2009-07-12 - Added extra tests (result of coverage)Paul Bakker
2009-07-12 - Added extra certificates and testsPaul Bakker
2009-07-12 - Longer valid CRLPaul Bakker
2009-07-12 - Added and modified tests (result from coverage)Paul Bakker
2009-07-12 - Added extra tests (result from coverage)Paul Bakker
2009-07-12 - Added generation of all digest certificates from a single keyPaul Bakker
2009-07-11 - Updated ChangeLog for old fix of Camellia and XTEA for 64-bit Windows systemsPaul Bakker
2009-07-11 - Updated ChangeLogPaul Bakker
2009-07-11 - Added non-OpenSSL HMAC-MD2 hashes. They seem to be correct and OpenSSL wrongPaul Bakker
2009-07-11 - Fixed HMAC-MD2 by modifying md2_starts(), so that the required HMAC ipad a...Paul Bakker
2009-07-11 - Updated and cleaned CMakeListPaul Bakker
2009-07-11 - Added first version of compilation guidelinesPaul Bakker
2009-07-11 - Added warnings for declarations after statementsPaul Bakker
2009-07-11 - Added Makefile for testsPaul Bakker
2009-07-11 - Made code compliant with ISO99 (no-declaration-after-statement)Paul Bakker
2009-07-11 - Fixed formatting of ChangeLogPaul Bakker