[openssl-dev] RES: [openssl.org #4702] OPENSSL: Linux SLESS11

2016-10-10 Thread Jose Carlos de Oliveira via RT
Thank you! José Carlos de Oliveira (Oliveira) Pesquisador / Desenvolvedor - Grupo ICTS Brasilia - DF - Asa Norte SCN Q05 - Brasilia Shopping - Torre Norte Sala 917 Fone:+5561-3246.7089 Cel:+5561-99311.9226 Site: www.grupoicts.com.br -Mensagem original- De: Matt Caswell via RT

[openssl-dev] [openssl.org #4702] OPENSSL: Linux SLESS11

2016-10-10 Thread Jose Carlos de Oliveira via RT
reference to ‘EVP_CIPHER_CTX_init’ undefined reference to ‘EVP_CIPHER_CTX_cleanup’ The OS I´m using is a Linux SLESS11 desktop 32 bits: kernel 3.0.13-0.27-default Regards, José Carlos de Oliveira (Oliveira) Pesquisador / Desenvolvedor - Grupo ICTS Brasilia - DF - Asa Norte SCN Q05 - Brasilia

Re: [openssl-dev] X11 forwarding not working.

2015-05-23 Thread dE
/2015 04:48, dE wrote: Hi! I'm having a difficult time getting X11 forwarding to work. Since I've read the docs completely about this, this must be an SSH bug which is likely because I'm using Gentoo as the SSH server. When trying to forward X11 connections, I get X11 conn

[openssl-dev] X11 forwarding not working.

2015-05-22 Thread dE
Hi! I'm having a difficult time getting X11 forwarding to work. Since I've read the docs completely about this, this must be an SSH bug which is likely because I'm using Gentoo as the SSH server. When trying to forward X11 connections, I get X11 connection rejected because of wrong authentic

[openssl-dev] Write PEM to char*

2015-03-14 Thread dE
Hi! I was wondering if there are ways by which you can get a PEM encoded certificate stored into a char* from a X509 structure. I got a lot of ways to write it to FILE, but nothing appears to return a char*. Thanks for any pointers. ___ openssl-de

Re: [openssl-dev] openssl (lib and application) localhost problems.

2015-03-07 Thread dE
On 03/06/15 20:04, Salz, Rich wrote: So if you don't get back an error, looking at the error stack isn't guaranteed to be useful. Just like errno and syscalls. You have to explicit clear the error stack if you want that behavior. -- Senior Architect, Akamai Technologies IM: rs...@jabber.me Tw

Re: [openssl-dev] openssl (lib and application) localhost problems.

2015-03-06 Thread dE
On 03/05/15 19:17, Salz, Rich wrote: int result = SSL_connect(sslconnection); printf ("error no. is %ld\n", ERR_peek_last_error()); This code does work and prints 'error no. is 336130315', but when it connects over localhost, the error is always 0. What's result? ___

[openssl-dev] Set fragment size.

2015-03-05 Thread dE
I'm trying to set the fragment size for the TLS connection under the hopes that it improves compression. Is there anyway I can do so? ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] openssl (lib and application) localhost problems.

2015-03-04 Thread dE
First I encountered problems here -- https://mta.openssl.org/pipermail/openssl-dev/2015-March/000806.html Guessing if this's a openssl command related problem, but now I've problems in code. SSL_library_init(); SSL_load_error_strings(); const SSL_METHOD* meth; meth = TLSv1_2_m

Re: [openssl-dev] s_server does not work over localhost.

2015-03-04 Thread dE
On 03/01/15 20:31, Kurt Roeckx wrote: On Sun, Mar 01, 2015 at 08:12:25PM +0530, dE wrote: On 03/01/15 20:07, Kurt Roeckx wrote: On Sun, Mar 01, 2015 at 05:41:03PM +0530, dE wrote: Hi! gethostbyname failure This probably means that you don't have localhost in /etc/hosts 127.

Re: [openssl-dev] s_server does not work over localhost.

2015-03-01 Thread dE
On 03/01/15 20:07, Kurt Roeckx wrote: On Sun, Mar 01, 2015 at 05:41:03PM +0530, dE wrote: Hi! gethostbyname failure This probably means that you don't have localhost in /etc/hosts Kurt ___ openssl-dev mailing list To unsubscribe:

[openssl-dev] s_server does not work over localhost.

2015-03-01 Thread dE
Hi! There appears to be a bug in the openssl program which has persisted for years (as it appears from the Google search results). I'm using s_server as follows openssl s_server -accept -cert issuer.pem -key issuer.key If the incoming connection is from localhost -- Using default temp

Re: [openssl-dev] sftp buggy put command

2015-02-02 Thread dE
On 01/31/15 14:06, Aaron Jones wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 31/01/15 07:37, dE wrote: Hi! I was tying out the put command with version 6.7_p1 of OpenSSH. If I use recursive copying, sftp expects the last directory in the exists in the destination (on the server

[openssl-dev] sftp buggy put command

2015-01-30 Thread dE
Hi! I was tying out the put command with version 6.7_p1 of OpenSSH. If I use recursive copying, sftp expects the last directory in the exists in the destination (on the server), otherwise “Couldn't canonicalize: No such file or directory”. I would've taken this to be the expected behavior,

[openssl-dev] [openssl.org #3630] BUG - Building OpenSSL on Windows with zlib and fips object module fails. Possible fix included.

2014-12-11 Thread De Rudder, Stephen L. via RT
b" if $zlib_opt == 1; My possible fix is to move that line above line 394 so it looks like (maybe fix indentation): $ex_libs .= " $zlib_lib" if $zlib_opt == 1; if ($shlib) If you need more info please let me know. Thanks, SLDR (Stephen L. De Rudder) e-mail: rdl...@tditx.co

Re: CIPHER STRINGS

2014-10-14 Thread dE
On 10/14/14 16:47, Hubert Kario wrote: - Original Message - From: "dE" To: openssl-dev@openssl.org Sent: Tuesday, 14 October, 2014 6:39:11 AM Subject: Re: CIPHER STRINGS On 10/13/14 17:09, Hubert Kario wrote: - Original Message - From: "dE" To: openssl-

Re: CIPHER STRINGS

2014-10-13 Thread dE
On 10/14/14 10:09, dE wrote: On 10/13/14 17:09, Hubert Kario wrote: - Original Message - From: "dE" To: openssl-dev@openssl.org Sent: Monday, 13 October, 2014 5:38:28 AM Subject: Re: CIPHER STRINGS On 10/13/14 01:13, Viktor Dukhovni wrote: On Sun, Oct 12, 2014 at 11:36:

Re: CIPHER STRINGS

2014-10-13 Thread dE
On 10/13/14 17:09, Hubert Kario wrote: - Original Message - From: "dE" To: openssl-dev@openssl.org Sent: Monday, 13 October, 2014 5:38:28 AM Subject: Re: CIPHER STRINGS On 10/13/14 01:13, Viktor Dukhovni wrote: On Sun, Oct 12, 2014 at 11:36:01PM +0530, dE wrote: A command

Re: CIPHER STRINGS

2014-10-12 Thread dE
On 10/13/14 01:13, Viktor Dukhovni wrote: On Sun, Oct 12, 2014 at 11:36:01PM +0530, dE wrote: A command line tool. Like openssl list-ciphersuits My own preference in this case is complete and accurate documentation. This'll also avoid updating the man page with long descriptive text.

Re: CIPHER STRINGS

2014-10-12 Thread dE
On 10/12/14 22:15, Viktor Dukhovni wrote: On Sun, Oct 12, 2014 at 08:33:58PM +0400, Fedor Indutny wrote: Have you seen: `openssl ciphers -v` output? This does not list the cipher string building blocks that represent classes of cipher suites rather than an individual cipher suite. Perhaps the

CIPHER STRINGS

2014-10-12 Thread dE
Hi. I was reading the openssl ciphers command, where I would like to suggest something for the CIPHER STRINGS. Currently all possible cipher strings are listed in the man page with each of their names having a description which may or may not specify if it's an authentication, encryption, Kx

Re: [openssl.org #3343] [PATCH] implements name contraint for IP Address

2014-05-24 Thread Luiz Angelo Daros de Luca
Thanks Matt. Em 23/05/2014 19:36, "Matt Caswell via RT" escreveu: > Hi Luiz > > Thanks for the patch. I've reviewed it and it looks good. With regards to > your > comments around X509_V_ERR_PERMITTED_VIOLATION vs > X509_V_ERR_UNSUPPORTED_NAME_SYNTAX, I think you did it right. > > Therefore: > > h

Re: [openssl.org #3343] [PATCH] implements name contraint for IP Address

2014-05-06 Thread Luiz Angelo Daros de Luca
< 16; i++) { if ((name->data[i] ^ constraint->data[i]) & constraint->data[i+16]) goto loser; } return SECSuccess; } loser: return SECFailure; } Source: https://hg.mozilla.org/projects/nss/file/f732bcb62a2e/lib/certdb/genname.c Regards, --- Luiz Ang

Re: [PATCH] implements name contraint for IP Address

2014-05-05 Thread Luiz Angelo Daros de Luca
Thanks Matt, Sent to r...@openssl.org. However, I didn't see it in http://rt.openssl.org/. Is it supposed to update realtime? Regards, --- Luiz Angelo Daros de Luca, Me. luizl...@gmail.com 2014-05-03 17:15 GMT-03:00 Matt Caswell : > On 3 May 2014 18:52, wrote:

[openssl.org #2970] Re: pkg/47521: security/openssl mastersites completion and communication with upstream -- contribution

2013-02-02 Thread Noud de Brouwer via RT
good day openssl, we at http://NetBSD.org/ do package your software in http://pkgsrc.org/ we noticed your Available Mirror ftp://ftp.openssl.org/source/ is not working, just and only http://ftp.openssl.org/source/ works so we did change to that without asking you as you can see in: http://cvsweb.n

Re: pkg/47521: security/openssl mastersites completion and communication with upstream -- contribution

2013-02-02 Thread Noud de Brouwer
good day openssl, we at http://NetBSD.org/ do package your software in http://pkgsrc.org/ we noticed your Available Mirror ftp://ftp.openssl.org/source/ is not working, just and only http://ftp.openssl.org/source/ works so we did change to that without asking you as you can see in: http://cvsweb.n

creating an openssl (as such) browser plugin

2010-11-12 Thread Michiel de Jong
have dropped e2ee). has this possibility been considered? (i searched the logs of this list but couldn't find any references) many thanks, Michiel de Jong twitter.com/unhosted

[PATCH] Fix spelling of preceding/preceded in doc/ssleay.txt, doc/apps/x509v3_config.pod & doc/crypto/ASN1_generate_nconf.pod

2010-07-24 Thread Andre Guibert de Bruet
Hi, I have attached a patch against CVS HEAD which corrects the spelling of "preceding" and "preceded" in the following files: doc/ssleay.txt doc/apps/x509v3_config.pod doc/crypto/ASN1_generate_nconf.pod Could these doc changes be committed upon review? Thanks, /* An

RE: [openssl.org #2261] Fix duplicate EADDRINUSE define for Microsoft VS2010 Support

2010-05-25 Thread De Rudder, Stephen L. via RT
DDRINUSE10048L EADDRINUSE is defined in errno.h as: #define EADDRINUSE 100 I hope my description helps. If it doesn't make sense, I can give URLs to Microsoft Documentation describing the Win32 API calls. SLDR (Stephen

[openssl.org #2261] Fix duplicate EADDRINUSE define for Microsoft VS2010 Support

2010-05-09 Thread De Rudder, Stephen L. via RT
Please consider making the following changes to e_os.h in OpenSSL V0.9.8o. Thanks, SLDR (Stephen L. De Rudder) Around line 62: == #include #include /* contains what we can justify to make visible * to the outside; this file e_os.h is not part of the exported * interface

OCSP response: print signature and checksum encryption

2010-03-09 Thread Michel Pittelkow - michael-wessel . de
Hi, we need to check which encryption method is used in the ocsp response. The output only says valid. How can we enable to print such status messages? Any help would be appreciated! Mit freundlichen Grüßen / Kind regards Michel Pittelkow IT-Dienstleistungen: beraten | planen | umsetzen | betre

OCSP response: print signature and checksum encryption

2010-03-09 Thread Michel Pittelkow - michael-wessel . de
Hi, we need to check which encryption method is used in the ocsp response. The output only says valid. How can we enable to print such status messages? Any help would be appreciated! Kind regards Michel Pittelkow

Re: valgrind and openssl

2008-05-15 Thread Erik de Castro Lopo
at any performance decrease can even be measureed. Erik -- ----- Erik de Castro Lopo - The Earth is around 70% water. Fish rule the sea

Re: valgrind and openssl

2008-05-15 Thread Erik de Castro Lopo
there > sometimes. In the practice of engineering, we should try to avoid 'hoping' about anything. Erik -- ----- Erik de Castro Lopo - "Every method you

Re: valgrind and openssl

2008-05-15 Thread Erik de Castro Lopo
ere. Do you know its unpredicatable or are you only guessing? Can a bad guy force it to be predicatable? How much entropy is actually there? Has anyone actually measured it? Erik -- ----- Er

Re: valgrind and openssl

2008-05-15 Thread Erik de Castro Lopo
his it to either make it zero or make it truely random. Erik -- - Erik de Castro Lopo - "I would buy a Mac today if I was not working at Microsoft." -- Senior Mi

Re: valgrind and openssl

2008-05-15 Thread Erik de Castro Lopo
ile it. Erik -- ----- Erik de Castro Lopo - The difference between genius and stupidity is that genius h

Re: valgrind and openssl

2008-05-15 Thread Erik de Castro Lopo
from my Linux distribution. Erik -- ----- Erik de Castro Lopo - "We reject kings, presidents, and voting. We believe in rough consensus and running code." -- Dave Clark (IETF 1992) ___

Re: valgrind and openssl

2008-05-15 Thread Erik de Castro Lopo
hat wouldn't be the > > default, but wouldn't reduce the keyspace either. > > -DPURIFY *does* do what you want. But thats a compile time option. I would prefer not to have to compile my own version of OpenSSL just to be able to valgrind my program which links against openssl. Er

Bilinear pairings

2007-06-29 Thread Diego de Freitas Aranha
Hi, I am a PHD student in UNICAMP, Brazil. During my Msc, I developed an implementation of bilinear pairings over elliptic curves using OpenSSL. In particular, an implementation of the Tate pairing over curves defined on prime fields. I am writing to ask you guys if the OpenSSL team has any i

[openssl.org #1513] Bug : SSL_CTX_use_certificate_chain_file fails due to earlier errors

2007-03-22 Thread Erik de Castro Lopo via RT
't imply ret==0 ... */ -- +---+ Erik de Castro Lopo +---+ "Men who use terrorism as a means to power, rule by terror once they are in

Re: Bug : SSL_CTX_use_certificate_chain_file fails due to earlier errors

2007-03-20 Thread Erik de Castro Lopo
e done it. Very true. Erik -- +---+ Erik de Castro Lopo +---+ "If only Muslims were clever politically, they could take over the United States and replace its constitutional govt. with a caliphate." -- Siraj Wa

Bug : SSL_CTX_use_certificate_chain_file fails due to earlier errors

2007-03-20 Thread Erik de Castro Lopo
't imply ret==0 ... */ -- +---+ Erik de Castro Lopo +---+ "Men who use terrorism as a means to power, rule by terror once they are in

[openssl.org #1508] bug report : Possible issue in AES asm code?

2007-03-18 Thread Erik de Castro Lopo via RT
e is an issue with the ASM versions of AES_cbc_encrypt. Cheers, Erik -- +---+ Erik de Castro Lopo +---+ "Code is more often read than written and thus making it readab

bug report : Possible issue in AES asm code?

2007-03-16 Thread Erik de Castro Lopo
e is an issue with the ASM versions of AES_cbc_encrypt. Cheers, Erik -- +---+ Erik de Castro Lopo +---+ "Code is more often read than written and thus making it readab

Re: [patch] Valgrind complaining about unitialized data

2007-03-01 Thread Erik de Castro Lopo
n the source code I was hacking the code the -DPURIFY was supposed to affect is already being disabled. Secondly, if that code is really as un-necessary as it seems to be, why is it still in there? Erik -- +---

Re: [patch] Valgrind complaining about unitialized data

2007-03-01 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > So, my question is, is there any reason why Daniel Brahneborg's patch > from 2003 wasn't applied? For reference, the patch (against 0.9.8c) is > below. Sorry, the patch was the wrong direction. The correct patch below. Erik diff -r -u openssl

[patch] Valgrind complaining about unitialized data

2007-03-01 Thread Erik de Castro Lopo
get_rand_method(); - memset (buf, 0, num); if (meth && meth->bytes) return meth->bytes(buf,num); return(-1); -- +-------+ Erik de Castro Lopo +--

[openssl.org #1449] [PATCH] Suspend and reinstate certificates in CA application

2006-12-29 Thread Diego de Felice via RT
I forgot to patch also the documentation and to tell that the patched version is the 0.9.8d one (0.9.8.c is also compatible because ca.c is not changed). -- Diego __ OpenSSL Project http://www.open

Re: [openssl.org #1449] [PATCH] Suspend and reinstate certificates in CA application

2006-12-29 Thread Diego de Felice
I forgot to patch also the documentation and to tell that the patched version is the 0.9.8d one (0.9.8.c is also compatible because ca.c is not changed). -- Diego suspend_reinstate_withdocs.patch Description: Binary data

[openssl.org #1449] [PATCH] Suspend and reinstate certificates in CA application

2006-12-28 Thread Diego de Felice via RT
(Sorry for the other email, I've found in the README file the procedure to make contributions... as usual RTFM ;-) ) I've made an improvement on the CA application command line section of OpenSSL and I'll be glad to share it with the community. The change is very simple: I've added two new comman

[PATCH] Suspend and reinstate certificates in CA application

2006-12-27 Thread Diego de Felice
(Sorry for the other email, I've found in the README file the procedure to make contributions... as usual RTFM ;-) ) I've made an improvement on the CA application command line section of OpenSSL and I'll be glad to share it with the community. The change is very simple: I've added two new comman

Contribution to CA app

2006-12-27 Thread Diego de Felice
Hi to all. I've made an improvement on the CA application command line section of OpenSSL and I'll be glad to share it with the community. The change is very simple: I've added two new commands named "suspend" and "reinstate". With suspend you can suspend a certificate, i.e. revoke it with the ce

Re: Emails not getting through?

2006-09-18 Thread Erik de Castro Lopo
On 9/19/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: It will be a few days before I can check properly (on dead slow dialup at present) but your gmail and openssl-dev:[EMAIL PROTECTED] are in the openssl-dev subscription list. Thanks Stephen. I can wait until you have time to look at it.

Re: Emails not getting through?

2006-09-18 Thread Erik de Castro Lopo
On 9/18/06, Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: Hi all, Sorry for being such a PITA about this. Testing from a newly set up Gmail account. Over night there have been a number of emails to ths list as I can see here: http://marc.theaimsgroup.com/?l=openssl-dev&r=1&am

Re: Emails not getting through?

2006-09-17 Thread Erik de Castro Lopo
Hi all, Sorry for being such a PITA about this. Testing from a newly set up Gmail account. Erik __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev

Re: Emails not getting through?

2006-09-17 Thread Erik de Castro Lopo
You need to send an email with which [EMAIL PROTECTED] to majordomo at openssl domain name. Erik -- +-------+ Erik de Castro Lopo +---+ "I'm not even an atheist so much a

Re: Emails not getting through?

2006-09-17 Thread Erik de Castro Lopo
again and received the following: >>>> auth cee6ff89 subscribe openssl-dev [EMAIL PROTECTED] Address already subscribed to openssl-dev so it seems that my work email address is in some weird quantum state between subscribed and not-subscribed :-). Cheers, Erik -- +--

Re: Emails not getting through?

2006-09-17 Thread Erik de Castro Lopo
, Erik -- +---+ Erik de Castro Lopo +---+ "Visual SourceSafe? It would be safer to print out all your code, run it through a shredder, and set it on fire." http://www.wadhome.or

Re: Emails not getting through?

2006-09-15 Thread Erik de Castro Lopo
Darryl Miles wrote: > Erik de Castro Lopo wrote: > > Anybody have any idea why this is happening? Can this be fixed > > somehow? > > Both times I have replied to your emails my Mail User Agent (Mozilla > SeaMonkey) did not offer to put your email address into the address

Emails not getting through?

2006-09-15 Thread Erik de Castro Lopo
e fixed somehow? Erik -- +-------+ Erik de Castro Lopo +---+ "Safety versus Expressiveness is a false dichotomy -- you can have both. Compare ObjectiveCaml with CeePlusPlus: OCaml obtains expressiveness without compromisin

Re: SSL_library_init and freeing memory allocations

2006-09-14 Thread Erik de Castro Lopo
Sorry, I missed this response from Darryl Miles (probably work spam filter being overly agressive) but found in in the archive: > Erik de Castro Lopo wrote: > > Unfortunately, it seems that openssl allocates memory inside the > > call to SSL_library_init() that seems to never

SSL_library_init and freeing memory allocations

2006-09-11 Thread Erik de Castro Lopo
d you people be interested in a patch that adds an SSL_library_release() function that releases all memory and returns the SSL library to the state it was in before SSL_library_init() was called? Cheers, Erik -- === erik de castro lopo senior design engineer bCODE level 2, 2a

[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)

fragmenting code

2004-11-10 Thread Reginaldo de Oliveira Santos
Hi, everybody, I wanna know if somebody has succefully fragment de OpenSSL source code. For example, to isolate the rsa function, then you can use that without depending on OpenSSL instalation? thanks for all, waiting answers... -- Reginaldo Oliveira Santos Computer Science University

C code structure at OpenSSL

2004-03-17 Thread Reginaldo de Oliveira Santos
- . ssl - If someone can help-me.. cause I didn´t find any documentation like this. thanks for you all. -- Reginaldo de Oliveira Santos BRAZIL - UNESP - BAURU BCC 2003 -- Mensagem

RE: ASN1 implicit/explicit tagging

2003-11-14 Thread Pierre De Boeck
EMAIL PROTECTED] > Subject: Re: ASN1 implicit/explicit tagging > > > On Fri, Nov 14, 2003, Pierre De Boeck wrote: > > > Hi all, > > > > I have 2 versions of a DER-encoded pkcs7-enveloped-data and I would > > like to know which one is correct: > > > >

ASN1 implicit/explicit tagging

2003-11-14 Thread Pierre De Boeck
OPTIONAL), it seems that it is the verImpl.txt that is correct since IMPLICIT tagging is used. Am I correct? Pierre De Boeck Sr System Engineer Cipherquest email:[EMAIL PROTECTED] BEGIN:VCARD VERSION:2.1 N:De Boeck;Pierre FN:Cipherquest ORG:Cipherquest TITLE:Sr System Engineer TEL;WORK;VOICE:+352

RE: your mail

2003-10-23 Thread Pierre De Boeck
Ok, thanks a lot. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Dr. Stephen Henson > Sent: Thursday, October 23, 2003 10:08 PM > To: [EMAIL PROTECTED] > Subject: Re: your mail > > > On Thu, Oct 23, 2003, Pierre De Bo

[no subject]

2003-10-23 Thread Pierre De Boeck
Hi all, I just try to recompile my openssl applications with the 0.9.7c and the PKCS12_decrypt_d2i function no longer exist. I can use my own decrypt/d2i function but I would prefer to use what OpenSSL provides as a replacement, if any. Any idea? Pierre De Boeck Sr System Engineer

a "twice-signed" certificate

2003-10-18 Thread Laurent de Clermont-Tonnerre
Hi, I have read about cross-certification. OpenSSL allow to have 2 CAs signing each other certificate so they trust each other. I want to know first if OpenSSL could allow a certificate to be signed twice ? I trying to have a proxy issue from a certificate to be trusted by two different CA, the

X509_new

2003-06-30 Thread Aintzane Armentia Diaz de Tuesta
Hi, We are new developing applications with the openssl libraries. We are trying to develop a very simple application, we want to create an empty certificate. The source code of our application is as follows: #include #include #include #include void main void () { X509* x;

PKCS7_decrypt behavior

2002-11-28 Thread Arnaud De Timmerman
hi all, i'm refering to this post i think it's better to write here there might be a memory leak in ./crypto/pkcs7/pk7_smime.c at the beginning i thought i was a fool, but i've seen that the same error was elsewhere in the code (thanks to Changes between 0.9.6h and 0.9.7). Geoff says :

RE: unresolved external symbol _strsep

2002-11-16 Thread Daniel Conte de Leon
] Subject: Re: unresolved external symbol _strsep In message <[EMAIL PROTECTED]> on Fri, 15 Nov 2002 20:51:13 -0800, "Daniel Conte de Leon" <[EMAIL PROTECTED]> said: danielc> I am trying to compile using VC 6, danielc> and I am having the following error when linking: da

unresolved external symbol _strsep

2002-11-15 Thread Daniel Conte de Leon
I am trying to compile using VC 6, and I am having the following error when linking: evp_test.obj : error LNK2001: unresolved external symbol _strsep Any ideas ? Daniel. __ OpenSSL Project http://

Compiling for Windows

2002-11-05 Thread Daniel Conte de Leon
Hi, I am trying to compile for Windows 2000 using VC6. When linking I am having the following error: "evp_test.obj : error : unresolved external symbol _strsep" Any ideas ? Daniel. __ OpenSSL Project

Re: OpenSSL patches for other versions

2002-07-30 Thread Ademar de Souza Reis Jr.
're not well tested yet - after sucessful compilation. Cheers. - Ademar -- Ademar de Souza Reis Jr. <[EMAIL PROTECTED]> ^[:wq! diff -ur openssl-0.9.5a-orig/CHANGES openssl-0.9.5a/CHANGES --- openssl-0.9.5a-orig/CHANGES Sat Apr 1 08:16:39 2000 +++ openssl-0.9.5a/CHANGES Tue Jul

problem OpenSA SSL

2002-04-18 Thread xavier de CD and LP
Hi   I don't know if this a bug but I advise you about my problem :   I am running OpenSA on a Windows 2000 server. Since I have tried to launch the service with SSL it doesn't work. I get this error message on the prompt : syntax error on line 209 of d:/opensa/apache/conf/httpd.conf canno

CodeWarrior and openssl

2000-09-18 Thread Nick De Roeck
Hi, I am attempting to compile opensll (0.9.5a) by means of MetroWerk's Codewarrior (CW) compiler. The reason for this being that my company needs all software to run on both Macintosh and Windoze, so everything is compiled with CW to reduce porting overhead. (to my knowledge CW seems to be the o

Re: Nonblocking again. Don't want OpenSSL to do any networking.

2000-08-21 Thread Nick De Roeck
>> Check my original post (I'm copying it below). We're unhappy >> with OpenSSL's support for nonblocking I/O on servers; currently, >> it either wants you to rewrite your server to let OpenSSL handle >> the network I/O, or use BIO pairs to let OpenSSL think it's doing >> networking still. Nei

Problems revoking a certificate on Windows NT

2000-08-18 Thread Leo de Vida
When I try to revoke a certificate using Windows NT, I get a problem. The "index.txt" file is renamed to "index.txt.old", a new file "index.txt.new" is created, but then failed to be renamed to "index.txt". I'm almost sure that the reason is that "index.txt.new" is not closed when the rename

openssl and IE5.0 on MacOS

2000-08-01 Thread Nick De Roeck
Hi all, can anyone pass me some url's to servers running openssl-0.9.5a, as I suspect that IE5.0 on Mac may be incompatible with this openssl version and NOT with f.i. 0.9.3a. Also does anybody know why https://www.modssl.org is running openssl-0.9.3a ?? kind regards, nick. _

Re: Mac/IE5

2000-07-31 Thread Nick De Roeck
>Hi, > > >I have a big problem with a server listening to https when it receives an IE5 >request from a Mac. I'm on openssl version 0.9.4. >The server can't negotiate a common cypher with the client and crashes on >SSL_accept comand. It doesn't show me which is the problem even with >CHK_SSL(err).

openSSL+IE5.0 on macintosh

2000-07-14 Thread Nick De Roeck
Hi, Can somebody help me out with the following problem. I'm developing an openSSL enabled webserver running on MacOS. The certificate (and key) I use for the server are self-generated. Now, Netscape (either mac or pc) and Explorer (on PC) seem to reckognise the fact, when connecting to my se

test

2000-07-05 Thread Pierre De Boeck
Pierre De Boeck Sr System Engineer Mission Critical (Belgium) Phone: +32 2 757 10 15 Fax: +32 2 759 276 0 email: [EMAIL PROTECTED] /// (. .) -oOO--(_)--OOo

RE: SSL connect fails

2000-05-23 Thread Pierre De Boeck
SULT_FROM_WSAERROR(WSAGetLastError()); goto end; } if(!res0){ res=E_FRMXCSLIB_SOCKET_TIMEOUT; goto end; } } Log(I_SSLLIB_CLT_GENINFO,"CSocketConnClientSsl::SslConnect","End"

private key in W2k

2000-05-16 Thread Pierre De Boeck
and it seems that the location has changed. Any idea of the new location? Pierre De Boeck Sr System Engineer Mission Critical (Belgium) Phone: +32 2 757 10 15 Fax: +32 2 759 276 0 email: [EMAIL PROTECTED

unable to get local issuer certificate

2000-05-10 Thread Arnaud De Timmerman
All, Trying to verify a message I've just signed with openssl, I've got this message : Verification Failure 381:error:21075075:PKCS7 routines:PKCS7_verify:certificate verify error:pk7_smim e.c:205:Verify error:unable to get local issuer certificate *

Re: openssl manual pages

2000-04-02 Thread Theo de Raadt
> deraadt> > On Sun, 2 Apr 2000, Richard Levitte - VMS Whacker wrote: > deraadt> > > deraadt> > > There's another variant that was proposed here, but hasn't yet > deraadt> > > been implemented, and it's that the section wouldn't just be a > deraadt> > > number. Instead, something like 1ssl, 3ssl

Re: openssl manual pages

2000-04-02 Thread Theo de Raadt
> On Sun, 2 Apr 2000, Richard Levitte - VMS Whacker wrote: > > > There's another variant that was proposed here, but hasn't yet > > been implemented, and it's that the section wouldn't just be a > > number. Instead, something like 1ssl, 3ssl, 5ssl and 7ssl would > > be used. The result is that

Re: openssl manual pages

2000-04-02 Thread Theo de Raadt
> deraadt> These are function-describing manual pages which have a name, > deraadt> but that name is not the function they export. > > True, they export the concept that is implemented by those functions. > If you nkow a better way to put a concept into a man page, please tell > us. Simple. Mak

openssl manual pages

2000-04-01 Thread Theo de Raadt
Lately, I've been incorporating the OpenSSL manual pages into OpenBSD'S manual pages. Our project has been working really hard to make sure that our man pages are perfect. So, I'm basically running a ton of pod2man's to get them into decent shape. That's all fine. However, a few glitches remai

Re: Problem with "make" on Solaris 5.6 openssl version 0.9.4

1999-11-16 Thread Guido Van De Velde
mes. > > Thanks > > Sue > > __ > OpenSSL Project http://www.openssl.org > Development Mailing List [EMAIL PROTECTED] > Automated List Manager

RE: Compilation problems with VC++ V6...

1999-10-08 Thread Pierre De Boeck
wincrypt.h.   For the RTL conflicts, tries to use the same RTL (MSVCRT,LIBCMTD,..).   Pierre De BoeckSr System EngineerMission Critical (Belgium)Phone: +32 2 757 10 15  Fax: +32  2 759 276 0email: [EMAIL PROTECTED

SSL_OP_NETSCAPE_CA_DN_BUG

1999-07-01 Thread Pierre De Boeck
w can the server detect that the client is Netscape or IE at the handshake-time, namely before any application traffic (HTTP in that case) is sent. Pierre De Boeck Sr System Engineer Mission Critical (Belgium) Phone: +32 2 757 10 15 Fax: +32 2 759 276 0 email: [EMAIL PROT

Benchmark

1999-06-04 Thread Pierre De Boeck
Hi all, Where can I find a program that compute benchmark time for the ciphers, digests and public key alg of OpenSSL (I use the 0.9.3a version). In other words, I would like to compute the kind of results that I can find in the times directory. Pierre De Boeck Sr System

FW: Benchmark

1999-06-04 Thread Pierre De Boeck
Sorry for my question. The "speed" argument for the openssl exe is all what I need. -Original Message- From: Pierre De Boeck [mailto:[EMAIL PROTECTED]] Sent: Friday, June 04, 1999 2:01 PM To: Ssl-users; Ssl-dev Subject: Benchmark Hi all, Where can I find

S/mime in Netscape

1999-05-14 Thread Pierre De Boeck
Hi all, I have developped an S/MIME plug-in with strong ciphers for Microsoft Exchange Clients like Outlook 9x. I would like to do the same for Netscape but I don't know how. I think that developping a pkcs#11 driver would be the solution but I am not sure. Any idea? Pier

RE: How programmatically store certificate for Netscape?

1999-02-08 Thread Pierre De Boeck
Use PKCS12 for that purpose. The CAPI will store the certificate/key in the storage provided by the CPS. With the default MS CPS, it is the registry. But Netscape has its own key/certificate storage (proprietary file or pkcs11 storage like smart card). > -Original Message- > From: [EMAIL

RE: How to create certificate in format .P12?

1999-02-08 Thread Pierre De Boeck
Hi Yuri, I use the patch of Stephen Henson to - import RSA private key and CA chain into Netscape/IE - retrieve (export) RSA private key and CA chain from Netscape/IE You can download it at http://www.drh-consultancy.demon.co.uk/pkcs12faq.html > ---

  1   2   >