-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solaris 10 build failure: dirent.d_type #15
Milestone
Comments
Fixed in the 1.2 branch and in the 1.2.8 release |
gilles-peskine-arm
pushed a commit
to gilles-peskine-arm/mbedtls
that referenced
this issue
Mar 1, 2019
…policy_wildcard Support wildcard hash in signature policies
Patater
pushed a commit
to Patater/mbedtls
that referenced
this issue
Feb 10, 2020
Test vector Mbed-TLS#15 was encrypted twice. Decrypt it the second time.
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this issue
Jul 20, 2021
Ssl test is disabled in TLS. This patch is to enable it. And "Session serilization*" tests are skipped due to Mbed-TLS#155. fix Mbed-TLS#15 Signed-off-by: Jerry Yu <jerry.h.yu@arm.com> Change-Id: If08e16d01a29aa4ec086acc5fa12627edc84c6d3
3 tasks
ronald-cron-arm
added a commit
to davidhorstmann-arm/mbedtls
that referenced
this issue
May 27, 2024
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
4 tasks
ronald-cron-arm
added a commit
to davidhorstmann-arm/mbedtls
that referenced
this issue
May 28, 2024
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
ronald-cron-arm
added a commit
to ronald-cron-arm/mbedtls
that referenced
this issue
May 28, 2024
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
bensze01
pushed a commit
to bensze01/mbedtls
that referenced
this issue
Jul 3, 2024
…dd-mbedtls-framework-module Move `mbedtls_dev` to `mbedtls_framework` in the framework repo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Reposting from the forum since I'm not sure where the definitive place to post issues is and this seems a better place for tracking: https://polarssl.org/discussions/bug-report-issues/solaris-10-build-failure).
Build of polarssl 1.2.6 (and current HEAD at github) fails on Solaris 10 (u9, x86 and SPARC) because
struct dirent
does not include ad_type
member as required bylibrary/x509parse.c
line 1952.This struct has not been updated for Solaris 11 or 11.1 so presumably will not build there either.
Opengroup ref: http://pubs.opengroup.org/onlinepubs/009695399/basedefs/dirent.h.html
/usr/include/sys/dirent.h
:The text was updated successfully, but these errors were encountered: