aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-17 - Added release for 0.11.1polarssl-0.11.1Paul Bakker0-0/+0
2009-05-17 - Mergeinfoarchive/polarssl-0.11Paul Bakker0-0/+0
2009-05-17 - Integrated comments for CBC mode into 0.11 branchPaul Bakker3-1/+9
2009-05-17 - Integrated SHA2 in RSA fix (patch 657:658) into 0.11 branchPaul Bakker1-9/+26
2009-05-03 - Updated ssl_cert_test to properly parse return values fromPaul Bakker1-1/+11
2009-05-03 - Released 0.11polarssl-0.11.0Paul Bakker1-1/+2
2009-05-03 - Branched and tagged 0.11.0Paul Bakker0-0/+0
2009-05-03 - Updated ChangeLog to include XTEA and Camellia support on 64-bit platforms.Paul Bakker1-3/+5
2009-05-03 - Made Camellia use uint32_t for 64-bit compatibilityPaul Bakker2-381/+383
2009-05-03 - Modified XTEA to use uint32_t instead of unsigned longPaul Bakker2-14/+23
2009-05-03 - Updated VisualC project and workspace filesPaul Bakker5-79/+423
2009-05-03 - Added CRL revocation support to x509parse_verify()Paul Bakker9-27/+133
2009-05-02 - Fixed formattingPaul Bakker1-48/+48
2009-05-02 - Added prelimenary CRL parsing and info supportPaul Bakker5-217/+965
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 Bakker3-8/+13
2009-04-19 - Made net_htons() endian-clean for big endian.Paul Bakker2-10/+13
2009-04-19 - Moved file loading to load_filePaul Bakker2-38/+35
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-03-28 - Fixed new logic on certificate chains in x509parse_verify()Paul Bakker1-2/+2
2009-03-28 - Fixed logic error on end of 'full' chainPaul Bakker1-2/+2
2009-03-28 - Added x509parse_crt() fixPaul Bakker1-1/+4
2009-03-28 - Added input handling for x509parse_crt()Paul Bakker1-11/+36
2009-03-28 - Proper sequence of ciphersuitesPaul Bakker1-2/+6
2009-03-28 - Added camellia to polarssl visualc projectPaul Bakker1-0/+8
2009-03-28 - Made changes for better compatibility with old-style C compilersPaul Bakker9-19/+20
2009-03-28 - Added genprime fixPaul Bakker1-0/+2
2009-03-28 - Add checking of certificate and key matchPaul Bakker1-3/+62
2009-03-14 - Moved mpi_gcd() outside of the POLARSSL_GENPRIME define. Is needed in rsa....Paul Bakker1-2/+2
2009-02-10 - Updated certificates to PolarSSL certificatesPaul Bakker1-159/+132
2009-02-10 - Fixed use of correct ca certificate (test_ca_cert) instead of xyssl_ca_certPaul Bakker1-9/+4
2009-02-10 - Fixed server2 certificate to CN=localhostPaul Bakker1-36/+36
2009-02-10 - Second server should be called localhostPaul Bakker1-1/+1
2009-02-09 - Fixed buffer overrun because of SHA-512Paul Bakker1-1/+1
2009-02-09 - Added SHA-512 benchmarkPaul Bakker1-0/+16
2009-02-09 - Added support for RFC4055 SHA2 and SHA4 signature algorithms forPaul Bakker42-663/+1627
2009-02-09 - Enhanced generation CA script and config to further automate different act...Paul Bakker2-32/+38
2009-02-07 - Enlarged debug buffer to facilitate long certificate values and filenamesPaul Bakker2-2/+2
2009-02-05 - Moved debug message in ssl_free() before clearing of ssl context Paul Bakker1-2/+3
2009-02-05 - Removed empty workspace filePaul Bakker1-0/+0
2009-01-29 - Fixed a bug in mpi_gcd() that prevented correct funtioning when both input...Paul Bakker2-6/+54
2009-01-25 - Added email address to header license informationPaul Bakker69-69/+69
2009-01-25 - Renamed script for correctnessPaul Bakker0-0/+0
2009-01-25 - Added license replacement scriptPaul Bakker2-2/+2
2009-01-15 - Fixed last mistakePaul Bakker1-4/+13
2009-01-15 - Updated version from 0.10 to 0.10.0Paul Bakker1-1/+1
2009-01-14 - New PolarSSL test CA, servers and clientsPaul Bakker18-657/+658
2009-01-14 - Added test-ca generation scriptPaul Bakker1-0/+44
2009-01-12 - Added POLARSSL_CAMELLIA_SMALL_MEMORY define for SBOX'esPaul Bakker1-58/+9