Coverity Scan: Analysis completed for openssl/openssl

2024-05-14 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7On3ENqKj59w4rEawU-2BYZgjBJ8Ay1pFYeVslaCebcWhw-3D-3DBh94_bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6pkcVyz0uBScND-2FdzpJJcoOQjmcT-2FGXA9Nqh2AShHvyr8Lc1mKxfgXXqeMEZZj528vZDXvX5E3xxRcLePSy98kIMtC9lDLTD7KVG3beP89MeYtBproXa15jZiCtFNEs-2F5Tfq7FH8k-2BH7TqmRQUjAbRBouM5ZRZZTHf5BDCGkqpCdg-3D-3D

Build ID: 613219

Analysis Summary:
   New defects found: 2
   Defects eliminated: 0

If you have difficulty understanding any defects, email us at 
scan-ad...@coverity.com,
or post your question to StackOverflow
at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.flnyKa-2FqvaKqx4fLQsH4bW35wEOELQKXyfspKiPYDJTkkE6I9WJzTo3tzdZlfNLaav4ccqKPQZ-2BbcFiem7UEug-3D-3DGlNv_bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6pkcVyz0uBScND-2FdzpJJcoOQjmcT-2FGXA9Nqh2AShHvyrxl7VITWxJyWFuxY48Z0gOL3NZN7khS78PNWguBdPdUJtIDZsQ-2F5z9f1xrOVa9okM-2Bc8GbIqak1dE9xON8ozp35K5kpYAF84vc0fYqusHDBVFOi3rGI57J-2BGKLDTFp50Pg-3D-3D


[openssl/openssl] d80296: sslapitest.c: With fips skip tests depending on X2...

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: d80296df203ed3f311556f15a591164ec38a5820
  
https://github.com/openssl/openssl/commit/d80296df203ed3f311556f15a591164ec38a5820
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/sslapitest.c

  Log Message:
  ---
  sslapitest.c: With fips skip tests depending on X25519 and X448

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)

(cherry picked from commit f6e469808501f52c7e8f8679d6c3290cf1c258b3)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] fb3b7f: 90-test_sslapi.t: Fix execution of sslapitest with...

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: fb3b7f9bfb597a99c5fba54f3263ac5edda5e3f3
  
https://github.com/openssl/openssl/commit/fb3b7f9bfb597a99c5fba54f3263ac5edda5e3f3
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/recipes/90-test_sslapi.t

  Log Message:
  ---
  90-test_sslapi.t: Fix execution of sslapitest with fips provider

Default configuration of the fips provider for tests is pedantic
which means that sslapitest was not fully executed with fips provider.

The ems check must be switched off for full execution.

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)

(cherry picked from commit d2af5e4c946afb59d3512b440642f0da775d198f)


  Commit: 2ae3b0b22cc58eb41da8a1d362bfbc39cfb6ad67
  
https://github.com/openssl/openssl/commit/2ae3b0b22cc58eb41da8a1d362bfbc39cfb6ad67
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/sslapitest.c

  Log Message:
  ---
  sslapitest.c: With fips skip tests depending on X25519 and X448

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)

(cherry picked from commit f6e469808501f52c7e8f8679d6c3290cf1c258b3)


Compare: https://github.com/openssl/openssl/compare/99a6fe4c4ac0...2ae3b0b22cc5

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 4fd2fa: 90-test_sslapi.t: Fix execution of sslapitest with...

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: 4fd2fa3b752af5897d4ef1ddc887dac70ab207f2
  
https://github.com/openssl/openssl/commit/4fd2fa3b752af5897d4ef1ddc887dac70ab207f2
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/recipes/90-test_sslapi.t

  Log Message:
  ---
  90-test_sslapi.t: Fix execution of sslapitest with fips provider

Default configuration of the fips provider for tests is pedantic
which means that sslapitest was not fully executed with fips provider.

The ems check must be switched off for full execution.

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)

(cherry picked from commit d2af5e4c946afb59d3512b440642f0da775d198f)


  Commit: 44716365ceff1485aa6e092a2d1b2172fdc5e62e
  
https://github.com/openssl/openssl/commit/44716365ceff1485aa6e092a2d1b2172fdc5e62e
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/sslapitest.c

  Log Message:
  ---
  sslapitest.c: With fips skip tests depending on X25519 and X448

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)

(cherry picked from commit f6e469808501f52c7e8f8679d6c3290cf1c258b3)


Compare: https://github.com/openssl/openssl/compare/088eecf70538...44716365ceff

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] fa3035: 90-test_sslapi.t: Fix execution of sslapitest with...

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: fa30357f3bd86dc190af821689762be1aadaeac6
  
https://github.com/openssl/openssl/commit/fa30357f3bd86dc190af821689762be1aadaeac6
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/recipes/90-test_sslapi.t

  Log Message:
  ---
  90-test_sslapi.t: Fix execution of sslapitest with fips provider

