rbnacl-libsodium 1.0.15 → 1.0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES.md +4 -0
- data/lib/rbnacl/libsodium/version.rb +1 -1
- data/vendor/libsodium/Makefile.in +4 -1
- data/vendor/libsodium/aclocal.m4 +1 -0
- data/vendor/libsodium/autom4te.cache/output.1 +540 -161
- data/vendor/libsodium/autom4te.cache/output.3 +20629 -0
- data/vendor/libsodium/autom4te.cache/requests +654 -409
- data/vendor/libsodium/autom4te.cache/traces.1 +724 -657
- data/vendor/libsodium/autom4te.cache/traces.3 +4243 -0
- data/vendor/libsodium/builds/Makefile.in +548 -0
- data/vendor/libsodium/configure +540 -161
- data/vendor/libsodium/contrib/Makefile.in +3 -1
- data/vendor/libsodium/dist-build/Makefile.in +3 -1
- data/vendor/libsodium/msvc-scripts/Makefile.in +3 -1
- data/vendor/libsodium/src/Makefile.in +3 -1
- data/vendor/libsodium/src/libsodium/Makefile.in +88 -145
- data/vendor/libsodium/src/libsodium/include/Makefile.in +9 -5
- data/vendor/libsodium/test/Makefile.in +3 -1
- data/vendor/libsodium/test/default/Makefile.in +143 -52
- metadata +4 -1
@@ -93,7 +93,8 @@ host_triplet = @host@
|
|
93
93
|
|
94
94
|
subdir = src/libsodium/include
|
95
95
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
96
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
96
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
|
97
|
+
$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
97
98
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
98
99
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
99
100
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
@@ -153,11 +154,12 @@ am__nobase_include_HEADERS_DIST = sodium.h sodium/core.h \
|
|
153
154
|
sodium/crypto_secretbox.h \
|
154
155
|
sodium/crypto_secretbox_xchacha20poly1305.h \
|
155
156
|
sodium/crypto_secretbox_xsalsa20poly1305.h \
|
157
|
+
sodium/crypto_secretstream_xchacha20poly1305.h \
|
156
158
|
sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h \
|
157
159
|
sodium/crypto_sign.h sodium/crypto_sign_ed25519.h \
|
158
160
|
sodium/crypto_sign_edwards25519sha512batch.h \
|
159
|
-
sodium/crypto_stream.h sodium/
|
160
|
-
sodium/
|
161
|
+
sodium/crypto_stream.h sodium/crypto_stream_chacha20.h \
|
162
|
+
sodium/crypto_stream_salsa20.h \
|
161
163
|
sodium/crypto_stream_salsa2012.h \
|
162
164
|
sodium/crypto_stream_salsa208.h \
|
163
165
|
sodium/crypto_stream_xchacha20.h \
|
@@ -235,6 +237,7 @@ CFLAGS = @CFLAGS@
|
|
235
237
|
CFLAGS_AESNI = @CFLAGS_AESNI@
|
236
238
|
CFLAGS_AVX = @CFLAGS_AVX@
|
237
239
|
CFLAGS_AVX2 = @CFLAGS_AVX2@
|
240
|
+
CFLAGS_AVX512F = @CFLAGS_AVX512F@
|
238
241
|
CFLAGS_MMX = @CFLAGS_MMX@
|
239
242
|
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
|
240
243
|
CFLAGS_SSE2 = @CFLAGS_SSE2@
|
@@ -396,11 +399,12 @@ SODIUM_EXPORT = sodium.h sodium/core.h sodium/crypto_aead_aes256gcm.h \
|
|
396
399
|
sodium/crypto_secretbox.h \
|
397
400
|
sodium/crypto_secretbox_xchacha20poly1305.h \
|
398
401
|
sodium/crypto_secretbox_xsalsa20poly1305.h \
|
402
|
+
sodium/crypto_secretstream_xchacha20poly1305.h \
|
399
403
|
sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h \
|
400
404
|
sodium/crypto_sign.h sodium/crypto_sign_ed25519.h \
|
401
405
|
sodium/crypto_sign_edwards25519sha512batch.h \
|
402
|
-
sodium/crypto_stream.h sodium/
|
403
|
-
sodium/
|
406
|
+
sodium/crypto_stream.h sodium/crypto_stream_chacha20.h \
|
407
|
+
sodium/crypto_stream_salsa20.h \
|
404
408
|
sodium/crypto_stream_salsa2012.h \
|
405
409
|
sodium/crypto_stream_salsa208.h \
|
406
410
|
sodium/crypto_stream_xchacha20.h \
|
@@ -89,7 +89,8 @@ build_triplet = @build@
|
|
89
89
|
host_triplet = @host@
|
90
90
|
subdir = test
|
91
91
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
92
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
92
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
|
93
|
+
$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
93
94
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
94
95
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
95
96
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
@@ -205,6 +206,7 @@ CFLAGS = @CFLAGS@
|
|
205
206
|
CFLAGS_AESNI = @CFLAGS_AESNI@
|
206
207
|
CFLAGS_AVX = @CFLAGS_AVX@
|
207
208
|
CFLAGS_AVX2 = @CFLAGS_AVX2@
|
209
|
+
CFLAGS_AVX512F = @CFLAGS_AVX512F@
|
208
210
|
CFLAGS_MMX = @CFLAGS_MMX@
|
209
211
|
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
|
210
212
|
CFLAGS_SSE2 = @CFLAGS_SSE2@
|
@@ -101,7 +101,8 @@ TESTS = $(am__EXEEXT_3)
|
|
101
101
|
|
102
102
|
subdir = test/default
|
103
103
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
104
|
-
am__aclocal_m4_deps = $(top_srcdir)/m4/
|
104
|
+
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_catchable_abrt.m4 \
|
105
|
+
$(top_srcdir)/m4/ax_check_catchable_segv.m4 \
|
105
106
|
$(top_srcdir)/m4/ax_check_compile_flag.m4 \
|
106
107
|
$(top_srcdir)/m4/ax_check_define.m4 \
|
107
108
|
$(top_srcdir)/m4/ax_check_link_flag.m4 \
|
@@ -128,18 +129,20 @@ am__EXEEXT_3 = aead_aes256gcm$(EXEEXT) aead_chacha20poly1305$(EXEEXT) \
|
|
128
129
|
auth3$(EXEEXT) auth5$(EXEEXT) auth6$(EXEEXT) auth7$(EXEEXT) \
|
129
130
|
box$(EXEEXT) box2$(EXEEXT) box7$(EXEEXT) box8$(EXEEXT) \
|
130
131
|
box_easy$(EXEEXT) box_easy2$(EXEEXT) box_seal$(EXEEXT) \
|
131
|
-
box_seed$(EXEEXT) chacha20$(EXEEXT)
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
132
|
+
box_seed$(EXEEXT) chacha20$(EXEEXT) codecs$(EXEEXT) \
|
133
|
+
core1$(EXEEXT) core2$(EXEEXT) core3$(EXEEXT) core4$(EXEEXT) \
|
134
|
+
core5$(EXEEXT) core6$(EXEEXT) ed25519_convert$(EXEEXT) \
|
135
|
+
generichash$(EXEEXT) generichash2$(EXEEXT) \
|
136
|
+
generichash3$(EXEEXT) hash$(EXEEXT) hash3$(EXEEXT) \
|
137
|
+
kdf$(EXEEXT) keygen$(EXEEXT) kx$(EXEEXT) metamorphic$(EXEEXT) \
|
138
|
+
misuse$(EXEEXT) onetimeauth$(EXEEXT) onetimeauth2$(EXEEXT) \
|
139
|
+
onetimeauth7$(EXEEXT) pwhash_argon2i$(EXEEXT) \
|
140
|
+
pwhash_argon2id$(EXEEXT) randombytes$(EXEEXT) \
|
141
|
+
scalarmult$(EXEEXT) scalarmult2$(EXEEXT) scalarmult5$(EXEEXT) \
|
142
|
+
scalarmult6$(EXEEXT) scalarmult7$(EXEEXT) secretbox$(EXEEXT) \
|
143
|
+
secretbox2$(EXEEXT) secretbox7$(EXEEXT) secretbox8$(EXEEXT) \
|
144
|
+
secretbox_easy$(EXEEXT) secretbox_easy2$(EXEEXT) \
|
145
|
+
secretstream$(EXEEXT) shorthash$(EXEEXT) sign$(EXEEXT) \
|
143
146
|
sodium_core$(EXEEXT) sodium_utils$(EXEEXT) \
|
144
147
|
sodium_version$(EXEEXT) stream$(EXEEXT) stream2$(EXEEXT) \
|
145
148
|
stream3$(EXEEXT) stream4$(EXEEXT) verify1$(EXEEXT) \
|
@@ -202,6 +205,9 @@ box_seed_DEPENDENCIES = $(TESTS_LDADD)
|
|
202
205
|
chacha20_SOURCES = chacha20.c
|
203
206
|
chacha20_OBJECTS = chacha20.$(OBJEXT)
|
204
207
|
chacha20_DEPENDENCIES = $(TESTS_LDADD)
|
208
|
+
codecs_SOURCES = codecs.c
|
209
|
+
codecs_OBJECTS = codecs.$(OBJEXT)
|
210
|
+
codecs_DEPENDENCIES = $(TESTS_LDADD)
|
205
211
|
core1_SOURCES = core1.c
|
206
212
|
core1_OBJECTS = core1.$(OBJEXT)
|
207
213
|
core1_DEPENDENCIES = $(TESTS_LDADD)
|
@@ -247,6 +253,12 @@ keygen_DEPENDENCIES = $(TESTS_LDADD)
|
|
247
253
|
kx_SOURCES = kx.c
|
248
254
|
kx_OBJECTS = kx.$(OBJEXT)
|
249
255
|
kx_DEPENDENCIES = $(TESTS_LDADD)
|
256
|
+
metamorphic_SOURCES = metamorphic.c
|
257
|
+
metamorphic_OBJECTS = metamorphic.$(OBJEXT)
|
258
|
+
metamorphic_DEPENDENCIES = $(TESTS_LDADD)
|
259
|
+
misuse_SOURCES = misuse.c
|
260
|
+
misuse_OBJECTS = misuse.$(OBJEXT)
|
261
|
+
misuse_DEPENDENCIES = $(TESTS_LDADD)
|
250
262
|
onetimeauth_SOURCES = onetimeauth.c
|
251
263
|
onetimeauth_OBJECTS = onetimeauth.$(OBJEXT)
|
252
264
|
onetimeauth_DEPENDENCIES = $(TESTS_LDADD)
|
@@ -256,9 +268,9 @@ onetimeauth2_DEPENDENCIES = $(TESTS_LDADD)
|
|
256
268
|
onetimeauth7_SOURCES = onetimeauth7.c
|
257
269
|
onetimeauth7_OBJECTS = onetimeauth7.$(OBJEXT)
|
258
270
|
onetimeauth7_DEPENDENCIES = $(TESTS_LDADD)
|
259
|
-
|
260
|
-
|
261
|
-
|
271
|
+
pwhash_argon2i_SOURCES = pwhash_argon2i.c
|
272
|
+
pwhash_argon2i_OBJECTS = pwhash_argon2i.$(OBJEXT)
|
273
|
+
pwhash_argon2i_DEPENDENCIES = $(TESTS_LDADD)
|
262
274
|
pwhash_argon2id_SOURCES = pwhash_argon2id.c
|
263
275
|
pwhash_argon2id_OBJECTS = pwhash_argon2id.$(OBJEXT)
|
264
276
|
pwhash_argon2id_DEPENDENCIES = $(TESTS_LDADD)
|
@@ -304,6 +316,9 @@ secretbox_easy_DEPENDENCIES = $(TESTS_LDADD)
|
|
304
316
|
secretbox_easy2_SOURCES = secretbox_easy2.c
|
305
317
|
secretbox_easy2_OBJECTS = secretbox_easy2.$(OBJEXT)
|
306
318
|
secretbox_easy2_DEPENDENCIES = $(TESTS_LDADD)
|
319
|
+
secretstream_SOURCES = secretstream.c
|
320
|
+
secretstream_OBJECTS = secretstream.$(OBJEXT)
|
321
|
+
secretstream_DEPENDENCIES = $(TESTS_LDADD)
|
307
322
|
shorthash_SOURCES = shorthash.c
|
308
323
|
shorthash_OBJECTS = shorthash.$(OBJEXT)
|
309
324
|
shorthash_DEPENDENCIES = $(TESTS_LDADD)
|
@@ -383,31 +398,33 @@ am__v_CCLD_1 =
|
|
383
398
|
SOURCES = aead_aes256gcm.c aead_chacha20poly1305.c \
|
384
399
|
aead_xchacha20poly1305.c auth.c auth2.c auth3.c auth5.c \
|
385
400
|
auth6.c auth7.c box.c box2.c box7.c box8.c box_easy.c \
|
386
|
-
box_easy2.c box_seal.c box_seed.c chacha20.c
|
387
|
-
core3.c core4.c core5.c core6.c ed25519_convert.c \
|
401
|
+
box_easy2.c box_seal.c box_seed.c chacha20.c codecs.c core1.c \
|
402
|
+
core2.c core3.c core4.c core5.c core6.c ed25519_convert.c \
|
388
403
|
generichash.c generichash2.c generichash3.c hash.c hash3.c \
|
389
|
-
kdf.c keygen.c kx.c
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
404
|
+
kdf.c keygen.c kx.c metamorphic.c misuse.c onetimeauth.c \
|
405
|
+
onetimeauth2.c onetimeauth7.c pwhash_argon2i.c \
|
406
|
+
pwhash_argon2id.c pwhash_scrypt.c pwhash_scrypt_ll.c \
|
407
|
+
randombytes.c scalarmult.c scalarmult2.c scalarmult5.c \
|
408
|
+
scalarmult6.c scalarmult7.c secretbox.c secretbox2.c \
|
409
|
+
secretbox7.c secretbox8.c secretbox_easy.c secretbox_easy2.c \
|
410
|
+
secretstream.c shorthash.c sign.c siphashx24.c sodium_core.c \
|
411
|
+
sodium_utils.c sodium_utils2.c sodium_utils3.c \
|
396
412
|
sodium_version.c stream.c stream2.c stream3.c stream4.c \
|
397
413
|
verify1.c xchacha20.c
|
398
414
|
DIST_SOURCES = aead_aes256gcm.c aead_chacha20poly1305.c \
|
399
415
|
aead_xchacha20poly1305.c auth.c auth2.c auth3.c auth5.c \
|
400
416
|
auth6.c auth7.c box.c box2.c box7.c box8.c box_easy.c \
|
401
|
-
box_easy2.c box_seal.c box_seed.c chacha20.c
|
402
|
-
core3.c core4.c core5.c core6.c ed25519_convert.c \
|
417
|
+
box_easy2.c box_seal.c box_seed.c chacha20.c codecs.c core1.c \
|
418
|
+
core2.c core3.c core4.c core5.c core6.c ed25519_convert.c \
|
403
419
|
generichash.c generichash2.c generichash3.c hash.c hash3.c \
|
404
|
-
kdf.c keygen.c kx.c
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
420
|
+
kdf.c keygen.c kx.c metamorphic.c misuse.c onetimeauth.c \
|
421
|
+
onetimeauth2.c onetimeauth7.c pwhash_argon2i.c \
|
422
|
+
pwhash_argon2id.c pwhash_scrypt.c pwhash_scrypt_ll.c \
|
423
|
+
randombytes.c scalarmult.c scalarmult2.c scalarmult5.c \
|
424
|
+
scalarmult6.c scalarmult7.c secretbox.c secretbox2.c \
|
425
|
+
secretbox7.c secretbox8.c secretbox_easy.c secretbox_easy2.c \
|
426
|
+
secretstream.c shorthash.c sign.c siphashx24.c sodium_core.c \
|
427
|
+
sodium_utils.c sodium_utils2.c sodium_utils3.c \
|
411
428
|
sodium_version.c stream.c stream2.c stream3.c stream4.c \
|
412
429
|
verify1.c xchacha20.c
|
413
430
|
am__can_run_installinfo = \
|
@@ -660,6 +677,7 @@ CFLAGS = @CFLAGS@
|
|
660
677
|
CFLAGS_AESNI = @CFLAGS_AESNI@
|
661
678
|
CFLAGS_AVX = @CFLAGS_AVX@
|
662
679
|
CFLAGS_AVX2 = @CFLAGS_AVX2@
|
680
|
+
CFLAGS_AVX512F = @CFLAGS_AVX512F@
|
663
681
|
CFLAGS_MMX = @CFLAGS_MMX@
|
664
682
|
CFLAGS_PCLMUL = @CFLAGS_PCLMUL@
|
665
683
|
CFLAGS_SSE2 = @CFLAGS_SSE2@
|
@@ -820,6 +838,7 @@ EXTRA_DIST = \
|
|
820
838
|
box_seal.exp \
|
821
839
|
box_seed.exp \
|
822
840
|
chacha20.exp \
|
841
|
+
codecs.exp \
|
823
842
|
core1.exp \
|
824
843
|
core2.exp \
|
825
844
|
core3.exp \
|
@@ -836,10 +855,12 @@ EXTRA_DIST = \
|
|
836
855
|
kdf.exp \
|
837
856
|
keygen.exp \
|
838
857
|
kx.exp \
|
858
|
+
metamorphic.exp \
|
859
|
+
misuse.exp \
|
839
860
|
onetimeauth.exp \
|
840
861
|
onetimeauth2.exp \
|
841
862
|
onetimeauth7.exp \
|
842
|
-
|
863
|
+
pwhash_argon2i.exp \
|
843
864
|
pwhash_argon2id.exp \
|
844
865
|
pwhash_scrypt.exp \
|
845
866
|
pwhash_scrypt_ll.exp \
|
@@ -855,6 +876,7 @@ EXTRA_DIST = \
|
|
855
876
|
secretbox8.exp \
|
856
877
|
secretbox_easy.exp \
|
857
878
|
secretbox_easy2.exp \
|
879
|
+
secretstream.exp \
|
858
880
|
shorthash.exp \
|
859
881
|
sign.exp \
|
860
882
|
siphashx24.exp \
|
@@ -889,6 +911,7 @@ DISTCLEANFILES = \
|
|
889
911
|
box_seal.res \
|
890
912
|
box_seed.res \
|
891
913
|
chacha20.res \
|
914
|
+
codecs.res \
|
892
915
|
core1.res \
|
893
916
|
core2.res \
|
894
917
|
core3.res \
|
@@ -905,10 +928,12 @@ DISTCLEANFILES = \
|
|
905
928
|
kdf.res \
|
906
929
|
keygen.res \
|
907
930
|
kx.res \
|
931
|
+
metamorphic.res \
|
932
|
+
misuse.res \
|
908
933
|
onetimeauth.res \
|
909
934
|
onetimeauth2.res \
|
910
935
|
onetimeauth7.res \
|
911
|
-
|
936
|
+
pwhash_argon2i.res \
|
912
937
|
pwhash_argon2id.res \
|
913
938
|
pwhash_scrypt.res \
|
914
939
|
pwhash_scrypt_ll.res \
|
@@ -924,6 +949,7 @@ DISTCLEANFILES = \
|
|
924
949
|
secretbox8.res \
|
925
950
|
secretbox_easy.res \
|
926
951
|
secretbox_easy2.res \
|
952
|
+
secretstream.res \
|
927
953
|
shorthash.res \
|
928
954
|
sign.res \
|
929
955
|
siphashx24.res \
|
@@ -958,6 +984,7 @@ DISTCLEANFILES = \
|
|
958
984
|
@NATIVECLIENT_TRUE@ box_seal.final \
|
959
985
|
@NATIVECLIENT_TRUE@ box_seed.final \
|
960
986
|
@NATIVECLIENT_TRUE@ chacha20.final \
|
987
|
+
@NATIVECLIENT_TRUE@ codecs.final \
|
961
988
|
@NATIVECLIENT_TRUE@ core1.final \
|
962
989
|
@NATIVECLIENT_TRUE@ core2.final \
|
963
990
|
@NATIVECLIENT_TRUE@ core3.final \
|
@@ -974,10 +1001,12 @@ DISTCLEANFILES = \
|
|
974
1001
|
@NATIVECLIENT_TRUE@ kdf.final \
|
975
1002
|
@NATIVECLIENT_TRUE@ keygen.final \
|
976
1003
|
@NATIVECLIENT_TRUE@ kx.final \
|
1004
|
+
@NATIVECLIENT_TRUE@ metamorphic.final \
|
1005
|
+
@NATIVECLIENT_TRUE@ misuse.final \
|
977
1006
|
@NATIVECLIENT_TRUE@ onetimeauth.final \
|
978
1007
|
@NATIVECLIENT_TRUE@ onetimeauth2.final \
|
979
1008
|
@NATIVECLIENT_TRUE@ onetimeauth7.final \
|
980
|
-
@NATIVECLIENT_TRUE@
|
1009
|
+
@NATIVECLIENT_TRUE@ pwhash_argon2i.final \
|
981
1010
|
@NATIVECLIENT_TRUE@ pwhash_argon2id.final \
|
982
1011
|
@NATIVECLIENT_TRUE@ pwhash_scrypt.final \
|
983
1012
|
@NATIVECLIENT_TRUE@ pwhash_scrypt_ll.final \
|
@@ -993,6 +1022,7 @@ DISTCLEANFILES = \
|
|
993
1022
|
@NATIVECLIENT_TRUE@ secretbox8.final \
|
994
1023
|
@NATIVECLIENT_TRUE@ secretbox_easy.final \
|
995
1024
|
@NATIVECLIENT_TRUE@ secretbox_easy2.final \
|
1025
|
+
@NATIVECLIENT_TRUE@ secretstream.final \
|
996
1026
|
@NATIVECLIENT_TRUE@ shorthash.final \
|
997
1027
|
@NATIVECLIENT_TRUE@ sign.final \
|
998
1028
|
@NATIVECLIENT_TRUE@ siphashx24.final \
|
@@ -1023,6 +1053,7 @@ DISTCLEANFILES = \
|
|
1023
1053
|
@NATIVECLIENT_TRUE@ box_seal.nexe \
|
1024
1054
|
@NATIVECLIENT_TRUE@ box_seed.nexe \
|
1025
1055
|
@NATIVECLIENT_TRUE@ chacha20.nexe \
|
1056
|
+
@NATIVECLIENT_TRUE@ codecs.nexe \
|
1026
1057
|
@NATIVECLIENT_TRUE@ core1.nexe \
|
1027
1058
|
@NATIVECLIENT_TRUE@ core2.nexe \
|
1028
1059
|
@NATIVECLIENT_TRUE@ core3.nexe \
|
@@ -1039,10 +1070,12 @@ DISTCLEANFILES = \
|
|
1039
1070
|
@NATIVECLIENT_TRUE@ kdf.nexe \
|
1040
1071
|
@NATIVECLIENT_TRUE@ keygen.nexe \
|
1041
1072
|
@NATIVECLIENT_TRUE@ kx.nexe \
|
1073
|
+
@NATIVECLIENT_TRUE@ metamorphic.nexe \
|
1074
|
+
@NATIVECLIENT_TRUE@ misuse.nexe \
|
1042
1075
|
@NATIVECLIENT_TRUE@ onetimeauth.nexe \
|
1043
1076
|
@NATIVECLIENT_TRUE@ onetimeauth2.nexe \
|
1044
1077
|
@NATIVECLIENT_TRUE@ onetimeauth7.nexe \
|
1045
|
-
@NATIVECLIENT_TRUE@
|
1078
|
+
@NATIVECLIENT_TRUE@ pwhash_argon2i.nexe \
|
1046
1079
|
@NATIVECLIENT_TRUE@ pwhash_argon2id.nexe \
|
1047
1080
|
@NATIVECLIENT_TRUE@ pwhash_scrypt.nexe \
|
1048
1081
|
@NATIVECLIENT_TRUE@ pwhash_scrypt_ll.nexe \
|
@@ -1058,6 +1091,7 @@ DISTCLEANFILES = \
|
|
1058
1091
|
@NATIVECLIENT_TRUE@ secretbox8.nexe \
|
1059
1092
|
@NATIVECLIENT_TRUE@ secretbox_easy.nexe \
|
1060
1093
|
@NATIVECLIENT_TRUE@ secretbox_easy2.nexe \
|
1094
|
+
@NATIVECLIENT_TRUE@ secretstream.nexe \
|
1061
1095
|
@NATIVECLIENT_TRUE@ shorthash.nexe \
|
1062
1096
|
@NATIVECLIENT_TRUE@ sign.nexe \
|
1063
1097
|
@NATIVECLIENT_TRUE@ siphashx24.nexe \
|
@@ -1083,12 +1117,13 @@ AM_LDFLAGS = @TEST_LDFLAGS@
|
|
1083
1117
|
TESTS_TARGETS = aead_aes256gcm aead_chacha20poly1305 \
|
1084
1118
|
aead_xchacha20poly1305 auth auth2 auth3 auth5 auth6 auth7 box \
|
1085
1119
|
box2 box7 box8 box_easy box_easy2 box_seal box_seed chacha20 \
|
1086
|
-
core1 core2 core3 core4 core5 core6 ed25519_convert \
|
1120
|
+
codecs core1 core2 core3 core4 core5 core6 ed25519_convert \
|
1087
1121
|
generichash generichash2 generichash3 hash hash3 kdf keygen kx \
|
1088
|
-
onetimeauth onetimeauth2 onetimeauth7
|
1089
|
-
randombytes scalarmult
|
1090
|
-
|
1091
|
-
|
1122
|
+
metamorphic misuse onetimeauth onetimeauth2 onetimeauth7 \
|
1123
|
+
pwhash_argon2i pwhash_argon2id randombytes scalarmult \
|
1124
|
+
scalarmult2 scalarmult5 scalarmult6 scalarmult7 secretbox \
|
1125
|
+
secretbox2 secretbox7 secretbox8 secretbox_easy \
|
1126
|
+
secretbox_easy2 secretstream shorthash sign sodium_core \
|
1092
1127
|
sodium_utils sodium_version stream stream2 stream3 stream4 \
|
1093
1128
|
verify1 $(am__append_1) $(am__append_2)
|
1094
1129
|
TESTS_LDADD = \
|
@@ -1130,6 +1165,8 @@ box_seed_SOURCE = cmptest.h box_seed.c
|
|
1130
1165
|
box_seed_LDADD = $(TESTS_LDADD)
|
1131
1166
|
chacha20_SOURCE = cmptest.h chacha20.c
|
1132
1167
|
chacha20_LDADD = $(TESTS_LDADD)
|
1168
|
+
codecs_SOURCE = cmptest.h codecs.c
|
1169
|
+
codecs_LDADD = $(TESTS_LDADD)
|
1133
1170
|
core1_SOURCE = cmptest.h core1.c
|
1134
1171
|
core1_LDADD = $(TESTS_LDADD)
|
1135
1172
|
core2_SOURCE = cmptest.h core2.c
|
@@ -1160,14 +1197,18 @@ keygen_SOURCE = cmptest.h keygen.c
|
|
1160
1197
|
keygen_LDADD = $(TESTS_LDADD)
|
1161
1198
|
kx_SOURCE = cmptest.h kx.c
|
1162
1199
|
kx_LDADD = $(TESTS_LDADD)
|
1200
|
+
metamorphic_SOURCE = cmptest.h metamorphic.c
|
1201
|
+
metamorphic_LDADD = $(TESTS_LDADD)
|
1202
|
+
misuse_SOURCE = cmptest.h misuse.c
|
1203
|
+
misuse_LDADD = $(TESTS_LDADD)
|
1163
1204
|
onetimeauth_SOURCE = cmptest.h onetimeauth.c
|
1164
1205
|
onetimeauth_LDADD = $(TESTS_LDADD)
|
1165
1206
|
onetimeauth2_SOURCE = cmptest.h onetimeauth2.c
|
1166
1207
|
onetimeauth2_LDADD = $(TESTS_LDADD)
|
1167
1208
|
onetimeauth7_SOURCE = cmptest.h onetimeauth7.c
|
1168
1209
|
onetimeauth7_LDADD = $(TESTS_LDADD)
|
1169
|
-
|
1170
|
-
|
1210
|
+
pwhash_argon2i_SOURCE = cmptest.h pwhash_argon2i.c
|
1211
|
+
pwhash_argon2i_LDADD = $(TESTS_LDADD)
|
1171
1212
|
pwhash_argon2id_SOURCE = cmptest.h pwhash_argon2id.c
|
1172
1213
|
pwhash_argon2id_LDADD = $(TESTS_LDADD)
|
1173
1214
|
pwhash_scrypt_SOURCE = cmptest.h pwhash_scrypt.c
|
@@ -1198,6 +1239,8 @@ secretbox_easy_SOURCE = cmptest.h secretbox_easy.c
|
|
1198
1239
|
secretbox_easy_LDADD = $(TESTS_LDADD)
|
1199
1240
|
secretbox_easy2_SOURCE = cmptest.h secretbox_easy2.c
|
1200
1241
|
secretbox_easy2_LDADD = $(TESTS_LDADD)
|
1242
|
+
secretstream_SOURCE = cmptest.h secretstream.c
|
1243
|
+
secretstream_LDADD = $(TESTS_LDADD)
|
1201
1244
|
shorthash_SOURCE = cmptest.h shorthash.c
|
1202
1245
|
shorthash_LDADD = $(TESTS_LDADD)
|
1203
1246
|
sign_SOURCE = cmptest.h sign.c
|
@@ -1342,6 +1385,10 @@ chacha20$(EXEEXT): $(chacha20_OBJECTS) $(chacha20_DEPENDENCIES) $(EXTRA_chacha20
|
|
1342
1385
|
@rm -f chacha20$(EXEEXT)
|
1343
1386
|
$(AM_V_CCLD)$(LINK) $(chacha20_OBJECTS) $(chacha20_LDADD) $(LIBS)
|
1344
1387
|
|
1388
|
+
codecs$(EXEEXT): $(codecs_OBJECTS) $(codecs_DEPENDENCIES) $(EXTRA_codecs_DEPENDENCIES)
|
1389
|
+
@rm -f codecs$(EXEEXT)
|
1390
|
+
$(AM_V_CCLD)$(LINK) $(codecs_OBJECTS) $(codecs_LDADD) $(LIBS)
|
1391
|
+
|
1345
1392
|
core1$(EXEEXT): $(core1_OBJECTS) $(core1_DEPENDENCIES) $(EXTRA_core1_DEPENDENCIES)
|
1346
1393
|
@rm -f core1$(EXEEXT)
|
1347
1394
|
$(AM_V_CCLD)$(LINK) $(core1_OBJECTS) $(core1_LDADD) $(LIBS)
|
@@ -1402,6 +1449,14 @@ kx$(EXEEXT): $(kx_OBJECTS) $(kx_DEPENDENCIES) $(EXTRA_kx_DEPENDENCIES)
|
|
1402
1449
|
@rm -f kx$(EXEEXT)
|
1403
1450
|
$(AM_V_CCLD)$(LINK) $(kx_OBJECTS) $(kx_LDADD) $(LIBS)
|
1404
1451
|
|
1452
|
+
metamorphic$(EXEEXT): $(metamorphic_OBJECTS) $(metamorphic_DEPENDENCIES) $(EXTRA_metamorphic_DEPENDENCIES)
|
1453
|
+
@rm -f metamorphic$(EXEEXT)
|
1454
|
+
$(AM_V_CCLD)$(LINK) $(metamorphic_OBJECTS) $(metamorphic_LDADD) $(LIBS)
|
1455
|
+
|
1456
|
+
misuse$(EXEEXT): $(misuse_OBJECTS) $(misuse_DEPENDENCIES) $(EXTRA_misuse_DEPENDENCIES)
|
1457
|
+
@rm -f misuse$(EXEEXT)
|
1458
|
+
$(AM_V_CCLD)$(LINK) $(misuse_OBJECTS) $(misuse_LDADD) $(LIBS)
|
1459
|
+
|
1405
1460
|
onetimeauth$(EXEEXT): $(onetimeauth_OBJECTS) $(onetimeauth_DEPENDENCIES) $(EXTRA_onetimeauth_DEPENDENCIES)
|
1406
1461
|
@rm -f onetimeauth$(EXEEXT)
|
1407
1462
|
$(AM_V_CCLD)$(LINK) $(onetimeauth_OBJECTS) $(onetimeauth_LDADD) $(LIBS)
|
@@ -1414,9 +1469,9 @@ onetimeauth7$(EXEEXT): $(onetimeauth7_OBJECTS) $(onetimeauth7_DEPENDENCIES) $(EX
|
|
1414
1469
|
@rm -f onetimeauth7$(EXEEXT)
|
1415
1470
|
$(AM_V_CCLD)$(LINK) $(onetimeauth7_OBJECTS) $(onetimeauth7_LDADD) $(LIBS)
|
1416
1471
|
|
1417
|
-
|
1418
|
-
@rm -f
|
1419
|
-
$(AM_V_CCLD)$(LINK) $(
|
1472
|
+
pwhash_argon2i$(EXEEXT): $(pwhash_argon2i_OBJECTS) $(pwhash_argon2i_DEPENDENCIES) $(EXTRA_pwhash_argon2i_DEPENDENCIES)
|
1473
|
+
@rm -f pwhash_argon2i$(EXEEXT)
|
1474
|
+
$(AM_V_CCLD)$(LINK) $(pwhash_argon2i_OBJECTS) $(pwhash_argon2i_LDADD) $(LIBS)
|
1420
1475
|
|
1421
1476
|
pwhash_argon2id$(EXEEXT): $(pwhash_argon2id_OBJECTS) $(pwhash_argon2id_DEPENDENCIES) $(EXTRA_pwhash_argon2id_DEPENDENCIES)
|
1422
1477
|
@rm -f pwhash_argon2id$(EXEEXT)
|
@@ -1478,6 +1533,10 @@ secretbox_easy2$(EXEEXT): $(secretbox_easy2_OBJECTS) $(secretbox_easy2_DEPENDENC
|
|
1478
1533
|
@rm -f secretbox_easy2$(EXEEXT)
|
1479
1534
|
$(AM_V_CCLD)$(LINK) $(secretbox_easy2_OBJECTS) $(secretbox_easy2_LDADD) $(LIBS)
|
1480
1535
|
|
1536
|
+
secretstream$(EXEEXT): $(secretstream_OBJECTS) $(secretstream_DEPENDENCIES) $(EXTRA_secretstream_DEPENDENCIES)
|
1537
|
+
@rm -f secretstream$(EXEEXT)
|
1538
|
+
$(AM_V_CCLD)$(LINK) $(secretstream_OBJECTS) $(secretstream_LDADD) $(LIBS)
|
1539
|
+
|
1481
1540
|
shorthash$(EXEEXT): $(shorthash_OBJECTS) $(shorthash_DEPENDENCIES) $(EXTRA_shorthash_DEPENDENCIES)
|
1482
1541
|
@rm -f shorthash$(EXEEXT)
|
1483
1542
|
$(AM_V_CCLD)$(LINK) $(shorthash_OBJECTS) $(shorthash_LDADD) $(LIBS)
|
@@ -1558,6 +1617,7 @@ distclean-compile:
|
|
1558
1617
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_seal.Po@am__quote@
|
1559
1618
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/box_seed.Po@am__quote@
|
1560
1619
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chacha20.Po@am__quote@
|
1620
|
+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codecs.Po@am__quote@
|
1561
1621
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core1.Po@am__quote@
|
1562
1622
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core2.Po@am__quote@
|
1563
1623
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core3.Po@am__quote@
|
@@ -1573,10 +1633,12 @@ distclean-compile:
|
|
1573
1633
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kdf.Po@am__quote@
|
1574
1634
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keygen.Po@am__quote@
|
1575
1635
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kx.Po@am__quote@
|
1636
|
+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metamorphic.Po@am__quote@
|
1637
|
+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misuse.Po@am__quote@
|
1576
1638
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/onetimeauth.Po@am__quote@
|
1577
1639
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/onetimeauth2.Po@am__quote@
|
1578
1640
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/onetimeauth7.Po@am__quote@
|
1579
|
-
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/
|
1641
|
+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwhash_argon2i.Po@am__quote@
|
1580
1642
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwhash_argon2id.Po@am__quote@
|
1581
1643
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwhash_scrypt.Po@am__quote@
|
1582
1644
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwhash_scrypt_ll.Po@am__quote@
|
@@ -1592,6 +1654,7 @@ distclean-compile:
|
|
1592
1654
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox8.Po@am__quote@
|
1593
1655
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox_easy.Po@am__quote@
|
1594
1656
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretbox_easy2.Po@am__quote@
|
1657
|
+
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secretstream.Po@am__quote@
|
1595
1658
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shorthash.Po@am__quote@
|
1596
1659
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sign.Po@am__quote@
|
1597
1660
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/siphashx24.Po@am__quote@
|
@@ -1956,6 +2019,13 @@ chacha20.log: chacha20$(EXEEXT)
|
|
1956
2019
|
--log-file $$b.log --trs-file $$b.trs \
|
1957
2020
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
1958
2021
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
2022
|
+
codecs.log: codecs$(EXEEXT)
|
2023
|
+
@p='codecs$(EXEEXT)'; \
|
2024
|
+
b='codecs'; \
|
2025
|
+
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
2026
|
+
--log-file $$b.log --trs-file $$b.trs \
|
2027
|
+
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
2028
|
+
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
1959
2029
|
core1.log: core1$(EXEEXT)
|
1960
2030
|
@p='core1$(EXEEXT)'; \
|
1961
2031
|
b='core1'; \
|
@@ -2061,6 +2131,20 @@ kx.log: kx$(EXEEXT)
|
|
2061
2131
|
--log-file $$b.log --trs-file $$b.trs \
|
2062
2132
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
2063
2133
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
2134
|
+
metamorphic.log: metamorphic$(EXEEXT)
|
2135
|
+
@p='metamorphic$(EXEEXT)'; \
|
2136
|
+
b='metamorphic'; \
|
2137
|
+
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
2138
|
+
--log-file $$b.log --trs-file $$b.trs \
|
2139
|
+
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
2140
|
+
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
2141
|
+
misuse.log: misuse$(EXEEXT)
|
2142
|
+
@p='misuse$(EXEEXT)'; \
|
2143
|
+
b='misuse'; \
|
2144
|
+
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
2145
|
+
--log-file $$b.log --trs-file $$b.trs \
|
2146
|
+
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
2147
|
+
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
2064
2148
|
onetimeauth.log: onetimeauth$(EXEEXT)
|
2065
2149
|
@p='onetimeauth$(EXEEXT)'; \
|
2066
2150
|
b='onetimeauth'; \
|
@@ -2082,9 +2166,9 @@ onetimeauth7.log: onetimeauth7$(EXEEXT)
|
|
2082
2166
|
--log-file $$b.log --trs-file $$b.trs \
|
2083
2167
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
2084
2168
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
2085
|
-
|
2086
|
-
@p='
|
2087
|
-
b='
|
2169
|
+
pwhash_argon2i.log: pwhash_argon2i$(EXEEXT)
|
2170
|
+
@p='pwhash_argon2i$(EXEEXT)'; \
|
2171
|
+
b='pwhash_argon2i'; \
|
2088
2172
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
2089
2173
|
--log-file $$b.log --trs-file $$b.trs \
|
2090
2174
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
@@ -2180,6 +2264,13 @@ secretbox_easy2.log: secretbox_easy2$(EXEEXT)
|
|
2180
2264
|
--log-file $$b.log --trs-file $$b.trs \
|
2181
2265
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
2182
2266
|
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
2267
|
+
secretstream.log: secretstream$(EXEEXT)
|
2268
|
+
@p='secretstream$(EXEEXT)'; \
|
2269
|
+
b='secretstream'; \
|
2270
|
+
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
2271
|
+
--log-file $$b.log --trs-file $$b.trs \
|
2272
|
+
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
2273
|
+
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
2183
2274
|
shorthash.log: shorthash$(EXEEXT)
|
2184
2275
|
@p='shorthash$(EXEEXT)'; \
|
2185
2276
|
b='shorthash'; \
|