Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paulo Soares
-questions@lists.sourceforge.net Subject: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance I'm a govt contractor on a web application project, and: * I recently upgraded to a utilization of version 5.1.2, since I had read that at least version 5 was required for FIPS compliance. * I have

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paul Blecha
other alternatives available? Paul From: psoa...@glintt.com To: itext-questions@lists.sourceforge.net Date: Mon, 7 Nov 2011 10:51:12 + Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance iTextSharp is FIPS compliant. The MD5 need by the PDF is generated

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Leonard Rosenthol
@lists.sourceforge.net Date: Mon, 7 Nov 2011 06:43:40 -0800 To: Post here itext-questions@lists.sourceforge.netmailto:itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance In my previous version of iTextSharp, I changed out all references of MD5 to use SHA-256

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paulo Soares
, November 07, 2011 2:44 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance In my previous version of iTextSharp, I changed out all references of MD5 to use SHA-256. Under that scenario, when I turned on the FIPS flag, my application

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paul Blecha
Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance Where exactly does it break? What's the stack trace? I have it running with the flag turned on without any problems. Besides, no algorithms from System.Security.Cryptography are ever called. Paulo From: Paul Blecha

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paul Blecha
. From: lrose...@adobe.com To: itext-questions@lists.sourceforge.net Date: Mon, 7 Nov 2011 07:16:35 -0800 Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance You can't just blanket replace MD5-SHA-256, since there are parts of PDF where you MUST use MD5 (and not doing so

Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-07 Thread Paulo Soares
@lists.sourceforge.net Subject: Re: [iText-questions] iTextSharp 5.1.2 and FIPS Compliance When debugging in VS2010, it builds successfully; but when the default.aspx page attempts to load, that's when I get the previously mentioned error. I read elsewhere that the application will not run if the compiler

[iText-questions] iTextSharp 5.1.2 and FIPS Compliance

2011-11-04 Thread Paul Blecha
I'm a govt contractor on a web application project, and: I recently upgraded to a utilization of version 5.1.2, since I had read that at least version 5 was required for FIPS compliance. I have noted that there are other algorithms in the code besides those that are FIPS compliant. I

[iText-questions] ITextSharp 5.1.2

2011-08-27 Thread Keith O
Hi, On the project page:http://sourceforge.net/projects/itextsharp/ and download page:http://sourceforge.net/projects/itextsharp/files/ the latest version is being shown as 5.1.1, although it seems 5.1.2 was released on August 23. Thanks!

Re: [iText-questions] ITextSharp 5.1.2

2011-08-27 Thread Paulo Soares
Fixed. Paulo - Original Message - From: Keith O To: itext-questions@lists.sourceforge.net Sent: Saturday, August 27, 2011 12:02 PM Subject: [iText-questions] ITextSharp 5.1.2 Hi, On the project page:http://sourceforge.net/projects/itextsharp/ and download page:http