Default configuration of the fips provider for tests is pedantic
which means that sslapitest was not fully executed with fips provider.

The ems check must be switched off for full execution.

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)

(cherry picked from commit d2af5e4c946afb59d3512b440642f0da775d198f)


  Commit: 843d42b800df630906807f6ac71fb64d0f4f4389
  
https://github.com/openssl/openssl/commit/843d42b800df630906807f6ac71fb64d0f4f4389
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/sslapitest.c

  Log Message:
  ---
  sslapitest.c: With fips skip tests depending on X25519 and X448

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)

(cherry picked from commit f6e469808501f52c7e8f8679d6c3290cf1c258b3)


Compare: https://github.com/openssl/openssl/compare/32ca45d3f905...843d42b800df

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 887572: Add 3.2 and 3.3 branches to Provider compat CI

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 887572b85d3714e968bd21e0cf847fdbf1b775a2
  
https://github.com/openssl/openssl/commit/887572b85d3714e968bd21e0cf847fdbf1b775a2
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M .github/workflows/provider-compatibility.yml

  Log Message:
  ---
  Add 3.2 and 3.3 branches to Provider compat CI

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)


  Commit: d2af5e4c946afb59d3512b440642f0da775d198f
  
https://github.com/openssl/openssl/commit/d2af5e4c946afb59d3512b440642f0da775d198f
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/recipes/90-test_sslapi.t

  Log Message:
  ---
  90-test_sslapi.t: Fix execution of sslapitest with fips provider

Default configuration of the fips provider for tests is pedantic
which means that sslapitest was not fully executed with fips provider.

The ems check must be switched off for full execution.

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)


  Commit: f6e469808501f52c7e8f8679d6c3290cf1c258b3
  
https://github.com/openssl/openssl/commit/f6e469808501f52c7e8f8679d6c3290cf1c258b3
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/sslapitest.c

  Log Message:
  ---
  sslapitest.c: With fips skip tests depending on X25519 and X448

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24347)


Compare: https://github.com/openssl/openssl/compare/3e9d93388240...f6e469808501

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 99a6fe: test/ssl-tests: Avoid depending on X25519 and X448...

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 99a6fe4c4ac0bc5b3e53baa1ada8f4159fad093f
  
https://github.com/openssl/openssl/commit/99a6fe4c4ac0bc5b3e53baa1ada8f4159fad093f
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/ssl-tests/14-curves.cnf.in
M test/ssl-tests/20-cert-select.cnf
M test/ssl-tests/20-cert-select.cnf.in
M test/ssl-tests/28-seclevel.cnf.in

  Log Message:
  ---
  test/ssl-tests: Avoid depending on X25519 and X448 being fips approved

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24348)

(cherry picked from commit 32ca45d3f905d014c44e1570617d96a7372c324d)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 01fe0e: test/ssl-tests: Avoid depending on X25519 and X448...

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 01fe0e7515e310ffa03e1bd735bc70fd459090ac
  
https://github.com/openssl/openssl/commit/01fe0e7515e310ffa03e1bd735bc70fd459090ac
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/ssl-tests/14-curves.cnf.in
M test/ssl-tests/20-cert-select.cnf
M test/ssl-tests/20-cert-select.cnf.in
M test/ssl-tests/28-seclevel.cnf.in

  Log Message:
  ---
  test/ssl-tests: Avoid depending on X25519 and X448 being fips approved

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24348)

(cherry picked from commit 32ca45d3f905d014c44e1570617d96a7372c324d)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] b72785: quicapitest.c: Make test_ssl_trace to be insensiti...

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: b727850545b74e4d1bd82519c202b3b4585443a2
  
https://github.com/openssl/openssl/commit/b727850545b74e4d1bd82519c202b3b4585443a2
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/quicapitest.c

  Log Message:
  ---
  quicapitest.c: Make test_ssl_trace to be insensitive to fips changes

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24348)


  Commit: 32ca45d3f905d014c44e1570617d96a7372c324d
  
https://github.com/openssl/openssl/commit/32ca45d3f905d014c44e1570617d96a7372c324d
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/ssl-tests/14-curves.cnf.in
M test/ssl-tests/20-cert-select.cnf
M test/ssl-tests/20-cert-select.cnf.in
M test/ssl-tests/28-seclevel.cnf.in

  Log Message:
  ---
  test/ssl-tests: Avoid depending on X25519 and X448 being fips approved

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24348)


Compare: https://github.com/openssl/openssl/compare/f7cbc2dadacf...32ca45d3f905

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 0819fe: quicapitest.c: Make test_ssl_trace to be insensiti...

2024-05-14 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: 0819feadec779e304e0161cf2f09aac5fd7d92f3
  
https://github.com/openssl/openssl/commit/0819feadec779e304e0161cf2f09aac5fd7d92f3
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/quicapitest.c

  Log Message:
  ---
  quicapitest.c: Make test_ssl_trace to be insensitive to fips changes

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24348)

