Re: AES-256 using CTR mode.

2013-01-15 Thread Rohit Bansal
Thanks Matt. On that note, do we have support for OCB mode in openssl. Where can i find the documentation for all the modes supported by openssl?? Regards, Rohit Bansal On Mon, Jan 14, 2013 at 1:16 PM, Matt Caswell wrote: > The EVP API is documented here: > https://www.openssl.org/docs/crypto

RE: accumulating SSL data packets for performance?

2013-01-15 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Hanxi Zhang > Sent: Tuesday, 15 January, 2013 15:33 > Hi forum, I would appreciate comments on if what I am trying > to do is feasible. > > Problem: I am using recent version of openssl to encrypt > large amount of data being transferred betw

accumulating SSL data packets for performance?

2013-01-15 Thread Hanxi Zhang
Hi forum, I would appreciate comments on if what I am trying to do is feasible. Problem: I am using recent version of openssl to encrypt large amount of data being transferred between client/server. I have used the BIO interface to abstract the transport, such that different protocols (TCP, UDP.

Need guidance, and examples, of using HTML5's keygen &c., with cgi program

2013-01-15 Thread Ted Byers
My searches using Google have resulted in an abysmal signal to noise ratio, and everything I have found so far covers one part of the architecture needed to the complete exclusion of all else. For example, I found JavaScript to manipulate the client side controls so that the form would function in

Re: OpenSSL infrastructure migration

2013-01-15 Thread Lutz Jaenicke
On 01/15/2013 12:50 PM, Lutz Jaenicke wrote: > Hi! > > As you will already have noted, the OpenSSL project is currently moving > its infrastructure to a new server. This migration is combined with a > change and/or upgrade of the tools (CVS -> GIT, RT 3.x -> 4.x, ...) so > we have decided to set up

RE: How to link openssl FIPS 140-2 object module with openssl binary

2013-01-15 Thread Salz, Rich
> I have one question in this. What did you mean by Suite B Algorithms ? Google "crypto suite b" Or heck, even just "suite b" /r$ -- Principal Security Engineer Akamai Technology Cambridge, MA __ OpenSSL Project

Re: How to link openssl FIPS 140-2 object module with openssl binary

2013-01-15 Thread Nayna Jain
Hi Jeffrey, Thanks for clarification. I have one question in this. What did you mean by Suite B Algorithms ? Secondly, the ciphers which you mentioned are available in Standard openssl package, or for that we need to have FIPS 140-2 module linked ? Thanks & Regards, Nayna Jain Nexus Tools Devel

Re: OpenSSl / SMIME and header : Disposition-Notification-To

2013-01-15 Thread Nicolas de La Fortelle
Hi Walter, thank you very much for your answer. I finally found the solution yesterday, but I did not know how to "close" this issue I submitted. I explain my solution just to check if is seems Ok to you : - I changed the openssl smime command to remove all header part - I insert the header afte

Re: OpenSSl / SMIME and header : Disposition-Notification-To

2013-01-15 Thread Walter H.
> My config is : > > OS : centos 6 > OpenSSL : openssl-1.0.0-20.el6_2.5.x86_64 > > My commands are : > > oppenssl smime -sign -in myfile -signer mycertif.pem -inkey mykey.pem | > openssl smime -out signedfile -from m...@me.me -to t...@to.to -subject > mysubject -encrypt -des3 myencryption.pem > sen

OpenSSL infrastructure migration

2013-01-15 Thread Lutz Jaenicke
Hi! As you will already have noted, the OpenSSL project is currently moving its infrastructure to a new server. This migration is combined with a change and/or upgrade of the tools (CVS -> GIT, RT 3.x -> 4.x, ...) so we have decided to set up the new server first and to perform a step by step migr