aboutsummaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2011-04-19- Fixed typoPaul Bakker1-2/+5
2011-04-19 - Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR,...Paul Bakker3-1/+388
2011-04-18 - Improved portability with Microsoft Visual CPaul Bakker4-3/+15
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 Bakker1-1/+1
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 Bakker1-1/+1
2011-03-26 - Added mpi_fill_random() for centralized filling of big numbers with rando...Paul Bakker2-23/+20
2011-03-25 - Added missing rsa_init() call in x509parse_self_test()Paul Bakker1-0/+2
2011-03-25 - RSASSA-PSS verification now properly handles salt lengths other than hlenPaul Bakker2-11/+125
2011-03-14 - Fixed bug in ssl_write() when flushing old data (Fixes ticket #18)Paul Bakker1-13/+11
2011-03-14 - Debug print of MPI now removes leading zero octets and displays actual bit...Paul Bakker1-13/+37
2011-03-08 - Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP...Paul Bakker3-93/+449
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 Bakker2-28/+26
2011-02-25 - Added pem to libraryPaul Bakker2-1/+2
2011-02-25 - Made ready for 0.99-pre2 releasePaul Bakker1-1/+1
2011-02-20 - Updated sanity checksPaul Bakker1-5/+47
2011-02-20 - Do not bail out if no client certificate specified. Try to negotiate anon...Paul Bakker1-1/+1
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 Bakker1-25/+83
2011-02-12 - Parsing of PEM files moved to separate module (Fixes ticket #13). Also pos...Paul Bakker2-319/+496
2011-01-30 - Makefiles now respect external CFLAGS and LDFLAGS. Closes ticket #2Paul Bakker1-3/+3
2011-01-30 - Information about missing or non-verified client certificate is not provid...Paul Bakker1-0/+3
2011-01-30 - Preparing for Release of 0.99 prerelease 1Paul Bakker1-1/+1
2011-01-27 - Renamed ciphers member of ssl_context and cipher member of ssl_session to ...Paul Bakker3-98/+98
2011-01-27 - Removed application code from library source filePaul Bakker1-49/+0
2011-01-27 - Updated Doxygen documentation generation and documentation on small partsPaul Bakker1-2/+2
2011-01-20 - Split current md_starts() and md_hmac_starts() functionality into separate...Paul Bakker1-19/+21
2011-01-20 - Require different input and output buffer in cipher_update()Paul Bakker1-5/+8
2011-01-18 - Added extra compiler warnings by defaultPaul Bakker1-1/+1
2011-01-18 - Adapted CMake files for the PKCS#11 supportPaul Bakker1-0/+1
2011-01-18 - Cleaned up warning-generating codePaul Bakker4-3/+17
2011-01-18 - Support for PKCS#11 through the use of the pkcs11-helper libraryPaul Bakker5-19/+356
2011-01-18 - Fixed doxygen syntax to standard '\' instead of '@'Paul Bakker1-1/+1
2011-01-16 - Fixed identification of non-critical CA certificatesPaul Bakker1-8/+6
2011-01-16 - x509parse_time_expired() checks time now in addition to the existing date ...Paul Bakker1-0/+21
2011-01-16 - Fixed serial length checkPaul Bakker1-1/+2
2011-01-16 - Moved storing of a printable serial into a separate functionPaul Bakker1-10/+28
2011-01-16 - Improved information provided about current Hashing, Cipher and Suite capa...Paul Bakker3-14/+124
2011-01-16 - Improved certificate validation and validation against the available CRLsPaul Bakker1-79/+93
2011-01-15 - Added function for stringified SSL/TLS versionPaul Bakker1-0/+19
2011-01-15 - Support for DES weak keys and parity bits addedPaul Bakker1-8/+96
2011-01-15 - Improved X509 certificate parsing to include extended certificate fields, ...Paul Bakker1-56/+366
2011-01-13 - Added verification callback in certificate verification chain in order to ...Paul Bakker2-3/+31
2011-01-06 - Added reading of DHM context from memory and filePaul Bakker3-0/+159
2011-01-06 - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT)Paul Bakker5-7/+663
2011-01-06 - Fixed typoPaul Bakker1-1/+1