(cherry picked from commit b727850545b74e4d1bd82519c202b3b4585443a2)


  Commit: 088eecf705381361ad5edb55cae9c538ba369626
  
https://github.com/openssl/openssl/commit/088eecf705381361ad5edb55cae9c538ba369626
  Author: Tomas Mraz 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/ssl-tests/14-curves.cnf.in
M test/ssl-tests/20-cert-select.cnf
M test/ssl-tests/20-cert-select.cnf.in
M test/ssl-tests/28-seclevel.cnf.in

  Log Message:
  ---
  test/ssl-tests: Avoid depending on X25519 and X448 being fips approved

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
(Merged from https://github.com/openssl/openssl/pull/24348)

(cherry picked from commit 32ca45d3f905d014c44e1570617d96a7372c324d)


Compare: https://github.com/openssl/openssl/compare/4cbbb203e2bc...088eecf70538

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 3e9d93: Release pkey_ctx on initialization failure

2024-05-14 Thread irosay
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 3e9d933882407a0792dc3466ba9a0d53d40677a7
  
https://github.com/openssl/openssl/commit/3e9d933882407a0792dc3466ba9a0d53d40677a7
  Author: irosay <59870261+iro...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M ssl/statem/statem_srvr.c

  Log Message:
  ---
  Release pkey_ctx on initialization failure

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24366)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 4cbbb2: Release pkey_ctx on initialization failure

2024-05-14 Thread irosay
  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: 4cbbb203e2bc07bab06cef59c53e74cf0145c07e
  
https://github.com/openssl/openssl/commit/4cbbb203e2bc07bab06cef59c53e74cf0145c07e
  Author: irosay <59870261+iro...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M ssl/statem/statem_srvr.c

  Log Message:
  ---
  Release pkey_ctx on initialization failure

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24366)

(cherry picked from commit 3e9d933882407a0792dc3466ba9a0d53d40677a7)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] c4ecb0: Release pkey_ctx on initialization failure

2024-05-14 Thread irosay
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: c4ecb00823dc0f1a60fac5f2a2b3adbc9b52935d
  
https://github.com/openssl/openssl/commit/c4ecb00823dc0f1a60fac5f2a2b3adbc9b52935d
  Author: irosay <59870261+iro...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M ssl/statem/statem_srvr.c

  Log Message:
  ---
  Release pkey_ctx on initialization failure

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24366)

(cherry picked from commit 3e9d933882407a0792dc3466ba9a0d53d40677a7)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 62b684: Release pkey_ctx on initialization failure

2024-05-14 Thread irosay
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 62b684a65e31efc0b85c0a423f51880e149c1c9e
  
https://github.com/openssl/openssl/commit/62b684a65e31efc0b85c0a423f51880e149c1c9e
  Author: irosay <59870261+iro...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M ssl/statem/statem_srvr.c

  Log Message:
  ---
  Release pkey_ctx on initialization failure

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24366)

(cherry picked from commit 3e9d933882407a0792dc3466ba9a0d53d40677a7)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] f7cbc2: Release pkey_ctx on initialization failure

2024-05-14 Thread irosay
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: f7cbc2dadacf8f76779a1fc5af37a2e01f0dd7ed
  
https://github.com/openssl/openssl/commit/f7cbc2dadacf8f76779a1fc5af37a2e01f0dd7ed
  Author: irosay <59870261+iro...@users.noreply.github.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M ssl/statem/statem_srvr.c

  Log Message:
  ---
  Release pkey_ctx on initialization failure

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24366)

(cherry picked from commit 3e9d933882407a0792dc3466ba9a0d53d40677a7)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 50f2e2: fix: extension critical definition to default false

2024-05-14 Thread Jonathan Wilbur
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 50f2e2146aa1092bdf3435a3543e8a5d0b4c4d4c
  
https://github.com/openssl/openssl/commit/50f2e2146aa1092bdf3435a3543e8a5d0b4c4d4c
  Author: Jonathan M. Wilbur 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/x509/x509_v3.c
M crypto/x509/x_exten.c

  Log Message:
  ---
  fix: extension critical definition to default false

Signed-off-by: Jonathan M. Wilbur 

Reviewed-by: Tom Cosgrove 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/21230)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 77a30b: evp_test: Added the special private key that trigg...

2024-05-14 Thread Trust-Worthy
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 77a30b70ebe4dc8fbcb9ed718201d26114b86ebd
  
https://github.com/openssl/openssl/commit/77a30b70ebe4dc8fbcb9ed718201d26114b86ebd
  Author: Trust-Worthy 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/recipes/30-test_evp_data/evppkey_ecc.txt

  Log Message:
  ---
  evp_test: Added the special private key that triggers bug (CVE-2011-4354)

The bug triggers in 32 bit linux distros running openssl 0.9.8g.

This adds a regression test case.

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24235)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] fb323b: zeroize rsa->p,rsa->q on error

