[openssl-users] TLS_PSK_WITH_AES_128_CCM_8 Cipher Suite Support?

2015-08-05 Thread Colin Foe-Parker
s a reason why this cipher suite isn't currently supported? (I.e. saving society from itself :)) And if not, does anyone have any relevant guidance so that I can start looking into creating a patch? Thanks in advance, Colin ___ openssl-users

Re: [openssl-users] CVE-2015-1793 only on cert-based client auth?

2015-07-14 Thread Colin Edwards
f they are only using server authentication. Thanks again, Colin Edwards CISSP, GCIH, GCWN, GSEC, MCSE -Original Message- From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Kurt Roeckx Sent: Tuesday, July 14, 2015 1:06 PM To: openssl-users@openssl.org Subject: Re:

[openssl-users] CVE-2015-1793 only on cert-based client auth?

2015-07-13 Thread Colin Edwards
ively result in MitM against OpenSSL clients. Can anyone on this list clarify with details? Thanks, Colin sent from mobile ___ openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: Applink issues

2011-08-04 Thread Colin Rice
That fixes the sample program. But it doesn't fix all of the original bug. We have an issue with X509_print_name_ex_fp called with flags XN_FLAG_ONELINE is causing a crash during SSL_connect but calling it with no flags works. -Colin On 08/04/2011 02:25 PM, Harshvir Sidhu wrote: Seems

Applink issues

2011-08-04 Thread Colin Rice
, /MDd, /MT, or /MTd does not solve the problem. Thanks, -Colin #include #include #include #include #include #include #include #include enum { DEFAULT_KEY_BITS = 1024, DEFAULT_CERT_DURATION = 60 * 60 * 24 * 365, }; #define CERTIFICATE_COMMENT "Automatically generated by Ncat

Applink issues

2011-08-04 Thread Colin Rice
, /MDd, /MT, or /MTd does not solve the problem. Thanks, -Colin #include #include #include #include #include #include #include #include enum { DEFAULT_KEY_BITS = 1024, DEFAULT_CERT_DURATION = 60 * 60 * 24 * 365, }; #define CERTIFICATE_COMMENT "Automatically generated by Ncat

utf8string vs printablestring mismatch in certificate checking

2010-01-19 Thread Colin Phipps
lem correctly? Is this behaviour by openssl correct or incorrect, likely to change, or is it possible to make it work at the application level? (CC replies to me as I am not on the list) -- Colin Phipps c...@netcraft.com Issuer: C=KR, O=Government of Korea, OU=GPKI, CN=GPKIRootCA Not Before: Mar 15 0

OpenSSL for uClinux on ARM7tdmi

2006-06-30 Thread Colin Moriarty
Hello,I am trying to compile OpenSSl for uClinux on an ARM7tdmi platform. After browsing this and other forums I found this tutorial.. http://www.ucdot.org/article.pl?sid=03/10/23/2249235&mode=thread>uCdot OpenSSL Tutorial My question is, are these patches and instructions only for Coldfire pl

Building Openssl for use with mod_ssl on x86_64

2005-09-23 Thread Colin Hill
ng this, I found that the RPM fails to package the files in /lib64 and/or /usr/lib64 which is something that needs to be taken up wit the RPM maintainer. I wonder if anyone has been able to get openssl build with -fPIC for use with mod_ssl (apache13x) on Fedora Core 4 x86_64 Best Regards, Col

Re: Building Openssl in clearcase

2005-09-19 Thread Colin Hill
One would hope not but I've seen cases where hackish solutions like that are required. I couldn't really say if that's the issue here without some testing and I'm actually thrilled to say I don't have a clearcase installation I'm forced to deal with these days. -

Re: Building Openssl in clearcase

