xiahb
Loading Heatmap…

xiahb synced commits to master at xiahb/cpp-httplib from mirror

  • b33aa52dc2 Fix lifetime issues in test using detail::scope_exit() (#1535) * Fix lifetime issues in test using detail::scope_exit() * Remove checking joinable threads

8 hours ago

xiahb synced commits to openssl-3.1 at xiahb/openssl from mirror

  • b3cc0cd00e `EVP_PKEY_CTX_dup` segmentation fault fix CLA: trivial The the provider, context duplication method for signature, key exchange, asymmetric cipher, and key encapsulation is optional. But if they are missing, we will get a segmentation fault in `EVP_PKEY_CTX_dup` because they are called without null pointer checking. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20581) (cherry picked from commit 864c70e43ea5f1d7fe20bfea457e53e79fd46b6e)

16 hours ago

xiahb synced commits to openssl-3.0 at xiahb/openssl from mirror

  • 4e78230144 `EVP_PKEY_CTX_dup` segmentation fault fix CLA: trivial The the provider, context duplication method for signature, key exchange, asymmetric cipher, and key encapsulation is optional. But if they are missing, we will get a segmentation fault in `EVP_PKEY_CTX_dup` because they are called without null pointer checking. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20581) (cherry picked from commit 864c70e43ea5f1d7fe20bfea457e53e79fd46b6e)

16 hours ago

xiahb synced commits to master at xiahb/openssl from mirror

  • 864c70e43e `EVP_PKEY_CTX_dup` segmentation fault fix CLA: trivial The the provider, context duplication method for signature, key exchange, asymmetric cipher, and key encapsulation is optional. But if they are missing, we will get a segmentation fault in `EVP_PKEY_CTX_dup` because they are called without null pointer checking. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20581)
  • 1ffb6e19ee test: evp_extra: EC, read affine coordinates Add a test to read the EC X,Y coordinates. Support legacy keys. Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20535)
  • 9adbce7493 translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requests Required by tpm2-tss to load legacy EC keys using the OpenSSL engine. Fixes: https://github.com/tpm2-software/tpm2-tss/issues/2581 Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20535)
  • 93370db1fc Avoid duplication of OPENSSL_armcap_P on 32bit ARM Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20558)
  • e7a4aac3a5 Print the duplicate symbols found in test Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20558)
  • Compare 5 commits »

16 hours ago

xiahb synced commits to rolling at xiahb/demos from mirror

  • bea485efa1 Fix the set_parameters_callback example program. (#608) In particular, the 'on_set_parameter_callback' callback was checking for undeclared parameters, but that could not have been a problem since 'allow_undeclared_parameters' is set to false by default. Instead, change the logic in that callback to arbitrarily reject parameters > 5.0 (for param1) or < -5.0 (for param2). That is a much better demonstration of what this node should do. Also add in a print during the constructor, telling the user what to expect. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • 0a0517f1f9 A couple more upgrades to C++17. (#609) Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Compare 2 commits »

16 hours ago

xiahb synced commits to master at xiahb/demos from mirror

  • bea485efa1 Fix the set_parameters_callback example program. (#608) In particular, the 'on_set_parameter_callback' callback was checking for undeclared parameters, but that could not have been a problem since 'allow_undeclared_parameters' is set to false by default. Instead, change the logic in that callback to arbitrarily reject parameters > 5.0 (for param1) or < -5.0 (for param2). That is a much better demonstration of what this node should do. Also add in a print during the constructor, telling the user what to expect. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • 0a0517f1f9 A couple more upgrades to C++17. (#609) Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Compare 2 commits »

16 hours ago

xiahb synced commits to master at xiahb/ros2_control_demos from mirror

  • 9e6b4a0c15 Add readmes in every example folder (#262)

16 hours ago

xiahb synced commits to github/master at xiahb/openssh-portable from mirror

  • f751d9306c Pass rpath when building 64bit Solaris.
  • a64b935cd4 Explicitly disable OpenSSL on AIX test VM.
  • 7ebc6f060f upstream: Add RevokedHostKeys to percent expansion test. OpenBSD-Regress-ID: c077fd12a38005dd53d878c5b944154dec88d2ff
  • f1a17de150 upstream: Add tilde and environment variable expansion to RevokedHostKeys. bz#3552, ok djm@ OpenBSD-Commit-ID: ce5d8e0219b63cded594c17d4c2958c06918ec0d
  • Compare 4 commits »

16 hours ago

xiahb synced commits to github-selfhosted/master at xiahb/openssh-portable from mirror

  • f751d9306c Pass rpath when building 64bit Solaris.
  • a64b935cd4 Explicitly disable OpenSSL on AIX test VM.
  • 7ebc6f060f upstream: Add RevokedHostKeys to percent expansion test. OpenBSD-Regress-ID: c077fd12a38005dd53d878c5b944154dec88d2ff
  • f1a17de150 upstream: Add tilde and environment variable expansion to RevokedHostKeys. bz#3552, ok djm@ OpenBSD-Commit-ID: ce5d8e0219b63cded594c17d4c2958c06918ec0d
  • Compare 4 commits »

16 hours ago

xiahb synced commits to anongit/master at xiahb/openssh-portable from mirror

  • 72bd68d373 Replace OPENSSL_NO_SHA with HEADER_SHA_H. Since this test doesn't use OpenSSL's SHA2 and may cause conflicts we don't want to include it, but OPENSSL_NO_SHA was removed beginning in OpenSSL's 1.1 series.
  • 99668f2e6e Configure with --target instead of deprecated form.
  • f751d9306c Pass rpath when building 64bit Solaris.
  • a64b935cd4 Explicitly disable OpenSSL on AIX test VM.
  • Compare 4 commits »

16 hours ago

xiahb synced commits to master at xiahb/openssh-portable from mirror

  • 72bd68d373 Replace OPENSSL_NO_SHA with HEADER_SHA_H. Since this test doesn't use OpenSSL's SHA2 and may cause conflicts we don't want to include it, but OPENSSL_NO_SHA was removed beginning in OpenSSL's 1.1 series.
  • 99668f2e6e Configure with --target instead of deprecated form.
  • f751d9306c Pass rpath when building 64bit Solaris.
  • a64b935cd4 Explicitly disable OpenSSL on AIX test VM.
  • Compare 4 commits »

16 hours ago

xiahb created new model tensorFlow2.0_resnet_model_7dur

16 hours ago

xiahb merged pull request xiahb/bookkeeping#115

feat(chart): add wxchart and update wepy

16 hours ago

xiahb pushed to master at xiahb/bookkeeping

  • 1841ba71b6 Merge pull request 'feat(chart): add wxchart and update wepy' (#115) from dev into master Reviewed-on: https://openi.pcl.ac.cn/xiahb/bookkeeping/pulls/115
  • 82a4c85c5e feat(chart): add wxchart and update wepy
  • Compare 2 commits »

16 hours ago

xiahb created pull request xiahb/bookkeeping#115

feat(chart): add wxchart and update wepy

16 hours ago

xiahb pushed to dev at xiahb/bookkeeping

  • 82a4c85c5e feat(chart): add wxchart and update wepy

16 hours ago

xiahb merged pull request xiahb/bookkeeping#114

feat(chart): add chart

16 hours ago

xiahb pushed to master at xiahb/bookkeeping

  • c8848b2e3b Merge pull request 'feat(chart): add chart' (#114) from dev into master Reviewed-on: https://openi.pcl.ac.cn/xiahb/bookkeeping/pulls/114
  • ec97969a8f feat(chart): add chart
  • Compare 2 commits »

16 hours ago

xiahb created pull request xiahb/bookkeeping#114

feat(chart): add chart

16 hours ago

xiahb pushed to dev at xiahb/bookkeeping

16 hours ago