Commit Graph

  • 6d6205091b - First tests for x509_write_cert_req() compat with OpenSSL output Paul Bakker 2012-02-16 14:09:13 +0000
  • 3cac5e012b - x509_write_cert_req() now supports all available hash functions Paul Bakker 2012-02-16 14:08:06 +0000
  • 89f3fc5bf1 - Removed superfluous debugging info Paul Bakker 2012-02-16 13:36:38 +0000
  • 058881547f - Certificate Requests written now have the Email address written in IA5String Paul Bakker 2012-02-16 10:26:57 +0000
  • bdb912db69 - Added preliminary ASN.1 buffer writing support - Added preliminary X509 Certificate Request writing support - Added key_app_writer example application - Added cert_req example application Paul Bakker 2012-02-13 23:11:30 +0000
  • 048d04ef4b - AES code only check for Padlock once Paul Bakker 2012-02-12 17:31:04 +0000
  • 39dfdaca8f - Fixed mpi_fill_random() to fill and create right size MPI Paul Bakker 2012-02-12 17:17:27 +0000
  • b08e6843c2 - Removed test memory leaks Paul Bakker 2012-02-11 18:43:20 +0000
  • 8afa70dcd5 - Clean Subject Alternative Name data Paul Bakker 2012-02-11 18:42:45 +0000
  • 57b12982b3 - Multi-domain certificates support wildcards as well Paul Bakker 2012-02-11 17:38:38 +0000
  • 1504af585c - Removed redundant POLARSSL_DEBUG_MSG define Paul Bakker 2012-02-11 16:17:43 +0000
  • a8cd239d6b - Added support for wildcard certificates - Added support for multi-domain certificates through the X509 Subject Alternative Name extension Paul Bakker 2012-02-11 16:09:32 +0000
  • fab5c829e7 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default! Paul Bakker 2012-02-06 16:45:10 +0000
  • 13eb9f01cf - Added error exit code Paul Bakker 2012-02-06 15:35:10 +0000
  • e708e5c901 - Always return 0 fixed in doc for havege_random() Paul Bakker 2012-02-03 08:13:57 +0000
  • e2e36d31bd - Merged changes from trunk to PolarSSL 1.1 branch polarssl-1.1.1 Paul Bakker 2012-01-23 09:56:51 +0000
  • 3c18a830b3 - Made changes for 1.1.1 release Paul Bakker 2012-01-23 09:44:43 +0000
  • 99955bf86a - Final changes for 1.1.1 release Paul Bakker 2012-01-23 09:31:41 +0000
  • 6621987e1c - Made better fix to issue of defined long long type for bignum code Paul Bakker 2012-01-22 20:38:13 +0000
  • 17caec12af - Changed back statement Paul Bakker 2012-01-22 20:37:32 +0000
  • e88186d2ff - Fixed selftest for CTR_DRBG Paul Bakker 2012-01-22 20:29:47 +0000
  • 2ec0a56649 - Fixed issue with Intel compiler on 64-bit platforms Paul Bakker 2012-01-21 05:41:23 +0000
  • cf0360a14e - Fixed compiler error on 64-bit systems not using GCC - t_udbl optimization now also works on platforms that did not define POLARSSL_HAVE_LONGLONG Paul Bakker 2012-01-20 10:08:14 +0000
  • ec1b9842c4 - Fixed type of length in get_pkcs_padding() Paul Bakker 2012-01-14 18:24:43 +0000
  • 87e5cdad5b - Fixed warning for t if no debugging defined Paul Bakker 2012-01-14 18:14:15 +0000
  • ed375caa3b - Fixed signed status of ret Paul Bakker 2012-01-14 18:10:38 +0000
  • 8913f82c26 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared Paul Bakker 2012-01-14 18:07:41 +0000
  • 1052784054 - Fixed typo Paul Bakker 2012-01-14 18:00:00 +0000
  • b15b851d6d - Check for failed malloc() in ssl_set_hostname() and x509_get_entries() (Closes ticket #47, found by Hugo Leisink) Paul Bakker 2012-01-13 13:44:06 +0000
  • 8b21f7a55d - Fixed variable doc for 'tag' Paul Bakker 2012-01-13 13:29:05 +0000
  • d567aa2b6e - Merged Trunk changes for 1.1 into branch polarssl-1.1.0 Paul Bakker 2011-12-22 10:06:27 +0000
  • 08a508838c - Updated release date Paul Bakker 2011-12-22 09:43:57 +0000
  • 394c56f854 - Support for FreeBSD _SOCKLEN_T_DECLARED Paul Bakker 2011-12-20 12:19:03 +0000
  • 43655f46b0 - Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES) Paul Bakker 2011-12-15 20:11:16 +0000
  • fb3a83f9e3 - Added appropriate error handling to ctr_drbg_init() Paul Bakker 2011-12-15 20:05:53 +0000
  • 3f9b650b4b - Fixed renumber error code for POLARSSL_ERR_CTR_DRBG_FILE_IO_ERROR Paul Bakker 2011-12-15 19:50:22 +0000
  • ccdb028629 - Fixed include with relative directory Paul Bakker 2011-12-15 19:49:51 +0000
  • 28c7e7f6fa - Added HAVEGE as a default entropy source Paul Bakker 2011-12-15 19:49:30 +0000
  • 543c8e46b6 - Released 1.1.0 RC1 Paul Bakker 2011-12-11 16:36:02 +0000
  • 732e1a893c - Merged trunk into 1.1 branch polarssl-1.1.0-rc1 Paul Bakker 2011-12-11 16:35:09 +0000
  • a42b3e916d - Fixed top line for version Paul Bakker 2011-12-11 11:48:51 +0000
  • b1dee1cfd2 - Changed commands to lowercase where it was not the case Paul Bakker 2011-12-11 11:29:51 +0000
  • b3b4901295 - Fixed duplicate prefix inclusion Paul Bakker 2011-12-11 11:28:52 +0000
  • 9bc2f320b8 - Added option to prevent installation of header files Paul Bakker 2011-12-11 11:25:30 +0000
  • 55d3fd9aff - Enlarged maximum size of DHM a client accepts to 512 bytes Paul Bakker 2011-12-11 11:13:05 +0000
  • 69e095cc15 - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. - As a consequence all error code that were positive were changed. A lot of MALLOC_FAILED and FILE_IO_ERROR error codes added for different modules. - Programs and tests were adapted accordingly Paul Bakker 2011-12-10 21:55:01 +0000
  • 18d32911c0 - Added internal ctr_drbg_init_entropy_len() to allow NIST determined entropy tests to work Paul Bakker 2011-12-10 21:42:49 +0000
  • bd4a9d0cda - Changed entropy accumulator to have per-source thresholds Paul Bakker 2011-12-10 17:02:19 +0000
  • 5cb9db4c5b - Seed-size now matches required entropy for key + IV Paul Bakker 2011-12-10 17:01:41 +0000
  • b209de59b7 - Created 1.1 branch and 1.1.0-rc0 release polarssl-1.1.0-rc0 Paul Bakker 2011-12-05 14:48:05 +0000
  • c50132d4fa - Updated version of PolarSSL to 1.1.0 Paul Bakker 2011-12-05 14:38:36 +0000
  • 9304880e8a - Fixed correct printing of serial number '00' Paul Bakker 2011-12-05 14:38:06 +0000
  • b8ba90b316 - Enlarged default CRL size buffer Paul Bakker 2011-12-05 14:34:12 +0000
  • c8ffbe7706 - Corrected removal of leading '00:' in printing serial numbers in certificates and CRLs Paul Bakker 2011-12-05 14:22:49 +0000
  • 6bcfc67cd2 - Prevented warning from unused parameter data Paul Bakker 2011-12-05 13:54:00 +0000
  • fc754a9178 - Addedd writing and updating of seedfiles as functions to CTR_DRBG Paul Bakker 2011-12-05 13:23:51 +0000
  • 1c70d409ad - Added better handling of missing session struct Paul Bakker 2011-12-04 22:30:17 +0000
  • 00c1c428fc - Updated VS2010 project files Paul Bakker 2011-12-04 22:20:33 +0000
  • 4f229e5d83 - Fixed define for Windows time functions Paul Bakker 2011-12-04 22:11:35 +0000
  • 4f5ae803fa - Fixed MS Visual C++ name clash with int64 in sha4.h Paul Bakker 2011-12-04 22:10:28 +0000
  • c0a1a319df - Moved test to entropy and CTR_DRBG Paul Bakker 2011-12-04 17:12:15 +0000
  • 508ad5ab6d - Moved all examples programs to use the new entropy and CTR_DRBG Paul Bakker 2011-12-04 17:09:26 +0000
  • 4dc6457274 - Added public key of server1.key Paul Bakker 2011-12-04 17:09:08 +0000
  • 310c25e564 - Fixed minor bug by zeroizing result memory Paul Bakker 2011-12-04 17:06:56 +0000
  • 6c0ceb3f9a - Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error Paul Bakker 2011-12-04 12:24:18 +0000
  • a17bcc3033 - Fixed typo Paul Bakker 2011-12-03 21:45:50 +0000
  • 6083fd252d - Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources Paul Bakker 2011-12-03 21:45:14 +0000
  • 1bc9efc00a - Fixed const correctness - Added ctr_drbg_update for non-fixed data lengths - Fixed void pointer arithmetic Paul Bakker 2011-12-03 11:29:32 +0000
  • cb37aa5912 - Better buffer handling in mpi_read_file() Paul Bakker 2011-11-30 16:00:20 +0000
  • 23fd5ea667 - Fixed a potential loop bug Paul Bakker 2011-11-29 15:56:12 +0000
  • 02faf45d8b - Added random generator benchmarks Paul Bakker 2011-11-29 11:23:58 +0000
  • 2bc7cf16fe - Cleaned up and further documented CTR_DRBG code Paul Bakker 2011-11-29 10:50:51 +0000
  • a3d195c41f - Changed the used random function pointer to more flexible format. Renamed havege_rand() to havege_random() to prevent mistakes. Lots of changes as a consequence in library code and programs Paul Bakker 2011-11-27 21:07:34 +0000
  • 880ac7eb95 - Added handling for CTR_DRBG module Paul Bakker 2011-11-27 14:50:49 +0000
  • 0e04d0e9a3 - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator Paul Bakker 2011-11-27 14:46:59 +0000
  • 4463740fe4 - Improved build support for s390x and sparc64 in bignum.h Paul Bakker 2011-11-26 09:23:07 +0000
  • 5c356d6f8f - Fixed typo Paul Bakker 2011-11-25 13:17:45 +0000
  • 14cb63a40c - cert_app now prints all certificates in the file given, not just the first Paul Bakker 2011-11-25 12:44:31 +0000
  • 03c7c25243 - * If certificate serial is longer than 32 octets, serial number is now appended with '....' after first 28 octets Paul Bakker 2011-11-25 12:37:37 +0000
  • fe3256e54b - Introduced POLARSSL_MPI_MAX_SIZE and POLARSSL_MPI_MAX_BITS for MPI size management (Closes ticket #44) Paul Bakker 2011-11-25 12:11:43 +0000
  • b6d5f08051 - Added POLARSSL_MPI_WINDOW_SIZE definition to allow easier time to memory trade-off Paul Bakker 2011-11-25 11:52:11 +0000
  • 2e6d5328d5 - Added credits! Paul Bakker 2011-11-18 14:34:17 +0000
  • cce9d77745 - Lots of minimal changes to better support WINCE as a build target Paul Bakker 2011-11-18 14:26:47 +0000
  • 33008eef64 - Cleaned up define Paul Bakker 2011-11-18 12:58:25 +0000
  • a2713a327c - Made switch for ARM thumb assembly. Still has to be added! Paul Bakker 2011-11-18 12:47:23 +0000
  • dceecd80f7 - Adapted error generation to include ASN.1 changes and have Windows snprintf macro Paul Bakker 2011-11-15 16:38:34 +0000
  • 5e18aed436 - Changed the defined key-length of DES ciphers in cipher.h to include the parity bits, to prevent mistakes in copying data. (Closes ticket #33) Paul Bakker 2011-11-15 15:38:45 +0000
  • 1fe7d9baf9 - Fixed incorrect behaviour in case of RSASSA-PSS with a salt length smaller than the hash length. (Closes ticket #41) Paul Bakker 2011-11-15 15:26:03 +0000
  • cebdf17159 - Allowed X509 key usage parsing to accept 4 byte values instead of the standard 1 byte version sometimes used by Microsoft. (Closes ticket #38) Paul Bakker 2011-11-11 15:01:31 +0000
  • 03a30d34dc - Added latest fix to ChangeLog Paul Bakker 2011-11-11 10:55:02 +0000
  • f7e5bb5904 - Added cipher_get_cipher_mode() and cipher_get_cipher_operation() introspection functions (Closes ticket #40) Paul Bakker 2011-11-11 10:53:37 +0000
  • 2028156556 - Fixed typos in copied text (Fixed ticket #39) Paul Bakker 2011-11-11 10:34:04 +0000
  • 61da752077 - Changed read from server loop to read more than a single read. Paul Bakker 2011-11-11 10:28:58 +0000
  • 436e4c59c3 - Removed redundant "ok" printing Paul Bakker 2011-11-11 10:28:24 +0000
  • efc302964c - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. Paul Bakker 2011-11-10 14:43:23 +0000
  • b125ed8fc6 - Fixed typo in doxygen tag Paul Bakker 2011-11-10 13:33:51 +0000
  • d0a345e394 - Added MFC snprintf macro Paul Bakker 2011-11-10 13:03:42 +0000
  • ca41010b68 - Expanded clobber list on i386 RDTSC call Paul Bakker 2011-10-19 14:27:36 +0000
  • 2a1c5f5382 - Minor code cleanup Paul Bakker 2011-10-19 14:15:17 +0000
  • fae618fa8b - Updated tests to reflect recent changes Paul Bakker 2011-10-12 11:53:52 +0000