deps: update archs files for OpenSSL-1.1.1b
Ran: $ cd deps/openssl/config; make to update deps/openssl/config/archs/ with current configuration. PR-URL: https://github.com/nodejs/node/pull/27376 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
parent
8a4e4a4242
commit
439bc6ee0e
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "BSD-x86_64" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -332,7 +332,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15960,9 +15959,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -155,7 +155,7 @@ _x86_64_AES_encrypt:
|
|||||||
.type _x86_64_AES_encrypt_compact,@function
|
.type _x86_64_AES_encrypt_compact,@function
|
||||||
.align 16
|
.align 16
|
||||||
_x86_64_AES_encrypt_compact:
|
_x86_64_AES_encrypt_compact:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq 128(%r14),%r8
|
leaq 128(%r14),%r8
|
||||||
movl 0-128(%r8),%edi
|
movl 0-128(%r8),%edi
|
||||||
movl 32-128(%r8),%ebp
|
movl 32-128(%r8),%ebp
|
||||||
@ -325,7 +325,7 @@ _x86_64_AES_encrypt_compact:
|
|||||||
xorl 8(%r15),%ecx
|
xorl 8(%r15),%ecx
|
||||||
xorl 12(%r15),%edx
|
xorl 12(%r15),%edx
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _x86_64_AES_encrypt_compact,.-_x86_64_AES_encrypt_compact
|
.size _x86_64_AES_encrypt_compact,.-_x86_64_AES_encrypt_compact
|
||||||
.globl AES_encrypt
|
.globl AES_encrypt
|
||||||
.type AES_encrypt,@function
|
.type AES_encrypt,@function
|
||||||
@ -570,7 +570,7 @@ _x86_64_AES_decrypt:
|
|||||||
.type _x86_64_AES_decrypt_compact,@function
|
.type _x86_64_AES_decrypt_compact,@function
|
||||||
.align 16
|
.align 16
|
||||||
_x86_64_AES_decrypt_compact:
|
_x86_64_AES_decrypt_compact:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq 128(%r14),%r8
|
leaq 128(%r14),%r8
|
||||||
movl 0-128(%r8),%edi
|
movl 0-128(%r8),%edi
|
||||||
movl 32-128(%r8),%ebp
|
movl 32-128(%r8),%ebp
|
||||||
@ -792,7 +792,7 @@ _x86_64_AES_decrypt_compact:
|
|||||||
xorl 8(%r15),%ecx
|
xorl 8(%r15),%ecx
|
||||||
xorl 12(%r15),%edx
|
xorl 12(%r15),%edx
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _x86_64_AES_decrypt_compact,.-_x86_64_AES_decrypt_compact
|
.size _x86_64_AES_decrypt_compact,.-_x86_64_AES_decrypt_compact
|
||||||
.globl AES_decrypt
|
.globl AES_decrypt
|
||||||
.type AES_decrypt,@function
|
.type AES_decrypt,@function
|
||||||
@ -924,7 +924,7 @@ AES_set_encrypt_key:
|
|||||||
.type _x86_64_AES_set_encrypt_key,@function
|
.type _x86_64_AES_set_encrypt_key,@function
|
||||||
.align 16
|
.align 16
|
||||||
_x86_64_AES_set_encrypt_key:
|
_x86_64_AES_set_encrypt_key:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl %esi,%ecx
|
movl %esi,%ecx
|
||||||
movq %rdi,%rsi
|
movq %rdi,%rsi
|
||||||
movq %rdx,%rdi
|
movq %rdx,%rdi
|
||||||
@ -1160,7 +1160,7 @@ _x86_64_AES_set_encrypt_key:
|
|||||||
movq $-1,%rax
|
movq $-1,%rax
|
||||||
.Lexit:
|
.Lexit:
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _x86_64_AES_set_encrypt_key,.-_x86_64_AES_set_encrypt_key
|
.size _x86_64_AES_set_encrypt_key,.-_x86_64_AES_set_encrypt_key
|
||||||
.globl AES_set_decrypt_key
|
.globl AES_set_decrypt_key
|
||||||
.type AES_set_decrypt_key,@function
|
.type AES_set_decrypt_key,@function
|
||||||
@ -1414,7 +1414,7 @@ AES_cbc_encrypt:
|
|||||||
cmpq $0,%r9
|
cmpq $0,%r9
|
||||||
cmoveq %r10,%r14
|
cmoveq %r10,%r14
|
||||||
|
|
||||||
.cfi_remember_state
|
.cfi_remember_state
|
||||||
movl OPENSSL_ia32cap_P(%rip),%r10d
|
movl OPENSSL_ia32cap_P(%rip),%r10d
|
||||||
cmpq $512,%rdx
|
cmpq $512,%rdx
|
||||||
jb .Lcbc_slow_prologue
|
jb .Lcbc_slow_prologue
|
||||||
@ -1650,7 +1650,7 @@ AES_cbc_encrypt:
|
|||||||
|
|
||||||
.align 16
|
.align 16
|
||||||
.Lcbc_slow_prologue:
|
.Lcbc_slow_prologue:
|
||||||
.cfi_restore_state
|
.cfi_restore_state
|
||||||
|
|
||||||
leaq -88(%rsp),%rbp
|
leaq -88(%rsp),%rbp
|
||||||
andq $-64,%rbp
|
andq $-64,%rbp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
.type aesni_encrypt,@function
|
.type aesni_encrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
aesni_encrypt:
|
aesni_encrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rdi),%xmm2
|
movups (%rdi),%xmm2
|
||||||
movl 240(%rdx),%eax
|
movl 240(%rdx),%eax
|
||||||
movups (%rdx),%xmm0
|
movups (%rdx),%xmm0
|
||||||
@ -23,14 +23,14 @@ aesni_encrypt:
|
|||||||
movups %xmm2,(%rsi)
|
movups %xmm2,(%rsi)
|
||||||
pxor %xmm2,%xmm2
|
pxor %xmm2,%xmm2
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size aesni_encrypt,.-aesni_encrypt
|
.size aesni_encrypt,.-aesni_encrypt
|
||||||
|
|
||||||
.globl aesni_decrypt
|
.globl aesni_decrypt
|
||||||
.type aesni_decrypt,@function
|
.type aesni_decrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
aesni_decrypt:
|
aesni_decrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rdi),%xmm2
|
movups (%rdi),%xmm2
|
||||||
movl 240(%rdx),%eax
|
movl 240(%rdx),%eax
|
||||||
movups (%rdx),%xmm0
|
movups (%rdx),%xmm0
|
||||||
@ -49,12 +49,12 @@ aesni_decrypt:
|
|||||||
movups %xmm2,(%rsi)
|
movups %xmm2,(%rsi)
|
||||||
pxor %xmm2,%xmm2
|
pxor %xmm2,%xmm2
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size aesni_decrypt, .-aesni_decrypt
|
.size aesni_decrypt, .-aesni_decrypt
|
||||||
.type _aesni_encrypt2,@function
|
.type _aesni_encrypt2,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt2:
|
_aesni_encrypt2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -80,12 +80,12 @@ _aesni_encrypt2:
|
|||||||
.byte 102,15,56,221,208
|
.byte 102,15,56,221,208
|
||||||
.byte 102,15,56,221,216
|
.byte 102,15,56,221,216
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt2,.-_aesni_encrypt2
|
.size _aesni_encrypt2,.-_aesni_encrypt2
|
||||||
.type _aesni_decrypt2,@function
|
.type _aesni_decrypt2,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt2:
|
_aesni_decrypt2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -111,12 +111,12 @@ _aesni_decrypt2:
|
|||||||
.byte 102,15,56,223,208
|
.byte 102,15,56,223,208
|
||||||
.byte 102,15,56,223,216
|
.byte 102,15,56,223,216
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt2,.-_aesni_decrypt2
|
.size _aesni_decrypt2,.-_aesni_decrypt2
|
||||||
.type _aesni_encrypt3,@function
|
.type _aesni_encrypt3,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt3:
|
_aesni_encrypt3:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -147,12 +147,12 @@ _aesni_encrypt3:
|
|||||||
.byte 102,15,56,221,216
|
.byte 102,15,56,221,216
|
||||||
.byte 102,15,56,221,224
|
.byte 102,15,56,221,224
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt3,.-_aesni_encrypt3
|
.size _aesni_encrypt3,.-_aesni_encrypt3
|
||||||
.type _aesni_decrypt3,@function
|
.type _aesni_decrypt3,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt3:
|
_aesni_decrypt3:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -183,12 +183,12 @@ _aesni_decrypt3:
|
|||||||
.byte 102,15,56,223,216
|
.byte 102,15,56,223,216
|
||||||
.byte 102,15,56,223,224
|
.byte 102,15,56,223,224
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt3,.-_aesni_decrypt3
|
.size _aesni_decrypt3,.-_aesni_decrypt3
|
||||||
.type _aesni_encrypt4,@function
|
.type _aesni_encrypt4,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt4:
|
_aesni_encrypt4:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -225,12 +225,12 @@ _aesni_encrypt4:
|
|||||||
.byte 102,15,56,221,224
|
.byte 102,15,56,221,224
|
||||||
.byte 102,15,56,221,232
|
.byte 102,15,56,221,232
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt4,.-_aesni_encrypt4
|
.size _aesni_encrypt4,.-_aesni_encrypt4
|
||||||
.type _aesni_decrypt4,@function
|
.type _aesni_decrypt4,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt4:
|
_aesni_decrypt4:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -267,12 +267,12 @@ _aesni_decrypt4:
|
|||||||
.byte 102,15,56,223,224
|
.byte 102,15,56,223,224
|
||||||
.byte 102,15,56,223,232
|
.byte 102,15,56,223,232
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt4,.-_aesni_decrypt4
|
.size _aesni_decrypt4,.-_aesni_decrypt4
|
||||||
.type _aesni_encrypt6,@function
|
.type _aesni_encrypt6,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt6:
|
_aesni_encrypt6:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -323,12 +323,12 @@ _aesni_encrypt6:
|
|||||||
.byte 102,15,56,221,240
|
.byte 102,15,56,221,240
|
||||||
.byte 102,15,56,221,248
|
.byte 102,15,56,221,248
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt6,.-_aesni_encrypt6
|
.size _aesni_encrypt6,.-_aesni_encrypt6
|
||||||
.type _aesni_decrypt6,@function
|
.type _aesni_decrypt6,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt6:
|
_aesni_decrypt6:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -379,12 +379,12 @@ _aesni_decrypt6:
|
|||||||
.byte 102,15,56,223,240
|
.byte 102,15,56,223,240
|
||||||
.byte 102,15,56,223,248
|
.byte 102,15,56,223,248
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt6,.-_aesni_decrypt6
|
.size _aesni_decrypt6,.-_aesni_decrypt6
|
||||||
.type _aesni_encrypt8,@function
|
.type _aesni_encrypt8,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt8:
|
_aesni_encrypt8:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -445,12 +445,12 @@ _aesni_encrypt8:
|
|||||||
.byte 102,68,15,56,221,192
|
.byte 102,68,15,56,221,192
|
||||||
.byte 102,68,15,56,221,200
|
.byte 102,68,15,56,221,200
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt8,.-_aesni_encrypt8
|
.size _aesni_encrypt8,.-_aesni_encrypt8
|
||||||
.type _aesni_decrypt8,@function
|
.type _aesni_decrypt8,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt8:
|
_aesni_decrypt8:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -511,13 +511,13 @@ _aesni_decrypt8:
|
|||||||
.byte 102,68,15,56,223,192
|
.byte 102,68,15,56,223,192
|
||||||
.byte 102,68,15,56,223,200
|
.byte 102,68,15,56,223,200
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt8,.-_aesni_decrypt8
|
.size _aesni_decrypt8,.-_aesni_decrypt8
|
||||||
.globl aesni_ecb_encrypt
|
.globl aesni_ecb_encrypt
|
||||||
.type aesni_ecb_encrypt,@function
|
.type aesni_ecb_encrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
aesni_ecb_encrypt:
|
aesni_ecb_encrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
andq $-16,%rdx
|
andq $-16,%rdx
|
||||||
jz .Lecb_ret
|
jz .Lecb_ret
|
||||||
|
|
||||||
@ -855,7 +855,7 @@ aesni_ecb_encrypt:
|
|||||||
xorps %xmm0,%xmm0
|
xorps %xmm0,%xmm0
|
||||||
pxor %xmm1,%xmm1
|
pxor %xmm1,%xmm1
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size aesni_ecb_encrypt,.-aesni_ecb_encrypt
|
.size aesni_ecb_encrypt,.-aesni_ecb_encrypt
|
||||||
.globl aesni_ccm64_encrypt_blocks
|
.globl aesni_ccm64_encrypt_blocks
|
||||||
.type aesni_ccm64_encrypt_blocks,@function
|
.type aesni_ccm64_encrypt_blocks,@function
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
.type _bsaes_encrypt8,@function
|
.type _bsaes_encrypt8,@function
|
||||||
.align 64
|
.align 64
|
||||||
_bsaes_encrypt8:
|
_bsaes_encrypt8:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq .LBS0(%rip),%r11
|
leaq .LBS0(%rip),%r11
|
||||||
|
|
||||||
movdqa (%rax),%xmm8
|
movdqa (%rax),%xmm8
|
||||||
@ -474,13 +474,13 @@ _bsaes_encrypt8_bitslice:
|
|||||||
pxor %xmm7,%xmm15
|
pxor %xmm7,%xmm15
|
||||||
pxor %xmm7,%xmm0
|
pxor %xmm7,%xmm0
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _bsaes_encrypt8,.-_bsaes_encrypt8
|
.size _bsaes_encrypt8,.-_bsaes_encrypt8
|
||||||
|
|
||||||
.type _bsaes_decrypt8,@function
|
.type _bsaes_decrypt8,@function
|
||||||
.align 64
|
.align 64
|
||||||
_bsaes_decrypt8:
|
_bsaes_decrypt8:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq .LBS0(%rip),%r11
|
leaq .LBS0(%rip),%r11
|
||||||
|
|
||||||
movdqa (%rax),%xmm8
|
movdqa (%rax),%xmm8
|
||||||
@ -982,12 +982,12 @@ _bsaes_decrypt8:
|
|||||||
pxor %xmm7,%xmm15
|
pxor %xmm7,%xmm15
|
||||||
pxor %xmm7,%xmm0
|
pxor %xmm7,%xmm0
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _bsaes_decrypt8,.-_bsaes_decrypt8
|
.size _bsaes_decrypt8,.-_bsaes_decrypt8
|
||||||
.type _bsaes_key_convert,@function
|
.type _bsaes_key_convert,@function
|
||||||
.align 16
|
.align 16
|
||||||
_bsaes_key_convert:
|
_bsaes_key_convert:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq .Lmasks(%rip),%r11
|
leaq .Lmasks(%rip),%r11
|
||||||
movdqu (%rcx),%xmm7
|
movdqu (%rcx),%xmm7
|
||||||
leaq 16(%rcx),%rcx
|
leaq 16(%rcx),%rcx
|
||||||
@ -1066,7 +1066,7 @@ _bsaes_key_convert:
|
|||||||
movdqa 80(%r11),%xmm7
|
movdqa 80(%r11),%xmm7
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _bsaes_key_convert,.-_bsaes_key_convert
|
.size _bsaes_key_convert,.-_bsaes_key_convert
|
||||||
|
|
||||||
.globl bsaes_cbc_encrypt
|
.globl bsaes_cbc_encrypt
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
.type _vpaes_encrypt_core,@function
|
.type _vpaes_encrypt_core,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_encrypt_core:
|
_vpaes_encrypt_core:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movq %rdx,%r9
|
movq %rdx,%r9
|
||||||
movq $16,%r11
|
movq $16,%r11
|
||||||
movl 240(%rdx),%eax
|
movl 240(%rdx),%eax
|
||||||
@ -99,7 +99,7 @@ _vpaes_encrypt_core:
|
|||||||
pxor %xmm4,%xmm0
|
pxor %xmm4,%xmm0
|
||||||
.byte 102,15,56,0,193
|
.byte 102,15,56,0,193
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_encrypt_core,.-_vpaes_encrypt_core
|
.size _vpaes_encrypt_core,.-_vpaes_encrypt_core
|
||||||
|
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ _vpaes_encrypt_core:
|
|||||||
.type _vpaes_decrypt_core,@function
|
.type _vpaes_decrypt_core,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_decrypt_core:
|
_vpaes_decrypt_core:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movq %rdx,%r9
|
movq %rdx,%r9
|
||||||
movl 240(%rdx),%eax
|
movl 240(%rdx),%eax
|
||||||
movdqa %xmm9,%xmm1
|
movdqa %xmm9,%xmm1
|
||||||
@ -207,7 +207,7 @@ _vpaes_decrypt_core:
|
|||||||
pxor %xmm4,%xmm0
|
pxor %xmm4,%xmm0
|
||||||
.byte 102,15,56,0,194
|
.byte 102,15,56,0,194
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_decrypt_core,.-_vpaes_decrypt_core
|
.size _vpaes_decrypt_core,.-_vpaes_decrypt_core
|
||||||
|
|
||||||
|
|
||||||
@ -218,7 +218,7 @@ _vpaes_decrypt_core:
|
|||||||
.type _vpaes_schedule_core,@function
|
.type _vpaes_schedule_core,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_core:
|
_vpaes_schedule_core:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -385,7 +385,7 @@ _vpaes_schedule_core:
|
|||||||
pxor %xmm6,%xmm6
|
pxor %xmm6,%xmm6
|
||||||
pxor %xmm7,%xmm7
|
pxor %xmm7,%xmm7
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_core,.-_vpaes_schedule_core
|
.size _vpaes_schedule_core,.-_vpaes_schedule_core
|
||||||
|
|
||||||
|
|
||||||
@ -405,7 +405,7 @@ _vpaes_schedule_core:
|
|||||||
.type _vpaes_schedule_192_smear,@function
|
.type _vpaes_schedule_192_smear,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_192_smear:
|
_vpaes_schedule_192_smear:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
pshufd $0x80,%xmm6,%xmm1
|
pshufd $0x80,%xmm6,%xmm1
|
||||||
pshufd $0xFE,%xmm7,%xmm0
|
pshufd $0xFE,%xmm7,%xmm0
|
||||||
pxor %xmm1,%xmm6
|
pxor %xmm1,%xmm6
|
||||||
@ -414,7 +414,7 @@ _vpaes_schedule_192_smear:
|
|||||||
movdqa %xmm6,%xmm0
|
movdqa %xmm6,%xmm0
|
||||||
movhlps %xmm1,%xmm6
|
movhlps %xmm1,%xmm6
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_192_smear,.-_vpaes_schedule_192_smear
|
.size _vpaes_schedule_192_smear,.-_vpaes_schedule_192_smear
|
||||||
|
|
||||||
|
|
||||||
@ -438,7 +438,7 @@ _vpaes_schedule_192_smear:
|
|||||||
.type _vpaes_schedule_round,@function
|
.type _vpaes_schedule_round,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_round:
|
_vpaes_schedule_round:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
pxor %xmm1,%xmm1
|
pxor %xmm1,%xmm1
|
||||||
.byte 102,65,15,58,15,200,15
|
.byte 102,65,15,58,15,200,15
|
||||||
@ -492,7 +492,7 @@ _vpaes_schedule_low_round:
|
|||||||
pxor %xmm7,%xmm0
|
pxor %xmm7,%xmm0
|
||||||
movdqa %xmm0,%xmm7
|
movdqa %xmm0,%xmm7
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_round,.-_vpaes_schedule_round
|
.size _vpaes_schedule_round,.-_vpaes_schedule_round
|
||||||
|
|
||||||
|
|
||||||
@ -507,7 +507,7 @@ _vpaes_schedule_low_round:
|
|||||||
.type _vpaes_schedule_transform,@function
|
.type _vpaes_schedule_transform,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_transform:
|
_vpaes_schedule_transform:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movdqa %xmm9,%xmm1
|
movdqa %xmm9,%xmm1
|
||||||
pandn %xmm0,%xmm1
|
pandn %xmm0,%xmm1
|
||||||
psrld $4,%xmm1
|
psrld $4,%xmm1
|
||||||
@ -518,7 +518,7 @@ _vpaes_schedule_transform:
|
|||||||
.byte 102,15,56,0,193
|
.byte 102,15,56,0,193
|
||||||
pxor %xmm2,%xmm0
|
pxor %xmm2,%xmm0
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_transform,.-_vpaes_schedule_transform
|
.size _vpaes_schedule_transform,.-_vpaes_schedule_transform
|
||||||
|
|
||||||
|
|
||||||
@ -547,7 +547,7 @@ _vpaes_schedule_transform:
|
|||||||
.type _vpaes_schedule_mangle,@function
|
.type _vpaes_schedule_mangle,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_mangle:
|
_vpaes_schedule_mangle:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movdqa %xmm0,%xmm4
|
movdqa %xmm0,%xmm4
|
||||||
movdqa .Lk_mc_forward(%rip),%xmm5
|
movdqa .Lk_mc_forward(%rip),%xmm5
|
||||||
testq %rcx,%rcx
|
testq %rcx,%rcx
|
||||||
@ -612,7 +612,7 @@ _vpaes_schedule_mangle:
|
|||||||
andq $0x30,%r8
|
andq $0x30,%r8
|
||||||
movdqu %xmm3,(%rdx)
|
movdqu %xmm3,(%rdx)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_mangle,.-_vpaes_schedule_mangle
|
.size _vpaes_schedule_mangle,.-_vpaes_schedule_mangle
|
||||||
|
|
||||||
|
|
||||||
@ -622,7 +622,7 @@ _vpaes_schedule_mangle:
|
|||||||
.type vpaes_set_encrypt_key,@function
|
.type vpaes_set_encrypt_key,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_set_encrypt_key:
|
vpaes_set_encrypt_key:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl %esi,%eax
|
movl %esi,%eax
|
||||||
shrl $5,%eax
|
shrl $5,%eax
|
||||||
addl $5,%eax
|
addl $5,%eax
|
||||||
@ -633,14 +633,14 @@ vpaes_set_encrypt_key:
|
|||||||
call _vpaes_schedule_core
|
call _vpaes_schedule_core
|
||||||
xorl %eax,%eax
|
xorl %eax,%eax
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_set_encrypt_key,.-vpaes_set_encrypt_key
|
.size vpaes_set_encrypt_key,.-vpaes_set_encrypt_key
|
||||||
|
|
||||||
.globl vpaes_set_decrypt_key
|
.globl vpaes_set_decrypt_key
|
||||||
.type vpaes_set_decrypt_key,@function
|
.type vpaes_set_decrypt_key,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_set_decrypt_key:
|
vpaes_set_decrypt_key:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl %esi,%eax
|
movl %esi,%eax
|
||||||
shrl $5,%eax
|
shrl $5,%eax
|
||||||
addl $5,%eax
|
addl $5,%eax
|
||||||
@ -656,39 +656,39 @@ vpaes_set_decrypt_key:
|
|||||||
call _vpaes_schedule_core
|
call _vpaes_schedule_core
|
||||||
xorl %eax,%eax
|
xorl %eax,%eax
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_set_decrypt_key,.-vpaes_set_decrypt_key
|
.size vpaes_set_decrypt_key,.-vpaes_set_decrypt_key
|
||||||
|
|
||||||
.globl vpaes_encrypt
|
.globl vpaes_encrypt
|
||||||
.type vpaes_encrypt,@function
|
.type vpaes_encrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_encrypt:
|
vpaes_encrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movdqu (%rdi),%xmm0
|
movdqu (%rdi),%xmm0
|
||||||
call _vpaes_preheat
|
call _vpaes_preheat
|
||||||
call _vpaes_encrypt_core
|
call _vpaes_encrypt_core
|
||||||
movdqu %xmm0,(%rsi)
|
movdqu %xmm0,(%rsi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_encrypt,.-vpaes_encrypt
|
.size vpaes_encrypt,.-vpaes_encrypt
|
||||||
|
|
||||||
.globl vpaes_decrypt
|
.globl vpaes_decrypt
|
||||||
.type vpaes_decrypt,@function
|
.type vpaes_decrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_decrypt:
|
vpaes_decrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movdqu (%rdi),%xmm0
|
movdqu (%rdi),%xmm0
|
||||||
call _vpaes_preheat
|
call _vpaes_preheat
|
||||||
call _vpaes_decrypt_core
|
call _vpaes_decrypt_core
|
||||||
movdqu %xmm0,(%rsi)
|
movdqu %xmm0,(%rsi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_decrypt,.-vpaes_decrypt
|
.size vpaes_decrypt,.-vpaes_decrypt
|
||||||
.globl vpaes_cbc_encrypt
|
.globl vpaes_cbc_encrypt
|
||||||
.type vpaes_cbc_encrypt,@function
|
.type vpaes_cbc_encrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_cbc_encrypt:
|
vpaes_cbc_encrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xchgq %rcx,%rdx
|
xchgq %rcx,%rdx
|
||||||
subq $16,%rcx
|
subq $16,%rcx
|
||||||
jc .Lcbc_abort
|
jc .Lcbc_abort
|
||||||
@ -724,7 +724,7 @@ vpaes_cbc_encrypt:
|
|||||||
movdqu %xmm6,(%r8)
|
movdqu %xmm6,(%r8)
|
||||||
.Lcbc_abort:
|
.Lcbc_abort:
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_cbc_encrypt,.-vpaes_cbc_encrypt
|
.size vpaes_cbc_encrypt,.-vpaes_cbc_encrypt
|
||||||
|
|
||||||
|
|
||||||
@ -735,7 +735,7 @@ vpaes_cbc_encrypt:
|
|||||||
.type _vpaes_preheat,@function
|
.type _vpaes_preheat,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_preheat:
|
_vpaes_preheat:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq .Lk_s0F(%rip),%r10
|
leaq .Lk_s0F(%rip),%r10
|
||||||
movdqa -32(%r10),%xmm10
|
movdqa -32(%r10),%xmm10
|
||||||
movdqa -16(%r10),%xmm11
|
movdqa -16(%r10),%xmm11
|
||||||
@ -745,7 +745,7 @@ _vpaes_preheat:
|
|||||||
movdqa 80(%r10),%xmm15
|
movdqa 80(%r10),%xmm15
|
||||||
movdqa 96(%r10),%xmm14
|
movdqa 96(%r10),%xmm14
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_preheat,.-_vpaes_preheat
|
.size _vpaes_preheat,.-_vpaes_preheat
|
||||||
|
|
||||||
|
|
||||||
|
@ -1212,7 +1212,7 @@ rsaz_1024_mul_avx2:
|
|||||||
.type rsaz_1024_red2norm_avx2,@function
|
.type rsaz_1024_red2norm_avx2,@function
|
||||||
.align 32
|
.align 32
|
||||||
rsaz_1024_red2norm_avx2:
|
rsaz_1024_red2norm_avx2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
subq $-128,%rsi
|
subq $-128,%rsi
|
||||||
xorq %rax,%rax
|
xorq %rax,%rax
|
||||||
movq -128(%rsi),%r8
|
movq -128(%rsi),%r8
|
||||||
@ -1404,14 +1404,14 @@ rsaz_1024_red2norm_avx2:
|
|||||||
movq %rax,120(%rdi)
|
movq %rax,120(%rdi)
|
||||||
movq %r11,%rax
|
movq %r11,%rax
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size rsaz_1024_red2norm_avx2,.-rsaz_1024_red2norm_avx2
|
.size rsaz_1024_red2norm_avx2,.-rsaz_1024_red2norm_avx2
|
||||||
|
|
||||||
.globl rsaz_1024_norm2red_avx2
|
.globl rsaz_1024_norm2red_avx2
|
||||||
.type rsaz_1024_norm2red_avx2,@function
|
.type rsaz_1024_norm2red_avx2,@function
|
||||||
.align 32
|
.align 32
|
||||||
rsaz_1024_norm2red_avx2:
|
rsaz_1024_norm2red_avx2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
subq $-128,%rdi
|
subq $-128,%rdi
|
||||||
movq (%rsi),%r8
|
movq (%rsi),%r8
|
||||||
movl $0x1fffffff,%eax
|
movl $0x1fffffff,%eax
|
||||||
@ -1564,13 +1564,13 @@ rsaz_1024_norm2red_avx2:
|
|||||||
movq %r8,176(%rdi)
|
movq %r8,176(%rdi)
|
||||||
movq %r8,184(%rdi)
|
movq %r8,184(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size rsaz_1024_norm2red_avx2,.-rsaz_1024_norm2red_avx2
|
.size rsaz_1024_norm2red_avx2,.-rsaz_1024_norm2red_avx2
|
||||||
.globl rsaz_1024_scatter5_avx2
|
.globl rsaz_1024_scatter5_avx2
|
||||||
.type rsaz_1024_scatter5_avx2,@function
|
.type rsaz_1024_scatter5_avx2,@function
|
||||||
.align 32
|
.align 32
|
||||||
rsaz_1024_scatter5_avx2:
|
rsaz_1024_scatter5_avx2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
vzeroupper
|
vzeroupper
|
||||||
vmovdqu .Lscatter_permd(%rip),%ymm5
|
vmovdqu .Lscatter_permd(%rip),%ymm5
|
||||||
shll $4,%edx
|
shll $4,%edx
|
||||||
@ -1590,7 +1590,7 @@ rsaz_1024_scatter5_avx2:
|
|||||||
|
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size rsaz_1024_scatter5_avx2,.-rsaz_1024_scatter5_avx2
|
.size rsaz_1024_scatter5_avx2,.-rsaz_1024_scatter5_avx2
|
||||||
|
|
||||||
.globl rsaz_1024_gather5_avx2
|
.globl rsaz_1024_gather5_avx2
|
||||||
|
@ -2893,7 +2893,7 @@ bn_powerx5:
|
|||||||
.align 32
|
.align 32
|
||||||
bn_sqrx8x_internal:
|
bn_sqrx8x_internal:
|
||||||
__bn_sqrx8x_internal:
|
__bn_sqrx8x_internal:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -3505,7 +3505,7 @@ __bn_sqrx8x_reduction:
|
|||||||
cmpq 8+8(%rsp),%r8
|
cmpq 8+8(%rsp),%r8
|
||||||
jb .Lsqrx8x_reduction_loop
|
jb .Lsqrx8x_reduction_loop
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size bn_sqrx8x_internal,.-bn_sqrx8x_internal
|
.size bn_sqrx8x_internal,.-bn_sqrx8x_internal
|
||||||
.align 32
|
.align 32
|
||||||
__bn_postx4x_internal:
|
__bn_postx4x_internal:
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: BSD-x86_64"
|
#define PLATFORM "platform: BSD-x86_64"
|
||||||
#define DATE "built on: Tue Feb 26 19:44:26 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:46:57 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -3959,7 +3959,7 @@ ecp_nistz256_mul_mont:
|
|||||||
.type __ecp_nistz256_mul_montq,@function
|
.type __ecp_nistz256_mul_montq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_mul_montq:
|
__ecp_nistz256_mul_montq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
|
|
||||||
movq %rax,%rbp
|
movq %rax,%rbp
|
||||||
@ -4171,7 +4171,7 @@ __ecp_nistz256_mul_montq:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_mul_montq,.-__ecp_nistz256_mul_montq
|
.size __ecp_nistz256_mul_montq,.-__ecp_nistz256_mul_montq
|
||||||
|
|
||||||
|
|
||||||
@ -4249,7 +4249,7 @@ ecp_nistz256_sqr_mont:
|
|||||||
.type __ecp_nistz256_sqr_montq,@function
|
.type __ecp_nistz256_sqr_montq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_sqr_montq:
|
__ecp_nistz256_sqr_montq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movq %rax,%r13
|
movq %rax,%r13
|
||||||
mulq %r14
|
mulq %r14
|
||||||
movq %rax,%r9
|
movq %rax,%r9
|
||||||
@ -4407,12 +4407,12 @@ __ecp_nistz256_sqr_montq:
|
|||||||
movq %r15,24(%rdi)
|
movq %r15,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_sqr_montq,.-__ecp_nistz256_sqr_montq
|
.size __ecp_nistz256_sqr_montq,.-__ecp_nistz256_sqr_montq
|
||||||
.type __ecp_nistz256_mul_montx,@function
|
.type __ecp_nistz256_mul_montx,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_mul_montx:
|
__ecp_nistz256_mul_montx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
|
|
||||||
mulxq %r9,%r8,%r9
|
mulxq %r9,%r8,%r9
|
||||||
@ -4575,13 +4575,13 @@ __ecp_nistz256_mul_montx:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_mul_montx,.-__ecp_nistz256_mul_montx
|
.size __ecp_nistz256_mul_montx,.-__ecp_nistz256_mul_montx
|
||||||
|
|
||||||
.type __ecp_nistz256_sqr_montx,@function
|
.type __ecp_nistz256_sqr_montx,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_sqr_montx:
|
__ecp_nistz256_sqr_montx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
mulxq %r14,%r9,%r10
|
mulxq %r14,%r9,%r10
|
||||||
mulxq %r15,%rcx,%r11
|
mulxq %r15,%rcx,%r11
|
||||||
xorl %eax,%eax
|
xorl %eax,%eax
|
||||||
@ -4705,7 +4705,7 @@ __ecp_nistz256_sqr_montx:
|
|||||||
movq %r15,24(%rdi)
|
movq %r15,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_sqr_montx,.-__ecp_nistz256_sqr_montx
|
.size __ecp_nistz256_sqr_montx,.-__ecp_nistz256_sqr_montx
|
||||||
|
|
||||||
|
|
||||||
@ -4845,7 +4845,7 @@ ecp_nistz256_scatter_w5:
|
|||||||
.type ecp_nistz256_gather_w5,@function
|
.type ecp_nistz256_gather_w5,@function
|
||||||
.align 32
|
.align 32
|
||||||
ecp_nistz256_gather_w5:
|
ecp_nistz256_gather_w5:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl OPENSSL_ia32cap_P+8(%rip),%eax
|
movl OPENSSL_ia32cap_P+8(%rip),%eax
|
||||||
testl $32,%eax
|
testl $32,%eax
|
||||||
jnz .Lavx2_gather_w5
|
jnz .Lavx2_gather_w5
|
||||||
@ -4900,7 +4900,7 @@ ecp_nistz256_gather_w5:
|
|||||||
movdqu %xmm6,64(%rdi)
|
movdqu %xmm6,64(%rdi)
|
||||||
movdqu %xmm7,80(%rdi)
|
movdqu %xmm7,80(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.LSEH_end_ecp_nistz256_gather_w5:
|
.LSEH_end_ecp_nistz256_gather_w5:
|
||||||
.size ecp_nistz256_gather_w5,.-ecp_nistz256_gather_w5
|
.size ecp_nistz256_gather_w5,.-ecp_nistz256_gather_w5
|
||||||
|
|
||||||
@ -4929,7 +4929,7 @@ ecp_nistz256_scatter_w7:
|
|||||||
.type ecp_nistz256_gather_w7,@function
|
.type ecp_nistz256_gather_w7,@function
|
||||||
.align 32
|
.align 32
|
||||||
ecp_nistz256_gather_w7:
|
ecp_nistz256_gather_w7:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl OPENSSL_ia32cap_P+8(%rip),%eax
|
movl OPENSSL_ia32cap_P+8(%rip),%eax
|
||||||
testl $32,%eax
|
testl $32,%eax
|
||||||
jnz .Lavx2_gather_w7
|
jnz .Lavx2_gather_w7
|
||||||
@ -4973,7 +4973,7 @@ ecp_nistz256_gather_w7:
|
|||||||
movdqu %xmm4,32(%rdi)
|
movdqu %xmm4,32(%rdi)
|
||||||
movdqu %xmm5,48(%rdi)
|
movdqu %xmm5,48(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.LSEH_end_ecp_nistz256_gather_w7:
|
.LSEH_end_ecp_nistz256_gather_w7:
|
||||||
.size ecp_nistz256_gather_w7,.-ecp_nistz256_gather_w7
|
.size ecp_nistz256_gather_w7,.-ecp_nistz256_gather_w7
|
||||||
|
|
||||||
@ -4981,7 +4981,7 @@ ecp_nistz256_gather_w7:
|
|||||||
.type ecp_nistz256_avx2_gather_w5,@function
|
.type ecp_nistz256_avx2_gather_w5,@function
|
||||||
.align 32
|
.align 32
|
||||||
ecp_nistz256_avx2_gather_w5:
|
ecp_nistz256_avx2_gather_w5:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.Lavx2_gather_w5:
|
.Lavx2_gather_w5:
|
||||||
vzeroupper
|
vzeroupper
|
||||||
vmovdqa .LTwo(%rip),%ymm0
|
vmovdqa .LTwo(%rip),%ymm0
|
||||||
@ -5036,7 +5036,7 @@ ecp_nistz256_avx2_gather_w5:
|
|||||||
vmovdqu %ymm4,64(%rdi)
|
vmovdqu %ymm4,64(%rdi)
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.LSEH_end_ecp_nistz256_avx2_gather_w5:
|
.LSEH_end_ecp_nistz256_avx2_gather_w5:
|
||||||
.size ecp_nistz256_avx2_gather_w5,.-ecp_nistz256_avx2_gather_w5
|
.size ecp_nistz256_avx2_gather_w5,.-ecp_nistz256_avx2_gather_w5
|
||||||
|
|
||||||
@ -5046,7 +5046,7 @@ ecp_nistz256_avx2_gather_w5:
|
|||||||
.type ecp_nistz256_avx2_gather_w7,@function
|
.type ecp_nistz256_avx2_gather_w7,@function
|
||||||
.align 32
|
.align 32
|
||||||
ecp_nistz256_avx2_gather_w7:
|
ecp_nistz256_avx2_gather_w7:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.Lavx2_gather_w7:
|
.Lavx2_gather_w7:
|
||||||
vzeroupper
|
vzeroupper
|
||||||
vmovdqa .LThree(%rip),%ymm0
|
vmovdqa .LThree(%rip),%ymm0
|
||||||
@ -5116,13 +5116,13 @@ ecp_nistz256_avx2_gather_w7:
|
|||||||
vmovdqu %ymm3,32(%rdi)
|
vmovdqu %ymm3,32(%rdi)
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.LSEH_end_ecp_nistz256_avx2_gather_w7:
|
.LSEH_end_ecp_nistz256_avx2_gather_w7:
|
||||||
.size ecp_nistz256_avx2_gather_w7,.-ecp_nistz256_avx2_gather_w7
|
.size ecp_nistz256_avx2_gather_w7,.-ecp_nistz256_avx2_gather_w7
|
||||||
.type __ecp_nistz256_add_toq,@function
|
.type __ecp_nistz256_add_toq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_add_toq:
|
__ecp_nistz256_add_toq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
addq 0(%rbx),%r12
|
addq 0(%rbx),%r12
|
||||||
adcq 8(%rbx),%r13
|
adcq 8(%rbx),%r13
|
||||||
@ -5150,13 +5150,13 @@ __ecp_nistz256_add_toq:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_add_toq,.-__ecp_nistz256_add_toq
|
.size __ecp_nistz256_add_toq,.-__ecp_nistz256_add_toq
|
||||||
|
|
||||||
.type __ecp_nistz256_sub_fromq,@function
|
.type __ecp_nistz256_sub_fromq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_sub_fromq:
|
__ecp_nistz256_sub_fromq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
subq 0(%rbx),%r12
|
subq 0(%rbx),%r12
|
||||||
sbbq 8(%rbx),%r13
|
sbbq 8(%rbx),%r13
|
||||||
movq %r12,%rax
|
movq %r12,%rax
|
||||||
@ -5183,13 +5183,13 @@ __ecp_nistz256_sub_fromq:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_sub_fromq,.-__ecp_nistz256_sub_fromq
|
.size __ecp_nistz256_sub_fromq,.-__ecp_nistz256_sub_fromq
|
||||||
|
|
||||||
.type __ecp_nistz256_subq,@function
|
.type __ecp_nistz256_subq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_subq:
|
__ecp_nistz256_subq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
subq %r12,%rax
|
subq %r12,%rax
|
||||||
sbbq %r13,%rbp
|
sbbq %r13,%rbp
|
||||||
movq %rax,%r12
|
movq %rax,%r12
|
||||||
@ -5212,13 +5212,13 @@ __ecp_nistz256_subq:
|
|||||||
cmovnzq %r10,%r9
|
cmovnzq %r10,%r9
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_subq,.-__ecp_nistz256_subq
|
.size __ecp_nistz256_subq,.-__ecp_nistz256_subq
|
||||||
|
|
||||||
.type __ecp_nistz256_mul_by_2q,@function
|
.type __ecp_nistz256_mul_by_2q,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_mul_by_2q:
|
__ecp_nistz256_mul_by_2q:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
addq %r12,%r12
|
addq %r12,%r12
|
||||||
adcq %r13,%r13
|
adcq %r13,%r13
|
||||||
@ -5246,7 +5246,7 @@ __ecp_nistz256_mul_by_2q:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_mul_by_2q,.-__ecp_nistz256_mul_by_2q
|
.size __ecp_nistz256_mul_by_2q,.-__ecp_nistz256_mul_by_2q
|
||||||
.globl ecp_nistz256_point_double
|
.globl ecp_nistz256_point_double
|
||||||
.type ecp_nistz256_point_double,@function
|
.type ecp_nistz256_point_double,@function
|
||||||
@ -6243,7 +6243,7 @@ ecp_nistz256_point_add_affine:
|
|||||||
.type __ecp_nistz256_add_tox,@function
|
.type __ecp_nistz256_add_tox,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_add_tox:
|
__ecp_nistz256_add_tox:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
adcq 0(%rbx),%r12
|
adcq 0(%rbx),%r12
|
||||||
adcq 8(%rbx),%r13
|
adcq 8(%rbx),%r13
|
||||||
@ -6272,13 +6272,13 @@ __ecp_nistz256_add_tox:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_add_tox,.-__ecp_nistz256_add_tox
|
.size __ecp_nistz256_add_tox,.-__ecp_nistz256_add_tox
|
||||||
|
|
||||||
.type __ecp_nistz256_sub_fromx,@function
|
.type __ecp_nistz256_sub_fromx,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_sub_fromx:
|
__ecp_nistz256_sub_fromx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
sbbq 0(%rbx),%r12
|
sbbq 0(%rbx),%r12
|
||||||
sbbq 8(%rbx),%r13
|
sbbq 8(%rbx),%r13
|
||||||
@ -6307,13 +6307,13 @@ __ecp_nistz256_sub_fromx:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_sub_fromx,.-__ecp_nistz256_sub_fromx
|
.size __ecp_nistz256_sub_fromx,.-__ecp_nistz256_sub_fromx
|
||||||
|
|
||||||
.type __ecp_nistz256_subx,@function
|
.type __ecp_nistz256_subx,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_subx:
|
__ecp_nistz256_subx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
sbbq %r12,%rax
|
sbbq %r12,%rax
|
||||||
sbbq %r13,%rbp
|
sbbq %r13,%rbp
|
||||||
@ -6338,13 +6338,13 @@ __ecp_nistz256_subx:
|
|||||||
cmovcq %r10,%r9
|
cmovcq %r10,%r9
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_subx,.-__ecp_nistz256_subx
|
.size __ecp_nistz256_subx,.-__ecp_nistz256_subx
|
||||||
|
|
||||||
.type __ecp_nistz256_mul_by_2x,@function
|
.type __ecp_nistz256_mul_by_2x,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_mul_by_2x:
|
__ecp_nistz256_mul_by_2x:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
adcq %r12,%r12
|
adcq %r12,%r12
|
||||||
adcq %r13,%r13
|
adcq %r13,%r13
|
||||||
@ -6373,7 +6373,7 @@ __ecp_nistz256_mul_by_2x:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_mul_by_2x,.-__ecp_nistz256_mul_by_2x
|
.size __ecp_nistz256_mul_by_2x,.-__ecp_nistz256_mul_by_2x
|
||||||
.type ecp_nistz256_point_doublex,@function
|
.type ecp_nistz256_point_doublex,@function
|
||||||
.align 32
|
.align 32
|
||||||
|
@ -705,7 +705,7 @@ gcm_ghash_4bit:
|
|||||||
.type gcm_init_clmul,@function
|
.type gcm_init_clmul,@function
|
||||||
.align 16
|
.align 16
|
||||||
gcm_init_clmul:
|
gcm_init_clmul:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.L_init_clmul:
|
.L_init_clmul:
|
||||||
movdqu (%rsi),%xmm2
|
movdqu (%rsi),%xmm2
|
||||||
pshufd $78,%xmm2,%xmm2
|
pshufd $78,%xmm2,%xmm2
|
||||||
@ -857,13 +857,13 @@ gcm_init_clmul:
|
|||||||
.byte 102,15,58,15,227,8
|
.byte 102,15,58,15,227,8
|
||||||
movdqu %xmm4,80(%rdi)
|
movdqu %xmm4,80(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_init_clmul,.-gcm_init_clmul
|
.size gcm_init_clmul,.-gcm_init_clmul
|
||||||
.globl gcm_gmult_clmul
|
.globl gcm_gmult_clmul
|
||||||
.type gcm_gmult_clmul,@function
|
.type gcm_gmult_clmul,@function
|
||||||
.align 16
|
.align 16
|
||||||
gcm_gmult_clmul:
|
gcm_gmult_clmul:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.L_gmult_clmul:
|
.L_gmult_clmul:
|
||||||
movdqu (%rdi),%xmm0
|
movdqu (%rdi),%xmm0
|
||||||
movdqa .Lbswap_mask(%rip),%xmm5
|
movdqa .Lbswap_mask(%rip),%xmm5
|
||||||
@ -910,13 +910,13 @@ gcm_gmult_clmul:
|
|||||||
.byte 102,15,56,0,197
|
.byte 102,15,56,0,197
|
||||||
movdqu %xmm0,(%rdi)
|
movdqu %xmm0,(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_gmult_clmul,.-gcm_gmult_clmul
|
.size gcm_gmult_clmul,.-gcm_gmult_clmul
|
||||||
.globl gcm_ghash_clmul
|
.globl gcm_ghash_clmul
|
||||||
.type gcm_ghash_clmul,@function
|
.type gcm_ghash_clmul,@function
|
||||||
.align 32
|
.align 32
|
||||||
gcm_ghash_clmul:
|
gcm_ghash_clmul:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.L_ghash_clmul:
|
.L_ghash_clmul:
|
||||||
movdqa .Lbswap_mask(%rip),%xmm10
|
movdqa .Lbswap_mask(%rip),%xmm10
|
||||||
|
|
||||||
@ -1295,13 +1295,13 @@ gcm_ghash_clmul:
|
|||||||
.byte 102,65,15,56,0,194
|
.byte 102,65,15,56,0,194
|
||||||
movdqu %xmm0,(%rdi)
|
movdqu %xmm0,(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_ghash_clmul,.-gcm_ghash_clmul
|
.size gcm_ghash_clmul,.-gcm_ghash_clmul
|
||||||
.globl gcm_init_avx
|
.globl gcm_init_avx
|
||||||
.type gcm_init_avx,@function
|
.type gcm_init_avx,@function
|
||||||
.align 32
|
.align 32
|
||||||
gcm_init_avx:
|
gcm_init_avx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
vzeroupper
|
vzeroupper
|
||||||
|
|
||||||
vmovdqu (%rsi),%xmm2
|
vmovdqu (%rsi),%xmm2
|
||||||
@ -1404,21 +1404,21 @@ gcm_init_avx:
|
|||||||
|
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_init_avx,.-gcm_init_avx
|
.size gcm_init_avx,.-gcm_init_avx
|
||||||
.globl gcm_gmult_avx
|
.globl gcm_gmult_avx
|
||||||
.type gcm_gmult_avx,@function
|
.type gcm_gmult_avx,@function
|
||||||
.align 32
|
.align 32
|
||||||
gcm_gmult_avx:
|
gcm_gmult_avx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
jmp .L_gmult_clmul
|
jmp .L_gmult_clmul
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_gmult_avx,.-gcm_gmult_avx
|
.size gcm_gmult_avx,.-gcm_gmult_avx
|
||||||
.globl gcm_ghash_avx
|
.globl gcm_ghash_avx
|
||||||
.type gcm_ghash_avx,@function
|
.type gcm_ghash_avx,@function
|
||||||
.align 32
|
.align 32
|
||||||
gcm_ghash_avx:
|
gcm_ghash_avx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
vzeroupper
|
vzeroupper
|
||||||
|
|
||||||
vmovdqu (%rdi),%xmm10
|
vmovdqu (%rdi),%xmm10
|
||||||
@ -1790,7 +1790,7 @@ gcm_ghash_avx:
|
|||||||
vmovdqu %xmm10,(%rdi)
|
vmovdqu %xmm10,(%rdi)
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_ghash_avx,.-gcm_ghash_avx
|
.size gcm_ghash_avx,.-gcm_ghash_avx
|
||||||
.align 64
|
.align 64
|
||||||
.Lbswap_mask:
|
.Lbswap_mask:
|
||||||
|
@ -75,9 +75,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "BSD-x86_64" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -332,7 +332,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15960,9 +15959,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -155,7 +155,7 @@ _x86_64_AES_encrypt:
|
|||||||
.type _x86_64_AES_encrypt_compact,@function
|
.type _x86_64_AES_encrypt_compact,@function
|
||||||
.align 16
|
.align 16
|
||||||
_x86_64_AES_encrypt_compact:
|
_x86_64_AES_encrypt_compact:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq 128(%r14),%r8
|
leaq 128(%r14),%r8
|
||||||
movl 0-128(%r8),%edi
|
movl 0-128(%r8),%edi
|
||||||
movl 32-128(%r8),%ebp
|
movl 32-128(%r8),%ebp
|
||||||
@ -325,7 +325,7 @@ _x86_64_AES_encrypt_compact:
|
|||||||
xorl 8(%r15),%ecx
|
xorl 8(%r15),%ecx
|
||||||
xorl 12(%r15),%edx
|
xorl 12(%r15),%edx
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _x86_64_AES_encrypt_compact,.-_x86_64_AES_encrypt_compact
|
.size _x86_64_AES_encrypt_compact,.-_x86_64_AES_encrypt_compact
|
||||||
.globl AES_encrypt
|
.globl AES_encrypt
|
||||||
.type AES_encrypt,@function
|
.type AES_encrypt,@function
|
||||||
@ -570,7 +570,7 @@ _x86_64_AES_decrypt:
|
|||||||
.type _x86_64_AES_decrypt_compact,@function
|
.type _x86_64_AES_decrypt_compact,@function
|
||||||
.align 16
|
.align 16
|
||||||
_x86_64_AES_decrypt_compact:
|
_x86_64_AES_decrypt_compact:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq 128(%r14),%r8
|
leaq 128(%r14),%r8
|
||||||
movl 0-128(%r8),%edi
|
movl 0-128(%r8),%edi
|
||||||
movl 32-128(%r8),%ebp
|
movl 32-128(%r8),%ebp
|
||||||
@ -792,7 +792,7 @@ _x86_64_AES_decrypt_compact:
|
|||||||
xorl 8(%r15),%ecx
|
xorl 8(%r15),%ecx
|
||||||
xorl 12(%r15),%edx
|
xorl 12(%r15),%edx
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _x86_64_AES_decrypt_compact,.-_x86_64_AES_decrypt_compact
|
.size _x86_64_AES_decrypt_compact,.-_x86_64_AES_decrypt_compact
|
||||||
.globl AES_decrypt
|
.globl AES_decrypt
|
||||||
.type AES_decrypt,@function
|
.type AES_decrypt,@function
|
||||||
@ -924,7 +924,7 @@ AES_set_encrypt_key:
|
|||||||
.type _x86_64_AES_set_encrypt_key,@function
|
.type _x86_64_AES_set_encrypt_key,@function
|
||||||
.align 16
|
.align 16
|
||||||
_x86_64_AES_set_encrypt_key:
|
_x86_64_AES_set_encrypt_key:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl %esi,%ecx
|
movl %esi,%ecx
|
||||||
movq %rdi,%rsi
|
movq %rdi,%rsi
|
||||||
movq %rdx,%rdi
|
movq %rdx,%rdi
|
||||||
@ -1160,7 +1160,7 @@ _x86_64_AES_set_encrypt_key:
|
|||||||
movq $-1,%rax
|
movq $-1,%rax
|
||||||
.Lexit:
|
.Lexit:
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _x86_64_AES_set_encrypt_key,.-_x86_64_AES_set_encrypt_key
|
.size _x86_64_AES_set_encrypt_key,.-_x86_64_AES_set_encrypt_key
|
||||||
.globl AES_set_decrypt_key
|
.globl AES_set_decrypt_key
|
||||||
.type AES_set_decrypt_key,@function
|
.type AES_set_decrypt_key,@function
|
||||||
@ -1414,7 +1414,7 @@ AES_cbc_encrypt:
|
|||||||
cmpq $0,%r9
|
cmpq $0,%r9
|
||||||
cmoveq %r10,%r14
|
cmoveq %r10,%r14
|
||||||
|
|
||||||
.cfi_remember_state
|
.cfi_remember_state
|
||||||
movl OPENSSL_ia32cap_P(%rip),%r10d
|
movl OPENSSL_ia32cap_P(%rip),%r10d
|
||||||
cmpq $512,%rdx
|
cmpq $512,%rdx
|
||||||
jb .Lcbc_slow_prologue
|
jb .Lcbc_slow_prologue
|
||||||
@ -1650,7 +1650,7 @@ AES_cbc_encrypt:
|
|||||||
|
|
||||||
.align 16
|
.align 16
|
||||||
.Lcbc_slow_prologue:
|
.Lcbc_slow_prologue:
|
||||||
.cfi_restore_state
|
.cfi_restore_state
|
||||||
|
|
||||||
leaq -88(%rsp),%rbp
|
leaq -88(%rsp),%rbp
|
||||||
andq $-64,%rbp
|
andq $-64,%rbp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
.type aesni_encrypt,@function
|
.type aesni_encrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
aesni_encrypt:
|
aesni_encrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rdi),%xmm2
|
movups (%rdi),%xmm2
|
||||||
movl 240(%rdx),%eax
|
movl 240(%rdx),%eax
|
||||||
movups (%rdx),%xmm0
|
movups (%rdx),%xmm0
|
||||||
@ -23,14 +23,14 @@ aesni_encrypt:
|
|||||||
movups %xmm2,(%rsi)
|
movups %xmm2,(%rsi)
|
||||||
pxor %xmm2,%xmm2
|
pxor %xmm2,%xmm2
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size aesni_encrypt,.-aesni_encrypt
|
.size aesni_encrypt,.-aesni_encrypt
|
||||||
|
|
||||||
.globl aesni_decrypt
|
.globl aesni_decrypt
|
||||||
.type aesni_decrypt,@function
|
.type aesni_decrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
aesni_decrypt:
|
aesni_decrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rdi),%xmm2
|
movups (%rdi),%xmm2
|
||||||
movl 240(%rdx),%eax
|
movl 240(%rdx),%eax
|
||||||
movups (%rdx),%xmm0
|
movups (%rdx),%xmm0
|
||||||
@ -49,12 +49,12 @@ aesni_decrypt:
|
|||||||
movups %xmm2,(%rsi)
|
movups %xmm2,(%rsi)
|
||||||
pxor %xmm2,%xmm2
|
pxor %xmm2,%xmm2
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size aesni_decrypt, .-aesni_decrypt
|
.size aesni_decrypt, .-aesni_decrypt
|
||||||
.type _aesni_encrypt2,@function
|
.type _aesni_encrypt2,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt2:
|
_aesni_encrypt2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -80,12 +80,12 @@ _aesni_encrypt2:
|
|||||||
.byte 102,15,56,221,208
|
.byte 102,15,56,221,208
|
||||||
.byte 102,15,56,221,216
|
.byte 102,15,56,221,216
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt2,.-_aesni_encrypt2
|
.size _aesni_encrypt2,.-_aesni_encrypt2
|
||||||
.type _aesni_decrypt2,@function
|
.type _aesni_decrypt2,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt2:
|
_aesni_decrypt2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -111,12 +111,12 @@ _aesni_decrypt2:
|
|||||||
.byte 102,15,56,223,208
|
.byte 102,15,56,223,208
|
||||||
.byte 102,15,56,223,216
|
.byte 102,15,56,223,216
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt2,.-_aesni_decrypt2
|
.size _aesni_decrypt2,.-_aesni_decrypt2
|
||||||
.type _aesni_encrypt3,@function
|
.type _aesni_encrypt3,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt3:
|
_aesni_encrypt3:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -147,12 +147,12 @@ _aesni_encrypt3:
|
|||||||
.byte 102,15,56,221,216
|
.byte 102,15,56,221,216
|
||||||
.byte 102,15,56,221,224
|
.byte 102,15,56,221,224
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt3,.-_aesni_encrypt3
|
.size _aesni_encrypt3,.-_aesni_encrypt3
|
||||||
.type _aesni_decrypt3,@function
|
.type _aesni_decrypt3,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt3:
|
_aesni_decrypt3:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -183,12 +183,12 @@ _aesni_decrypt3:
|
|||||||
.byte 102,15,56,223,216
|
.byte 102,15,56,223,216
|
||||||
.byte 102,15,56,223,224
|
.byte 102,15,56,223,224
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt3,.-_aesni_decrypt3
|
.size _aesni_decrypt3,.-_aesni_decrypt3
|
||||||
.type _aesni_encrypt4,@function
|
.type _aesni_encrypt4,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt4:
|
_aesni_encrypt4:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -225,12 +225,12 @@ _aesni_encrypt4:
|
|||||||
.byte 102,15,56,221,224
|
.byte 102,15,56,221,224
|
||||||
.byte 102,15,56,221,232
|
.byte 102,15,56,221,232
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt4,.-_aesni_encrypt4
|
.size _aesni_encrypt4,.-_aesni_encrypt4
|
||||||
.type _aesni_decrypt4,@function
|
.type _aesni_decrypt4,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt4:
|
_aesni_decrypt4:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -267,12 +267,12 @@ _aesni_decrypt4:
|
|||||||
.byte 102,15,56,223,224
|
.byte 102,15,56,223,224
|
||||||
.byte 102,15,56,223,232
|
.byte 102,15,56,223,232
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt4,.-_aesni_decrypt4
|
.size _aesni_decrypt4,.-_aesni_decrypt4
|
||||||
.type _aesni_encrypt6,@function
|
.type _aesni_encrypt6,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt6:
|
_aesni_encrypt6:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -323,12 +323,12 @@ _aesni_encrypt6:
|
|||||||
.byte 102,15,56,221,240
|
.byte 102,15,56,221,240
|
||||||
.byte 102,15,56,221,248
|
.byte 102,15,56,221,248
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt6,.-_aesni_encrypt6
|
.size _aesni_encrypt6,.-_aesni_encrypt6
|
||||||
.type _aesni_decrypt6,@function
|
.type _aesni_decrypt6,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt6:
|
_aesni_decrypt6:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -379,12 +379,12 @@ _aesni_decrypt6:
|
|||||||
.byte 102,15,56,223,240
|
.byte 102,15,56,223,240
|
||||||
.byte 102,15,56,223,248
|
.byte 102,15,56,223,248
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt6,.-_aesni_decrypt6
|
.size _aesni_decrypt6,.-_aesni_decrypt6
|
||||||
.type _aesni_encrypt8,@function
|
.type _aesni_encrypt8,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_encrypt8:
|
_aesni_encrypt8:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -445,12 +445,12 @@ _aesni_encrypt8:
|
|||||||
.byte 102,68,15,56,221,192
|
.byte 102,68,15,56,221,192
|
||||||
.byte 102,68,15,56,221,200
|
.byte 102,68,15,56,221,200
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_encrypt8,.-_aesni_encrypt8
|
.size _aesni_encrypt8,.-_aesni_encrypt8
|
||||||
.type _aesni_decrypt8,@function
|
.type _aesni_decrypt8,@function
|
||||||
.align 16
|
.align 16
|
||||||
_aesni_decrypt8:
|
_aesni_decrypt8:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movups (%rcx),%xmm0
|
movups (%rcx),%xmm0
|
||||||
shll $4,%eax
|
shll $4,%eax
|
||||||
movups 16(%rcx),%xmm1
|
movups 16(%rcx),%xmm1
|
||||||
@ -511,13 +511,13 @@ _aesni_decrypt8:
|
|||||||
.byte 102,68,15,56,223,192
|
.byte 102,68,15,56,223,192
|
||||||
.byte 102,68,15,56,223,200
|
.byte 102,68,15,56,223,200
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _aesni_decrypt8,.-_aesni_decrypt8
|
.size _aesni_decrypt8,.-_aesni_decrypt8
|
||||||
.globl aesni_ecb_encrypt
|
.globl aesni_ecb_encrypt
|
||||||
.type aesni_ecb_encrypt,@function
|
.type aesni_ecb_encrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
aesni_ecb_encrypt:
|
aesni_ecb_encrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
andq $-16,%rdx
|
andq $-16,%rdx
|
||||||
jz .Lecb_ret
|
jz .Lecb_ret
|
||||||
|
|
||||||
@ -855,7 +855,7 @@ aesni_ecb_encrypt:
|
|||||||
xorps %xmm0,%xmm0
|
xorps %xmm0,%xmm0
|
||||||
pxor %xmm1,%xmm1
|
pxor %xmm1,%xmm1
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size aesni_ecb_encrypt,.-aesni_ecb_encrypt
|
.size aesni_ecb_encrypt,.-aesni_ecb_encrypt
|
||||||
.globl aesni_ccm64_encrypt_blocks
|
.globl aesni_ccm64_encrypt_blocks
|
||||||
.type aesni_ccm64_encrypt_blocks,@function
|
.type aesni_ccm64_encrypt_blocks,@function
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
.type _bsaes_encrypt8,@function
|
.type _bsaes_encrypt8,@function
|
||||||
.align 64
|
.align 64
|
||||||
_bsaes_encrypt8:
|
_bsaes_encrypt8:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq .LBS0(%rip),%r11
|
leaq .LBS0(%rip),%r11
|
||||||
|
|
||||||
movdqa (%rax),%xmm8
|
movdqa (%rax),%xmm8
|
||||||
@ -474,13 +474,13 @@ _bsaes_encrypt8_bitslice:
|
|||||||
pxor %xmm7,%xmm15
|
pxor %xmm7,%xmm15
|
||||||
pxor %xmm7,%xmm0
|
pxor %xmm7,%xmm0
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _bsaes_encrypt8,.-_bsaes_encrypt8
|
.size _bsaes_encrypt8,.-_bsaes_encrypt8
|
||||||
|
|
||||||
.type _bsaes_decrypt8,@function
|
.type _bsaes_decrypt8,@function
|
||||||
.align 64
|
.align 64
|
||||||
_bsaes_decrypt8:
|
_bsaes_decrypt8:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq .LBS0(%rip),%r11
|
leaq .LBS0(%rip),%r11
|
||||||
|
|
||||||
movdqa (%rax),%xmm8
|
movdqa (%rax),%xmm8
|
||||||
@ -982,12 +982,12 @@ _bsaes_decrypt8:
|
|||||||
pxor %xmm7,%xmm15
|
pxor %xmm7,%xmm15
|
||||||
pxor %xmm7,%xmm0
|
pxor %xmm7,%xmm0
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _bsaes_decrypt8,.-_bsaes_decrypt8
|
.size _bsaes_decrypt8,.-_bsaes_decrypt8
|
||||||
.type _bsaes_key_convert,@function
|
.type _bsaes_key_convert,@function
|
||||||
.align 16
|
.align 16
|
||||||
_bsaes_key_convert:
|
_bsaes_key_convert:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq .Lmasks(%rip),%r11
|
leaq .Lmasks(%rip),%r11
|
||||||
movdqu (%rcx),%xmm7
|
movdqu (%rcx),%xmm7
|
||||||
leaq 16(%rcx),%rcx
|
leaq 16(%rcx),%rcx
|
||||||
@ -1066,7 +1066,7 @@ _bsaes_key_convert:
|
|||||||
movdqa 80(%r11),%xmm7
|
movdqa 80(%r11),%xmm7
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _bsaes_key_convert,.-_bsaes_key_convert
|
.size _bsaes_key_convert,.-_bsaes_key_convert
|
||||||
|
|
||||||
.globl bsaes_cbc_encrypt
|
.globl bsaes_cbc_encrypt
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
.type _vpaes_encrypt_core,@function
|
.type _vpaes_encrypt_core,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_encrypt_core:
|
_vpaes_encrypt_core:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movq %rdx,%r9
|
movq %rdx,%r9
|
||||||
movq $16,%r11
|
movq $16,%r11
|
||||||
movl 240(%rdx),%eax
|
movl 240(%rdx),%eax
|
||||||
@ -99,7 +99,7 @@ _vpaes_encrypt_core:
|
|||||||
pxor %xmm4,%xmm0
|
pxor %xmm4,%xmm0
|
||||||
.byte 102,15,56,0,193
|
.byte 102,15,56,0,193
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_encrypt_core,.-_vpaes_encrypt_core
|
.size _vpaes_encrypt_core,.-_vpaes_encrypt_core
|
||||||
|
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ _vpaes_encrypt_core:
|
|||||||
.type _vpaes_decrypt_core,@function
|
.type _vpaes_decrypt_core,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_decrypt_core:
|
_vpaes_decrypt_core:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movq %rdx,%r9
|
movq %rdx,%r9
|
||||||
movl 240(%rdx),%eax
|
movl 240(%rdx),%eax
|
||||||
movdqa %xmm9,%xmm1
|
movdqa %xmm9,%xmm1
|
||||||
@ -207,7 +207,7 @@ _vpaes_decrypt_core:
|
|||||||
pxor %xmm4,%xmm0
|
pxor %xmm4,%xmm0
|
||||||
.byte 102,15,56,0,194
|
.byte 102,15,56,0,194
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_decrypt_core,.-_vpaes_decrypt_core
|
.size _vpaes_decrypt_core,.-_vpaes_decrypt_core
|
||||||
|
|
||||||
|
|
||||||
@ -218,7 +218,7 @@ _vpaes_decrypt_core:
|
|||||||
.type _vpaes_schedule_core,@function
|
.type _vpaes_schedule_core,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_core:
|
_vpaes_schedule_core:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -385,7 +385,7 @@ _vpaes_schedule_core:
|
|||||||
pxor %xmm6,%xmm6
|
pxor %xmm6,%xmm6
|
||||||
pxor %xmm7,%xmm7
|
pxor %xmm7,%xmm7
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_core,.-_vpaes_schedule_core
|
.size _vpaes_schedule_core,.-_vpaes_schedule_core
|
||||||
|
|
||||||
|
|
||||||
@ -405,7 +405,7 @@ _vpaes_schedule_core:
|
|||||||
.type _vpaes_schedule_192_smear,@function
|
.type _vpaes_schedule_192_smear,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_192_smear:
|
_vpaes_schedule_192_smear:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
pshufd $0x80,%xmm6,%xmm1
|
pshufd $0x80,%xmm6,%xmm1
|
||||||
pshufd $0xFE,%xmm7,%xmm0
|
pshufd $0xFE,%xmm7,%xmm0
|
||||||
pxor %xmm1,%xmm6
|
pxor %xmm1,%xmm6
|
||||||
@ -414,7 +414,7 @@ _vpaes_schedule_192_smear:
|
|||||||
movdqa %xmm6,%xmm0
|
movdqa %xmm6,%xmm0
|
||||||
movhlps %xmm1,%xmm6
|
movhlps %xmm1,%xmm6
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_192_smear,.-_vpaes_schedule_192_smear
|
.size _vpaes_schedule_192_smear,.-_vpaes_schedule_192_smear
|
||||||
|
|
||||||
|
|
||||||
@ -438,7 +438,7 @@ _vpaes_schedule_192_smear:
|
|||||||
.type _vpaes_schedule_round,@function
|
.type _vpaes_schedule_round,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_round:
|
_vpaes_schedule_round:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
pxor %xmm1,%xmm1
|
pxor %xmm1,%xmm1
|
||||||
.byte 102,65,15,58,15,200,15
|
.byte 102,65,15,58,15,200,15
|
||||||
@ -492,7 +492,7 @@ _vpaes_schedule_low_round:
|
|||||||
pxor %xmm7,%xmm0
|
pxor %xmm7,%xmm0
|
||||||
movdqa %xmm0,%xmm7
|
movdqa %xmm0,%xmm7
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_round,.-_vpaes_schedule_round
|
.size _vpaes_schedule_round,.-_vpaes_schedule_round
|
||||||
|
|
||||||
|
|
||||||
@ -507,7 +507,7 @@ _vpaes_schedule_low_round:
|
|||||||
.type _vpaes_schedule_transform,@function
|
.type _vpaes_schedule_transform,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_transform:
|
_vpaes_schedule_transform:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movdqa %xmm9,%xmm1
|
movdqa %xmm9,%xmm1
|
||||||
pandn %xmm0,%xmm1
|
pandn %xmm0,%xmm1
|
||||||
psrld $4,%xmm1
|
psrld $4,%xmm1
|
||||||
@ -518,7 +518,7 @@ _vpaes_schedule_transform:
|
|||||||
.byte 102,15,56,0,193
|
.byte 102,15,56,0,193
|
||||||
pxor %xmm2,%xmm0
|
pxor %xmm2,%xmm0
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_transform,.-_vpaes_schedule_transform
|
.size _vpaes_schedule_transform,.-_vpaes_schedule_transform
|
||||||
|
|
||||||
|
|
||||||
@ -547,7 +547,7 @@ _vpaes_schedule_transform:
|
|||||||
.type _vpaes_schedule_mangle,@function
|
.type _vpaes_schedule_mangle,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_schedule_mangle:
|
_vpaes_schedule_mangle:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movdqa %xmm0,%xmm4
|
movdqa %xmm0,%xmm4
|
||||||
movdqa .Lk_mc_forward(%rip),%xmm5
|
movdqa .Lk_mc_forward(%rip),%xmm5
|
||||||
testq %rcx,%rcx
|
testq %rcx,%rcx
|
||||||
@ -612,7 +612,7 @@ _vpaes_schedule_mangle:
|
|||||||
andq $0x30,%r8
|
andq $0x30,%r8
|
||||||
movdqu %xmm3,(%rdx)
|
movdqu %xmm3,(%rdx)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_schedule_mangle,.-_vpaes_schedule_mangle
|
.size _vpaes_schedule_mangle,.-_vpaes_schedule_mangle
|
||||||
|
|
||||||
|
|
||||||
@ -622,7 +622,7 @@ _vpaes_schedule_mangle:
|
|||||||
.type vpaes_set_encrypt_key,@function
|
.type vpaes_set_encrypt_key,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_set_encrypt_key:
|
vpaes_set_encrypt_key:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl %esi,%eax
|
movl %esi,%eax
|
||||||
shrl $5,%eax
|
shrl $5,%eax
|
||||||
addl $5,%eax
|
addl $5,%eax
|
||||||
@ -633,14 +633,14 @@ vpaes_set_encrypt_key:
|
|||||||
call _vpaes_schedule_core
|
call _vpaes_schedule_core
|
||||||
xorl %eax,%eax
|
xorl %eax,%eax
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_set_encrypt_key,.-vpaes_set_encrypt_key
|
.size vpaes_set_encrypt_key,.-vpaes_set_encrypt_key
|
||||||
|
|
||||||
.globl vpaes_set_decrypt_key
|
.globl vpaes_set_decrypt_key
|
||||||
.type vpaes_set_decrypt_key,@function
|
.type vpaes_set_decrypt_key,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_set_decrypt_key:
|
vpaes_set_decrypt_key:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl %esi,%eax
|
movl %esi,%eax
|
||||||
shrl $5,%eax
|
shrl $5,%eax
|
||||||
addl $5,%eax
|
addl $5,%eax
|
||||||
@ -656,39 +656,39 @@ vpaes_set_decrypt_key:
|
|||||||
call _vpaes_schedule_core
|
call _vpaes_schedule_core
|
||||||
xorl %eax,%eax
|
xorl %eax,%eax
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_set_decrypt_key,.-vpaes_set_decrypt_key
|
.size vpaes_set_decrypt_key,.-vpaes_set_decrypt_key
|
||||||
|
|
||||||
.globl vpaes_encrypt
|
.globl vpaes_encrypt
|
||||||
.type vpaes_encrypt,@function
|
.type vpaes_encrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_encrypt:
|
vpaes_encrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movdqu (%rdi),%xmm0
|
movdqu (%rdi),%xmm0
|
||||||
call _vpaes_preheat
|
call _vpaes_preheat
|
||||||
call _vpaes_encrypt_core
|
call _vpaes_encrypt_core
|
||||||
movdqu %xmm0,(%rsi)
|
movdqu %xmm0,(%rsi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_encrypt,.-vpaes_encrypt
|
.size vpaes_encrypt,.-vpaes_encrypt
|
||||||
|
|
||||||
.globl vpaes_decrypt
|
.globl vpaes_decrypt
|
||||||
.type vpaes_decrypt,@function
|
.type vpaes_decrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_decrypt:
|
vpaes_decrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movdqu (%rdi),%xmm0
|
movdqu (%rdi),%xmm0
|
||||||
call _vpaes_preheat
|
call _vpaes_preheat
|
||||||
call _vpaes_decrypt_core
|
call _vpaes_decrypt_core
|
||||||
movdqu %xmm0,(%rsi)
|
movdqu %xmm0,(%rsi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_decrypt,.-vpaes_decrypt
|
.size vpaes_decrypt,.-vpaes_decrypt
|
||||||
.globl vpaes_cbc_encrypt
|
.globl vpaes_cbc_encrypt
|
||||||
.type vpaes_cbc_encrypt,@function
|
.type vpaes_cbc_encrypt,@function
|
||||||
.align 16
|
.align 16
|
||||||
vpaes_cbc_encrypt:
|
vpaes_cbc_encrypt:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xchgq %rcx,%rdx
|
xchgq %rcx,%rdx
|
||||||
subq $16,%rcx
|
subq $16,%rcx
|
||||||
jc .Lcbc_abort
|
jc .Lcbc_abort
|
||||||
@ -724,7 +724,7 @@ vpaes_cbc_encrypt:
|
|||||||
movdqu %xmm6,(%r8)
|
movdqu %xmm6,(%r8)
|
||||||
.Lcbc_abort:
|
.Lcbc_abort:
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size vpaes_cbc_encrypt,.-vpaes_cbc_encrypt
|
.size vpaes_cbc_encrypt,.-vpaes_cbc_encrypt
|
||||||
|
|
||||||
|
|
||||||
@ -735,7 +735,7 @@ vpaes_cbc_encrypt:
|
|||||||
.type _vpaes_preheat,@function
|
.type _vpaes_preheat,@function
|
||||||
.align 16
|
.align 16
|
||||||
_vpaes_preheat:
|
_vpaes_preheat:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
leaq .Lk_s0F(%rip),%r10
|
leaq .Lk_s0F(%rip),%r10
|
||||||
movdqa -32(%r10),%xmm10
|
movdqa -32(%r10),%xmm10
|
||||||
movdqa -16(%r10),%xmm11
|
movdqa -16(%r10),%xmm11
|
||||||
@ -745,7 +745,7 @@ _vpaes_preheat:
|
|||||||
movdqa 80(%r10),%xmm15
|
movdqa 80(%r10),%xmm15
|
||||||
movdqa 96(%r10),%xmm14
|
movdqa 96(%r10),%xmm14
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size _vpaes_preheat,.-_vpaes_preheat
|
.size _vpaes_preheat,.-_vpaes_preheat
|
||||||
|
|
||||||
|
|
||||||
|
@ -1212,7 +1212,7 @@ rsaz_1024_mul_avx2:
|
|||||||
.type rsaz_1024_red2norm_avx2,@function
|
.type rsaz_1024_red2norm_avx2,@function
|
||||||
.align 32
|
.align 32
|
||||||
rsaz_1024_red2norm_avx2:
|
rsaz_1024_red2norm_avx2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
subq $-128,%rsi
|
subq $-128,%rsi
|
||||||
xorq %rax,%rax
|
xorq %rax,%rax
|
||||||
movq -128(%rsi),%r8
|
movq -128(%rsi),%r8
|
||||||
@ -1404,14 +1404,14 @@ rsaz_1024_red2norm_avx2:
|
|||||||
movq %rax,120(%rdi)
|
movq %rax,120(%rdi)
|
||||||
movq %r11,%rax
|
movq %r11,%rax
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size rsaz_1024_red2norm_avx2,.-rsaz_1024_red2norm_avx2
|
.size rsaz_1024_red2norm_avx2,.-rsaz_1024_red2norm_avx2
|
||||||
|
|
||||||
.globl rsaz_1024_norm2red_avx2
|
.globl rsaz_1024_norm2red_avx2
|
||||||
.type rsaz_1024_norm2red_avx2,@function
|
.type rsaz_1024_norm2red_avx2,@function
|
||||||
.align 32
|
.align 32
|
||||||
rsaz_1024_norm2red_avx2:
|
rsaz_1024_norm2red_avx2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
subq $-128,%rdi
|
subq $-128,%rdi
|
||||||
movq (%rsi),%r8
|
movq (%rsi),%r8
|
||||||
movl $0x1fffffff,%eax
|
movl $0x1fffffff,%eax
|
||||||
@ -1564,13 +1564,13 @@ rsaz_1024_norm2red_avx2:
|
|||||||
movq %r8,176(%rdi)
|
movq %r8,176(%rdi)
|
||||||
movq %r8,184(%rdi)
|
movq %r8,184(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size rsaz_1024_norm2red_avx2,.-rsaz_1024_norm2red_avx2
|
.size rsaz_1024_norm2red_avx2,.-rsaz_1024_norm2red_avx2
|
||||||
.globl rsaz_1024_scatter5_avx2
|
.globl rsaz_1024_scatter5_avx2
|
||||||
.type rsaz_1024_scatter5_avx2,@function
|
.type rsaz_1024_scatter5_avx2,@function
|
||||||
.align 32
|
.align 32
|
||||||
rsaz_1024_scatter5_avx2:
|
rsaz_1024_scatter5_avx2:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
vzeroupper
|
vzeroupper
|
||||||
vmovdqu .Lscatter_permd(%rip),%ymm5
|
vmovdqu .Lscatter_permd(%rip),%ymm5
|
||||||
shll $4,%edx
|
shll $4,%edx
|
||||||
@ -1590,7 +1590,7 @@ rsaz_1024_scatter5_avx2:
|
|||||||
|
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size rsaz_1024_scatter5_avx2,.-rsaz_1024_scatter5_avx2
|
.size rsaz_1024_scatter5_avx2,.-rsaz_1024_scatter5_avx2
|
||||||
|
|
||||||
.globl rsaz_1024_gather5_avx2
|
.globl rsaz_1024_gather5_avx2
|
||||||
|
@ -2893,7 +2893,7 @@ bn_powerx5:
|
|||||||
.align 32
|
.align 32
|
||||||
bn_sqrx8x_internal:
|
bn_sqrx8x_internal:
|
||||||
__bn_sqrx8x_internal:
|
__bn_sqrx8x_internal:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -3505,7 +3505,7 @@ __bn_sqrx8x_reduction:
|
|||||||
cmpq 8+8(%rsp),%r8
|
cmpq 8+8(%rsp),%r8
|
||||||
jb .Lsqrx8x_reduction_loop
|
jb .Lsqrx8x_reduction_loop
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size bn_sqrx8x_internal,.-bn_sqrx8x_internal
|
.size bn_sqrx8x_internal,.-bn_sqrx8x_internal
|
||||||
.align 32
|
.align 32
|
||||||
__bn_postx4x_internal:
|
__bn_postx4x_internal:
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: BSD-x86_64"
|
#define PLATFORM "platform: BSD-x86_64"
|
||||||
#define DATE "built on: Tue Feb 26 19:45:05 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:47:44 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -3959,7 +3959,7 @@ ecp_nistz256_mul_mont:
|
|||||||
.type __ecp_nistz256_mul_montq,@function
|
.type __ecp_nistz256_mul_montq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_mul_montq:
|
__ecp_nistz256_mul_montq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
|
|
||||||
movq %rax,%rbp
|
movq %rax,%rbp
|
||||||
@ -4171,7 +4171,7 @@ __ecp_nistz256_mul_montq:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_mul_montq,.-__ecp_nistz256_mul_montq
|
.size __ecp_nistz256_mul_montq,.-__ecp_nistz256_mul_montq
|
||||||
|
|
||||||
|
|
||||||
@ -4249,7 +4249,7 @@ ecp_nistz256_sqr_mont:
|
|||||||
.type __ecp_nistz256_sqr_montq,@function
|
.type __ecp_nistz256_sqr_montq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_sqr_montq:
|
__ecp_nistz256_sqr_montq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movq %rax,%r13
|
movq %rax,%r13
|
||||||
mulq %r14
|
mulq %r14
|
||||||
movq %rax,%r9
|
movq %rax,%r9
|
||||||
@ -4407,12 +4407,12 @@ __ecp_nistz256_sqr_montq:
|
|||||||
movq %r15,24(%rdi)
|
movq %r15,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_sqr_montq,.-__ecp_nistz256_sqr_montq
|
.size __ecp_nistz256_sqr_montq,.-__ecp_nistz256_sqr_montq
|
||||||
.type __ecp_nistz256_mul_montx,@function
|
.type __ecp_nistz256_mul_montx,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_mul_montx:
|
__ecp_nistz256_mul_montx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
|
|
||||||
|
|
||||||
mulxq %r9,%r8,%r9
|
mulxq %r9,%r8,%r9
|
||||||
@ -4575,13 +4575,13 @@ __ecp_nistz256_mul_montx:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_mul_montx,.-__ecp_nistz256_mul_montx
|
.size __ecp_nistz256_mul_montx,.-__ecp_nistz256_mul_montx
|
||||||
|
|
||||||
.type __ecp_nistz256_sqr_montx,@function
|
.type __ecp_nistz256_sqr_montx,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_sqr_montx:
|
__ecp_nistz256_sqr_montx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
mulxq %r14,%r9,%r10
|
mulxq %r14,%r9,%r10
|
||||||
mulxq %r15,%rcx,%r11
|
mulxq %r15,%rcx,%r11
|
||||||
xorl %eax,%eax
|
xorl %eax,%eax
|
||||||
@ -4705,7 +4705,7 @@ __ecp_nistz256_sqr_montx:
|
|||||||
movq %r15,24(%rdi)
|
movq %r15,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_sqr_montx,.-__ecp_nistz256_sqr_montx
|
.size __ecp_nistz256_sqr_montx,.-__ecp_nistz256_sqr_montx
|
||||||
|
|
||||||
|
|
||||||
@ -4845,7 +4845,7 @@ ecp_nistz256_scatter_w5:
|
|||||||
.type ecp_nistz256_gather_w5,@function
|
.type ecp_nistz256_gather_w5,@function
|
||||||
.align 32
|
.align 32
|
||||||
ecp_nistz256_gather_w5:
|
ecp_nistz256_gather_w5:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl OPENSSL_ia32cap_P+8(%rip),%eax
|
movl OPENSSL_ia32cap_P+8(%rip),%eax
|
||||||
testl $32,%eax
|
testl $32,%eax
|
||||||
jnz .Lavx2_gather_w5
|
jnz .Lavx2_gather_w5
|
||||||
@ -4900,7 +4900,7 @@ ecp_nistz256_gather_w5:
|
|||||||
movdqu %xmm6,64(%rdi)
|
movdqu %xmm6,64(%rdi)
|
||||||
movdqu %xmm7,80(%rdi)
|
movdqu %xmm7,80(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.LSEH_end_ecp_nistz256_gather_w5:
|
.LSEH_end_ecp_nistz256_gather_w5:
|
||||||
.size ecp_nistz256_gather_w5,.-ecp_nistz256_gather_w5
|
.size ecp_nistz256_gather_w5,.-ecp_nistz256_gather_w5
|
||||||
|
|
||||||
@ -4929,7 +4929,7 @@ ecp_nistz256_scatter_w7:
|
|||||||
.type ecp_nistz256_gather_w7,@function
|
.type ecp_nistz256_gather_w7,@function
|
||||||
.align 32
|
.align 32
|
||||||
ecp_nistz256_gather_w7:
|
ecp_nistz256_gather_w7:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
movl OPENSSL_ia32cap_P+8(%rip),%eax
|
movl OPENSSL_ia32cap_P+8(%rip),%eax
|
||||||
testl $32,%eax
|
testl $32,%eax
|
||||||
jnz .Lavx2_gather_w7
|
jnz .Lavx2_gather_w7
|
||||||
@ -4973,7 +4973,7 @@ ecp_nistz256_gather_w7:
|
|||||||
movdqu %xmm4,32(%rdi)
|
movdqu %xmm4,32(%rdi)
|
||||||
movdqu %xmm5,48(%rdi)
|
movdqu %xmm5,48(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.LSEH_end_ecp_nistz256_gather_w7:
|
.LSEH_end_ecp_nistz256_gather_w7:
|
||||||
.size ecp_nistz256_gather_w7,.-ecp_nistz256_gather_w7
|
.size ecp_nistz256_gather_w7,.-ecp_nistz256_gather_w7
|
||||||
|
|
||||||
@ -4981,7 +4981,7 @@ ecp_nistz256_gather_w7:
|
|||||||
.type ecp_nistz256_avx2_gather_w5,@function
|
.type ecp_nistz256_avx2_gather_w5,@function
|
||||||
.align 32
|
.align 32
|
||||||
ecp_nistz256_avx2_gather_w5:
|
ecp_nistz256_avx2_gather_w5:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.Lavx2_gather_w5:
|
.Lavx2_gather_w5:
|
||||||
vzeroupper
|
vzeroupper
|
||||||
vmovdqa .LTwo(%rip),%ymm0
|
vmovdqa .LTwo(%rip),%ymm0
|
||||||
@ -5036,7 +5036,7 @@ ecp_nistz256_avx2_gather_w5:
|
|||||||
vmovdqu %ymm4,64(%rdi)
|
vmovdqu %ymm4,64(%rdi)
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.LSEH_end_ecp_nistz256_avx2_gather_w5:
|
.LSEH_end_ecp_nistz256_avx2_gather_w5:
|
||||||
.size ecp_nistz256_avx2_gather_w5,.-ecp_nistz256_avx2_gather_w5
|
.size ecp_nistz256_avx2_gather_w5,.-ecp_nistz256_avx2_gather_w5
|
||||||
|
|
||||||
@ -5046,7 +5046,7 @@ ecp_nistz256_avx2_gather_w5:
|
|||||||
.type ecp_nistz256_avx2_gather_w7,@function
|
.type ecp_nistz256_avx2_gather_w7,@function
|
||||||
.align 32
|
.align 32
|
||||||
ecp_nistz256_avx2_gather_w7:
|
ecp_nistz256_avx2_gather_w7:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.Lavx2_gather_w7:
|
.Lavx2_gather_w7:
|
||||||
vzeroupper
|
vzeroupper
|
||||||
vmovdqa .LThree(%rip),%ymm0
|
vmovdqa .LThree(%rip),%ymm0
|
||||||
@ -5116,13 +5116,13 @@ ecp_nistz256_avx2_gather_w7:
|
|||||||
vmovdqu %ymm3,32(%rdi)
|
vmovdqu %ymm3,32(%rdi)
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.LSEH_end_ecp_nistz256_avx2_gather_w7:
|
.LSEH_end_ecp_nistz256_avx2_gather_w7:
|
||||||
.size ecp_nistz256_avx2_gather_w7,.-ecp_nistz256_avx2_gather_w7
|
.size ecp_nistz256_avx2_gather_w7,.-ecp_nistz256_avx2_gather_w7
|
||||||
.type __ecp_nistz256_add_toq,@function
|
.type __ecp_nistz256_add_toq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_add_toq:
|
__ecp_nistz256_add_toq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
addq 0(%rbx),%r12
|
addq 0(%rbx),%r12
|
||||||
adcq 8(%rbx),%r13
|
adcq 8(%rbx),%r13
|
||||||
@ -5150,13 +5150,13 @@ __ecp_nistz256_add_toq:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_add_toq,.-__ecp_nistz256_add_toq
|
.size __ecp_nistz256_add_toq,.-__ecp_nistz256_add_toq
|
||||||
|
|
||||||
.type __ecp_nistz256_sub_fromq,@function
|
.type __ecp_nistz256_sub_fromq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_sub_fromq:
|
__ecp_nistz256_sub_fromq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
subq 0(%rbx),%r12
|
subq 0(%rbx),%r12
|
||||||
sbbq 8(%rbx),%r13
|
sbbq 8(%rbx),%r13
|
||||||
movq %r12,%rax
|
movq %r12,%rax
|
||||||
@ -5183,13 +5183,13 @@ __ecp_nistz256_sub_fromq:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_sub_fromq,.-__ecp_nistz256_sub_fromq
|
.size __ecp_nistz256_sub_fromq,.-__ecp_nistz256_sub_fromq
|
||||||
|
|
||||||
.type __ecp_nistz256_subq,@function
|
.type __ecp_nistz256_subq,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_subq:
|
__ecp_nistz256_subq:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
subq %r12,%rax
|
subq %r12,%rax
|
||||||
sbbq %r13,%rbp
|
sbbq %r13,%rbp
|
||||||
movq %rax,%r12
|
movq %rax,%r12
|
||||||
@ -5212,13 +5212,13 @@ __ecp_nistz256_subq:
|
|||||||
cmovnzq %r10,%r9
|
cmovnzq %r10,%r9
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_subq,.-__ecp_nistz256_subq
|
.size __ecp_nistz256_subq,.-__ecp_nistz256_subq
|
||||||
|
|
||||||
.type __ecp_nistz256_mul_by_2q,@function
|
.type __ecp_nistz256_mul_by_2q,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_mul_by_2q:
|
__ecp_nistz256_mul_by_2q:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
addq %r12,%r12
|
addq %r12,%r12
|
||||||
adcq %r13,%r13
|
adcq %r13,%r13
|
||||||
@ -5246,7 +5246,7 @@ __ecp_nistz256_mul_by_2q:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_mul_by_2q,.-__ecp_nistz256_mul_by_2q
|
.size __ecp_nistz256_mul_by_2q,.-__ecp_nistz256_mul_by_2q
|
||||||
.globl ecp_nistz256_point_double
|
.globl ecp_nistz256_point_double
|
||||||
.type ecp_nistz256_point_double,@function
|
.type ecp_nistz256_point_double,@function
|
||||||
@ -6243,7 +6243,7 @@ ecp_nistz256_point_add_affine:
|
|||||||
.type __ecp_nistz256_add_tox,@function
|
.type __ecp_nistz256_add_tox,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_add_tox:
|
__ecp_nistz256_add_tox:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
adcq 0(%rbx),%r12
|
adcq 0(%rbx),%r12
|
||||||
adcq 8(%rbx),%r13
|
adcq 8(%rbx),%r13
|
||||||
@ -6272,13 +6272,13 @@ __ecp_nistz256_add_tox:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_add_tox,.-__ecp_nistz256_add_tox
|
.size __ecp_nistz256_add_tox,.-__ecp_nistz256_add_tox
|
||||||
|
|
||||||
.type __ecp_nistz256_sub_fromx,@function
|
.type __ecp_nistz256_sub_fromx,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_sub_fromx:
|
__ecp_nistz256_sub_fromx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
sbbq 0(%rbx),%r12
|
sbbq 0(%rbx),%r12
|
||||||
sbbq 8(%rbx),%r13
|
sbbq 8(%rbx),%r13
|
||||||
@ -6307,13 +6307,13 @@ __ecp_nistz256_sub_fromx:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_sub_fromx,.-__ecp_nistz256_sub_fromx
|
.size __ecp_nistz256_sub_fromx,.-__ecp_nistz256_sub_fromx
|
||||||
|
|
||||||
.type __ecp_nistz256_subx,@function
|
.type __ecp_nistz256_subx,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_subx:
|
__ecp_nistz256_subx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
sbbq %r12,%rax
|
sbbq %r12,%rax
|
||||||
sbbq %r13,%rbp
|
sbbq %r13,%rbp
|
||||||
@ -6338,13 +6338,13 @@ __ecp_nistz256_subx:
|
|||||||
cmovcq %r10,%r9
|
cmovcq %r10,%r9
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_subx,.-__ecp_nistz256_subx
|
.size __ecp_nistz256_subx,.-__ecp_nistz256_subx
|
||||||
|
|
||||||
.type __ecp_nistz256_mul_by_2x,@function
|
.type __ecp_nistz256_mul_by_2x,@function
|
||||||
.align 32
|
.align 32
|
||||||
__ecp_nistz256_mul_by_2x:
|
__ecp_nistz256_mul_by_2x:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
xorq %r11,%r11
|
xorq %r11,%r11
|
||||||
adcq %r12,%r12
|
adcq %r12,%r12
|
||||||
adcq %r13,%r13
|
adcq %r13,%r13
|
||||||
@ -6373,7 +6373,7 @@ __ecp_nistz256_mul_by_2x:
|
|||||||
movq %r9,24(%rdi)
|
movq %r9,24(%rdi)
|
||||||
|
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size __ecp_nistz256_mul_by_2x,.-__ecp_nistz256_mul_by_2x
|
.size __ecp_nistz256_mul_by_2x,.-__ecp_nistz256_mul_by_2x
|
||||||
.type ecp_nistz256_point_doublex,@function
|
.type ecp_nistz256_point_doublex,@function
|
||||||
.align 32
|
.align 32
|
||||||
|
@ -705,7 +705,7 @@ gcm_ghash_4bit:
|
|||||||
.type gcm_init_clmul,@function
|
.type gcm_init_clmul,@function
|
||||||
.align 16
|
.align 16
|
||||||
gcm_init_clmul:
|
gcm_init_clmul:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.L_init_clmul:
|
.L_init_clmul:
|
||||||
movdqu (%rsi),%xmm2
|
movdqu (%rsi),%xmm2
|
||||||
pshufd $78,%xmm2,%xmm2
|
pshufd $78,%xmm2,%xmm2
|
||||||
@ -857,13 +857,13 @@ gcm_init_clmul:
|
|||||||
.byte 102,15,58,15,227,8
|
.byte 102,15,58,15,227,8
|
||||||
movdqu %xmm4,80(%rdi)
|
movdqu %xmm4,80(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_init_clmul,.-gcm_init_clmul
|
.size gcm_init_clmul,.-gcm_init_clmul
|
||||||
.globl gcm_gmult_clmul
|
.globl gcm_gmult_clmul
|
||||||
.type gcm_gmult_clmul,@function
|
.type gcm_gmult_clmul,@function
|
||||||
.align 16
|
.align 16
|
||||||
gcm_gmult_clmul:
|
gcm_gmult_clmul:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.L_gmult_clmul:
|
.L_gmult_clmul:
|
||||||
movdqu (%rdi),%xmm0
|
movdqu (%rdi),%xmm0
|
||||||
movdqa .Lbswap_mask(%rip),%xmm5
|
movdqa .Lbswap_mask(%rip),%xmm5
|
||||||
@ -910,13 +910,13 @@ gcm_gmult_clmul:
|
|||||||
.byte 102,15,56,0,197
|
.byte 102,15,56,0,197
|
||||||
movdqu %xmm0,(%rdi)
|
movdqu %xmm0,(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_gmult_clmul,.-gcm_gmult_clmul
|
.size gcm_gmult_clmul,.-gcm_gmult_clmul
|
||||||
.globl gcm_ghash_clmul
|
.globl gcm_ghash_clmul
|
||||||
.type gcm_ghash_clmul,@function
|
.type gcm_ghash_clmul,@function
|
||||||
.align 32
|
.align 32
|
||||||
gcm_ghash_clmul:
|
gcm_ghash_clmul:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
.L_ghash_clmul:
|
.L_ghash_clmul:
|
||||||
movdqa .Lbswap_mask(%rip),%xmm10
|
movdqa .Lbswap_mask(%rip),%xmm10
|
||||||
|
|
||||||
@ -1295,13 +1295,13 @@ gcm_ghash_clmul:
|
|||||||
.byte 102,65,15,56,0,194
|
.byte 102,65,15,56,0,194
|
||||||
movdqu %xmm0,(%rdi)
|
movdqu %xmm0,(%rdi)
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_ghash_clmul,.-gcm_ghash_clmul
|
.size gcm_ghash_clmul,.-gcm_ghash_clmul
|
||||||
.globl gcm_init_avx
|
.globl gcm_init_avx
|
||||||
.type gcm_init_avx,@function
|
.type gcm_init_avx,@function
|
||||||
.align 32
|
.align 32
|
||||||
gcm_init_avx:
|
gcm_init_avx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
vzeroupper
|
vzeroupper
|
||||||
|
|
||||||
vmovdqu (%rsi),%xmm2
|
vmovdqu (%rsi),%xmm2
|
||||||
@ -1404,21 +1404,21 @@ gcm_init_avx:
|
|||||||
|
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_init_avx,.-gcm_init_avx
|
.size gcm_init_avx,.-gcm_init_avx
|
||||||
.globl gcm_gmult_avx
|
.globl gcm_gmult_avx
|
||||||
.type gcm_gmult_avx,@function
|
.type gcm_gmult_avx,@function
|
||||||
.align 32
|
.align 32
|
||||||
gcm_gmult_avx:
|
gcm_gmult_avx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
jmp .L_gmult_clmul
|
jmp .L_gmult_clmul
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_gmult_avx,.-gcm_gmult_avx
|
.size gcm_gmult_avx,.-gcm_gmult_avx
|
||||||
.globl gcm_ghash_avx
|
.globl gcm_ghash_avx
|
||||||
.type gcm_ghash_avx,@function
|
.type gcm_ghash_avx,@function
|
||||||
.align 32
|
.align 32
|
||||||
gcm_ghash_avx:
|
gcm_ghash_avx:
|
||||||
.cfi_startproc
|
.cfi_startproc
|
||||||
vzeroupper
|
vzeroupper
|
||||||
|
|
||||||
vmovdqu (%rdi),%xmm10
|
vmovdqu (%rdi),%xmm10
|
||||||
@ -1790,7 +1790,7 @@ gcm_ghash_avx:
|
|||||||
vmovdqu %xmm10,(%rdi)
|
vmovdqu %xmm10,(%rdi)
|
||||||
vzeroupper
|
vzeroupper
|
||||||
.byte 0xf3,0xc3
|
.byte 0xf3,0xc3
|
||||||
.cfi_endproc
|
.cfi_endproc
|
||||||
.size gcm_ghash_avx,.-gcm_ghash_avx
|
.size gcm_ghash_avx,.-gcm_ghash_avx
|
||||||
.align 64
|
.align 64
|
||||||
.Lbswap_mask:
|
.Lbswap_mask:
|
||||||
|
@ -75,9 +75,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "BSD-x86_64" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "BSD-x86_64" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -331,7 +331,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15673,9 +15672,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: BSD-x86_64"
|
#define PLATFORM "platform: BSD-x86_64"
|
||||||
#define DATE "built on: Tue Feb 26 19:45:43 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:48:28 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -78,9 +78,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -57,15 +57,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_WIN32" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_WIN32" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "VC-WIN32" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN32" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -130,7 +130,7 @@ our %target = (
|
|||||||
LDFLAGS => "/nologo /debug",
|
LDFLAGS => "/nologo /debug",
|
||||||
MT => "mt",
|
MT => "mt",
|
||||||
MTFLAGS => "-nologo",
|
MTFLAGS => "-nologo",
|
||||||
RANLIB => "CODE(0x55b87dbf88c8)",
|
RANLIB => "CODE(0x561f2af65800)",
|
||||||
RC => "rc",
|
RC => "rc",
|
||||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||||
aes_asm_src => "aes-586.s vpaes-x86.s aesni-x86.s",
|
aes_asm_src => "aes-586.s vpaes-x86.s aesni-x86.s",
|
||||||
@ -354,7 +354,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15812,9 +15811,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Tue Feb 26 19:58:36 2019 UTC"
|
#define DATE "built on: Thu Apr 25 23:06:58 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -57,15 +57,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_WIN32" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_WIN32" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "VC-WIN32" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN32" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -130,7 +130,7 @@ our %target = (
|
|||||||
LDFLAGS => "/nologo /debug",
|
LDFLAGS => "/nologo /debug",
|
||||||
MT => "mt",
|
MT => "mt",
|
||||||
MTFLAGS => "-nologo",
|
MTFLAGS => "-nologo",
|
||||||
RANLIB => "CODE(0x55e43d3402e8)",
|
RANLIB => "CODE(0x55c0ec6a4830)",
|
||||||
RC => "rc",
|
RC => "rc",
|
||||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||||
aes_asm_src => "aes-586.s vpaes-x86.s aesni-x86.s",
|
aes_asm_src => "aes-586.s vpaes-x86.s aesni-x86.s",
|
||||||
@ -354,7 +354,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15812,9 +15811,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Tue Feb 26 19:58:49 2019 UTC"
|
#define DATE "built on: Thu Apr 25 23:07:18 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -57,15 +57,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_WIN32" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_WIN32" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "VC-WIN32" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN32" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -130,7 +130,7 @@ our %target = (
|
|||||||
LDFLAGS => "/nologo /debug",
|
LDFLAGS => "/nologo /debug",
|
||||||
MT => "mt",
|
MT => "mt",
|
||||||
MTFLAGS => "-nologo",
|
MTFLAGS => "-nologo",
|
||||||
RANLIB => "CODE(0x562ef1d8f3f8)",
|
RANLIB => "CODE(0x559892d8cbf8)",
|
||||||
RC => "rc",
|
RC => "rc",
|
||||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||||
@ -353,7 +353,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15670,9 +15669,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Tue Feb 26 19:59:02 2019 UTC"
|
#define DATE "built on: Thu Apr 25 23:07:38 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -84,9 +84,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -56,15 +56,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.1",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "VC-WIN64-ARM" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN64-ARM" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -127,7 +127,7 @@ our %target = (
|
|||||||
LDFLAGS => "/nologo /debug",
|
LDFLAGS => "/nologo /debug",
|
||||||
MT => "mt",
|
MT => "mt",
|
||||||
MTFLAGS => "-nologo",
|
MTFLAGS => "-nologo",
|
||||||
RANLIB => "CODE(0x7fffc48da440)",
|
RANLIB => "CODE(0x56068388a9e8)",
|
||||||
RC => "rc",
|
RC => "rc",
|
||||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/50-win-onecore.conf", "Configurations/shared-info.pl" ],
|
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/50-win-onecore.conf", "Configurations/shared-info.pl" ],
|
||||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||||
@ -347,7 +347,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15664,9 +15663,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
@ -15939,3 +15935,4 @@ Verbose output.
|
|||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: VC-WIN64-ARM"
|
#define PLATFORM "platform: VC-WIN64-ARM"
|
||||||
#define DATE "built on: Fri Mar 8 03:24:47 2019 UTC"
|
#define DATE "built on: Thu Apr 25 23:07:51 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -24,8 +24,8 @@ extern "C" {
|
|||||||
* OpenSSL was configured with the following options:
|
* OpenSSL was configured with the following options:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef OPENSSL_SYS_WIN64A
|
#ifndef OPENSSL_SYS_WIN32
|
||||||
# define OPENSSL_SYS_WIN64A 1
|
# define OPENSSL_SYS_WIN32 1
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_COMP
|
#ifndef OPENSSL_NO_COMP
|
||||||
# define OPENSSL_NO_COMP
|
# define OPENSSL_NO_COMP
|
||||||
@ -84,9 +84,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
@ -193,11 +190,11 @@ extern "C" {
|
|||||||
* The following are cipher-specific, but are part of the public API.
|
* The following are cipher-specific, but are part of the public API.
|
||||||
*/
|
*/
|
||||||
#if !defined(OPENSSL_SYS_UEFI)
|
#if !defined(OPENSSL_SYS_UEFI)
|
||||||
# undef BN_LLONG
|
# define BN_LLONG
|
||||||
/* Only one for the following should be defined */
|
/* Only one for the following should be defined */
|
||||||
# undef SIXTY_FOUR_BIT_LONG
|
# undef SIXTY_FOUR_BIT_LONG
|
||||||
# define SIXTY_FOUR_BIT
|
# undef SIXTY_FOUR_BIT
|
||||||
# undef THIRTY_TWO_BIT
|
# define THIRTY_TWO_BIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define RC4_INT unsigned int
|
#define RC4_INT unsigned int
|
||||||
|
@ -58,15 +58,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_WIN64A" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_WIN64A" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "VC-WIN64A" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN64A" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -131,7 +131,7 @@ our %target = (
|
|||||||
LDFLAGS => "/nologo /debug",
|
LDFLAGS => "/nologo /debug",
|
||||||
MT => "mt",
|
MT => "mt",
|
||||||
MTFLAGS => "-nologo",
|
MTFLAGS => "-nologo",
|
||||||
RANLIB => "CODE(0x564f7d73ef38)",
|
RANLIB => "CODE(0x55e00a854ec0)",
|
||||||
RC => "rc",
|
RC => "rc",
|
||||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||||
aes_asm_src => "aes-x86_64.s vpaes-x86_64.s bsaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
|
aes_asm_src => "aes-x86_64.s vpaes-x86_64.s bsaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
|
||||||
@ -356,7 +356,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15946,9 +15945,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Tue Feb 26 19:57:09 2019 UTC"
|
#define DATE "built on: Thu Apr 25 23:04:57 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -58,15 +58,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_WIN64A" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_WIN64A" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "VC-WIN64A" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN64A" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -131,7 +131,7 @@ our %target = (
|
|||||||
LDFLAGS => "/nologo /debug",
|
LDFLAGS => "/nologo /debug",
|
||||||
MT => "mt",
|
MT => "mt",
|
||||||
MTFLAGS => "-nologo",
|
MTFLAGS => "-nologo",
|
||||||
RANLIB => "CODE(0x56467849eb78)",
|
RANLIB => "CODE(0x55ad3e8c9510)",
|
||||||
RC => "rc",
|
RC => "rc",
|
||||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||||
aes_asm_src => "aes-x86_64.s vpaes-x86_64.s bsaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
|
aes_asm_src => "aes-x86_64.s vpaes-x86_64.s bsaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
|
||||||
@ -356,7 +356,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15946,9 +15945,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Tue Feb 26 19:57:52 2019 UTC"
|
#define DATE "built on: Thu Apr 25 23:05:52 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -58,15 +58,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_WIN64A" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_WIN64A" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "VC-WIN64A" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN64A" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -131,7 +131,7 @@ our %target = (
|
|||||||
LDFLAGS => "/nologo /debug",
|
LDFLAGS => "/nologo /debug",
|
||||||
MT => "mt",
|
MT => "mt",
|
||||||
MTFLAGS => "-nologo",
|
MTFLAGS => "-nologo",
|
||||||
RANLIB => "CODE(0x564468e89558)",
|
RANLIB => "CODE(0x5557d1c05098)",
|
||||||
RC => "rc",
|
RC => "rc",
|
||||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||||
@ -355,7 +355,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15672,9 +15671,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Tue Feb 26 19:58:28 2019 UTC"
|
#define DATE "built on: Thu Apr 25 23:06:45 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -84,9 +84,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "aix-gcc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix-gcc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -334,7 +334,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15820,9 +15819,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix-gcc"
|
#define PLATFORM "platform: aix-gcc"
|
||||||
#define DATE "built on: Tue Feb 26 19:43:09 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:45:32 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -99,7 +99,7 @@ Ladd: lwarx 5,0,3
|
|||||||
.align 4
|
.align 4
|
||||||
.OPENSSL_rdtsc_mftb:
|
.OPENSSL_rdtsc_mftb:
|
||||||
mftb 3
|
mftb 3
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,0,0
|
.byte 0,12,0x14,0,0,0,0,0
|
||||||
|
|
||||||
@ -281,7 +281,7 @@ Loop3: mfspr 6,268
|
|||||||
bc 16,0,Loop3
|
bc 16,0,Loop3
|
||||||
|
|
||||||
mr 3,4
|
mr 3,4
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,2,0
|
.byte 0,12,0x14,0,0,0,2,0
|
||||||
.long 0
|
.long 0
|
||||||
@ -333,7 +333,8 @@ Loop4:
|
|||||||
Ldone4:
|
Ldone4:
|
||||||
srwi 4,4,2
|
srwi 4,4,2
|
||||||
sub 3,0,4
|
sub 3,0,4
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,3,0
|
.byte 0,12,0x14,0,0,0,3,0
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "aix-gcc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix-gcc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -334,7 +334,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15820,9 +15819,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix-gcc"
|
#define PLATFORM "platform: aix-gcc"
|
||||||
#define DATE "built on: Tue Feb 26 19:43:22 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:45:47 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -99,7 +99,7 @@ Ladd: lwarx 5,0,3
|
|||||||
.align 4
|
.align 4
|
||||||
.OPENSSL_rdtsc_mftb:
|
.OPENSSL_rdtsc_mftb:
|
||||||
mftb 3
|
mftb 3
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,0,0
|
.byte 0,12,0x14,0,0,0,0,0
|
||||||
|
|
||||||
@ -281,7 +281,7 @@ Loop3: mfspr 6,268
|
|||||||
bc 16,0,Loop3
|
bc 16,0,Loop3
|
||||||
|
|
||||||
mr 3,4
|
mr 3,4
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,2,0
|
.byte 0,12,0x14,0,0,0,2,0
|
||||||
.long 0
|
.long 0
|
||||||
@ -333,7 +333,8 @@ Loop4:
|
|||||||
Ldone4:
|
Ldone4:
|
||||||
srwi 4,4,2
|
srwi 4,4,2
|
||||||
sub 3,0,4
|
sub 3,0,4
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,3,0
|
.byte 0,12,0x14,0,0,0,3,0
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "aix-gcc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "aix-gcc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -333,7 +333,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15666,9 +15665,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix-gcc"
|
#define PLATFORM "platform: aix-gcc"
|
||||||
#define DATE "built on: Tue Feb 26 19:43:36 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:46:02 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -84,9 +84,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "aix64-gcc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix64-gcc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -334,7 +334,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15856,9 +15855,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix64-gcc"
|
#define PLATFORM "platform: aix64-gcc"
|
||||||
#define DATE "built on: Tue Feb 26 19:43:45 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:46:12 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -108,7 +108,7 @@ Ladd: lwarx 5,0,3
|
|||||||
.align 4
|
.align 4
|
||||||
.OPENSSL_rdtsc_mfspr268:
|
.OPENSSL_rdtsc_mfspr268:
|
||||||
mfspr 3,268
|
mfspr 3,268
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,0,0
|
.byte 0,12,0x14,0,0,0,0,0
|
||||||
|
|
||||||
@ -281,7 +281,7 @@ Loop3: mfspr 6,268
|
|||||||
bc 16,0,Loop3
|
bc 16,0,Loop3
|
||||||
|
|
||||||
mr 3,4
|
mr 3,4
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,2,0
|
.byte 0,12,0x14,0,0,0,2,0
|
||||||
.long 0
|
.long 0
|
||||||
@ -333,7 +333,8 @@ Loop4:
|
|||||||
Ldone4:
|
Ldone4:
|
||||||
srwi 4,4,2
|
srwi 4,4,2
|
||||||
sub 3,0,4
|
sub 3,0,4
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,3,0
|
.byte 0,12,0x14,0,0,0,3,0
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "aix64-gcc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix64-gcc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -334,7 +334,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15856,9 +15855,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix64-gcc"
|
#define PLATFORM "platform: aix64-gcc"
|
||||||
#define DATE "built on: Tue Feb 26 19:44:00 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:46:28 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -108,7 +108,7 @@ Ladd: lwarx 5,0,3
|
|||||||
.align 4
|
.align 4
|
||||||
.OPENSSL_rdtsc_mfspr268:
|
.OPENSSL_rdtsc_mfspr268:
|
||||||
mfspr 3,268
|
mfspr 3,268
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,0,0
|
.byte 0,12,0x14,0,0,0,0,0
|
||||||
|
|
||||||
@ -281,7 +281,7 @@ Loop3: mfspr 6,268
|
|||||||
bc 16,0,Loop3
|
bc 16,0,Loop3
|
||||||
|
|
||||||
mr 3,4
|
mr 3,4
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,2,0
|
.byte 0,12,0x14,0,0,0,2,0
|
||||||
.long 0
|
.long 0
|
||||||
@ -333,7 +333,8 @@ Loop4:
|
|||||||
Ldone4:
|
Ldone4:
|
||||||
srwi 4,4,2
|
srwi 4,4,2
|
||||||
sub 3,0,4
|
sub 3,0,4
|
||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,3,0
|
.byte 0,12,0x14,0,0,0,3,0
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "aix64-gcc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "aix64-gcc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -333,7 +333,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15666,9 +15665,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix64-gcc"
|
#define PLATFORM "platform: aix64-gcc"
|
||||||
#define DATE "built on: Tue Feb 26 19:44:16 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:46:46 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -84,9 +84,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "darwin-i386-cc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin-i386-cc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -332,7 +332,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15786,9 +15785,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin-i386-cc"
|
#define PLATFORM "platform: darwin-i386-cc"
|
||||||
#define DATE "built on: Tue Feb 26 19:47:17 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:50:36 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "darwin-i386-cc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin-i386-cc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -332,7 +332,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15786,9 +15785,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin-i386-cc"
|
#define PLATFORM "platform: darwin-i386-cc"
|
||||||
#define DATE "built on: Tue Feb 26 19:47:33 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:50:56 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "darwin-i386-cc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "darwin-i386-cc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -331,7 +331,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15644,9 +15643,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin-i386-cc"
|
#define PLATFORM "platform: darwin-i386-cc"
|
||||||
#define DATE "built on: Tue Feb 26 19:47:47 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:51:16 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -84,9 +84,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "darwin64-x86_64-cc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin64-x86_64-cc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -332,7 +332,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15931,9 +15930,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||||
#define DATE "built on: Tue Feb 26 19:45:52 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:48:40 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "darwin64-x86_64-cc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin64-x86_64-cc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -332,7 +332,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15931,9 +15930,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||||
#define DATE "built on: Tue Feb 26 19:46:30 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:49:33 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -53,15 +53,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
openssl_sys_defines => [ "OPENSSL_SYS_MACOSX" ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "darwin64-x86_64-cc" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "darwin64-x86_64-cc" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -331,7 +331,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15644,9 +15643,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||||
#define DATE "built on: Tue Feb 26 19:47:08 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:50:25 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -84,9 +84,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -54,15 +54,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "linux-aarch64" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-aarch64" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -337,7 +337,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15772,9 +15771,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: linux-aarch64"
|
#define PLATFORM "platform: linux-aarch64"
|
||||||
#define DATE "built on: Tue Feb 26 19:47:55 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:51:28 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -78,9 +78,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -54,15 +54,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "linux-aarch64" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-aarch64" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -337,7 +337,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15772,9 +15771,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: linux-aarch64"
|
#define PLATFORM "platform: linux-aarch64"
|
||||||
#define DATE "built on: Tue Feb 26 19:48:08 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:51:45 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -78,9 +78,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -54,15 +54,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "linux-aarch64" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-aarch64" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -336,7 +336,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15669,9 +15668,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: linux-aarch64"
|
#define PLATFORM "platform: linux-aarch64"
|
||||||
#define DATE "built on: Tue Feb 26 19:48:20 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:52:03 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -81,9 +81,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -54,15 +54,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "linux-armv4" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-armv4" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -337,7 +337,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15778,9 +15777,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: linux-armv4"
|
#define PLATFORM "platform: linux-armv4"
|
||||||
#define DATE "built on: Tue Feb 26 19:48:29 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:52:14 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -78,9 +78,6 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SCTP
|
#ifndef OPENSSL_NO_SCTP
|
||||||
# define OPENSSL_NO_SCTP
|
# define OPENSSL_NO_SCTP
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_SSL_TRACE
|
|
||||||
# define OPENSSL_NO_SSL_TRACE
|
|
||||||
#endif
|
|
||||||
#ifndef OPENSSL_NO_SSL3
|
#ifndef OPENSSL_NO_SSL3
|
||||||
# define OPENSSL_NO_SSL3
|
# define OPENSSL_NO_SSL3
|
||||||
#endif
|
#endif
|
||||||
|
@ -54,15 +54,15 @@ our %config = (
|
|||||||
minor => "1.1",
|
minor => "1.1",
|
||||||
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
|
||||||
openssl_api_defines => [ ],
|
openssl_api_defines => [ ],
|
||||||
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
openssl_other_defines => [ "OPENSSL_RAND_SEED_OS", "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_DEVCRYPTOENG", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_EXTERNAL_TESTS", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_NO_AFALGENG" ],
|
||||||
openssl_sys_defines => [ ],
|
openssl_sys_defines => [ ],
|
||||||
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
openssl_thread_defines => [ "OPENSSL_THREADS" ],
|
||||||
openssldir => "",
|
openssldir => "",
|
||||||
options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
options => "enable-ssl-trace no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||||
perl_cmd => "/usr/bin/perl",
|
perl_cmd => "/usr/bin/perl",
|
||||||
perl_version => "5.26.2",
|
perl_version => "5.26.2",
|
||||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "linux-armv4" ],
|
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-armv4" ],
|
||||||
perlenv => {
|
perlenv => {
|
||||||
"AR" => undef,
|
"AR" => undef,
|
||||||
"ARFLAGS" => undef,
|
"ARFLAGS" => undef,
|
||||||
@ -337,7 +337,6 @@ our %disabled = (
|
|||||||
"rc5" => "default",
|
"rc5" => "default",
|
||||||
"sctp" => "default",
|
"sctp" => "default",
|
||||||
"shared" => "option",
|
"shared" => "option",
|
||||||
"ssl-trace" => "default",
|
|
||||||
"ssl3" => "default",
|
"ssl3" => "default",
|
||||||
"ssl3-method" => "default",
|
"ssl3-method" => "default",
|
||||||
"ubsan" => "default",
|
"ubsan" => "default",
|
||||||
@ -15778,9 +15777,6 @@ my %disabled_info = (
|
|||||||
'sctp' => {
|
'sctp' => {
|
||||||
macro => 'OPENSSL_NO_SCTP',
|
macro => 'OPENSSL_NO_SCTP',
|
||||||
},
|
},
|
||||||
'ssl-trace' => {
|
|
||||||
macro => 'OPENSSL_NO_SSL_TRACE',
|
|
||||||
},
|
|
||||||
'ssl3' => {
|
'ssl3' => {
|
||||||
macro => 'OPENSSL_NO_SSL3',
|
macro => 'OPENSSL_NO_SSL3',
|
||||||
},
|
},
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: linux-armv4"
|
#define PLATFORM "platform: linux-armv4"
|
||||||
#define DATE "built on: Tue Feb 26 19:48:42 2019 UTC"
|
#define DATE "built on: Thu Apr 25 22:52:31 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user