Manuel Pégourié-Gonnard
|
71c8f20619
|
Add generate_visualc_files to bump_version
|
2014-05-22 13:52:52 +02:00 |
|
Manuel Pégourié-Gonnard
|
30159b452c
|
Make visualc script less chatty
|
2014-05-22 13:52:52 +02:00 |
|
Manuel Pégourié-Gonnard
|
50868a7a82
|
Rename VS script more appropriately
|
2014-05-22 13:52:52 +02:00 |
|
Manuel Pégourié-Gonnard
|
411f73e7b3
|
Factor some output code
|
2014-05-22 13:52:52 +02:00 |
|
Manuel Pégourié-Gonnard
|
0598faf15b
|
Generate VS2010 solution file
|
2014-05-22 13:52:51 +02:00 |
|
Manuel Pégourié-Gonnard
|
41e8b62ebb
|
Generate GUID for VS2010 apps
|
2014-05-22 13:52:50 +02:00 |
|
Manuel Pégourié-Gonnard
|
cd8f844eb3
|
Add VS6 workspace to update-vs-apps.pl
|
2014-05-22 13:52:50 +02:00 |
|
Manuel Pégourié-Gonnard
|
3d3fcdb156
|
Remove executable bit on some VS project files
|
2014-05-22 13:52:50 +02:00 |
|
Manuel Pégourié-Gonnard
|
0aafa5c55f
|
Add visual C main files to update_vs_apps.pl
|
2014-05-22 13:52:49 +02:00 |
|
Manuel Pégourié-Gonnard
|
2d34fe3918
|
Rework update-vs-apps script a bit
|
2014-05-22 13:52:49 +02:00 |
|
Manuel Pégourié-Gonnard
|
82a5de7bf7
|
Enforce alignment even if buffer is not aligned
|
2014-05-22 13:52:49 +02:00 |
|
Manuel Pégourié-Gonnard
|
4d8db4ab10
|
Fix typo in a config.h #define
|
2014-05-22 13:52:48 +02:00 |
|
Manuel Pégourié-Gonnard
|
fe671f4aeb
|
Add markers around generated code in error.c
|
2014-05-22 13:52:48 +02:00 |
|
Manuel Pégourié-Gonnard
|
8ff17c544c
|
Add missing DEBUG_RET on cipher failures
|
2014-05-22 13:52:48 +02:00 |
|
Manuel Pégourié-Gonnard
|
61edffef28
|
Normalize "should never happen" messages/errors
|
2014-05-22 13:52:47 +02:00 |
|
Manuel Pégourié-Gonnard
|
542eac5aba
|
Add tests for CCM via cipher layer
|
2014-05-20 17:26:16 +02:00 |
|
Manuel Pégourié-Gonnard
|
2e5ee32033
|
Implement CCM and CCM_8 ciphersuites
|
2014-05-20 16:29:34 +02:00 |
|
Manuel Pégourié-Gonnard
|
5efd772ef0
|
Small readability improvement
|
2014-05-14 14:10:37 +02:00 |
|
Manuel Pégourié-Gonnard
|
6768da9438
|
Register CCM ciphersuites (not implemented yet)
|
2014-05-14 14:10:36 +02:00 |
|
Manuel Pégourié-Gonnard
|
41936957b3
|
Add AES-CCM and CAMELLIA-CCM to the cipher layer
|
2014-05-14 14:10:36 +02:00 |
|
Manuel Pégourié-Gonnard
|
de7bb44004
|
Use cipher_auth_{en,de}crypt() in ssl_tls.c
|
2014-05-14 14:10:36 +02:00 |
|
Manuel Pégourié-Gonnard
|
4562ffe2e6
|
Add cipher_auth_{en,de}crypt()
|
2014-05-14 14:10:36 +02:00 |
|
Manuel Pégourié-Gonnard
|
8764d271fa
|
Use cipher_crypt() in ssl_tls.c
|
2014-05-14 14:10:36 +02:00 |
|
Manuel Pégourié-Gonnard
|
3c1d150b3d
|
Add cipher_crypt()
|
2014-05-14 14:10:35 +02:00 |
|
Manuel Pégourié-Gonnard
|
64bf996fd9
|
Add test vectors for Camellia-CCM
|
2014-05-14 14:10:35 +02:00 |
|
Manuel Pégourié-Gonnard
|
0f6b66dba1
|
CCM operations allow input == output
|
2014-05-14 14:10:35 +02:00 |
|
Manuel Pégourié-Gonnard
|
aed6065793
|
CCM source cosmetics/tune-ups
- source a bit shorter
- generated code slightly smaller
- preserving performance
|
2014-05-14 14:10:35 +02:00 |
|
Manuel Pégourié-Gonnard
|
58d78a8d70
|
Add CCM to benchmark
|
2014-05-14 14:10:35 +02:00 |
|
Manuel Pégourié-Gonnard
|
e8b8d01782
|
Use tighter buffers in CCM test suite
|
2014-05-07 12:13:13 +02:00 |
|
Manuel Pégourié-Gonnard
|
87df5ba0a1
|
Add test for length checks
|
2014-05-07 12:13:13 +02:00 |
|
Manuel Pégourié-Gonnard
|
ce77d55023
|
Implement ccm_auth_decrypt()
|
2014-05-07 12:13:13 +02:00 |
|
Manuel Pégourié-Gonnard
|
002323340a
|
Refactor to prepare for CCM decryption
|
2014-05-07 12:13:12 +02:00 |
|
Manuel Pégourié-Gonnard
|
9322e49037
|
Add NIST CAVS 11.0 test vectors for AES-CCM
Since there are 2160 test vectors fro encryption, which is a lot,
only the first one (out of ten) for each length quadruple was kept.
|
2014-05-07 12:13:12 +02:00 |
|
Manuel Pégourié-Gonnard
|
637eb3d31d
|
Add ccm_encrypt_and_tag()
|
2014-05-07 12:13:12 +02:00 |
|
Manuel Pégourié-Gonnard
|
9fe0d13e8d
|
Add ccm_init/free()
|
2014-05-06 12:12:45 +02:00 |
|
Manuel Pégourié-Gonnard
|
a6916fada8
|
Add (placeholder) CCM module
|
2014-05-06 11:28:09 +02:00 |
|
Barry K. Nathan
|
79e69f94d6
|
Fix minor comment typo
|
2014-05-06 11:25:18 +02:00 |
|
Paul Bakker
|
440aa2d120
|
Fix to Coverity config in Travis-CI
|
2014-05-06 10:34:42 +02:00 |
|
Paul Bakker
|
5593f7caae
|
Fix typo in debug_print_msg()
|
2014-05-06 10:29:28 +02:00 |
|
Paul Bakker
|
770268f2b3
|
Fix deprecated references to POLARSSL_CONFIG_OPTIONS
|
2014-05-05 11:40:14 +02:00 |
|
Paul Bakker
|
05c3774bd4
|
Updated Travis-CI config with Coverity addon
|
2014-05-02 16:19:04 +02:00 |
|
Paul Bakker
|
47431b6d31
|
Updated ChangeLog for 1.3.7 to 2014-05-02
|
2014-05-02 13:27:13 +02:00 |
|
Paul Bakker
|
5c7bc9c032
|
Some formatting and info about contributions to README.rst
|
2014-05-02 13:11:59 +02:00 |
|
Paul Bakker
|
da13016d84
|
Prepped for 1.3.7 release
|
2014-05-01 14:27:19 +02:00 |
|
Paul Bakker
|
c37b0ac4b2
|
Fix typo in bignum.c
|
2014-05-01 14:19:23 +02:00 |
|
Paul Bakker
|
b9e4e2c97a
|
Fix formatting: fix some 'easy' > 80 length lines
|
2014-05-01 14:18:25 +02:00 |
|
Paul Bakker
|
9af723cee7
|
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
|
2014-05-01 13:03:14 +02:00 |
|
Paul Bakker
|
525f87559f
|
Cast alpn_list to void * to prevent MSVC compiler warnings
|
2014-05-01 10:59:27 +02:00 |
|
Paul Bakker
|
c3f89aa26c
|
Removed word 'warning' from PKCS#5 selftest (buildbot warning as a result)
|
2014-05-01 10:56:03 +02:00 |
|
Paul Bakker
|
9bb04b6389
|
Removed redundant code in mpi_fill_random()
|
2014-05-01 09:47:02 +02:00 |
|