2024-05-14 Thread Sashan
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: fb323b27754089a34dc2a6a96a9b48cd4d0ee936
  
https://github.com/openssl/openssl/commit/fb323b27754089a34dc2a6a96a9b48cd4d0ee936
  Author: Alexandr Nedvedicky 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/rsa/rsa_sp800_56b_gen.c

  Log Message:
  ---
  zeroize rsa->p,rsa->q on error

this is rquired by fipd-186-5 section A.1.6, step 7:
Zeroize the internally generated values that are not returned

In OpenSSL code we need to zero p, q members of rsa structure. The rsa
structure is provided by ossl_rsa_fips186_4_gen_prob_primes() caller.

The remaining values (variables) mentioned by standard are zeroed
already in functions we call from ossl_rsa_fips186_4_gen_prob_primes().

Reviewed-by: Neil Horman 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24358)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 873ef8: Update documentation for DTLS1.3

2024-05-14 Thread fwh-dc
  Branch: refs/heads/feature/dtls-1.3
  Home:   https://github.com/openssl/openssl
  Commit: 873ef80f6f1a2c54174d443e82ea41e3c624b8ca
  
https://github.com/openssl/openssl/commit/873ef80f6f1a2c54174d443e82ea41e3c624b8ca
  Author: Frederik Wedel-Heinen 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M doc/man1/openssl-s_client.pod.in
M doc/man3/SSL_CIPHER_get_name.pod
M doc/man3/SSL_CONF_cmd.pod
M doc/man3/SSL_CTX_set0_CA_list.pod
M doc/man3/SSL_CTX_set1_sigalgs.pod
M doc/man3/SSL_CTX_set_min_proto_version.pod
M doc/man3/SSL_CTX_set_num_tickets.pod
M doc/man3/SSL_CTX_set_options.pod
M doc/man3/SSL_check_chain.pod
M doc/man3/SSL_export_keying_material.pod
M doc/man3/SSL_get_shared_sigalgs.pod
M doc/man3/SSL_get_version.pod

  Log Message:
  ---
  Update documentation for DTLS1.3

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/22363)


  Commit: ff8e63d0875f25f2755cd1d4d0e5047e0e2632e0
  
https://github.com/openssl/openssl/commit/ff8e63d0875f25f2755cd1d4d0e5047e0e2632e0
  Author: Frederik Wedel-Heinen 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M doc/man3/SSL_CONF_cmd.pod

  Log Message:
  ---
  Updates SSL_CONF_cmd.pod to be explicit when features are for both TLS and 
DTLS

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/22363)


  Commit: a30510d35cc0760513879a9acb14ef06a1208f37
  
https://github.com/openssl/openssl/commit/a30510d35cc0760513879a9acb14ef06a1208f37
  Author: Frederik Wedel-Heinen 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M doc/man3/SSL_CONF_cmd.pod

  Log Message:
  ---
  Mention brainpoolP256r1tls13, brainpoolP384r1tls13, brainpoolP512r1tls13 in 
SSL_CONF_cmd.pod

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/22363)


Compare: https://github.com/openssl/openssl/compare/5b536e98c216...a30510d35cc0

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 61f323: cipher_null.c: add NULL check

2024-05-14 Thread Rajeev Ranjan
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 61f32392dd67d47018ce46f427339e7191426e45
  
https://github.com/openssl/openssl/commit/61f32392dd67d47018ce46f427339e7191426e45
  Author: Rajeev Ranjan 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M providers/implementations/ciphers/cipher_null.c

  Log Message:
  ---
  cipher_null.c: add NULL check

Reviewed-by: Matt Caswell 
Reviewed-by: David von Oheimb 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/22903)


  Commit: b6a5e801679663c13875cf6e18f475f8700d72a9
  
https://github.com/openssl/openssl/commit/b6a5e801679663c13875cf6e18f475f8700d72a9
  Author: Rajeev Ranjan 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M .github/workflows/run-checker-merge.yml
M CHANGES.md
M Configure
M INSTALL.md
M doc/man1/openssl-ciphers.pod.in
M doc/man3/SSL_CTX_set_cipher_list.pod
M include/openssl/tls1.h
M ssl/record/methods/recmethod_local.h
M ssl/record/methods/tls13_meth.c
M ssl/record/methods/tls_common.c
M ssl/s3_lib.c
M ssl/ssl_ciph.c
M ssl/ssl_local.h
M ssl/t1_trce.c
M ssl/tls13_enc.c
M test/ciphername_test.c
M test/evp_libctx_test.c
M test/evp_test.c
M test/helpers/ssltestlib.h
M test/quicapitest.c
M test/sslapitest.c
M test/tls13secretstest.c

  Log Message:
  ---
  Add support for integrity-only cipher suites for TLS v1.3

- add test vectors for tls1_3 integrity-only ciphers
- recmethod_local.h: add new member for MAC
- tls13_meth.c: add MAC only to tls 1.3
- tls13_enc.c: extend function to add MAC only
- ssl_local.h: add ssl_cipher_get_evp_md_mac()
- s3_lib.c: add the new ciphers and add #ifndef 
OPENSSL_NO_INTEGRITY_ONLY_CIPHERS
- ssl_ciph.c : add ssl_cipher_get_evp_md_mac() and use it
- tls13secretstest.c: add dummy test function
- Configure: add integrity-only-ciphers option
- document the new ciphers

Reviewed-by: Matt Caswell 
Reviewed-by: David von Oheimb 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/22903)


Compare: https://github.com/openssl/openssl/compare/f5462572a187...b6a5e8016796

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] fbe351: apps/pkcs12: Not writing the private key file unti...

2024-05-14 Thread Stephan
  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: fbe351c8a6e91910a74cb40a2601d6baec0a0e76
  
https://github.com/openssl/openssl/commit/fbe351c8a6e91910a74cb40a2601d6baec0a0e76
  Author: naaysayer 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M apps/pkcs12.c

  Log Message:
  ---
  apps/pkcs12: Not writing the private key file until the import password is 
verified

Fixes #904

CLA: trivial

Reviewed-by: Dmitry Belyavskiy 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23729)

(cherry picked from commit f5462572a1873482ce38646cbf00dfc483f02068)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 1c4bd5: apps/pkcs12: Not writing the private key file unti...

2024-05-14 Thread Stephan
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: 1c4bd5d8c01b69c299e32d694d3a8c6b2ad2f257
  
https://github.com/openssl/openssl/commit/1c4bd5d8c01b69c299e32d694d3a8c6b2ad2f257
  Author: naaysayer 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M apps/pkcs12.c

  Log Message:
  ---
  apps/pkcs12: Not writing the private key file until the import password is 
verified

Fixes #904

CLA: trivial

Reviewed-by: Dmitry Belyavskiy 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23729)

(cherry picked from commit f5462572a1873482ce38646cbf00dfc483f02068)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] f54625: apps/pkcs12: Not writing the private key file unti...

2024-05-14 Thread Stephan
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: f5462572a1873482ce38646cbf00dfc483f02068
  
https://github.com/openssl/openssl/commit/f5462572a1873482ce38646cbf00dfc483f02068
  Author: naaysayer 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M apps/pkcs12.c

  Log Message:
  ---
  apps/pkcs12: Not writing the private key file until the import password is 
verified

Fixes #904

CLA: trivial

Reviewed-by: Dmitry Belyavskiy 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23729)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 49867a: apps/pkcs12: Not writing the private key file unti...

2024-05-14 Thread Stephan
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 49867ad09e29d93b48be7fb9953ed74bbf81b94b
  
https://github.com/openssl/openssl/commit/49867ad09e29d93b48be7fb9953ed74bbf81b94b
  Author: naaysayer 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M apps/pkcs12.c

  Log Message:
  ---
  apps/pkcs12: Not writing the private key file until the import password is 
verified

Fixes #904

CLA: trivial

Reviewed-by: Dmitry Belyavskiy 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23729)

(cherry picked from commit f5462572a1873482ce38646cbf00dfc483f02068)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 05698f: apps/pkcs12: Not writing the private key file unti...

2024-05-14 Thread Stephan
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 05698f7691d4fcb1a31e1b94a1fad401893e3907
  
https://github.com/openssl/openssl/commit/05698f7691d4fcb1a31e1b94a1fad401893e3907
  Author: naaysayer 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M apps/pkcs12.c

  Log Message:
  ---
  apps/pkcs12: Not writing the private key file until the import password is 
verified

Fixes #904

CLA: trivial

Reviewed-by: Dmitry Belyavskiy 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23729)

(cherry picked from commit f5462572a1873482ce38646cbf00dfc483f02068)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 125719: Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set ...

2024-05-14 Thread fwh-dc
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 125719ba1190d2f3e0587221514ddfb8c5e11ef7
  
https://github.com/openssl/openssl/commit/125719ba1190d2f3e0587221514ddfb8c5e11ef7
  Author: Frederik Wedel-Heinen 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M ssl/d1_lib.c
M ssl/ssl_local.h
M ssl/t1_lib.c

  Log Message:
  ---
  Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24036)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 5b536e: Correct traces for certificates in dtls13

2024-05-14 Thread fwh-dc
  Branch: refs/heads/feature/dtls-1.3
  Home:   https://github.com/openssl/openssl
  Commit: 5b536e98c216230c90e9bb40dcbbe33c66287162
  
https://github.com/openssl/openssl/commit/5b536e98c216230c90e9bb40dcbbe33c66287162
  Author: Frederik Wedel-Heinen 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M ssl/t1_trce.c

  Log Message:
  ---
  Correct traces for certificates in dtls13

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/22935)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] bebc76: Add reason codes with the correct offset for two a...

