-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Darwin + ARM7l binaries #362
Comments
Let me give it a go. |
See also https://gitter.im/drwetter/testssl.sh If they are OK:
|
Hi Jereon, thx! Am 05/29/2016 um 08:53 PM schrieb Jeroen Wiert Pluimers:
Hm... there's an error in "make report" which looks familiar to me. Was that because of the GOST configure option? It should go through w/o problems.
Pls just do a PR for each binary and I'll pick later. As stated in this thread, we should take care that this repo doesn't My initial idea/suggestion was to exclude the ones mentioned earlier in this BTW: Here I also think that stripped binaries should it. It
Ones we have a working binary on your side, sure. Cheers, Dirk Set from my mobile. Excuse my brevity&typos |
Found the I'm not sure how I can do pull request for individual things. I recall that GitHub merges pull requests. |
And now I remember more from back then; here are the test results you did want to see: https://gist.github.com/jpluimers/ca0ed0f53c279aa87fc2ffd505d3fc8a Everything is in my /tmp right now and I need to reboot soon. |
Am 05/30/2016 um 10:21 PM schrieb Jeroen Wiert Pluimers:
df -k ;-) Set from my mobile. Excuse my brevity&typos |
Yeah yeah (: But since I've no idea how to strip binaries and how to send separate pull requests. |
@drwetter also did some work, please compare! |
Am 31. Mai 2016 08:52:10 MESZ, schrieb f-s notifications@github.com:
Yes, I noticed that with a big smile. Thanks! I need to work on it. Sanitiy check: Q: did make report go through w/o problems? Q: how many ciphers does your binary list? Q: do you have the output of ' openssl version -a' handy? Cheers, Dirk
Set from my mobile. Excuse my brevity&typos |
I salvaged the files, rebooted and restored them (long story short: too many Chrome Windows open which I need later, but since Chrome on any OS leaks memory like crazy the swap space was trashing the SSD...). Now I am ready to "binary strip" if you explain me how. |
Found out how to use git in order to push binaries to a gist: these are the un-stripped versions: https://gist.github.com/jpluimers/9257ba6e27afea1b98376d9d4411c88c and the stripped ones as well:
Wonderful! |
no errors
179 w/o Kerberos
|
@jpluimers : thx. There's a thing though which needs to be discussed. Q: make report go through w/o problems? Q: did you still configure with -DGOST_...* ? @f-s and myself don't have those two ciphers:
Unless it changed ( @PeterMosmans ?) those two will cause problems and probably also are the reason why Cheers, Dirk |
Hi @drwetter , The reports are unchanged at https://gist.github.com/jpluimers/cf064f2893fd489f0f936097c11f794b GHOST is not enabled in my build script: https://gist.github.com/jpluimers/f4de3937630b87753133 I've no idea what is causing the different ciphers and since I'm pretty much a n00b here, I need some help figuring that out. As I'm really busy during the week, I'm limited to little time in the weekens. I can setup a TeamViewer setting somewhere sunday morning. PM me on Skype, Twitter or Hangouts for that. --jeroen |
Hi Jereon, they failed because of At least on my platforms I have then a failure during I am pretty sure if you remove `-DTEMP_GOST_TLS`` all is fine. Sunday I am on the road, best is to DM me. Cheers! Dirk |
Oh dang, I searched for GHOST. Will change that and rebuild. BTW: should we make GOST an issue? As I totally forgot it was on my mental todo list: #127 (comment) Note you've Does it fail on your systems as well? When not: do you really want to have it turned off for Mac OS X builds? |
Am 4. Juni 2016 08:21:29 MESZ, schrieb Jeroen Wiert Pluimers notifications@github.com:
@PeterMosmans did a while back, see https://rt.openssl.org/m/ticket/history?id=3430 (guest, guest)
Never mind. That's one of the things which works for me... ;-) Cheers, Dirk Set from my mobile. Excuse my brevity&typos |
@drwetter new build:
Not sure why the make report/make test are still looking odd even though GOST isn't used (see the cipher cuonts). https://gist.github.com/jpluimers/ca0ed0f53c279aa87fc2ffd505d3fc8a/revisions Let me know what you think. --jeroen |
Special thx to @jpluimers, @f-s and @lainegholson ! I put all binaries first to https://testssl.sh/openssl-1.0.2i-chacha.pm.ipv6.contributed/ and decide on a few which one will be included to github. Please raise your arm if you think "this should be definitely included" or "this can be provided externally". ;-) Thx! Dirk |
drop darwin-i386 include smallest, functional armv7 only |
Cool! --jeroen |
@jpluimers, sorry I haven't found the time yet. Best would be if you of would just change it and do a PR. I just committed a version which has an empty 'Darwin' case statement: 6efc3e9 . If you could add your changes to it and throw it back at me, that would be appreciated. |
@drwetter I will give it a shot, but it will take a while. Before I even start on it:
--jeroen |
My script is kind of large: https://gist.github.com/jpluimers/f4de3937630b87753133 So it could be integrated, but probably better as an external script. The good thing is that the
|
FYI: I tried to fix the GOST vs. CHACHA issue during |
At least it is one step of progress (: |
HI,
can anybody (e.g. @jpluimers , @f-s ) provide those?
I did already a set of Linux+FreeBSD binaries, see https://testssl.sh/openssl-1.0.2i-chacha.pm.ipv6.Linux+FreeBSD.tar.gz . I used Peter's (@PeterMosmans) fork and snapshot it @
https://github.com/drwetter/openssl so that all binaries have the same code base.
Compile instructions: https://github.com/drwetter/testssl.sh/blob/master/bin/Readme.md. The fork I created from Peter's has IPv6 for all Unices already. Please use also
-DOPENSSL_USE_IPV6
while compiling. It (only) indicates that the binary should have IPv6 enabled.The set of binaries which I prepared for a PR but not committed yet are stripped. The ones @ testssl.sh are not. Don't know how we can exchange binaries but it would be great if you could provide me with both stripped and not stripped binaries too.
For the sake if lightweightness/dealing with github I may not include @ github:
In any case I would provide them externally @ testssl.sh
Cheers, Dirk
References: #127, #164, #180 , #143
The text was updated successfully, but these errors were encountered: