[openssl.org #1137] pem.h-definitions in 0.9.8-stable-SNAP-20050624

2005-06-24 Thread Zezschwitz, Georg, VF-DE via RT
Hi! My excuses if this issues is known or wanted, but I saw no reply to the posting of somebody else reporting this issue to openssl-users: If I compile Apache 2.0.54 with beta6 or the latest snapshot, I have to correct the usage of PEM_F_DEF_CALLBACK to PEM_F_PEM_DEF_CALLBACK (defined in pem.h)

Re: crypto/pkcs7/dec.c problem..!!

1999-07-15 Thread vf
> > - Forwarded message from NortonNg <[EMAIL PROTECTED]> - > From: NortonNg <[EMAIL PROTECTED]> ... > Anyone have deal with the openssl0.9.3a crypto/pkcs7/dec.c code? > I have compiled it. I use enc.c to encrypt a file, > but i can't decrypt it with dec.c ? It seems there's a problem w

Re: Mailinglist trouble?

1999-07-11 Thread vf
> > It seems that several posts to both openssl-dev and openssl-useres > have been resent - the second time around they have a second footer. > Almost looks like the lists have been subscribed to themselves ;-) It seems there's a MDaemon subscribed as [EMAIL PROTECTED] that re-sends back to list

Re: inconsistency and incompleteness in the apps wrt dsa and dh

1999-07-10 Thread vf
> - There's no way to generate a DH private key or public key, or to > combine them into a shared secret. (The API function names for this, > DH_generate_key, and DH_compute_key, are also confusing.) Mark, AFAIK a private DH key is just a good random, nothing special like RSA key generation

Re: ASN1_OBJECT to ascii?

1999-07-01 Thread vf
> > I have an ASN1_OBJECT, which in this case is an OID. > How do I get a string out, like "1.2.4.122334.69" ? i2t_ASN1_OBJECT() ? Vadim __ OpenSSL Project http://www.openssl.org Development Mai

Re: A function for make certificates.

1999-06-06 Thread vf
> > Hello all! > > Some days ago, I asked for this question, without response. Then, sorry, > but I must ask it again. Can you look at ca.c? > I need a function to make certificates. What must I do?. Read the standard > x509 and program my own function?. Is there any function with a prototype

Re: question regarding d2i_TYPE()

1999-06-04 Thread vf
> ... > >"length" here is not parameter value but the size of object just decoded > > Ah, OK ... this was my misunderstanding. > > So I can compare the before and after values of *pp to determine the length > of the decoded DER object. sure > >There's lots of user's (well, developer's) habits

Re: question regarding d2i_TYPE()

1999-06-03 Thread vf
> > Hello; > > I'm attempting to convert a buffer containing a sequence of > DER-encoded objects into a set of X509 objects. > > The documentation for d2i_TYPE: > > TYPE *d2i_TYPE(a, pp, length) > TYPE **a; > unsigned char **pp; > long length; > > says that "*pp will be updat

Re: x509 read from a buf

1999-05-12 Thread vf
gang cao wrote: > > hi all, > in x509.c , load_cert(char * file , int format) > read certificate from a file . > i need read a certificate from a buf ( unsigned char * ), > a function like > static X509 *load_cert(unsigned char *data , int len , int format ) > len is the length of data. d2i_X5

Re: BIO_... and standard output

1999-04-18 Thread vf
Yuriy Stul wrote: > > Dear Vadim, >thank you for reply. I have debugger. I use SSLeay library (it works > fine) with my applications. If I try to use standard output like output > stream I have error "... access violation" or "... memory could not be > written". >Maybe you know reason? N

Re: BIO_... and standard output

1999-04-18 Thread vf
Yuriy Stul wrote: > > Hello everybody! > >I use SSLeay 0.9.0. and will be very thankful is anyone will explain me > why follow simple code does not work. do you have a debugger? xxgdb works like a charm > if ((out=BIO_new_fp(stdout,BIO_NOCLOSE)) != NULL){ >BIO_printf(out, "notBefore=