2024-05-14 Thread Jacob Champion
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: bebc760f9c8015fd9943a05a06cae01e14f354af
  
https://github.com/openssl/openssl/commit/bebc760f9c8015fd9943a05a06cae01e14f354af
  Author: Jacob Champion 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/err/openssl.ec
M include/openssl/sslerr.h
M ssl/ssl_err.c

  Log Message:
  ---
  Add reason codes with the correct offset for two alerts

Fixes #24300. The current values of SSL_R_NO_APPLICATION_PROTOCOL and
SSL_R_PSK_IDENTITY_NOT_FOUND don't allow for a correct lookup of the
corresponding reason strings.

CLA: trivial

Reviewed-by: Neil Horman 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24338)

(cherry picked from commit 9e33c9c48f6cde4d607a4205476b2faf442e9cb5)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 9e33c9: Add reason codes with the correct offset for two a...

2024-05-14 Thread Jacob Champion
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 9e33c9c48f6cde4d607a4205476b2faf442e9cb5
  
https://github.com/openssl/openssl/commit/9e33c9c48f6cde4d607a4205476b2faf442e9cb5
  Author: Jacob Champion 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/err/openssl.ec
M include/openssl/sslerr.h
M ssl/ssl_err.c

  Log Message:
  ---
  Add reason codes with the correct offset for two alerts

Fixes #24300. The current values of SSL_R_NO_APPLICATION_PROTOCOL and
SSL_R_PSK_IDENTITY_NOT_FOUND don't allow for a correct lookup of the
corresponding reason strings.

CLA: trivial

Reviewed-by: Neil Horman 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24338)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] eea19e: Add reason codes with the correct offset for two a...

2024-05-14 Thread Jacob Champion
  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: eea19e185dd2620ebc6d535915143c3c93ee2ca4
  
https://github.com/openssl/openssl/commit/eea19e185dd2620ebc6d535915143c3c93ee2ca4
  Author: Jacob Champion 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/err/openssl.ec
M crypto/err/openssl.txt
M include/openssl/sslerr.h
M ssl/ssl_err.c

  Log Message:
  ---
  Add reason codes with the correct offset for two alerts

Fixes #24300. The current values of SSL_R_NO_APPLICATION_PROTOCOL and
SSL_R_PSK_IDENTITY_NOT_FOUND don't allow for a correct lookup of the
corresponding reason strings.

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24351)

(cherry picked from commit a401aaf9ed6eb34842cdedfcc35448bdc4174df3)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 3ea11a: Add reason codes with the correct offset for two a...

2024-05-14 Thread Jacob Champion
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: 3ea11a8c3fc22fb3cd608a64d80bfa17fdbf5a3d
  
https://github.com/openssl/openssl/commit/3ea11a8c3fc22fb3cd608a64d80bfa17fdbf5a3d
  Author: Jacob Champion 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/err/openssl.ec
M crypto/err/openssl.txt
M include/openssl/sslerr.h
M ssl/ssl_err.c

  Log Message:
  ---
  Add reason codes with the correct offset for two alerts

Fixes #24300. The current values of SSL_R_NO_APPLICATION_PROTOCOL and
SSL_R_PSK_IDENTITY_NOT_FOUND don't allow for a correct lookup of the
corresponding reason strings.

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24351)

(cherry picked from commit a401aaf9ed6eb34842cdedfcc35448bdc4174df3)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] a401aa: Add reason codes with the correct offset for two a...

2024-05-14 Thread Jacob Champion
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: a401aaf9ed6eb34842cdedfcc35448bdc4174df3
  
https://github.com/openssl/openssl/commit/a401aaf9ed6eb34842cdedfcc35448bdc4174df3
  Author: Jacob Champion 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/err/openssl.ec
M crypto/err/openssl.txt
M include/openssl/sslerr.h
M ssl/ssl_err.c

  Log Message:
  ---
  Add reason codes with the correct offset for two alerts

Fixes #24300. The current values of SSL_R_NO_APPLICATION_PROTOCOL and
SSL_R_PSK_IDENTITY_NOT_FOUND don't allow for a correct lookup of the
corresponding reason strings.

CLA: trivial

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24351)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 5bc941: threads_win: fix build error with VS2010

2024-05-14 Thread Georgi Valkov
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: 5bc941f5cf754c402a266c77c1133c0b2d6f640b
  
https://github.com/openssl/openssl/commit/5bc941f5cf754c402a266c77c1133c0b2d6f640b
  Author: Georgi Valkov 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/threads_win.c

  Log Message:
  ---
  threads_win: fix build error with VS2010

VC 2010 or earlier compilers do not support static inline.
To work around this problem, we can use the ossl_inline macro.

