History log of /openssl/ (Results 6251 – 6275 of 36070)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5ea4d76418-Jun-2021 Pauli

ssl: replace tabs with spaces

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1582

ssl: replace tabs with spaces

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15824)

show more ...

e69bde8818-Jun-2021 Pauli

include: replace tabs with spaces in headers

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/op

include: replace tabs with spaces in headers

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15824)

show more ...

d0e5230d18-Jun-2021 Pauli

test: add test for auto DH security level meets the minimum

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/o

test: add test for auto DH security level meets the minimum

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15818)

show more ...

d7b5c64818-Jun-2021 Pauli

ssl: do not choose auto DH groups that are weaker than the security level

Fixes #15808

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>

ssl: do not choose auto DH groups that are weaker than the security level

Fixes #15808

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15818)

show more ...

b9d022d718-Jun-2021 Pauli

params: fix range check when converting double to uint64_t.

Found in #15815

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Re

params: fix range check when converting double to uint64_t.

Found in #15815

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15819)

show more ...

d7c88f7618-Jun-2021 Pauli

params: avoid using intmax_t since it's not well supported

Converting doubles to integers used to go via intmax_t which isn't properly
defined on some platforms. The alternative is to g

params: avoid using intmax_t since it's not well supported

Converting doubles to integers used to go via intmax_t which isn't properly
defined on some platforms. The alternative is to go via int64_t.

Fixes #15815
Alternative to #15816

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15817)

show more ...

d9ee027e17-Jun-2021 Tomas Mraz

aix64-gcc target: Fix build breakage with enable-fips

Fixes #15804

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-b

aix64-gcc target: Fix build breakage with enable-fips

Fixes #15804

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15807)

show more ...

47bb597b17-Jun-2021 Dr. David von Oheimb

http_client.c: fix HTTP_VERSION_STR_LEN and make it more efficient

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.

http_client.c: fix HTTP_VERSION_STR_LEN and make it more efficient

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15796)

show more ...

765860a317-Jun-2021 Dr. David von Oheimb

http_client.c: make HTTP_LINE1_MINLEN more efficient

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/op

http_client.c: make HTTP_LINE1_MINLEN more efficient

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15796)

show more ...

b6fec96517-Jun-2021 Dr. David von Oheimb

http_client.c: make prefix checking more readable and more efficient

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://githu

http_client.c: make prefix checking more readable and more efficient

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15796)

show more ...

552aeaef17-Jun-2021 Dr. David von Oheimb

http_client.c: fix error reporting (a char was missing; improve style)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://git

http_client.c: fix error reporting (a char was missing; improve style)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15796)

show more ...

8df299d617-Jun-2021 Dr. David von Oheimb

http_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS proxy use

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.co

http_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS proxy use

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15796)

show more ...

0eed845c16-Jun-2021 Richard Levitte

Make util/wrap.pl work better on VMS

Perl's system() on VMS needs to have the command line properly fixed
up, even with arguments passed in list form. We arrange that by
having util

Make util/wrap.pl work better on VMS

Perl's system() on VMS needs to have the command line properly fixed
up, even with arguments passed in list form. We arrange that by
having util/wrap.pl use the same command line fixups as OpenSSL::Test.

As a consequence, util/wrap.pl needs to be generated, to easily pick
up data from configdata.pm. This also removes yet another file
copying hack from the build file templates.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15791)

show more ...

1abcd1e816-Jun-2021 Richard Levitte

OpenSSL::Test: Move the command line quotifier

The command line quotifier is more useful as a common utility, so it
gets moved to OpenSSL::Util, as the following two functions:

OpenSSL::Test: Move the command line quotifier

The command line quotifier is more useful as a common utility, so it
gets moved to OpenSSL::Util, as the following two functions:

fixup_cmd_elements(), which is the generic command line reformatter
fixup_cmd(), which is like fixup_cmd_elements(), but treats the first
element specially where necessary (such as on VMS).

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15791)

show more ...

a205860422-May-2021 Marek

Add demo for HKDF

Fixes #14120

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merge

Add demo for HKDF

Fixes #14120

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15784)

show more ...

52e6c77e17-Jun-2021 Matt Caswell

Prepare for 3.0 beta 2

Reviewed-by: Richard Levitte <levitte@openssl.org>

f9bfdc3a17-Jun-2021 Matt Caswell

Prepare for release of 3.0 beta 1

Reviewed-by: Richard Levitte <levitte@openssl.org>

8af25d0a17-Jun-2021 Matt Caswell

make update

Reviewed-by: Richard Levitte <levitte@openssl.org>

38fc02a717-Jun-2021 Matt Caswell

Update copyright year

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15801)


