RE: combined certificate

2011-08-17 Thread Travis Dimmig
Thank you, I got it worked out. I just had to concatenate the ca pem file to the client pem file and using that as the -in argument when export the pkcs12, then I had the full chain in one file. Thank you to both you and yyy for your help. Travis From: owner-openssl-us...@openssl.org

RE: combined certificate

2011-08-17 Thread Travis Dimmig
Perhaps I am asking the wrong question. Files types aside, can one create a single file that can be used to install a full chain of trust on a windows machine? Travis From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Travis Dimmig Sent: Friday

combined certificate

2011-08-12 Thread Travis Dimmig
Can a .der file be combined with a .p12 file to install the full chain of trust with one file? Travis Dimmig Software Development Specialist Impulse Point www.impulse.com<http://www.impulse.com>

pki certificates

2011-08-09 Thread Travis Dimmig
pose, so I assume I just don't know how to specify that when creating the CA. Also: Can someone respond with just a "Hi Travis" so I can verify that my messages are making it to the list? Thanks, Travis Dimmig Software Development Specialist Impulse Point www.impulse.com<http://www.impulse.com>

RE: s_client

2011-06-06 Thread Travis Dimmig
I'm sure I could, it just irked me that openssl s_client didn't seem to work the way it is supposed to. I can work around the problem, but I'd like to know if it is a problem with the utility or if I was using it incorrectly. -Travis > -Original Message- > F

s_client

2011-06-06 Thread Travis Dimmig
Trying to use the "openssl s_client" utility to test an https page. I am able to connect, and to perform a GET and see pages, but I can't make a POST work. I try to do something like: POST /path/to/page HTTP/1.1 HOST: internal.host.ip.address Content-Type: plain/text Content-Length: 6 foobar

SSL cert chain validation & timestamp issues

2010-12-20 Thread travis+ml-openssl
your mail program doesn't understand. | http://www.subspacefield.org/~travis/ If you are a spammer, please email j...@subspacefield.org to get blacklisted. pgpS5s8DPhrKJ.pgp Description: PGP signature

SSL3_CTRL:called a function you should not call

2008-08-26 Thread Travis
deployment so please let me know what You think! Thank You very much, Travis -- Crypto ergo sum. http://www.subspacefield.org/~travis/ Truth does not fear scrutiny or competition, only lies do. If you are a spammer, please email [EMAIL PROTECTED] to get blacklisted

error:140D5042:SSL routines:SSL3_CTRL:called a function you should not call

2008-08-12 Thread Travis
Has anyone seen this error: error:140D5042:SSL routines:SSL3_CTRL:called a function you should not call I am trying to troubleshoot and could use some help urgently. Thank you in advance for your help. -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth does not fear scrutiny or

Can OpenSSL parse SHA-2 within PKCS#7 objects?

2008-08-04 Thread Travis
oes anyone here know that it does work? Because all my work has suggested that it does not. -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth does not fear scrutiny or competition, only lies do. If you are a spammer, please email [EMAIL PROTECTED] to get b

best book on openssl as crypto lib

2008-07-30 Thread Travis
recommendation? -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth does not fear scrutiny or competition, only lies do. If you are a spammer, please email [EMAIL PROTECTED] to get blacklisted. __ OpenSSL Project

how to create IPSEC certs with SubjectAltName

2008-07-02 Thread travis
I've been wrestling with the openssl.cnf and don't understand it. I need to make some certs for some OpenBSD IPSec hosts (isakmpd) and they require this field to have something in it. Where should I start reading? -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth doe

Re: Wider fallout from Debian issue?

2008-06-02 Thread travis
ll that simply scanning for and banning such keys is good enough. I was hoping someone would release a tool to search for them in the authorized_keys files on any OS (e.g. my OpenBSD box), but AFAIK, nobody has. I certainly don't want a kluge to the RNG. -- Crypto ergo sum. https://www.subspac

Re: Wider fallout from Debian issue?

2008-05-30 Thread travis+ml-openssl
t too many, it's still O(brute force). -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth does not fear scrutiny or competition, only lies do. If you are a spammer, please email [EMAIL PROTECTED] to get blacklisted. __ Open

Re: Wider fallout from Debian issue?

2008-05-30 Thread travis+ml-openssl
ll that simply scanning for and banning such keys is good enough. I was hoping someone would release a tool to search for them in the authorized_keys files on any OS (e.g. my OpenBSD box), but AFAIK, nobody has. I certainly don't want a kluge to the RNG... -- Crypto ergo sum. https://www.subspac

Re: Wider fallout from Debian issue?

2008-05-30 Thread travis+ml-openssl
ho are interested in a discussion of proper RNG behavior, see the section in my online book, here: http://www.subspacefield.org/security/security_concepts.html#tth_sEc21 -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth does not fear scrutiny or competition, only lies do. If

