aboutsummaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
2012-04-10 - print error string in useful formatPaul Bakker1-1/+1
2012-04-05 - Added automatic debug flags to CFLAGS if DEBUG is set in shellPaul Bakker1-0/+4
2012-03-20 - Use standard IV of 12Paul Bakker1-2/+2
2012-03-20 - Added base Galois/Counter mode (GCM) for AESPaul Bakker2-2/+35
2012-03-05 - Fixed MD type to SHA1Paul Bakker1-1/+1
2012-02-16 - Keep requests for future usePaul Bakker1-1/+1
2012-02-16 - Removed superfluous debugging infoPaul Bakker1-1/+0
2012-02-13 - Added preliminary ASN.1 buffer writing supportPaul Bakker3-2/+656
2012-02-11 - Multi-domain certificates support wildcards as wellPaul Bakker5-39/+114
2012-02-11 - Added support for wildcard certificatesPaul Bakker12-2/+649
2012-02-06 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphe...Paul Bakker2-3/+17
2012-02-06 - Added error exit codePaul Bakker1-0/+1
2012-01-14 - Fixed typoPaul Bakker1-1/+1
2011-12-15 - Added appropriate error handling to ctr_drbg_init()Paul Bakker1-4/+9
2011-12-15 - Fixed renumber error code for POLARSSL_ERR_CTR_DRBG_FILE_IO_ERRORPaul Bakker1-1/+1
2011-12-11 - Changed commands to lowercase where it was not the casePaul Bakker7-7/+7
2011-12-10 - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now r...Paul Bakker7-20/+28
2011-12-05 - Enlarged default CRL size bufferPaul Bakker1-1/+1
2011-12-05 - Addedd writing and updating of seedfiles as functions to CTR_DRBGPaul Bakker2-0/+23
2011-12-04 - Moved all examples programs to use the new entropy and CTR_DRBGPaul Bakker14-143/+342
2011-12-04 - Added public key of server1.keyPaul Bakker1-0/+9
2011-12-04 - Fixed minor bug by zeroizing result memoryPaul Bakker1-0/+2
2011-12-04 - Added permissive certificate parsing to x509parse_crt() and x509parse_crt...Paul Bakker7-17/+27
2011-12-03 - Fixed typoPaul Bakker1-1/+1
2011-12-03 - Added a generic entropy accumulator that provides support for adding cust...Paul Bakker5-7/+201
2011-11-29 - Added random generator benchmarksPaul Bakker1-18/+86
2011-11-27 - Changed the used random function pointer to more flexible format. Renamed ...Paul Bakker15-21/+79
2011-11-27 - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generatorPaul Bakker1-0/+6
2011-11-25 - Fixed typoPaul Bakker1-1/+1
2011-11-25 - cert_app now prints all certificates in the file given, not just the firstPaul Bakker1-11/+17
2011-11-18 - Lots of minimal changes to better support WINCE as a build targetPaul Bakker32-120/+327
2011-11-11 - Changed read from server loop to read more than a single read.Paul Bakker1-2/+8
2011-11-11 - Removed redundant "ok" printingPaul Bakker1-2/+0
2011-10-12 - Fixed typo in usagePaul Bakker1-1/+1
2011-10-12 - Prevented compiler warningPaul Bakker1-19/+19
2011-10-12 - Added Windows dependent header codePaul Bakker1-0/+12
2011-10-06 - Fixed rsa_encrypt and rsa_decrypt example programs to use public key for e...Paul Bakker2-18/+18
2011-10-06 - Added ssl_session_reset() to allow re-use of already set non-connection sp...Paul Bakker1-34/+39
2011-08-25 - Added safeguard not to build in WIN32 environment.Paul Bakker1-0/+7
2011-08-09 - Added rsa_encrypt and rsa_decrypt example programsPaul Bakker4-1/+310
2011-07-13 - Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20)Paul Bakker3-1/+233
2011-06-21 - Introduced windows DLL build and SYS_LDFLAGSPaul Bakker1-1/+1
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 Bakker30-37/+502
2011-05-25 - Fixed typedness and size_t printingPaul Bakker1-12/+12
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 Bakker3-2/+728
2011-05-20 - Fixed description in headerPaul Bakker1-1/+1