[openssl-users] [PLEASE IGNORE] Re: Sequence of steps to initialize a ssl-session (only client-mode)

2016-10-09 Thread Ajay Garg
Sorry, the "send" button was clicked accidentally :( On Mon, Oct 10, 2016 at 10:55 AM, Ajay Garg wrote: > Hi All. > > We are just dealing with the client-side, and following are the steps :: > > SSL_library_init(); > OpenSSL_add_ssl_algorithms(); > OpenSSL_add_all_algorithms(); >

Re: SEQUENCE order in signed attributes

2011-02-18 Thread Dr. Stephen Henson
On Fri, Feb 18, 2011, massimo.ra...@libero.it wrote: > Hello > I have a problem with the order of the SEQUENCE in the signed attributes: > > I read with the function > cms = d2i_CMS_bio(in, NULL); > a signed file that has the signed attributes in this order: > - content type > - mes

Re: Sequence of the handshaking

2006-03-03 Thread Brian Candler
On Fri, Mar 03, 2006 at 12:11:24PM -0500, Xie Grace Jingru-LJX001 wrote: > I generated the key and self-signed certificate by doing the following: > > openssl genrsa -out privkey.pem 2048 > openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095 > > I install the cert and key on my HTT

Re: Sequence of the handshaking

2006-03-03 Thread Michael Sierchio
Xie Grace Jingru-LJX001 wrote: (1) what was just going on during the negotiation and security connection setup? The sequence of the handshaking. (2) Is the public key part of the certificate being passed to the client? (3) Did the server authenticate the client in this process? or there is no au

Re: SEQUENCE

2001-03-09 Thread Dr S N Henson
Rich Salz wrote: > > > I suppose there is no open-source project working on a general-purpose > > ASN.1 compiler and library? > > There's SNACC and its various derivatives. > > I dunno, in the PKI world, it's hard to see anyone creating any new > ASN.1 datatypes, and cranking up a whole compile

Re: SEQUENCE

2001-03-09 Thread Dr S N Henson
Antonio Ruiz Martínez wrote: > > > I'm interesting in doing it with the version 0.9.6. Have you any example > like the above example? It says, I want to create an instance of a sequence > whith two components, for example. An example simple for to know how can I > create SEQUENCEs. Help me p

Re: SEQUENCE

2001-03-08 Thread Dr S N Henson
Antonio Ruiz Martínez wrote: > > Hello! > > I want to do this code, but I want to do it with the openSSL 0.9.6 > because with the > latest snapshot I can't do it. I can't get the static version of the > library for windows. > > typedef struct some_struct_st > { > ASN1_PRINTABLES