Can't use an undefined value as filehandle reference at tools/c_rehash line 176

2022-08-10 Thread Sushant
27;: x509_vfy.c:1001: warning: `ok' might be used uninitialized in this function ar: creating ../libssl.a Can't use an undefined value as filehandle reference at tools/c_rehash line 176. make[2]: *** [rehash.time] Error 255 make[1]: *** [openssl] Error 2 make: *** [build_apps] Error 1 Please

Re: How to simulate "TLS 1.3 Session Resumption" through OpenSSL tools?

2021-07-04 Thread Nan Xiao
t; > > But it seems not to work since there is no "pre_shared_key" extension, > > and every time s_client just initiated a new connection instead of > > resumption. > > > > Could anybody advise how to simulate "TLS 1.3 Session Resumption" > >

Re: How to simulate "TLS 1.3 Session Resumption" through OpenSSL tools?

2021-07-02 Thread Matt Caswell
openssl/issues/15979 But it seems not to work since there is no "pre_shared_key" extension, and every time s_client just initiated a new connection instead of resumption. Could anybody advise how to simulate "TLS 1.3 Session Resumption" through OpenSSL tools? Thanks very much i

How to simulate "TLS 1.3 Session Resumption" through OpenSSL tools?

2021-07-02 Thread Nan Xiao
ssion Resumption" through OpenSSL tools? Thanks very much in advance! Best Regards Nan Xiao

Re: EC command line tools

2013-06-14 Thread Steve Tarzia
On 6/14/13 2:47 PM, Matt Caswell wrote: On 14 June 2013 20:12, Steve Tarzia wrote: I am having some trouble finding documentation or examples showing how to perform Elliptic Curve crypto operations using the openssl command line tool. Is possible to perform EC encryption and decryption using t

Re: EC command line tools

2013-06-14 Thread Matt Caswell
On 14 June 2013 20:12, Steve Tarzia wrote: > I am having some trouble finding documentation or examples showing how to > perform Elliptic Curve crypto operations using the openssl command line > tool. Is possible to perform EC encryption and decryption using the openssl > command line tool? > > I

EC command line tools

2013-06-14 Thread Steve Tarzia
I am having some trouble finding documentation or examples showing how to perform Elliptic Curve crypto operations using the openssl command line tool. Is possible to perform EC encryption and decryption using the openssl command line tool? In "man pkeyutl" for version 1.0.1e I see the text "

Certificate Control Tools

2011-11-05 Thread Hopkins, Nathan
Do you have any recommendations for Certificate Management - can they be expensive? Are the freeware solutions? I saw the below... http://www.entrust.net/ssl-certificate-services/managed.htm http://www.redkestrel.co.uk/cgi/certchecker.cgi Many thanks in advance

OT: Using openssl commands to generate VPN (ipsec-tools) self-signed certificates for authentication

2010-09-21 Thread Philip Prindeville
Hi. I'm trying to transition from using PSK's with ipsec-tools to self-signed certs (harder to guess, etc) but I've not been very successful. When it fails, it's not always apparent why it fails... that's the nature of security, of course. I was wondering if anyon

Re: Recommandation related to tools to be used with OpenSSL

2010-01-20 Thread John Doe
From: VictorMitu > I have the following scenario: > i need an application that will do the following: > 1. there is an input folder. In this folder, files will be > copied/downloaded. > 2. An application/script will periodically query this folder (auto-detection > is also accepted). > 3. if a new

Recommandation related to tools to be used with OpenSSL

2010-01-19 Thread VictorMitu
. Thank you, Victor -- View this message in context: http://old.nabble.com/Recommandation-related-to-tools-to-be-used-with-OpenSSL-tp27227875p27227875.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Mixed WIN32 Building Tools

2008-12-28 Thread Hector Santos
Folks, I can't help but notice that what happen to the PHP development team, the Google Chrome development team, is now happening with the OPENSSL development team. That is, with Microsoft pushing out a freebie compiler VS2005 (VC8) and now VS2008 (VC9), building developments that use to wo

Open Source - Cipher Strength scanning tools?

2008-03-31 Thread IEEE Consulting
Hello: Other than using openssl "s_client" and "ciphers", does anyone know-of Open Source scanning tools for UNIX (Solaris/Linux) or Win32 (cygwin, windows, etc..) that will detect key/cert cipher strength? Thanks, RB - OMG, Sweet d

Looking official tools to test Openssl Server

2007-04-20 Thread Dinh, Thao V CIV NSWCDD, K72
Hi All I have finished coding/testing with Openssl Client/Server applications. I am looking for any official tools out there to help me breaking my codes. These tools will send to my listening server wrong cert, cert signing with non-approved CA, cert with different level CA, expire Cert

Re: Analysis Tools!

2006-05-16 Thread amr kamel
2/06, sun yingming <[EMAIL PROTECTED] > wrote: Hi, I've wrote a pair of SSL client/server program on my PC.It's part of my graduate work.But now I must test the programs to prove they fit the initial demands, like security aspect for example.Can anybody tell me what kind of tool

Re: Analysis Tools!

2006-05-16 Thread amr kamel
SSL client/server program on my PC.It's part of my graduate work.But now I must test the programs to prove they fit the initial demands, like security aspect for example.Can anybody tell me what kind of tools or programs can do this? My programs are running on win2000. and my CPU is a celeron 733

Analysis Tools!

2006-05-12 Thread sun yingming
Hi, I've wrote a pair of SSL client/server program on my PC.It's part of my graduate work.But now I must test the programs to prove they fit the initial demands, like security aspect for example.Can anybody tell me what kind of tools or programs can do this? My programs are running

Re: tools

2002-03-28 Thread Lutz Jaenicke
> server: > > "The server you are connected to is using a security certificate that > could not be verified" 0x800b0109. > > It appears that Windows can import certificates via a certificate manager > wizard. It needs certs in the format of .pfx, .p7b or .sst. Are t

tools

2002-03-28 Thread Gary Ferrer
icate that could not be verified" 0x800b0109. It appears that Windows can import certificates via a certificate manager wizard. It needs certs in the format of .pfx, .p7b or .sst. Are there any tools available to convert my cert into one of those formats? Thanks. Gary Ferrer [EMAIL

Re: Certificate management tools

2000-02-25 Thread Andy Moskoff
On Thu, 24 Feb 2000, Mike Hoegeman wrote: > Andy Moskoff wrote: > > andy, you rule. send me a copy.. > > -mike > Sure. Its attached. Remember -- its still pretty basic and may have some bugs (in fact, it probably does). The only thing I ask is that you send me any cha

Re: Certificate management tools

2000-02-25 Thread Gregory Stark
In addition to the tools mentioned so far, you might also check out keytool. keytool is distributed with Sun's jdk 1.2. See http://java.sun.com/products/jdk/1.2/docs/tooldocs/win32/keytool.html Greg Stark securityguides llc Information Security Consultants [EMAIL PROT

Re: Certificate management tools

2000-02-24 Thread Mike Hoegeman
Andy Moskoff wrote: andy, you rule. send me a copy.. -mike > > On Wed, 23 Feb 2000, Bennett Samowich wrote: > > > Greetings, > > > > This may or may not be the right place to ask this, but does anyone know of > > "canned" utilities for certificate management. A client of ours may want to > >

Re: Certificate management tools

2000-02-24 Thread Jeremy Hunt
> From: Bennett Samowich <[EMAIL PROTECTED]> > Subject: Certificate management tools > > Greetings, > > This may or may not be the right place to ask this, but does anyone know of > "canned" utilities for certificate management. A client of ours may want to

Certificate management tools

2000-02-24 Thread Bennett Samowich
Greetings, This may or may not be the right place to ask this, but does anyone know of "canned" utilities for certificate management. A client of ours may want to start using proprietary certs and I don't want to reinvent the wheel. Thanks in advance, - Bennett __

pyCA-0.5.3 - tools for setting up a certificate authority

1999-06-19 Thread Anonymous
HI! I would like to announce a new beta release of my package pyCA, a set of scripts and CGI-BIN programs written in Python for setting up and running a certificate authority using OpenSSL. See http://sites.inka.de/ms/python/pyca/ for more details. I would like to ask for feedback of people

Re: New Tools Proposal

1999-03-26 Thread Mark J Cox
> Actually I didn't found any command line tool able to generate and/or > verify PKCS#7 signatures (such as generated by signed forms by Netscape > and other tools ...) We've (C2Net) got a set of stand-alone command line programs for PKCS#7 encrypt/decrypt that seem to work