[openssl-dev] [openssl.org #3766] OS/400 port of OpenSSL 1.0.1m

2016-02-02 Thread Rich Salz via RT
Sorry we didn't get to this sooner. We're only taking security fixes for 1.0.1
now.
Please open a new ticket if this is still an issue with current releases.
--
Rich Salz, OpenSSL dev team; rs...@openssl.org

___
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


[openssl-dev] [openssl.org #3766] OS/400 port of OpenSSL 1.0.1m

2015-03-26 Thread Dan Fulger via RT
I updated the patch after the OpenSSL team reformatted the code.

De la: Dan Fulger
Trimis: 4 iulie 2014 18:03
Către: r...@openssl.org
Subiect: I updated George Shaw's 0.9.8e port to OS/400 from 2007

The attached patch and notes apply to 1.0.1h.

OS/400 fixes since George's port: unit tests now work better, X509 strings are 
now correctly encoded in generated
  certificates when not using prompt mode, a dependency to the OS/400 secure 
random numbers library
  was added, UTF8 strings in certificates no longer print garbage (but other 
Unicode encodings are not fixed).

Still to be fixed:
  - tsa test shows bad time value when printing but otherwise works
  - cms verification does not work



AS400patch.tar.gz
Description: application/compressed-tar
___
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev


Re: FW: Re: as/400 port?

2003-08-25 Thread Brian C Morris

George -

I built using the same tools - gmake,
icc, etc. I used the standard perl, the one that came with
the iSeries Tools for Developers, and did not recompile it. All the source
and perl files were marked CCSID 437, and everything was built for CCSID
37. 

My source modifications included ASCII/EBCDIC
translation tables from the QTCPASC and QTCPEBC tables in QUSRSYS. All
the tests run (via make test) and pass (I did need to make
a few changes). I also convert all the test .cnf and .pem files to CCSID
37 to get the tests to pass.

The actual calling application I'm using
is built for CCSID 850; it just converts parameter data where necessary
when making openssl calls. Could you do the same from your CCSID 500 application?
I think it's only necessary when specifying filenames and such.

BTW, I'm unable to run the openssl
speed program - the process quits when it gets a SIGALRM. Did you
get this working? 

Thanks
Brian




-Original Message-
From: George Shaw [mailto:[EMAIL PROTECTED]
Sent: 22 August 2003 17:25
To: '[EMAIL PROTECTED]'
Subject: Re: as/400 port?


Hi Brian,

I started work on an AS/400 port last year, but was unable to complete
the
task. I had OpenSSL compiled (that was the easy part) and running
some
manual tests, but had been unable to get the test environment working.
The
reason for this is that my project needed to build OpenSSL to run under
CCSID 500, and I was not able at the time to get Perl built for CCSID 500.
Then I was diverted onto other priorities (yes, for over a year).

As it happens, by coincidence, I now have some customers who need OpenSSL
on
the AS/400, and I was just browsing the mailing lists to look at the current
status when I saw your latest contribution.

So a few quick questions.

1. How does your port of OpenSSL to the AS/400 handle CCSIDs?

2. What build environment are you using? I used the IBM-supplied
GNU
utilities, which includes gmake, gawk and icc (cc/gcc emulator), re-built
for use with CCSID 500, which means that I can use the standard OpenSSL
build method.

3. Did you get the OpenSSL test environment working, i.e. using Perl?
If
so, was this a standard Perl, or a re-built Perl for a different CCSID?

If your work has not covered other CCSIDs, then I'd be happy to contribute
some work to make a CCSID 500 port, and possibly work towards getting
OpenSSL working on other CCSIDs.

G.


---
George Shaw
Senior Software Engineer
Axway
a Sopra Group company
Tel: +44 (0) 7802 452186
Fax: +44 (0) 1454 299684
email: [EMAIL PROTECTED]
www.axway.com
---

Ce message est exclusivement destiné aux personnes dont le nom figure
ci-dessus. Il peut contenir des informations confidentielles dont la
divulgation est à ce titre rigoureusement interdite. Dans l'hypothèse où
vous avez reçu ce message par erreur, merci de le renvoyer à l'adresse
e-mail ci-dessus et de détruire toute copie.

This message may contain confidential and proprietary material for the
sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact
the sender and delete all copies.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brian C Morris
Sent: 21 August 2003 12:57
To: [EMAIL PROTECTED]
Subject: Re: as/400 port?

I'm wrapping up my iSeries port and am wondering how best to submit it?
I've modified the 0.9.7b source - would diffs against this be easiest to
integrate?

Thanks
Brian





Re: as/400 port?

2003-08-21 Thread Brian C Morris

I'm wrapping up my iSeries port and
am wondering how best to submit it? 
I've modified the 0.9.7b source - would
diffs against this be easiest to integrate?

Thanks
Brian







Ben Laurie [EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]
06/26/2003 12:41 PM



Please respond to
[EMAIL PROTECTED]





To
[EMAIL PROTECTED]


cc



Subject
Re: as/400 port?








Brian C Morris wrote:

 
 Hi -
 
 We're entertaining the possibility of porting openssl to the AS/400
 (iSeries).
 
 It seems from searching the archives this effort has been started
before
 - but I assume not finished as I don't see reference to the platform
in
 the code?
 
 Is there still an effort under way that I could help with, or is there
a
 better alternative for this platform?
 
 Would a contribution of this nature be of interest?

Ports are always welcome.

Cheers,

Ben.

-- 
http://www.apache-ssl.org/ben.htmlhttp://www.thebunker.net/

There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit. - Robert Woodruff


__
OpenSSL Project
http://www.openssl.org
Development Mailing List   
[EMAIL PROTECTED]
Automated List Manager   
  [EMAIL PROTECTED]



Re: as/400 port?

2003-06-26 Thread Ben Laurie
Brian C Morris wrote:

 
 Hi -
 
 We're entertaining the possibility of porting openssl to the AS/400
 (iSeries).
 
 It seems from searching the archives this effort has been started before
 - but I assume not finished as I don't see reference to the platform in
 the code?
 
 Is there still an effort under way that I could help with, or is there a
 better alternative for this platform?
 
 Would a contribution of this nature be of interest?

Ports are always welcome.

Cheers,

Ben.

-- 
http://www.apache-ssl.org/ben.html   http://www.thebunker.net/

There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit. - Robert Woodruff


__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


as/400 port?

2003-06-25 Thread Brian C Morris

Hi -

We're entertaining the possibility of
porting openssl to the AS/400 (iSeries).

It seems from searching the archives
this effort has been started before - but I assume not finished as I don't
see reference to the platform in the code?

Is there still an effort under way that
I could help with, or is there a better alternative for this platform?

Would a contribution of this nature
be of interest?

Thx,
Brian