Title: bpo-31904: Add _crypt module support for VxWorks RTOS by pxinwr · Pull Request #12321 · python/cpython · GitHub
Open Graph Title: bpo-31904: Add _crypt module support for VxWorks RTOS by pxinwr · Pull Request #12321 · python/cpython
X Title: bpo-31904: Add _crypt module support for VxWorks RTOS by pxinwr · Pull Request #12321 · python/cpython
Description: This is the successive PR after #11968. This PR adds _crypt module support for VxWorks RTOS. VxWorks has no APIs crypt() and crypt_r() provided. Instead, DES_crypt() is defined in openssl/des.h to replace the crypt(). It has the same prototype as crypt(). This extension module _crypt will not be built if VxWorks users don't enable the OPENSSL features. See cpython/setup.py Lines 976 to 989 in f2f55e7 def detect_crypt(self): # crypt module. if self.compiler.find_library_file(self.lib_dirs, 'crypt'): libs = ['crypt'] else: libs = [] if not VXWORKS: self.add(Extension('_crypt', ['_cryptmodule.c'], libraries=libs)) elif self.compiler.find_library_file(self.lib_dirs, 'OPENSSL'): libs = ['OPENSSL'] self.add(Extension('_crypt', ['_cryptmodule.c'], libraries=libs)) More and full support on modules for VxWorks will continuously be added by the coming PRs. VxWorks is a product developed and owned by Wind River. For VxWorks introduction or more details, go to https://www.windriver.com/products/vxworks/ Wind River will have a dedicated engineering team to contribute to the support as maintainers. We already have a working buildbot worker internally, but has not bound to master. We will check the process for the buildbot, then add it. https://bugs.python.org/issue31904
Open Graph Description: This is the successive PR after #11968. This PR adds _crypt module support for VxWorks RTOS. VxWorks has no APIs crypt() and crypt_r() provided. Instead, DES_crypt() is defined in openssl/des.h to ...
X Description: This is the successive PR after #11968. This PR adds _crypt module support for VxWorks RTOS. VxWorks has no APIs crypt() and crypt_r() provided. Instead, DES_crypt() is defined in openssl/des.h to ...
Opengraph URL: https://github.com/python/cpython/pull/12321
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:4c6dd743-2fc0-3b1b-8e4b-e7b63564cfaf |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E996:2D56E3:2445E17:313BA75:6A5399E2 |
| html-safe-nonce | 372e7d0fa3621765433c6bd2c7fe4599f894a5a96111071bcadf056ee8bf0861 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOTk2OjJENTZFMzoyNDQ1RTE3OjMxM0JBNzU6NkE1Mzk5RTIiLCJ2aXNpdG9yX2lkIjoiNzg1OTM4NTUwNzQxNTAzODQzNCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 54f52b3de3f5587ebb17548728848813278866fe7b23193ab6027df513ace03e |
| hovercard-subject-tag | pull_request:261058917 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/python/cpython/pull/12321/files |
| twitter:image | https://avatars.githubusercontent.com/u/19399587?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/19399587?s=400&v=4 |
| og:image:alt | This is the successive PR after #11968. This PR adds _crypt module support for VxWorks RTOS. VxWorks has no APIs crypt() and crypt_r() provided. Instead, DES_crypt() is defined in openssl/des.h to ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width