Steffen Jaeckel
|
c11287a0ad
|
latest version of ltm deprecated DIGIT_BIT
|
2019-06-06 15:06:20 +02:00 |
|
Steffen Jaeckel
|
4ed50d8da1
|
Merge pull request #485 from libtom/minor-fixes
Minor fixes
|
2019-06-05 09:24:19 +02:00 |
|
Steffen Jaeckel
|
b0bb7c830a
|
fix missing dependencies
|
2019-06-04 08:50:27 +02:00 |
|
Steffen Jaeckel
|
4b3ef78901
|
TGTLIBTOOL wasn't always defined
|
2019-06-04 08:50:27 +02:00 |
|
Steffen Jaeckel
|
061237e6b1
|
Merge pull request #484 from fperrad/20190603_indent
fix indentation
|
2019-06-03 09:31:01 +02:00 |
|
Francois Perrad
|
b40cc35c2d
|
fix indentation
|
2019-06-03 04:18:53 +02:00 |
|
Steffen Jaeckel
|
e9b2277a49
|
Merge pull request #483 from libtom/improve/x509
Improve/x509
|
2019-06-02 22:19:43 +02:00 |
|
Steffen Jaeckel
|
f6299995f8
|
update ecc_import_x509()
|
2019-05-27 10:05:11 +02:00 |
|
Steffen Jaeckel
|
21fa9cd92e
|
Update makefiles
|
2019-05-27 10:05:11 +02:00 |
|
Steffen Jaeckel
|
dfa5258db5
|
update rsa_import_x509()
|
2019-05-27 10:05:11 +02:00 |
|
Steffen Jaeckel
|
5119e71023
|
add x509_decode_public_key_from_certificate()
|
2019-05-27 10:05:11 +02:00 |
|
Steffen Jaeckel
|
c28a8495d2
|
Merge pull request #481 from RektInator/develop
fixed compile issue on msvc++
|
2019-05-08 17:19:56 +02:00 |
|
Micky Langeveld
|
596e9a65e6
|
fixed compile issue on msvc++
|
2019-04-18 09:22:38 +02:00 |
|
Steffen Jaeckel
|
e8afa13d5c
|
Merge pull request #476 from libtom/fix/474
Fix issue #474
|
2019-04-10 17:05:59 +02:00 |
|
Steffen Jaeckel
|
19e7f73948
|
fix scan-build warnings
|
2019-04-10 11:26:33 +02:00 |
|
Steffen Jaeckel
|
99fcbea2a2
|
don't error-out if no MPI is available
|
2019-04-10 11:26:33 +02:00 |
|
Steffen Jaeckel
|
a72aa2fc14
|
try to make travis job error-out if first build fails
|
2019-04-10 11:26:33 +02:00 |
|
Steffen Jaeckel
|
a76c823992
|
fix unused-function _sha256() in xsalsa20_test.c
|
2019-04-10 11:26:32 +02:00 |
|
Steffen Jaeckel
|
5f7feeab59
|
fix build
* LDFLAGS were missing when building the demo's
* change how CFLAGS and EXTRALIBS are passed
* also use EXTRALIBS when running testbuild.sh
|
2019-04-10 11:26:32 +02:00 |
|
Steffen Jaeckel
|
1bfde18513
|
FIPS 186.4 compliant usage of ltm mp_prime_is_prime()
|
2019-04-10 11:26:32 +02:00 |
|
Steffen Jaeckel
|
5ed32b73e6
|
improve ecc_test() output
|
2019-04-10 11:26:32 +02:00 |
|
Steffen Jaeckel
|
27d09b6104
|
also provide LTC_NORETURN for msvc
|
2019-04-10 09:17:50 +02:00 |
|
Steffen Jaeckel
|
a9ff2d0dac
|
fixup meta_builds.sh after 798d7dc61f
|
2019-01-02 23:30:00 +01:00 |
|
Steffen Jaeckel
|
d58103d54f
|
oops, NORETURN isn't only used in crypt_argchk()
|
2019-01-02 22:22:34 +01:00 |
|
Steffen Jaeckel
|
ee13f6ffec
|
let ssh_test() NOP silently
|
2018-12-31 17:22:28 +01:00 |
|
Steffen Jaeckel
|
912f6da757
|
add some more builds to travis
|
2018-12-29 22:37:50 +01:00 |
|
Steffen Jaeckel
|
b7874c5864
|
fix warnings when using other ARGTYPE's
|
2018-12-29 22:37:09 +01:00 |
|
Steffen Jaeckel
|
798d7dc61f
|
turn around static and dynamic build-options in travis recipe
|
2018-12-29 18:09:33 +01:00 |
|
Steffen Jaeckel
|
252a172c08
|
SSH requires MPI funtionality
|
2018-12-29 18:08:46 +01:00 |
|
Steffen Jaeckel
|
f95be00582
|
unconditonally create ssh_test()
|
2018-12-29 18:08:31 +01:00 |
|
Steffen Jaeckel
|
f6f70aa2ec
|
fix ssh tests when compiled w/o MPI provider
|
2018-12-29 18:08:07 +01:00 |
|
Steffen Jaeckel
|
4b448d29a2
|
fix warnings on ARGTYPE=3
|
2018-12-29 18:02:42 +01:00 |
|
Steffen Jaeckel
|
01c455c3d5
|
Merge pull request #473 from libtom/fixup/padding_pad
fix compilation of padding_pad
|
2018-12-17 15:44:02 +01:00 |
|
Jordan Hrycaj
|
11ee9683e7
|
fix compilation of padding_pad
... in cases where rng_get_bytes() isn't available
|
2018-12-17 13:28:47 +01:00 |
|
karel-m
|
d432b13139
|
Merge pull request #465 from libtom/pr/ecc-test-cleanup
ecc_test cleanup
|
2018-11-07 13:35:57 +01:00 |
|
Karel Miko
|
ae2ab2083b
|
ecc_test cleanup
|
2018-11-07 09:25:08 +01:00 |
|
Karel Miko
|
0de6fa3084
|
Update makefiles
|
2018-11-07 09:15:34 +01:00 |
|
karel-m
|
3fa462a7f0
|
Merge pull request #464 from fperrad/20181029_indent
fix indentation
|
2018-10-29 20:33:05 +01:00 |
|
Francois Perrad
|
acf3fcda84
|
fix indentation
|
2018-10-29 18:56:02 +01:00 |
|
karel-m
|
f413335b2a
|
Merge pull request #463 from libtom/pr/ssh-decode-encode-fix
Avoid using LOAD32H/STORE32H with unsigned long
|
2018-10-29 13:04:52 +01:00 |
|
Karel Miko
|
09d116da87
|
avoid using LOAD32H/STORE32H with unsigned long
|
2018-10-29 11:28:07 +01:00 |
|
karel-m
|
62cd87342e
|
Merge pull request #451 from libtom/pr/wycheproof-gcm
Wycheproof failing GCM test - invalid/modified tag
|
2018-10-29 07:28:56 +01:00 |
|
Karel Miko
|
7d8567695b
|
update doc - chacha20poly1305_memory + gcm_memory
|
2018-10-29 07:28:18 +01:00 |
|
Karel Miko
|
9a1131da14
|
add tag validation to chacha20poly1305_memory in decrypt mode
|
2018-10-29 07:28:18 +01:00 |
|
Karel Miko
|
fd4d8fbc05
|
add tag validation to gcm_memory in decrypt mode
|
2018-10-29 07:28:18 +01:00 |
|
Karel Miko
|
27c472654c
|
fix chacha20poly1305 encrypt/decrypt empty pt/ct
|
2018-10-29 07:28:18 +01:00 |
|
Karel Miko
|
2599618ca6
|
wycheproof failing test - invalid/modified tag
|
2018-10-29 07:28:18 +01:00 |
|
karel-m
|
60eb5d0591
|
Merge pull request #454 from libtom/pr/wycheproof-padding
Wycheproof failing PKCS7 depadding test
|
2018-10-29 07:27:26 +01:00 |
|
Karel Miko
|
dee704d063
|
padding_depad + PKCS7 - reject invalid pad 0
|
2018-10-29 07:26:40 +01:00 |
|
Karel Miko
|
2adc261612
|
wycheproof failing PKCS7 depadding test
|
2018-10-29 07:26:40 +01:00 |
|