Minor edits for Win2K compiling:

2001-08-07 Thread Erik Aronesty
Minor edits for Win2K compiling. 1. added a 'MT' option to mk1mk.pl the purpose is not so much to ensure multithread support (yet), but so that if you are statically linking openssl (which i do) and if you are linking to a multithreaded program (even if you serialize your uses of openssl), then

Fw: patch to PERL Crypt::DBC = openssl compliant ?

2000-11-17 Thread Erik Aronesty
I thought this might be relevant to the DEV list as well...(see below). I think that the EVP_cipher implementation could be made to optionally to strip off the PERL "RandomIV" keyword and stuff the first IV "block" with the random IV (which is actually a good algorithm if the random source is

nothing to do with ssl, completely pointless, do NOT read

2000-07-20 Thread Erik Aronesty
The next time you run "whois" on a domain don't be surprised if you find that a guy named "Luis" from "Barranquilla" owns it already. A couple days ago I wrote a program to look for "mildly pleasing" 4 letter tld's (example: quzu.com) - trying to find something as cool as 'miva' for our

Re: OpenSSL in Visual C++ environment

1999-12-24 Thread Erik Aronesty
http://www.primedata.org/openssl/vc-build/ - Original Message - From: Robert Eiglmaier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, December 22, 1999 8:39 AM Subject: RE: OpenSSL in Visual C++ environment I want to use your latest OpenSSL version for

Verisign acquisition of Thawte

1999-12-22 Thread Erik Aronesty
. - Erik Aronesty Prime Data Corp.

Re: bad mac decode?

1999-12-22 Thread Erik Aronesty
Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] - Original Message - From: Erik Aronesty To: [EMAIL PROTECTED] Sent: Friday, December 17, 1999 12:26 PM Subject: bad mac decode? More

Re: Verisign acquisition of Thawte

1999-12-22 Thread Erik Aronesty
thorities are the fairly distributed fees received for processing request and the equal "notoriety and publicity" received by being a member. All members can view the fees collected by every other member. **OK, I've run out of steam!**

Re: apps\ca Y2K bug (what i use for ynk bug)

1999-12-21 Thread Erik Aronesty
/// y2k pseudocode int my_2_digits = nn; date = get_current_date; int date_cen = first2dig(date) * 100; int date_add = last2dig(date + 50); // 2001 = 51, 1999 = 49, 2049 = 99 int date_cur = last2dig(date); // 2001 = 01, 1999 = 99, 2049 = 49 if (date_add date_cur) { if (my_2_digits =

Re: CA DB Support

1999-12-16 Thread Erik Aronesty
For simple DB stuff, you can use ODBC libraries, they are available/compilable on all platforms. - Original Message - From: Dr Stephen Henson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 07, 1999 9:30 AM Subject: Re: CA DB Support Massimiliano Pala wrote: Bruce

optimizer issues in Win32 VC++ 6.0

1999-12-16 Thread Erik Aronesty
Does anyone know the best set of optimizations for "small" code on Win32. I tried "full optimization", "assume no aliasing", "inline where suitable" and (of course) the code gets a memory fault. Then I tried backing off a bit and turned "assume aliasing across function calls", butr it

Re: Please Help me

1999-08-12 Thread Erik Aronesty
What web server are you using? -Original Message- From: stealth [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, August 12, 1999 4:58 AM Subject: Please Help me I do not understand this SSL stuff. I have read SO much and I am more confused than ever. Here is

Re: Bug on 9000/879-hp-hpux10

1999-08-06 Thread Erik Aronesty
Because they accidentally fired the guy who built the part of the install that controls the defaults, and all they have left are binaries. -Original Message- From: Anonymous [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wednesday, August 04, 1999 4:30 AM Subject: Re:

Re: Java security provider based on OpenSSL

1999-07-17 Thread Erik Aronesty
Moving any of this excellent code-base in the GNU direction would be very disappointing. The GNU libraries are huge and nearly indecipherable. Once you start with GNU, your entire library gets infected with it (i see error and string handling, bignums... all gone and replaced with the monolithic

No Subject

1999-05-24 Thread Erik Aronesty
// v3_lib.c void X509V3_EXT_cleanup(){sk_pop_free(ext_list, ext_list_free);ext_list = NULL; // added to fix problem in openssl.exe command line (and others who free/reuse the ctx list)}