apps/CA.pl.in
apps/include/__DECC_INCLUDE_EPILOGUE.H
apps/include/__DECC_INCLUDE_PROLOGUE.H
apps/include/cmp_mock_srv.h
apps/lib/vms_decc_argv.c
crypto/aes/aes_core.c
crypto/aes/aes_local.h
crypto/aes/asm/bsaes-armv7.pl
crypto/aes/asm/bsaes-x86_64.pl
crypto/asn1/a_verify.c
crypto/asn1/d2i_param.c
crypto/asn1/d2i_pu.c
crypto/asn1/n_pkey.c
crypto/async/async_err.c
crypto/bio/bf_nbio.c
crypto/bio/bf_null.c
crypto/bio/bf_prefix.c
crypto/bio/bio_cb.c
crypto/bio/bio_dump.c
crypto/bio/bss_acpt.c
crypto/bio/bss_bio.c
crypto/bio/bss_dgram.c
crypto/bio/bss_null.c
crypto/bn/bn_blind.c
crypto/bn/bn_depr.c
crypto/bn/bn_err.c
crypto/buffer/buf_err.c
crypto/chacha/asm/chacha-x86_64.pl
crypto/cmp/cmp_asn.c
crypto/cmp/cmp_err.c
crypto/comp/comp_err.c
crypto/conf/conf_lib.c
crypto/crmf/crmf_asn.c
crypto/crmf/crmf_err.c
crypto/crmf/crmf_local.h
crypto/ct/ct_b64.c
crypto/ct/ct_err.c
crypto/dso/dso_dl.c
crypto/dso/dso_dlfcn.c
crypto/dso/dso_err.c
crypto/dso/dso_vms.c
crypto/ec/curve448/f_generic.c
crypto/encode_decode/encoder_err.c
crypto/engine/eng_err.c
crypto/engine/eng_local.h
crypto/engine/eng_openssl.c
crypto/engine/tb_cipher.c
crypto/engine/tb_dh.c
crypto/engine/tb_digest.c
crypto/engine/tb_dsa.c
crypto/engine/tb_eckey.c
crypto/engine/tb_pkmeth.c
crypto/engine/tb_rand.c
crypto/engine/tb_rsa.c
crypto/err/err_all_legacy.c
crypto/evp/bio_b64.c
crypto/evp/bio_enc.c
crypto/evp/e_bf.c
crypto/evp/e_des.c
crypto/evp/e_idea.c
crypto/evp/e_rc5.c
crypto/evp/evp_key.c
crypto/evp/legacy_meth.h
crypto/evp/p5_crpt.c
crypto/ffc/ffc_key_generate.c
crypto/objects/obj_err.c
crypto/ocsp/ocsp_err.c
crypto/packet.c
crypto/pem/pem_sign.c
crypto/perlasm/ppc-xlate.pl
crypto/pkcs12/pk12err.c
crypto/pkcs7/pkcs7err.c
crypto/property/property_err.c
crypto/rand/rand_err.c
crypto/rsa/rsa_pk1.c
crypto/seed/seed_local.h
crypto/sparcv9cap.c
crypto/ts/ts_err.c
crypto/ts/ts_verify_ctx.c
crypto/ui/ui_err.c
crypto/x509/v3err.c
crypto/x509/x509_err.c
crypto/x509/x509type.c
doc/man1/CA.pl.pod
doc/man3/BIO_ADDRINFO.pod
doc/man3/BIO_f_md.pod
doc/man3/BIO_s_accept.pod
doc/man3/BIO_set_callback.pod
doc/man3/DSA_size.pod
doc/man3/EVP_DigestSignInit.pod
doc/man3/EVP_MD_meth_new.pod
doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod
doc/man3/EVP_PKEY_get_size.pod
doc/man3/EVP_PKEY_set_type.pod
doc/man3/EVP_SealInit.pod
doc/man3/EVP_SignInit.pod
doc/man3/OBJ_nid2obj.pod
doc/man3/OSSL_ENCODER_CTX.pod
doc/man3/RAND_bytes.pod
doc/man3/RSA_size.pod
doc/man3/SSL_CTX_add1_chain_cert.pod
doc/man3/SSL_CTX_load_verify_locations.pod
doc/man3/SSL_CTX_set1_verify_cert_store.pod
doc/man3/SSL_CTX_set_session_cache_mode.pod
doc/man3/X509_VERIFY_PARAM_set_flags.pod
doc/man3/X509_check_host.pod
doc/man3/X509_digest.pod
doc/man5/fips_config.pod
doc/man7/EVP_MD-common.pod
engines/e_dasync.c
engines/e_ossltest.c
engines/e_padlock.c
fuzz/asn1parse.c
include/crypto/asyncerr.h
include/crypto/bioerr.h
include/crypto/bnerr.h
include/crypto/buffererr.h
include/crypto/cmperr.h
include/crypto/cmserr.h
include/crypto/comperr.h
include/crypto/crmferr.h
include/crypto/cryptoerr.h
include/crypto/cterr.h
include/crypto/dsaerr.h
include/crypto/encoder.h
include/crypto/encodererr.h
include/crypto/engineerr.h
include/crypto/objectserr.h
include/crypto/ocsperr.h
include/crypto/pkcs12err.h
include/crypto/pkcs7err.h
include/crypto/randerr.h
include/crypto/tserr.h
include/crypto/uierr.h
include/crypto/x509err.h
include/crypto/x509v3err.h
include/openssl/asn1t.h.in
include/openssl/dtls1.h
include/openssl/ssl3.h
providers/common/der/der_digests_gen.c.in
providers/common/der/der_dsa_gen.c.in
providers/common/der/der_ec_gen.c.in
providers/common/der/der_ecx_gen.c.in
providers/common/der/der_rsa_gen.c.in
providers/common/der/der_sm2_gen.c.in
providers/common/der/der_wrap_gen.c.in
providers/common/include/prov/__DECC_INCLUDE_EPILOGUE.H
providers/common/include/prov/__DECC_INCLUDE_PROLOGUE.H
providers/common/include/prov/der_digests.h.in
providers/common/include/prov/der_dsa.h.in
providers/common/include/prov/der_ecx.h.in
providers/common/include/prov/der_wrap.h.in
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
providers/implementations/ciphers/cipher_aes_gcm.h
providers/implementations/ciphers/cipher_aes_gcm_hw_s390x.inc
providers/implementations/ciphers/cipher_aes_xts_hw.c
providers/implementations/ciphers/cipher_camellia.h
providers/implementations/encode_decode/endecoder_common.c
providers/implementations/encode_decode/endecoder_local.h
providers/implementations/include/prov/__DECC_INCLUDE_EPILOGUE.H
providers/implementations/include/prov/__DECC_INCLUDE_PROLOGUE.H
ssl/record/ssl3_record_tls13.c
ssl/record/tls_pad.c
ssl/ssl_err_legacy.c
ssl/ssl_init.c
ssl/ssl_txt.c
test/bio_callback_test.c
test/bntest.c
test/cmp_server_test.c
test/confdump.c
test/enginetest.c
test/generate_ssl_tests.pl
test/params_conversion_test.c
test/provider_fallback_test.c
test/recipes/01-test_symbol_presence.t
test/recipes/04-test_encoder_decoder_legacy.t
test/recipes/04-test_provfetch.t
test/recipes/04-test_upcalls.t
test/recipes/15-test_mp_rsa.t
test/recipes/15-test_rsapss.t
test/recipes/15-test_sha.t
test/recipes/25-test_verify_store.t
test/recipes/30-test_evp_data/evppkey_ecc.txt
test/recipes/79-test_http.t
test/recipes/80-test_ca.t
test/sparse_array_test.c
test/ssl-tests/17-renegotiate.cnf.in
test/testutil/provider.c
test/tls13encryptiontest.c
test/x509_time_test.c
e23206ae17-Jun-2021 Richard Levitte

test/recipes/80-test_cmp_http.t: Kill the mock server brutally

To kill a subprocess with the KILL signal is pretty brutal. However,
it doesn't seem to be killed completely on some platf

test/recipes/80-test_cmp_http.t: Kill the mock server brutally

To kill a subprocess with the KILL signal is pretty brutal. However,
it doesn't seem to be killed completely on some platforms, which makes
this test recipe hang indefinitely when (implicitly) closing the file
handle for this server ($server_fh). A brutal KILL resolves this
problem.

Fixes #15781

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15797)

show more ...

98dc656e17-Jun-2021 Pauli

gost: remove the internal GOST test.

The external GOST test is sufficient according @beldmit. This avoids having
to manually update and build the GOST engine when something changes.

gost: remove the internal GOST test.

The external GOST test is sufficient according @beldmit. This avoids having
to manually update and build the GOST engine when something changes.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15795)

show more ...

a515c82516-Jun-2021 Richard Levitte

Fix exit code for VMS in util/wrap.pl and test/run_tests.pl

The exit code for VMS is a bit tricky, and while perl translates the
VMS status code from a typical C program to posix terms,

Fix exit code for VMS in util/wrap.pl and test/run_tests.pl

The exit code for VMS is a bit tricky, and while perl translates the
VMS status code from a typical C program to posix terms, it doesn't
automatically translate its exit code into the typical C program VMS
status code. Perl scripts are recommended to do so explicitly.

Therefore, we make util/wrap.pl and test/run_tests.pl simulate the
typical C program VMS status code for all non-zero exit codes, except
we give them all the error severity (according to the VMS C library
reference manual, exit codes 2 and above are treated as success...).

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15787)

show more ...

fd6d0c5a16-Jun-2021 Richard Levitte

Fix small typo in test/recipes/05-test_pbe.t

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pu

Fix small typo in test/recipes/05-test_pbe.t

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15786)

show more ...

d84c368b17-Jun-2021 Shane Lontis

Add self test for ECDSA using curve with a binary field

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl

Add self test for ECDSA using curve with a binary field

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15794)

show more ...

c3932c3410-Jun-2021 Rich Salz

Always wait for both threads to finish

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(

Always wait for both threads to finish

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15708)

show more ...

1...<<251252253254255256257258259260>>...1443