Fixes:
crypto\threads_win.c(171) : error C2054: expected '(' to follow 'inline'
crypto\threads_win.c(172) : error C2085: 'get_hold_current_qp' : not in formal 
parameter list
crypto\threads_win.c(172) : error C2143: syntax error : missing ';' before '{'
crypto\threads_win.c(228) : warning C4013: 'get_hold_current_qp' undefined; 
assuming extern returning int
crypto\threads_win.c(228) : warning C4047: '=' : 'rcu_qp *' differs in levels 
of indirection from 'int'

Signed-off-by: Georgi Valkov 

Reviewed-by: Tom Cosgrove 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24370)

(cherry picked from commit d8dd1dfdf5cf2343f6afd43dad4ce37045218624)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] d8dd1d: threads_win: fix build error with VS2010

2024-05-14 Thread Georgi Valkov
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: d8dd1dfdf5cf2343f6afd43dad4ce37045218624
  
https://github.com/openssl/openssl/commit/d8dd1dfdf5cf2343f6afd43dad4ce37045218624
  Author: Georgi Valkov 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/threads_win.c

  Log Message:
  ---
  threads_win: fix build error with VS2010

VC 2010 or earlier compilers do not support static inline.
To work around this problem, we can use the ossl_inline macro.

Fixes:
crypto\threads_win.c(171) : error C2054: expected '(' to follow 'inline'
crypto\threads_win.c(172) : error C2085: 'get_hold_current_qp' : not in formal 
parameter list
crypto\threads_win.c(172) : error C2143: syntax error : missing ';' before '{'
crypto\threads_win.c(228) : warning C4013: 'get_hold_current_qp' undefined; 
assuming extern returning int
crypto\threads_win.c(228) : warning C4047: '=' : 'rcu_qp *' differs in levels 
of indirection from 'int'

Signed-off-by: Georgi Valkov 

Reviewed-by: Tom Cosgrove 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24370)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] f94d77: crypto/riscvcap: fix function declaration for hwpr...

2024-05-14 Thread Hongren Zheng
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: f94d773f9455a7b48158738106c5b676f1fd04ff
  
https://github.com/openssl/openssl/commit/f94d773f9455a7b48158738106c5b676f1fd04ff
  Author: Hongren Zheng 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M crypto/riscvcap.c

  Log Message:
  ---
  crypto/riscvcap: fix function declaration for hwprobe_to_cap

error: function declaration isn't a prototype [-Werror=strict-prototypes]

Fixes: 66ad636b9 ("riscv: use hwprobe syscall for capability detection")

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24373)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] a8d884: doc: Fix description of EVP_CIPHER_CTX_dup

2024-05-14 Thread Daiki Ueno
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: a8d884e2b37c06ad9034a085d12a24b7023677e6
  
https://github.com/openssl/openssl/commit/a8d884e2b37c06ad9034a085d12a24b7023677e6
  Author: Daiki Ueno 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M doc/man3/EVP_EncryptInit.pod

  Log Message:
  ---
  doc: Fix description of EVP_CIPHER_CTX_dup

This fixes a couple of copy and paste error from EVP_MD_CTX_dup,
where: EVP_CIPHER_CTX_dup is useful to avoid multiple
EVP_CIPHER_fetch (instead of EVP_MD_fetch) and returns
EVP_CIPHER_CTX (instead of EVP_MD_CTX).

Signed-off-by: Daiki Ueno 

Reviewed-by: Paul Dale 
Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/24376)

(cherry picked from commit 7860bca22c404cfd763ae2648d708d5cc4df6c2f)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] f9783e: doc: Fix description of EVP_CIPHER_CTX_dup

2024-05-14 Thread Daiki Ueno
  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: f9783e24f92a6b5937846444e39d449240c691a0
  
https://github.com/openssl/openssl/commit/f9783e24f92a6b5937846444e39d449240c691a0
  Author: Daiki Ueno 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M doc/man3/EVP_EncryptInit.pod

  Log Message:
  ---
  doc: Fix description of EVP_CIPHER_CTX_dup

This fixes a couple of copy and paste error from EVP_MD_CTX_dup,
where: EVP_CIPHER_CTX_dup is useful to avoid multiple
EVP_CIPHER_fetch (instead of EVP_MD_fetch) and returns
EVP_CIPHER_CTX (instead of EVP_MD_CTX).

Signed-off-by: Daiki Ueno 

Reviewed-by: Paul Dale 
Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/24376)

(cherry picked from commit 7860bca22c404cfd763ae2648d708d5cc4df6c2f)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 7860bc: doc: Fix description of EVP_CIPHER_CTX_dup

2024-05-14 Thread Daiki Ueno
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 7860bca22c404cfd763ae2648d708d5cc4df6c2f
  
https://github.com/openssl/openssl/commit/7860bca22c404cfd763ae2648d708d5cc4df6c2f
  Author: Daiki Ueno 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M doc/man3/EVP_EncryptInit.pod

  Log Message:
  ---
  doc: Fix description of EVP_CIPHER_CTX_dup

