Commit Graph

  • 9fc4659b30 - Preparing for Release of 0.99 prerelease 1 Paul Bakker 2011-01-30 16:59:02 +00:00
  • e3166ce040 - Renamed ciphers member of ssl_context and cipher member of ssl_session to ciphersuites and ciphersuite respectively. This clarifies the difference with the generic cipher layer and is better naming altogether - Adapted in the rest of using code as well Paul Bakker 2011-01-27 17:40:50 +00:00
  • fc36d16e84 - Added random generation example application Paul Bakker 2011-01-27 16:50:02 +00:00
  • dbee2cad7d - Removed application code from library source file Paul Bakker 2011-01-27 16:38:52 +00:00
  • f3b86c1e62 - Updated Doxygen documentation generation and documentation on small parts Paul Bakker 2011-01-27 15:24:17 +00:00
  • 0a62cd1a18 - Extra clarification in config header Paul Bakker 2011-01-21 11:00:08 +00:00
  • bbf2f63e92 - Added missing dependency on POLARSSL_DEBUG_C Paul Bakker 2011-01-21 10:51:24 +00:00
  • fb6c7e2688 - Added generic_sum example application to show use of generic message digest layer. Paul Bakker 2011-01-21 10:21:11 +00:00
  • 20a7808d13 - Addec crypt_and_hash example program of the generic hash and cipher layers Paul Bakker 2011-01-21 09:32:12 +00:00
  • 562535d11b - Split current md_starts() and md_hmac_starts() functionality into separate md_init_ctx() for allocating the context and the existing starts() functions to initialize the message digest for use. Paul Bakker 2011-01-20 16:42:01 +00:00
  • a885d6835f - Require different input and output buffer in cipher_update() - Fixed style typos Paul Bakker 2011-01-20 16:35:05 +00:00
  • 1f14d08cf9 - Fixed typo - Clarified necessity of different input and output buffer on cipher_update() - Fixed value of enumeration of cipher ids Paul Bakker 2011-01-20 16:33:24 +00:00
  • 716c176597 - Added generated CMake files to svn:ignore Paul Bakker 2011-01-18 16:34:03 +00:00
  • 5a62408629 - Fixed compiler warnings Paul Bakker 2011-01-18 16:31:52 +00:00
  • e9426948fa - Added extra compiler warnings by default Paul Bakker 2011-01-18 16:28:42 +00:00
  • b06819bb5d - Adapted CMake files for the PKCS#11 support Paul Bakker 2011-01-18 16:18:38 +00:00
  • d61e7d98cb - Cleaned up warning-generating code Paul Bakker 2011-01-18 16:17:47 +00:00
  • f917e42c9b - Disables PKCS#11 support by default Paul Bakker 2011-01-18 16:15:25 +00:00
  • 43b7e35b25 - Support for PKCS#11 through the use of the pkcs11-helper library Paul Bakker 2011-01-18 15:27:19 +00:00
  • 0f5f72e949 - Fixed doxygen syntax to standard '\' instead of '@' Paul Bakker 2011-01-18 14:58:55 +00:00
  • 3cccddb238 - Fixed identification of non-critical CA certificates Paul Bakker 2011-01-16 21:46:31 +00:00
  • b619499eb3 - x509parse_time_expired() checks time now in addition to the existing date check Paul Bakker 2011-01-16 21:40:22 +00:00
  • a056efc8f9 - Fixed serial length check Paul Bakker 2011-01-16 21:38:35 +00:00
  • dd47699ba5 - Moved storing of a printable serial into a separate function Paul Bakker 2011-01-16 21:34:59 +00:00
  • 72f6266f02 - Improved information provided about current Hashing, Cipher and Suite capabilities Paul Bakker 2011-01-16 21:27:44 +00:00
  • 76fd75a3de - Improved certificate validation and validation against the available CRLs Paul Bakker 2011-01-16 21:12:10 +00:00
  • 43ca69c38a - Added function for stringified SSL/TLS version Paul Bakker 2011-01-15 17:35:19 +00:00
  • 1f87fb6896 - Support for DES weak keys and parity bits added Paul Bakker 2011-01-15 17:32:24 +00:00
  • f92d7a8c81 - Fixed faulty dependency in test Paul Bakker 2011-01-15 17:05:17 +00:00
  • 74111d30b7 - Improved X509 certificate parsing to include extended certificate fields, such as Key Usage Paul Bakker 2011-01-15 16:57:55 +00:00
  • b63b0afc05 - Added verification callback in certificate verification chain in order to allow external blacklisting Paul Bakker 2011-01-13 17:54:59 +00:00
  • 1b57b06751 - Added reading of DHM context from memory and file Paul Bakker 2011-01-06 15:48:19 +00:00
  • 8123e9d8f1 - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT) Paul Bakker 2011-01-06 15:37:30 +00:00
  • 6d46812123 - Fixed typo Paul Bakker 2011-01-06 15:35:45 +00:00
  • 1737385e04 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) Paul Bakker 2011-01-06 14:20:01 +00:00
  • 37ca75d6f2 - Added Doxygen source code documentation parts (donated by Fox-IT) Paul Bakker 2011-01-06 12:28:03 +00:00
  • b94081bfc1 - Make A only smaller if it is larger than |X| - 1 Paul Bakker 2011-01-05 15:53:06 +00:00
  • ccba9bc42d - Added CMake target "apidoc" for creating Doxygen API documentation Paul Bakker 2011-01-05 15:30:32 +00:00
  • 9d3a7e4188 - Added CMake option USE_SHARED_POLARSSL_LIBRARY to allow for building of shared PolarSSL library Paul Bakker 2011-01-05 15:24:43 +00:00
  • 547f73d66f - Added install targets to the CMake files Paul Bakker 2011-01-05 15:07:54 +00:00
  • 99ed6788b2 - Changed line endings and encodings to unix and utf-8 Paul Bakker 2011-01-05 14:48:42 +00:00
  • 053a8b1cd1 - Added default GPL license file Paul Bakker 2011-01-05 14:43:45 +00:00
  • 82e635255d - Released 0.14.0 polarssl-0.14.0 Paul Bakker 2010-08-16 12:43:46 +00:00
  • 7c8fc71aea - Updated compile-time and run-time version number and test Paul Bakker 2010-08-16 12:41:27 +00:00
  • 5c10b54fb2 - Added release date for 0.14.0 Paul Bakker 2010-08-16 12:01:43 +00:00
  • eaca51d739 - Minor text/debug fixes for release Paul Bakker 2010-08-16 12:00:14 +00:00
  • a802e1ac10 - Updated to new rsa_init, rsa_gen_key prototypes Paul Bakker 2010-08-16 11:56:45 +00:00
  • ebcef6d4e8 - Updated test to conform to new prototype of rsa_init, rsa_pkcs1_encrypt and rsa_gen_key Paul Bakker 2010-08-16 11:10:49 +00:00
  • 21eb2802fe - Changed origins of random function and pointer in rsa_pkcs1_encrypt, rsa_init, rsa_gen_key. Moved to parameters of function instead of context pointers as within ssl_cli, context pointer cannot be set easily. Paul Bakker 2010-08-16 11:10:02 +00:00
  • 61c324bbdd - Enabled TLSv1.1 support in server as well Paul Bakker 2010-07-29 21:09:03 +00:00
  • 2e11f7d966 - Added support for TLS v1.1 - Renamed some SSL defines to prevent future naming confusion Paul Bakker 2010-07-25 14:24:53 +00:00
  • b96f154e51 - Fixed copyright message Paul Bakker 2010-07-18 20:36:00 +00:00
  • f0ba6a479a - Removed unused variable Paul Bakker 2010-07-18 19:47:37 +00:00
  • a665685abf - Added rsa random deadlock test Paul Bakker 2010-07-18 19:47:14 +00:00
  • a0f082c574 - Rewrite ChangeLog Paul Bakker 2010-07-18 10:14:07 +00:00
  • 84f12b76fc - Updated Copyright to correct entity Paul Bakker 2010-07-18 10:13:04 +00:00
  • c38b2f5bcf - Fixed documentation Paul Bakker 2010-07-18 10:06:45 +00:00
  • ff7fe670bb - Minor DHM code cleanup/comments Paul Bakker 2010-07-18 09:45:05 +00:00
  • f55ec08bc8 - Fixed typo Paul Bakker 2010-07-18 09:22:04 +00:00
  • 545570e208 - Added initialization for RSA where needed Paul Bakker 2010-07-18 09:00:25 +00:00
  • b924f0494a - Fixed documentation typo Paul Bakker 2010-07-18 08:49:19 +00:00
  • b572adf5e6 - Removed dependency on rand() in rsa_pkcs1_encrypt(). Now using random fuction provided to context - Expanded ssl_client2 arguments for more flexibility - rsa_check_private() now supports PKCS1v2 keys as well - Fixed deadlock in rsa_pkcs1_encrypt() on failing random generator Paul Bakker 2010-07-18 08:29:32 +00:00
  • 6796839695 Paul Bakker 2010-07-18 08:28:20 +00:00
  • 08f3c30547 - Enlarged buffer to allow better debugging. Paul Bakker 2010-07-08 06:54:25 +00:00
  • 4c14a258fe - Fixed out of source build for tests with CMake Paul Bakker 2010-06-18 22:54:05 +00:00
  • 3ac1b2d952 - Added runtime and compiletime version information Paul Bakker 2010-06-18 22:47:29 +00:00
  • 690b93d91a - Made Makefile cleaner Paul Bakker 2010-06-18 16:42:26 +00:00
  • 77a43580da - Added support for the SSL_EDH_RSA_AES_128_SHA and SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites Paul Bakker 2010-06-15 21:32:46 +00:00
  • 01938db461 - Added missing const fixes polarssl-0.13.1 Paul Bakker 2010-03-24 07:18:20 +00:00
  • 4a147c2cc9 - Added missing const fixes archive/polarssl-0.13 Paul Bakker 2010-03-24 07:18:04 +00:00
  • 699fbbcf29 - Added missing const fixes Paul Bakker 2010-03-24 07:15:41 +00:00
  • 6833927663 - Released 0.13.1 Paul Bakker 2010-03-24 06:57:15 +00:00
  • 85fcdbd491 - Merged changes from trunk (885:887) Paul Bakker 2010-03-24 06:56:25 +00:00
  • aed271ed03 - Fixed ChangeLog Paul Bakker 2010-03-24 06:55:38 +00:00
  • 722f50e800 - Merged changes 882:885 from trunk Paul Bakker 2010-03-24 06:53:10 +00:00
  • 57b7914445 - String peer_cn in ssl context made const as well. Paul Bakker 2010-03-24 06:51:15 +00:00
  • ad7eca201d - Reverted Makefile (Unmerged CMake fault) Paul Bakker 2010-03-24 06:46:47 +00:00
  • 75dbcaac51 - Imported fix from trunk polarssl-0.13.0 Paul Bakker 2010-03-21 21:04:50 +00:00
  • f431361db7 - Imported fix from trunk Paul Bakker 2010-03-21 21:04:36 +00:00
  • 2908713af1 - Corrected behaviour Paul Bakker 2010-03-21 21:03:34 +00:00
  • 83ded91265 - Updated branch and tag for polarssl-0.13.0 to new default copyright header Paul Bakker 2010-03-21 17:46:26 +00:00
  • fc8c4360b8 - Updated copyright line to 2010 Paul Bakker 2010-03-21 17:37:16 +00:00
  • 1f3c39c194 - Removed copyright line for Christophe Devine for clarity Paul Bakker 2010-03-21 17:30:05 +00:00
  • ab54be1295 - Released 0.13.0 Paul Bakker 2010-03-21 16:25:51 +00:00
  • 09d87fcd99 - Added release date for 0.13.0 Paul Bakker 2010-03-21 16:23:50 +00:00
  • 7d3b661bfe - Added reset functionality for HMAC context. Speed-up for some use-cases. Paul Bakker 2010-03-21 16:23:13 +00:00
  • 27caa8a17e - Changed text for return 0 lines Paul Bakker 2010-03-21 15:43:59 +00:00
  • baad6504d4 - Changed ARC4 to use seperate input/output buffer Paul Bakker 2010-03-21 15:42:15 +00:00
  • f3ccc68100 - Fixed cipher interface for encrypt/decrypt functions Paul Bakker 2010-03-18 21:21:02 +00:00
  • 4fc45522f1 - Added cert_app application Paul Bakker 2010-03-18 20:11:58 +00:00
  • 43f7ff6906 - Removed debug print Paul Bakker 2010-03-18 20:10:27 +00:00
  • 9f335d5bc1 - Added attribution for fix from FrankDeB Paul Bakker 2010-03-17 18:19:37 +00:00
  • 27d661657b - Added x509_get_sig_alg() to allow easy future X509 signature algorithm determination expansion Paul Bakker 2010-03-17 06:56:01 +00:00
  • 41d13f4af8 - Found algorithmic bug in mpi_is_prime() Paul Bakker 2010-03-16 21:26:36 +00:00
  • 4ed999c4b2 - Added fixes for compiler warnings on a Mac Paul Bakker 2010-03-16 21:16:16 +00:00
  • f80d4539d1 - Small fix to initialize value Paul Bakker 2010-03-16 21:16:04 +00:00
  • ff60ee6c2a - Added const-correctness to main codebase Paul Bakker 2010-03-16 21:09:09 +00:00
  • 9120018f3d - Added support for GeneralizedTime in X509 certificates Paul Bakker 2010-02-18 21:26:15 +00:00
  • 9caf2d2d38 - Added option parsing for ssl_client2 to select host and port Paul Bakker 2010-02-18 19:37:19 +00:00
  • 757e2507fd - Fixed port number to ssl_server's Paul Bakker 2010-02-18 19:29:00 +00:00