Karel Miko
5efbddc3f4
fix ecc_import_openssl - bin_seed size
2018-06-12 00:00:11 +02:00
Steffen Jaeckel
6238b6381f
Merge pull request #187 from libtom/pr/ecc-asn1-part
...
ECC-step3: extra import/export (ASN.1 related)
2018-06-11 19:13:21 +02:00
Steffen Jaeckel
4f36e03970
re-factor ecc_import_openssl()
...
... into several smaller functions
2018-06-11 10:00:37 +02:00
Karel Miko
05d397d634
ECC improved import/export
2018-06-11 10:00:37 +02:00
Karel Miko
abedfa17eb
Update makefiles
2018-06-11 10:00:37 +02:00
karel-m
d11a1a7f06
Merge pull request #402 from libtom/pr/fix-ecc_set_key
...
fix ecc_set_key - no check of private key input buffer size
2018-06-10 19:06:24 +02:00
Karel Miko
70d800f6b3
fix ecc_set_key - no check of private key input buffer size
2018-06-10 17:30:00 +02:00
karel-m
504396764e
Merge pull request #401 from libtom/pr/fix-der_length_custom_type
...
fix der_length_custom_type - incorrect length of length
2018-06-10 17:27:54 +02:00
Karel Miko
ac1622e042
fix der_length_custom_type - incorrect length of length
2018-06-05 16:39:38 +02:00
karel-m
a8d0442bd3
Merge pull request #400 from libtom/pr/avoid-anonymous-union
...
avoid anonymous union
2018-06-04 11:49:23 +02:00
Karel Miko
5834223db5
avoid anonymous union (which is not supported by some compilers)
2018-06-04 08:56:29 +02:00
karel-m
10355675a9
Merge pull request #398 from libtom/improve/base16_api
...
Improve base16 api
2018-06-04 08:55:07 +02:00
Steffen Jaeckel
06c0606da2
generalize caps
argument of base16_encode()
...
probably we want to add more options in the future
I could think of support for some options of `xxd` resp. `hexdump`
2018-06-03 20:50:06 +02:00
Steffen Jaeckel
a1341e028e
fix doxygen warning
2018-06-03 20:50:06 +02:00
Steffen Jaeckel
c315b1c3b7
Merge pull request #399 from libtom/remove/katja
...
Remove katja
2018-06-03 20:49:48 +02:00
Steffen Jaeckel
f8ed30bc22
Update makefiles
2018-06-03 19:19:58 +02:00
Steffen Jaeckel
d9215be060
Remove katja
2018-06-03 19:19:58 +02:00
Steffen Jaeckel
e31e757a86
fix build of crypt.pdf
2018-06-03 17:48:48 +02:00
Steffen Jaeckel
55fbe256ad
Merge pull request #395 from libtom/feature/private_header
...
Add a new header file for private functions
2018-06-03 17:48:30 +02:00
Steffen Jaeckel
c725be276a
add blake2-hash API documentation
2018-06-03 15:07:28 +02:00
Steffen Jaeckel
d752f90d18
fix Doxygen docs
2018-06-03 15:07:28 +02:00
Steffen Jaeckel
7cfc0c93e6
use tomcrypt_private.h
2018-06-03 15:07:28 +02:00
Steffen Jaeckel
2cb77edf4c
update makefiles etc. for tomcrypt_private.h
2018-06-03 15:07:27 +02:00
Steffen Jaeckel
f55039bfeb
add tomcrypt_private.h
2018-06-03 15:07:27 +02:00
Steffen Jaeckel
5d8f35e5ed
Merge pull request #397 from fperrad/20180601_lint
...
xsalsa20: some linting
2018-06-02 12:16:01 +02:00
Francois Perrad
57bffbaa82
remove useless initialization
2018-06-01 21:05:49 +02:00
Francois Perrad
772a9e68cf
make _sha256 a static function
2018-06-01 21:05:47 +02:00
Steffen Jaeckel
b7493253ea
fix misplaced #endif
2018-06-01 14:47:19 +02:00
Karel Miko
7f6a4e1ff1
fix chmod
2018-06-01 10:07:17 +02:00
Larry Bugbee
82ac9a2275
Merge pull request #387 from libtom/add_xsalsa20
...
Add XSalsa20
2018-05-31 16:42:08 -07:00
buggywhip
8144209695
add XSalsa20
2018-05-31 11:58:21 -07:00
buggywhip
2ffcd1706e
update makefiles
2018-05-31 11:58:08 -07:00
Steffen Jaeckel
94132324a9
fix testvectors for two-key 3des
...
(cherry picked from commit e4a03ca72a
)
2018-05-31 14:18:44 +02:00
Steffen Jaeckel
4c2ae4758e
fix "two-key 3des"-related things
...
(cherry picked from commit 715103a203
)
2018-05-31 14:18:44 +02:00
Steffen Jaeckel
615b361673
no need to include wchar.h in all cases
...
(cherry picked from commit a32d1afd10
)
2018-05-31 14:18:44 +02:00
Steffen Jaeckel
4c2bb90dec
Merge pull request #382 from ararslan/aa/freebsd
...
Make the build logic more robust for BSD systems
(cherry picked from commit 5ab8dcf04d
)
2018-05-31 14:18:13 +02:00
Steffen Jaeckel
e7f4c6e47f
Merge pull request #392 from orbea/libtool
...
makefile.shared: Respect LIBTOOL.
(cherry picked from commit a528528a2b
)
2018-05-31 14:18:01 +02:00
Steffen Jaeckel
3d6181d0a7
there should be no need to pass CFLAGS when linking
...
(cherry picked from commit 196f25e32f
)
2018-05-31 14:16:54 +02:00
Steffen Jaeckel
5ab8dcf04d
Merge pull request #382 from ararslan/aa/freebsd
...
Make the build logic more robust for BSD systems
2018-05-31 13:51:54 +02:00
Alex Arslan
f5c665b9f6
Make the build logic more robust for BSD systems
...
This properly sets MAKE (when undefined) on BSDs to gmake rather than
make, which refers to the incompatible BSD Make. Further, it betters
detection of Clang as the default compiler, which is the case on FreeBSD
11.0+ and OpenBSD 6.0+.
2018-05-29 14:05:41 -07:00
karel-m
a94b02be94
Merge pull request #390 from libtom/fixes/and/improvements
...
Fixes and improvements
2018-05-24 17:08:28 +02:00
Steffen Jaeckel
e4a03ca72a
fix testvectors for two-key 3des
2018-05-23 10:33:47 +02:00
Steffen Jaeckel
0011f7f927
add generic test_process_dir()
2018-05-23 10:33:47 +02:00
Steffen Jaeckel
715103a203
fix "two-key 3des"-related things
2018-05-23 10:33:47 +02:00
Steffen Jaeckel
a32d1afd10
no need to include wchar.h in all cases
2018-05-23 10:33:47 +02:00
karel-m
fe665c5246
Merge pull request #236 from libtom/pr/ecc-non-asn1-part
...
ECC curves y^2 = x^3 + ax + b
2018-05-23 09:30:39 +02:00
Karel Miko
24c0eb84f9
ECC curves y^2 = x^3 + ax + b
2018-05-22 23:02:44 +02:00
Karel Miko
ea32b2b194
Update makefiles
2018-05-22 23:02:44 +02:00
Steffen Jaeckel
a528528a2b
Merge pull request #392 from orbea/libtool
...
makefile.shared: Respect LIBTOOL.
2018-05-20 10:29:56 +02:00
orbea
f2918866bc
makefile.shared: Respect LIBTOOL.
2018-05-19 08:36:41 -07:00