This fixes a couple of copy and paste error from EVP_MD_CTX_dup,
where: EVP_CIPHER_CTX_dup is useful to avoid multiple
EVP_CIPHER_fetch (instead of EVP_MD_fetch) and returns
EVP_CIPHER_CTX (instead of EVP_MD_CTX).

Signed-off-by: Daiki Ueno 

Reviewed-by: Paul Dale 
Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/24376)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 5fd805: doc: Fix description of EVP_CIPHER_CTX_dup

2024-05-14 Thread Daiki Ueno
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 5fd8055b4484e35b29741ccf42d17df9dd24c749
  
https://github.com/openssl/openssl/commit/5fd8055b4484e35b29741ccf42d17df9dd24c749
  Author: Daiki Ueno 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M doc/man3/EVP_EncryptInit.pod

  Log Message:
  ---
  doc: Fix description of EVP_CIPHER_CTX_dup

This fixes a couple of copy and paste error from EVP_MD_CTX_dup,
where: EVP_CIPHER_CTX_dup is useful to avoid multiple
EVP_CIPHER_fetch (instead of EVP_MD_fetch) and returns
EVP_CIPHER_CTX (instead of EVP_MD_CTX).

Signed-off-by: Daiki Ueno 

Reviewed-by: Paul Dale 
Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/24376)

(cherry picked from commit 7860bca22c404cfd763ae2648d708d5cc4df6c2f)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] c02f95: quic_multistream_test: fix undefined symbol snprin...

2024-05-14 Thread Georgi Valkov
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: c02f952b48927af9fc4e991d7ead89a4cd1636bc
  
https://github.com/openssl/openssl/commit/c02f952b48927af9fc4e991d7ead89a4cd1636bc
  Author: Georgi Valkov 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/quic_multistream_test.c

  Log Message:
  ---
  quic_multistream_test: fix undefined symbol snprintf with VS2010

As snprintf is not available everywhere, use BIO_snprintf instead.

Fixes:
IF EXIST test\quic_multistream_test.exe.manifest DEL /F /Q 
test\quic_multistream_test.exe.manifest
"link" /nologo /debug setargv.obj /subsystem:console /opt:ref  /nologo 
/debug @V:\_tmp\nm4.tmp
quic_multistream_test-bin-quic_multistream_test.obj : error LNK2019: unresolved 
external symbol _snprintf referenced in function _helper_init
test\quic_multistream_test.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"E:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\BIN\link.EXE"' : return code '0x460'

Signed-off-by: Georgi Valkov 

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24369)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 9ba96a: quic_multistream_test: fix undefined symbol snprin...

2024-05-14 Thread Georgi Valkov
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: 9ba96a5f79739349f9ff53ff47b59bbce62f1bc6
  
https://github.com/openssl/openssl/commit/9ba96a5f79739349f9ff53ff47b59bbce62f1bc6
  Author: Georgi Valkov 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/quic_multistream_test.c

  Log Message:
  ---
  quic_multistream_test: fix undefined symbol snprintf with VS2010

As snprintf is not available everywhere, use BIO_snprintf instead.

Fixes:
IF EXIST test\quic_multistream_test.exe.manifest DEL /F /Q 
test\quic_multistream_test.exe.manifest
"link" /nologo /debug setargv.obj /subsystem:console /opt:ref  /nologo 
/debug @V:\_tmp\nm4.tmp
quic_multistream_test-bin-quic_multistream_test.obj : error LNK2019: unresolved 
external symbol _snprintf referenced in function _helper_init
test\quic_multistream_test.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"E:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\BIN\link.EXE"' : return code '0x460'

Signed-off-by: Georgi Valkov 

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24369)

(cherry picked from commit c02f952b48927af9fc4e991d7ead89a4cd1636bc)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 4ea027: quic_multistream_test: fix undefined symbol snprin...

2024-05-14 Thread Georgi Valkov
  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: 4ea027b872e865d3451a8358143632ca89ce31b7
  
https://github.com/openssl/openssl/commit/4ea027b872e865d3451a8358143632ca89ce31b7
  Author: Georgi Valkov 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M test/quic_multistream_test.c

  Log Message:
  ---
  quic_multistream_test: fix undefined symbol snprintf with VS2010

As snprintf is not available everywhere, use BIO_snprintf instead.

Fixes:
IF EXIST test\quic_multistream_test.exe.manifest DEL /F /Q 
test\quic_multistream_test.exe.manifest
"link" /nologo /debug setargv.obj /subsystem:console /opt:ref  /nologo 
/debug @V:\_tmp\nm4.tmp
quic_multistream_test-bin-quic_multistream_test.obj : error LNK2019: unresolved 
external symbol _snprintf referenced in function _helper_init
test\quic_multistream_test.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"E:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\BIN\link.EXE"' : return code '0x460'

Signed-off-by: Georgi Valkov 

Reviewed-by: Paul Dale 
Reviewed-by: Tom Cosgrove 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/24369)

(cherry picked from commit c02f952b48927af9fc4e991d7ead89a4cd1636bc)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications