aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-23 - Removed test for MD2 certificate as OpenSSL does not support it anymorePaul Bakker1-4/+0
2011-04-19- Fixed typoPaul Bakker1-2/+5
2011-04-19 - Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR,...Paul Bakker10-3/+551
2011-04-18 - Added extra ignores for generated solution filesPaul Bakker0-0/+0
2011-04-18 - Moved Visual C 6.0 Project files to separate directoryPaul Bakker24-90/+130
2011-04-18 - Improved portability with Microsoft Visual CPaul Bakker32-3/+2325
2011-04-18 - Dropped designated initializers as they are not supported on Microsoft Vis...Paul Bakker2-228/+228
2011-04-04 - Do not depend on dhm code if POLARSSL_DHM_C not definedPaul Bakker1-0/+2
2011-04-01 - Ready for release 0.99-pre4Paul Bakker6-10/+10
2011-04-01 - Fixed possible uninitialized valuesPaul Bakker3-5/+4
2011-03-26 - Added flag to disable Chinese Remainder Theorem when using RSA private ope...Paul Bakker2-1/+11
2011-03-26 - The config header file is now always included in all testsPaul Bakker7-6/+2
2011-03-26 - Added mpi_fill_random() for centralized filling of big numbers with rando...Paul Bakker4-23/+35
2011-03-26 - Added information about changed behaviour of x509parse_key()Paul Bakker1-0/+3
2011-03-25 - Added rsa_sign_pss and rsa_verify_pss to CMakeLists.txtPaul Bakker1-0/+6
2011-03-25 - Added rsa_sign_pss and rsa_sign_verify to svn:ignore listPaul Bakker0-0/+0
2011-03-25 - Fixed uppercase type for gen_randomPaul Bakker1-1/+1
2011-03-25 - Added declaration of x509parse_public_key() and x509parse_public_keyfile() toPaul Bakker1-0/+24
2011-03-25 - Added missing rsa_init() call in x509parse_self_test()Paul Bakker1-0/+2
2011-03-25 - Added test application for RSASSA-PSS signing and verificationPaul Bakker2-0/+250
2011-03-25 - Added bugfix info for previous checkinPaul Bakker2-1/+14
2011-03-25 - RSASSA-PSS verification now properly handles salt lengths other than hlenPaul Bakker2-11/+125
2011-03-25 - Fixed typo in definePaul Bakker1-1/+1
2011-03-14 - Fixed bug in ssl_write() when flushing old data (Fixes ticket #18)Paul Bakker2-13/+13
2011-03-14 - Debug print of MPI now removes leading zero octets and displays actual bit...Paul Bakker4-14/+94
2011-03-13 - Made function resilient to endianness differences.Paul Bakker2-4/+35
2011-03-13 - Renamed rnd_info structure to correct rnd_buf_info structurePaul Bakker1-2/+2
2011-03-13 - Added dependency on helpers.functionPaul Bakker1-1/+1
2011-03-13 - Added ignores for executable filesPaul Bakker0-0/+0
2011-03-13 - Removed dependency of tests on rand()Paul Bakker4-25/+65
2011-03-08 - Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP...Paul Bakker16-107/+1868
2011-03-08 - Re-added removed dhm test valuesPaul Bakker1-0/+7
2011-03-02 - Fixed faulty test server keyPaul Bakker1-20/+25
2011-02-28 - Replaced function that fixes man-in-the-middle attackPaul Bakker7-37/+41
2011-02-25 - Added pem to libraryPaul Bakker2-1/+2
2011-02-25 - Made ready for 0.99-pre2 releasePaul Bakker6-10/+10
2011-02-20 - Updated sanity checksPaul Bakker1-5/+47
2011-02-20 - Release memory usedPaul Bakker1-0/+3
2011-02-20 - Added force_ciphersuite option to ssl_client2 applicationPaul Bakker1-2/+30
2011-02-20 - Replaced with current value of the certificate after certificate replacementPaul Bakker1-1/+1
2011-02-20 - Do not bail out if no client certificate specified. Try to negotiate anon...Paul Bakker2-2/+6
2011-02-20 - Updated certificates for new test versionsPaul Bakker1-123/+111
2011-02-20 - Corrected parsing of UTCTime dates before 1990 and after 1950Paul Bakker72-2638/+2227
2011-02-12 - Added crl_app program to allow easy reading and printing of X509 CRLs from...Paul Bakker4-2/+165
2011-02-12 - Parsing of PEM files moved to separate module (Fixes ticket #13). Also pos...Paul Bakker15-348/+808
2011-02-09 - Fixed reference to generic digest keyPaul Bakker1-4/+4
2011-02-06 - Set sane start values for structures that are closed or freed.Paul Bakker3-9/+24
2011-02-06 - Added proper dependenciesPaul Bakker1-0/+13
2011-02-06 - Do not close NULL streamPaul Bakker2-4/+8
2011-01-30 - Makefiles now respect external CFLAGS and LDFLAGS. Closes ticket #2Paul Bakker3-7/+7