[openssl/openssl] c2f761: Fix the checks of RAND_bytes

Todd Short noreply at reply.github.openssl.org
Thu Jun 2 14:48:08 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: c2f7614fb7b93fe3792068077ff01384f42f39bc
      https://github.openssl.org/openssl/openssl/commit/c2f7614fb7b93fe3792068077ff01384f42f39bc
  Author: Peiwei Hu <jlu.hpw at foxmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M test/bad_dtls_test.c
    M test/drbgtest.c
    M test/ecdsatest.c
    M test/exptest.c
    M test/wpackettest.c

  Log Message:
  -----------
  Fix the checks of RAND_bytes

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/18424)


  Commit: 92d0d7ea9be40909ee79fb8861641a61eead2431
      https://github.openssl.org/openssl/openssl/commit/92d0d7ea9be40909ee79fb8861641a61eead2431
  Author: Peiwei Hu <jlu.hpw at foxmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M apps/ec.c
    M apps/rsa.c
    M test/evp_pkey_provided_test.c

  Log Message:
  -----------
  Fix the checks of EVP_PKEY_check

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/18424)


  Commit: d016758706d0a7a104ff09db94448aeec1b38193
      https://github.openssl.org/openssl/openssl/commit/d016758706d0a7a104ff09db94448aeec1b38193
  Author: Peiwei Hu <jlu.hpw at foxmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M test/evp_pkey_provided_test.c

  Log Message:
  -----------
  Fix the checks of EVP_PKEY_pairwise_check

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/18424)


  Commit: bba14c6e28e9519b2d40fc5c551893996f2db246
      https://github.openssl.org/openssl/openssl/commit/bba14c6e28e9519b2d40fc5c551893996f2db246
  Author: Peiwei Hu <jlu.hpw at foxmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M test/evp_pkey_provided_test.c

  Log Message:
  -----------
  Fix the checks of EVP_PKEY_public_check

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/18424)


  Commit: babc818c3f669214fa192229003953e3dead1926
      https://github.openssl.org/openssl/openssl/commit/babc818c3f669214fa192229003953e3dead1926
  Author: Peiwei Hu <jlu.hpw at foxmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M test/evp_pkey_provided_test.c

  Log Message:
  -----------
  Fix the checks of EVP_PKEY_private_check

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/18424)


  Commit: 5755c11fd6e50028946e6e17c835afcd56995699
      https://github.openssl.org/openssl/openssl/commit/5755c11fd6e50028946e6e17c835afcd56995699
  Author: Peiwei Hu <jlu.hpw at foxmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M engines/e_loader_attic.c
    M test/uitest.c

  Log Message:
  -----------
  Fix the checks of UI_add_input_string

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/18424)


  Commit: e85bef981c037a6ebc0ca39f61c11bd79ed89fb3
      https://github.openssl.org/openssl/openssl/commit/e85bef981c037a6ebc0ca39f61c11bd79ed89fb3
  Author: Peiwei Hu <jlu.hpw at foxmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M apps/dhparam.c
    M apps/ecparam.c

  Log Message:
  -----------
  Fix the checks of EVP_PKEY_param_check

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/18424)


  Commit: 48b571fe771f283d547ca2a5999ce5dd9a5509d0
      https://github.openssl.org/openssl/openssl/commit/48b571fe771f283d547ca2a5999ce5dd9a5509d0
  Author: Peiwei Hu <jlu.hpw at foxmail.com>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M crypto/cms/cms_smime.c
    M crypto/pkcs7/pk7_smime.c

  Log Message:
  -----------
  Fix the checks of BIO_get_cipher_status

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Todd Short <todd.short at me.com>
(Merged from https://github.com/openssl/openssl/pull/18424)


Compare: https://github.openssl.org/openssl/openssl/compare/163bf682fd93...48b571fe771f


More information about the openssl-commits mailing list