aboutsummaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2012-04-10 - Fixed too restrictive testPaul Bakker1-1/+1
2012-04-05 - Removed debug valuePaul Bakker1-1/+1
2012-04-05 - Added automatic debug flags to CFLAGS if DEBUG is set in shellPaul Bakker1-1/+5
2012-04-05 - Fixed potential memory corruption on miscrafted client messages (found by ...Paul Bakker1-0/+7
2012-04-03 - Added compat for sun in net.cPaul Bakker1-0/+2
2012-03-22 - Added alternative for SHA1 signature structure to check for (without NULL)Paul Bakker1-0/+8
2012-03-22 - Fixed a mistake in mpi_cmp_mpi() where longer B values are handled wrongPaul Bakker1-1/+1
2012-03-20 - Removed unused variablesPaul Bakker1-4/+0
2012-03-20 - Added base Galois/Counter mode (GCM) for AESPaul Bakker3-1/+659
2012-03-20 - Added missing x509write.cPaul Bakker1-0/+1
2012-03-15 - Removed trailing charPaul Bakker1-1/+1
2012-03-05 - Only include dependencies when requiredPaul Bakker2-0/+27
2012-02-16 - Updated RFC refPaul Bakker1-2/+2
2012-02-16 - x509_write_cert_req() now supports all available hash functionsPaul Bakker1-6/+54
2012-02-16 - Certificate Requests written now have the Email address written in IA5StringPaul Bakker2-2/+31
2012-02-13 - Added preliminary ASN.1 buffer writing supportPaul Bakker5-1/+456
2012-02-12 - AES code only check for Padlock oncePaul Bakker1-10/+23
2012-02-12 - Fixed mpi_fill_random() to fill and create right size MPIPaul Bakker1-2/+2
2012-02-11 - Clean Subject Alternative Name dataPaul Bakker1-0/+13
2012-02-11 - Multi-domain certificates support wildcards as wellPaul Bakker1-5/+9
2012-02-11 - Removed redundant POLARSSL_DEBUG_MSG definePaul Bakker1-2/+2
2012-02-11 - Added support for wildcard certificatesPaul Bakker1-5/+163
2012-02-06 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphe...Paul Bakker5-31/+234
2012-01-23 - Made changes for 1.1.1 releasePaul Bakker1-1/+1
2012-01-22 - Changed back statementPaul Bakker1-1/+1
2012-01-22 - Fixed selftest for CTR_DRBGPaul Bakker1-2/+2
2012-01-20 - Fixed compiler error on 64-bit systems not using GCCPaul Bakker1-1/+1
2012-01-14 - Fixed type of length in get_pkcs_padding()Paul Bakker1-4/+3
2012-01-14 - Fixed warning for t if no debugging definedPaul Bakker1-0/+4
2012-01-14 - Fixed signed status of retPaul Bakker1-2/+4
2012-01-14 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_...Paul Bakker2-9/+7
2012-01-13 - Check for failed malloc() in ssl_set_hostname() and x509_get_entries() (Cl...Paul Bakker2-0/+7
2011-12-20 - Support for FreeBSD _SOCKLEN_T_DECLAREDPaul Bakker1-1/+2
2011-12-15 - Added option to prevent default entropy sources from loading (POLARSSL_NO_...Paul Bakker2-1/+10
2011-12-15 - Added HAVEGE as a default entropy sourcePaul Bakker1-0/+9
2011-12-11 - Changed commands to lowercase where it was not the casePaul Bakker1-4/+4
2011-12-11 - Enlarged maximum size of DHM a client accepts to 512 bytesPaul Bakker1-1/+1
2011-12-10 - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now r...Paul Bakker12-63/+129
2011-12-10 - Added internal ctr_drbg_init_entropy_len() to allow NIST determined entrop...Paul Bakker1-3/+19
2011-12-10 - Changed entropy accumulator to have per-source thresholdsPaul Bakker1-13/+28
2011-12-05 - Updated version of PolarSSL to 1.1.0Paul Bakker1-1/+1
2011-12-05 - Fixed correct printing of serial number '00'Paul Bakker1-1/+1
2011-12-05 - Corrected removal of leading '00:' in printing serial numbers in certifica...Paul Bakker1-11/+7
2011-12-05 - Prevented warning from unused parameter dataPaul Bakker1-0/+1
2011-12-05 - Addedd writing and updating of seedfiles as functions to CTR_DRBGPaul Bakker1-0/+57
2011-12-04 - Added better handling of missing session structPaul Bakker1-0/+6
2011-12-04 - Fixed define for Windows time functionsPaul Bakker1-1/+1
2011-12-04 - Fixed MS Visual C++ name clash with int64 in sha4.hPaul Bakker1-14/+14
2011-12-04 - Added permissive certificate parsing to x509parse_crt() and x509parse_crt...Paul Bakker4-86/+149
2011-12-03 - Added a generic entropy accumulator that provides support for adding cust...Paul Bakker5-11/+332