210 Commits

Author SHA1 Message Date
kkAyataka f9e58596fc Merge pull request #44 from Sainan/workaround32
Add workaround for clang optimization in 32-bit build via Visual Studio producing incorrect results
2024-02-03 11:40:14 +09:00
Sainan d189a38a24 Add issue link 2023-07-26 01:23:04 +02:00
Sainan eceef89b61 Add workaround for clang optimization in 32-bit build via Visual Studio producing incorrect results 2023-07-26 01:12:33 +02:00
kkAyataka 8ed1e662b0 Merge pull request #42 from kkAyataka/script/change_file_mode
Add -x mode to publish-api-doc.sh
2023-07-16 22:30:37 +09:00
kkAyataka c7c5a820ef Add -x mode to script 2023-07-16 22:29:09 +09:00
kkAyataka b521b898ba Merge pull request #41 from kkAyataka/feature/up_ver
Update version description (v1.0.0.0)
v1.0.0
2023-07-16 22:16:52 +09:00
kkAyataka 5485a19565 Update README and CHANGELOG 2023-07-16 22:09:24 +09:00
kkAyataka 35fbbb182b Update version description (v1.0.0.0) 2023-07-16 21:22:05 +09:00
kkAyataka ff64f71853 Merge pull request #40 from kkAyataka/doc/add_defgroups
Add defgroups for cipher mode
2023-07-15 10:51:12 +09:00
kkAyataka 68c8055095 Add defgroups for cipher mode 2023-07-15 10:49:04 +09:00
kkAyataka 79d4706065 Merge pull request #39 from kkAyataka/feature/rm_automake_warn
Remove automake warning
2023-07-15 10:27:11 +09:00
kkAyataka 0e67311c41 Remove warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') 2023-07-15 10:18:56 +09:00
kkAyataka 7ac96ff760 Merge pull request #38 from kkAyataka/feature/rm_configure_warn_and_add_wall
Remove configure warning and add -Wall of GCC
2023-07-15 10:00:17 +09:00
kkAyataka 148f7da45c Remove configure warning and add -Wall of GCC 2023-07-15 09:54:26 +09:00
kkAyataka 7eb7d13997 Merge pull request #37 from kkAyataka/feature/rm_self-assign_warn
Remove self-assign warning of clang
2023-07-15 09:37:23 +09:00
kkAyataka 78677a0ab0 Add pragma for self-assign warning of clang 2023-07-15 09:12:23 +09:00
kkAyataka c1ba16c4e7 Merge pull request #36 from kkAyataka/feature/up_xcode_setting
Update Xcode setting
2023-07-12 21:38:18 +09:00
kkAyataka 94380feed6 Prepare --gtest_filter option 2023-07-12 21:35:33 +09:00
kkAyataka 23a1f5199a Add '-Wall' compiler flag 2023-07-12 21:34:36 +09:00
kkAyataka 7555bbd521 Update Deployment Target from 10.10 to 10.13 2023-07-12 21:33:19 +09:00
kkAyataka 7721cb884d Merge pull request #34 from Sainan/patch-2
Remove superfluous 'using'
2023-07-12 20:50:22 +09:00
Sainan 0e0a45a31d Remove superfluous 'using' 2023-06-01 08:21:10 +02:00
kkAyataka 372b27ada9 Merge pull request #32 from kkAyataka:feature/up_devenv_vs2022
Update to Visual Studio 2022
2022-10-02 11:33:08 +09:00
kkAyataka 124b6b0efa Update about Visual Studio 2022 2022-10-02 11:26:22 +09:00
kkAyataka 96ac5e3ffc Update to Visual Studio 2022 2022-10-02 11:25:47 +09:00
kkAyataka b8803dc532 Merge pull request #28 from humbertin28dev/master
Fix size_t instead of int
2021-12-02 22:13:55 +09:00
humbertin28 efc63bd6d2 Fix size_t instead of int 2021-11-20 00:58:18 -06:00
kkAyataka 1494b2c6e6 Merge pull request #27 from kkAyataka/feature/impl_ctr_test
Add tests for CTR mode
2021-11-18 22:04:34 +09:00
kkAyataka f9eb44aeaa Add size varization tests 2021-11-18 21:41:43 +09:00
kkAyataka b761cc389a Implement arguments size variation tests 2021-11-15 21:52:22 +09:00
kkAyataka 3bf95b8fcb Merge pull request #26 from kkAyataka/feature/reimpl_ctr
Redefine nonce argument of crypt_ctr
2021-11-15 21:51:10 +09:00
kkAyataka 9081a302cd Redefine nonce parameter 2021-11-15 21:47:48 +09:00
kkAyataka a1e9acd25f Merge branch 'doc/fix_ref_doc' 2021-11-11 22:15:40 +09:00
kkAyataka d6897ae89e Fix reference doc 2021-11-11 22:15:22 +09:00
kkAyataka 94b158ba9f Merge pull request #25 from kkAyataka:feature/up_ver
Update version description (v0.10.0)
v0.10.0
2021-11-08 21:57:50 +09:00
kkAyataka ee48302812 Update version description (v0.10.0) 2021-11-08 21:56:33 +09:00
kkAyataka ed68b07efc Merge pull request #24 from kkAyataka:feature/rm_gcc4_4_7_sup
Remove support of the GCC 4.4.7
2021-11-08 21:40:51 +09:00
kkAyataka ed210458ca Remove support of the GCC 4.4.7 2021-11-08 21:39:27 +09:00
kkAyataka e91163af80 Merge pull request #23 from kkAyataka/feature/sup_gcm
Supports GCM mode
2021-11-05 23:39:06 +09:00
kkAyataka 6273774187 Adjust for warning 2021-11-05 23:31:55 +09:00
kkAyataka e47431cdd3 Adjust for GCC 2021-11-05 23:23:09 +09:00
kkAyataka 08dddd159a Adjust for 0 size data 2021-11-05 23:11:46 +09:00
kkAyataka 8c191101da Adjust for 0 size data 2021-11-05 23:11:13 +09:00
kkAyataka 9b00ac216e Adjust cast of std::min 2021-11-05 23:10:39 +09:00
kkAyataka 862f8ce9d3 Add reference comment 2021-11-05 22:39:46 +09:00
kkAyataka c8cd852d46 Add size checking test and tag checking test 2021-11-03 15:14:32 +09:00
kkAyataka 672dd0f708 Fix typo 2021-11-03 14:55:38 +09:00
kkAyataka f093d11bb1 Add iv size checling and fix size checking 2021-11-02 22:44:31 +09:00
kkAyataka 2e6e1b02a9 Refactoring 2021-11-02 22:43:29 +09:00
kkAyataka d64375ce8a Add tests 2021-11-02 22:38:09 +09:00