2005-09-19 Thread Colin Hill
It sounds as though perl is not available from your clearcase FS. It may be as simple as updating paths, or as involved as having to include perl binaries within your clerarcase tree (to assure the ability to build from multiple machines. -- Colin Hill -- Scoophost.com - a service of

RE: Is a client program required?

2004-12-21 Thread Colin
Okay, basically iam try to develop a security feature for php. i need to send a filename over public key encryption, which is SSL in this case, NOT https so php's engine sends it over ssl, but what happens on the client end? will it panic when a PK data is sent to it? or would a client program

Is a client program required?

2004-12-21 Thread Colin
Hi, Lets say i get my application to send something, maby a file or data to a clients machine over SSL as a PKI is there a client program required? __ OpenSSL Project http://www.openssl.org Use

SSL for php without HTTPS

2004-12-18 Thread Colin
Hi, Iam trying to get php to use ssl for sessions but i dont want to use HTTPS how can this be dont without using HTTPS. Will the browser understand an ssl request/connection if https is not used? __ OpenSSL Project

X509 cert verification

2002-12-09 Thread Colin Leroy
*cert)` function in http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/sylpheed-claws/sylpheed-claws/src/common/ssl_certificate.c?rev=1.3&content-type=text/vnd.viewcvs-markup Many TIA, -- Colin __ OpenSSL Project

RE: someone in the UK phone Andy pls

2002-09-12 Thread colin
No answer right now - I left hime a text messsage. Colin -Original Message- From: CorreiJ [SMTP:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 3:59 PM To: openssl-users Subject:someone in the UK phone Andy pls and tell him to phone someone at his company to

RE: Newbie can't read the signs with Wincrypt

2002-09-06 Thread colin
m & .p12) into the Windows certificate store and used that with Wincrypt to sign a copy of the PEM file (stunnel.pem.sgn). WinCrypt seems to zip the file(s) and then add a signature. (I've tried to keep it small) Colin stunnel.pem.sgn Description: Binary data stunnel.

Newbie can't read the signs with Wincrypt

2002-09-06 Thread Colin McKinnon
now / tested if it suffers from the Microsoft intermediate CA forging bug? Can anyone suggest a simple, cheap GUI tool which can be used with OpenSSL certificates to sign and verify files (we need to keep these as files) which runs on MSWindows? Colin ___

RE: Server certificates

2001-04-11 Thread Colin Fox
On 12 Apr 2001 08:00:05 +1000, Michael Czapski wrote: > Hello Colin, > You need to tell the server to ask for one, for example: > > if (giRequirePeerCert) { > SSL_CTX_set_verify > (*sslCtx > ,SSL_VERIFY_PEER | SSL_VERIFY

Server certificates

2001-04-11 Thread Colin Fox
call in question is: SSL_get_peer_certificate(ssl) I can post a larger code sample if necessary, but my question is: Is this the right call for client authentication, or does it only work for server authentication? Thanks. -- Colin Fox

problem with revoked certificate

2001-01-11 Thread Colin Chalmers
getting the subject? /colin X509 *Cert = X509_new();; BIO *certBio = BIO_new(BIO_s_mem()); int result = BIO_write(certBio, Certificate->b_data, Certificate->b_size); d2i_X509_bio(certBio, &Cert); if (Cert != NULL) { char *str = X509_NAME_oneline(X509_get_subject_name

Still got problems initialising cert in DLL

2000-12-05 Thread Colin Chalmers
other *means*, I cannot init a cert. I 've looked in the list server and see possible problems with multithreaded apps. however if that was the case here surely I wouldn't be able to access the memory at all. Or am I missing something? Any help much appreciated. /colin X5

problem passing cert info to DLL

2000-12-04 Thread Colin Chalmers
nstead of the d2i_X509 if passing between programs/DLL? Any help much appreciated. /colin __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED]

freeing memory

2000-11-30 Thread Colin Chalmers
a few things I need to load before I can use the openssl functions, do I the have to relase them after use with some function? Second I understand the freeing of the x509 cert but are there other freeing functions? For example for subject name?   Any help much appreciated.   /colin      X5

Re: win32?

2000-11-28 Thread Colin Chalmers
Yes there's a win32 version. If you had looked at the FAQ page you could have found this out for yourself. /colin - Original Message - From: "Luck, Nathan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 29, 2000 6:36 AM Subject: win3

Re: Wrapper...

2000-11-27 Thread Colin Chalmers
I too would be interested in such a wrapper OR tips as to how I could build one myself. ie what should I look out for and definately NOT do. /colin chalmers - Original Message - From: "Bernard Dautrevaux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

output certificate from CA

2000-04-28 Thread Colin Chalmers
that the certificate already exists and will not be processed/output.   Is it not possible to give for example the serial number of the certificate to export?   Any tips/ideas appreciated.     Met vriendelijke groet,     Colin Chalmers Snr. Project Engineer maXware MaXware Benelu

Re: Linux -- strongly advise against using RH6.0

1999-05-12 Thread Colin Bradley
do ;) * * Carlo * * ______ * OpenSSL Project http://www.openssl.org * User Support Mailing List[EMAIL PROTECTED] * Automated List Manager [EMAIL PROTECTED] */ --

thread safety of lib methods

1999-05-03 Thread Colin Bradley
or pointers you can provide. -- Colin Bradley hutchison avenue software corporation __ OpenSSL Project http://www.openssl.org User

my ignorance, on parade

1999-03-03 Thread Colin McCormack
Is there any way to revoke a certificate which has not expired using openSSL apps? Could somebody please detail it to me? Thanks, Colin. __ OpenSSL Project http://www.openssl.org User Support

openSSL Configuration file correspondances

1999-03-03 Thread Colin McCormack
q programs, and the correspondance between configuration fields and command line arguments is not clear. I've written an html document setting out the correspondances as near as I can determine them. Any ideas on what would make a CA management tool useable are welcome. Colin.