aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-07-18 - Updated Copyright to correct entityPaul Bakker27-27/+54
2010-07-18 - Fixed documentationPaul Bakker1-1/+1
2010-07-18 - Minor DHM code cleanup/commentsPaul Bakker1-1/+1
2010-07-18 - Fixed typoPaul Bakker1-1/+1
2010-07-18 - Fixed documentation typoPaul Bakker1-1/+1
2010-07-18 - Removed dependency on rand() in rsa_pkcs1_encrypt(). Now using random fuct...Paul Bakker1-0/+1
2010-06-18 - Added runtime and compiletime version informationPaul Bakker2-0/+79
2010-06-15 - Added support for the SSL_EDH_RSA_AES_128_SHA and SSL_EDH_RSA_CAMELLIA_12...Paul Bakker1-0/+2
2010-03-24 - String peer_cn in ssl context made const as well.Paul Bakker1-2/+2
2010-03-21 - Updated copyright line to 2010Paul Bakker26-26/+26
2010-03-21 - Removed copyright line for Christophe Devine for clarityPaul Bakker24-48/+0
2010-03-21 - Added reset functionality for HMAC context. Speed-up for some use-cases.Paul Bakker6-0/+42
2010-03-21 - Changed text for return 0 linesPaul Bakker5-7/+7
2010-03-21 - Changed ARC4 to use seperate input/output bufferPaul Bakker1-3/+5
2010-03-18 - Fixed cipher interface for encrypt/decrypt functionsPaul Bakker6-12/+40
2010-03-17 - Added x509_get_sig_alg() to allow easy future X509 signature algorithm det...Paul Bakker1-0/+2
2010-03-16 - Added const-correctness to main codebasePaul Bakker20-163/+172
2010-02-18 - Added support for GeneralizedTime in X509 certificatesPaul Bakker1-0/+1
2009-10-04 - Removed dos newlinesPaul Bakker2-10/+10
2009-07-28 - Removed MD2 and MD4 by defaultPaul Bakker1-2/+2
2009-07-28 - Fixed error codes. Negative when needed (SSL error codes). Non-negative if...Paul Bakker6-72/+72
2009-07-28 - Updated copyright messages on all relevant filesPaul Bakker26-50/+76
2009-07-28 - Cleaned up header documentationPaul Bakker9-71/+261
2009-07-27 - Changed interface for AES and Camellia setkey functions to indicate invali...Paul Bakker2-4/+16
2009-07-19 - Updated assembly to not clobber ebx and allow shared libs againPaul Bakker1-85/+99
2009-07-19 - Fixed typo in name of POLARSSL_ERR_RSA_OUTPUT_TOO_LARGE.Paul Bakker1-1/+1
2009-07-19 - Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code.Paul Bakker1-9/+8
2009-07-19 - Major change: Errors are now positive numbers instead of negative.Paul Bakker7-91/+91
2009-07-11 - Prevented use of long long in bignum if POLARSSL_HAVE_LONGLONG not defined...Paul Bakker1-1/+3
2009-07-08 - Fixed clobberlist of asm command. (Required for correct handling of covera...Paul Bakker1-11/+12
2009-07-08 - Fixed name of xtea_crypt_ecb()Paul Bakker1-1/+1
2009-06-23 - Fixed incorrect handling of negative first input value in mpi_mod_mpi() an...Paul Bakker1-2/+6
2009-05-24 - Fixed uint32_t definition on Windows systemsPaul Bakker2-3/+13
2009-05-17 - Added extra comments explaining CBC mode should receivePaul Bakker2-1/+5
2009-05-03 - Made Camellia use uint32_t for 64-bit compatibilityPaul Bakker1-1/+3
2009-05-03 - Modified XTEA to use uint32_t instead of unsigned longPaul Bakker1-1/+3
2009-05-03 - Added CRL revocation support to x509parse_verify()Paul Bakker2-4/+10
2009-05-02 - Added prelimenary CRL parsing and info supportPaul Bakker1-3/+77
2009-04-19 - added description to POLARSSL_HAVE_ASMPaul Bakker1-0/+8
2009-04-19 - POLARSSL_HAVE_ASM also used in padlock and timing code.Paul Bakker1-1/+1
2009-04-01 - Fixed documentation typos..Paul Bakker2-3/+3
2009-03-28 - Added explanation for first bit/byte to zero in rsa_publicPaul Bakker1-1/+2
2009-02-09 - Added support for RFC4055 SHA2 and SHA4 signature algorithms forPaul Bakker1-12/+57
2009-01-25 - Added email address to header license informationPaul Bakker26-26/+26
2009-01-12 - Fixed possible heap overflow in pkcs1_decrypt on data larger than outputPaul Bakker1-2/+6
2009-01-11 - Added SSL_RSA_CAMELLIA_128_SHA, SSL_RSA_CAMELLIA_256_SHA, SSL_EDH_RSA_CAME...Paul Bakker1-0/+4
2009-01-10 - Added first version of CamelliaPaul Bakker2-0/+126
2009-01-04 - Added XTEA Algorithm (Not used in SSL)Paul Bakker2-0/+78
2009-01-04 - Updated Copyright noticesPaul Bakker24-0/+432
2009-01-03 - First replacement of xyssl by polarssl where neededPaul Bakker24-224/+224