No NID for SHA2 (was Re: unable to verify PKCS#7 objects signed with BC(CMS))

2008-05-29 Thread travis+ml-users
his is supported? -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth does not fear scrutiny or competition, only lies do. If you are a spammer, please email [EMAIL PROTECTED] to get blacklisted. __ OpenSSL Project

unable to verify PKCS#7 objects signed with BC(CMS)

2008-05-27 Thread travis+ml-users
that PKCS7_dataDecode(p7, NULL, NULL, NULL) is returning null, but our library code is not throwing an exception. Does anyone have any experience with OpenSSL being unable to parse PKCS#7 objects created by BouncyCastle? -- Crypto ergo sum. https://www.subspacefield.org/~travis/ Truth does not fear scruti

testing upgrade from 0.9.7e to 0.9.8g

2008-03-06 Thread travis+ml-openssl
I have to become so quite quickly. :-) Thanks, Travis -- https://www.subspacefield.org/~travis/ I need a better strategy for being less analytical. For a good time on my email blacklist, email [EMAIL PROTECTED] pgphxKgNrZSIu.pgp Description: PGP signature

interop between OpenSSL PKCS#7 (v1.5) and BC (CMS)

2008-03-06 Thread travis+ml-openssl
? It has been very time-consuming, and the parsing issues are a real PITA. Right now we've got BC to read signed v1.5 objects but it barfs on encrypted objects with a padding error. -- https://www.subspacefield.org/~travis/ I need a better strategy for being less analytical. For a good time o

Re: pem.h type inconsistencies in 0.9.8g

2008-01-17 Thread travis+ml-openssl
this... I don't really understand why, but you no longer can pass a non-const to a function that needs const. -- https://www.subspacefield.org/~travis/> The stream is deaf, yet sings its melody for all to hear. For a good time on my email blacklist, email [EMAIL PROTECTED] pgpdyip4dvxsA.pgp Description: PGP signature

Re: pem.h type inconsistencies in 0.9.8g

2008-01-17 Thread travis+ml-openssl
SL fixed it in the distribution so that I didn't have to work around it... -- https://www.subspacefield.org/~travis/> The stream is deaf, yet sings its melody for all to hear. For a good time on my email blacklist, email [EMAIL PROTECTED] pgpKnhgV9LiVJ.pgp Description: PGP signature

pem.h type inconsistencies in 0.9.8g

2008-01-16 Thread travis+ml-openssl
nge void to char, or vice-versa? -- https://www.subspacefield.org/~travis/> The stream is deaf, yet sings its melody for all to hear. For a good time on my email blacklist, email [EMAIL PROTECTED] pgpot55o1DATQ.pgp Description: PGP signature

problem with PEM_read_SSL_SESSION when upgrading from 0.9.7 to 0.9.8g

2008-01-16 Thread travis+ml-openssl
clude a file which no longer exists in 0.9.8g, since the older OpenSSL revs will be on the include path. Does anyone have any insight into this? -- https://www.subspacefield.org/~travis/> The stream is deaf, yet sings its melody for all to hear. For a good time on my email blacklist, email [EMAIL

RE: non passworded server cert?

2001-09-08 Thread Travis Farmer
and then do i make a cert from the decrypted key (seems to cause errors) or use the current cert and the decrypted key? ~Travis >From: Ryan Hurst <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Su

non passworded server cert?

2001-09-08 Thread Travis Farmer
I got a CA cert now and made a working server certificate. the problem is, it asks for a password everytime the server starts. how can i fix this? ~Travis _ Get your FREE download of MSN Explorer at http://explorer.msn.com

create new CA and and server cert (and pub key)?

2001-09-08 Thread Travis Farmer
self, don't be dumb and re-install mod-ssl OVER an existing copy. it reaks havic with apache). ~Travis _ Get your FREE download of MSN Explorer at http://explorer.msn.co

libfisdef.h missing

2001-04-02 Thread Tim Travis/City of Lincoln, I.S./402-441-7763
I am trying to build the openssl-0_9_6a-beta3. I have a VAX running vms 6.2 and Compaq C V6.2-003. I get the following error when compiling and cannot find the libfisdef.h in any directories. Can someone point me to this file?: $ CC/OBJECT=SYS$DISK:[-.VAX.OBJ.CRYPTO]DSO_VMS.OBJ SYS$DISK:[.DSO]ds

Re: Problem generating CSR.

2000-09-06 Thread Travis Theune
You need to have a source for the -rand flag. My solution was to use egd and create a file of sufficent length full of random data. then the command line was: openssl genrsa -rand -des3 1024 > server.key or openssl genrsa -rand -des3 -out server.key 1024 Hope that helps. Travis The

Re: having trouble with RAND_egd()

2000-08-22 Thread Travis Theune
Thanks. I've been beating myself over the head with this for 2 days :) -Travis > > > I have just worked out on this problem without /dev/rand and egd on > my system. Here are the steps you need: > > - Create a file with large size of random data, e.g: > cat /

having trouble with RAND_egd()

2000-08-22 Thread Travis Theune
r not seeded' error. Any help would be greatly appreciated. -Travis Theune __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PRO

Re:

2000-06-08 Thread Travis . Jenson
ut the list itself) send email to <[EMAIL PROTECTED]> . This is the general rule for most mailing lists when you need to contact a human. -- Travis Rusty Wright <[EMAIL PROTECTED]> on 06/08/2000 12:58:40 PM Please respond t