|
|
Choosing A Webhost: |
[CVS] OpenSSL: OpenSSL-engine-0_9_6-stable: openssl/ INSTALL.W32 opens...: msg#00117encryption.openssl.cvs
OpenSSL CVS Repository http://cvs.openssl.org/ ____________________________________________________________________________ Server: cvs.openssl.org Name: Richard Levitte Root: /e/openssl/cvs Email: levitte@xxxxxxxxxxx Module: openssl Date: 29-Sep-2003 17:14:24 Branch: OpenSSL-engine-0_9_6-stable Handle: 2003092916142003 Modified files: (Branch: OpenSSL-engine-0_9_6-stable) openssl INSTALL.W32 openssl/apps pkcs8.c x509.c openssl/crypto/md5/asm md5-586.pl openssl/crypto/perlasm x86ms.pl x86nasm.pl x86unix.pl openssl/ssl s3_clnt.c s3_srvr.c Log: Recent changes from 0.9.6-stable Summary: Revision Changes Path 1.23.2.3.4.6+1 -1 openssl/INSTALL.W32 1.14.2.3.4.2+5 -6 openssl/apps/pkcs8.c 1.42.2.7.4.6+1 -1 openssl/apps/x509.c 1.3.10.1 +1 -1 openssl/crypto/md5/asm/md5-586.pl 1.4.10.1 +3 -0 openssl/crypto/perlasm/x86ms.pl 1.2.10.2 +3 -0 openssl/crypto/perlasm/x86nasm.pl 1.6.10.2 +3 -0 openssl/crypto/perlasm/x86unix.pl 1.27.2.4.4.11+1 -0 openssl/ssl/s3_clnt.c 1.48.2.1.4.16+1 -0 openssl/ssl/s3_srvr.c ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openssl/INSTALL.W32 ============================================================================ $ cvs diff -u -r1.23.2.3.4.5 -r1.23.2.3.4.6 INSTALL.W32 --- openssl/INSTALL.W32 11 Oct 2002 20:54:02 -0000 1.23.2.3.4.5 +++ openssl/INSTALL.W32 29 Sep 2003 15:14:20 -0000 1.23.2.3.4.6 @@ -216,7 +216,7 @@ $ md c:\openssl\lib $ md c:\openssl\include $ md c:\openssl\include\openssl - $ copy /b inc32\* c:\openssl\include\openssl + $ copy /b inc32\openssl\* c:\openssl\include\openssl $ copy /b out32dll\ssleay32.lib c:\openssl\lib $ copy /b out32dll\libeay32.lib c:\openssl\lib $ copy /b out32dll\ssleay32.dll c:\openssl\bin @@ . patch -p0 <<'@@ .' Index: openssl/apps/pkcs8.c ============================================================================ $ cvs diff -u -r1.14.2.3.4.1 -r1.14.2.3.4.2 pkcs8.c --- openssl/apps/pkcs8.c 30 Oct 2002 12:15:28 -0000 1.14.2.3.4.1 +++ openssl/apps/pkcs8.c 29 Sep 2003 15:14:20 -0000 1.14.2.3.4.2 @@ -249,7 +249,7 @@ } BIO_free(in); if (!(p8inf = EVP_PKEY2PKCS8_broken(pkey, p8_broken))) { - BIO_printf(bio_err, "Error converting key\n", outfile); + BIO_printf(bio_err, "Error converting key\n"); ERR_print_errors(bio_err); return (1); } @@ -273,8 +273,7 @@ if (!(p8 = PKCS8_encrypt(pbe_nid, cipher, p8pass, strlen(p8pass), NULL, 0, iter, p8inf))) { - BIO_printf(bio_err, "Error encrypting key\n", - outfile); + BIO_printf(bio_err, "Error encrypting key\n"); ERR_print_errors(bio_err); return (1); } @@ -317,7 +316,7 @@ } if (!p8) { - BIO_printf (bio_err, "Error reading key\n", outfile); + BIO_printf (bio_err, "Error reading key\n"); ERR_print_errors(bio_err); return (1); } @@ -331,13 +330,13 @@ } if (!p8inf) { - BIO_printf(bio_err, "Error decrypting key\n", outfile); + BIO_printf(bio_err, "Error decrypting key\n"); ERR_print_errors(bio_err); return (1); } if (!(pkey = EVP_PKCS82PKEY(p8inf))) { - BIO_printf(bio_err, "Error converting key\n", outfile); + BIO_printf(bio_err, "Error converting key\n"); ERR_print_errors(bio_err); return (1); } @@ . patch -p0 <<'@@ .' Index: openssl/apps/x509.c ============================================================================ $ cvs diff -u -r1.42.2.7.4.5 -r1.42.2.7.4.6 x509.c --- openssl/apps/x509.c 3 Dec 2002 23:22:18 -0000 1.42.2.7.4.5 +++ openssl/apps/x509.c 29 Sep 2003 15:14:20 -0000 1.42.2.7.4.6 @@ -1090,7 +1090,7 @@ BIO_free(io); io=NULL; - if (!X509_STORE_add_cert(ctx,x)) goto end; + /*if (!X509_STORE_add_cert(ctx,x)) goto end;*/ /* NOTE: this certificate can/should be self signed, unless it was * a certificate request in which case it is not. */ @@ . patch -p0 <<'@@ .' Index: openssl/crypto/md5/asm/md5-586.pl ============================================================================ $ cvs diff -u -r1.3 -r1.3.10.1 md5-586.pl --- openssl/crypto/md5/asm/md5-586.pl 13 May 1999 13:16:42 -0000 1.3 +++ openssl/crypto/md5/asm/md5-586.pl 29 Sep 2003 15:14:22 -0000 1.3.10.1 @@ -293,7 +293,7 @@ &mov(&DWP(12,$tmp2,"",0),$D); &cmp($tmp1,$X) unless $normal; # check count - &jge(&label("start")) unless $normal; + &jae(&label("start")) unless $normal; &pop("eax"); # pop the temp variable off the stack &pop("ebx"); @@ . patch -p0 <<'@@ .' Index: openssl/crypto/perlasm/x86ms.pl ============================================================================ $ cvs diff -u -r1.4 -r1.4.10.1 x86ms.pl --- openssl/crypto/perlasm/x86ms.pl 3 Mar 2000 00:06:39 -0000 1.4 +++ openssl/crypto/perlasm/x86ms.pl 29 Sep 2003 15:14:22 -0000 1.4.10.1 @@ -141,7 +141,10 @@ sub main'jz { &out1("jz",@_); } sub main'jge { &out1("jge",@_); } sub main'jl { &out1("jl",@_); } +sub main'ja { &out1("ja",@_); } +sub main'jae { &out1("jae",@_); } sub main'jb { &out1("jb",@_); } +sub main'jbe { &out1("jbe",@_); } sub main'jc { &out1("jc",@_); } sub main'jnc { &out1("jnc",@_); } sub main'jnz { &out1("jnz",@_); } @@ . patch -p0 <<'@@ .' Index: openssl/crypto/perlasm/x86nasm.pl ============================================================================ $ cvs diff -u -r1.2.10.1 -r1.2.10.2 x86nasm.pl --- openssl/crypto/perlasm/x86nasm.pl 18 Jul 2002 14:19:12 -0000 1.2.10.1 +++ openssl/crypto/perlasm/x86nasm.pl 29 Sep 2003 15:14:22 -0000 1.2.10.2 @@ -149,7 +149,10 @@ sub main'jz { &out1("jz NEAR",@_); } sub main'jge { &out1("jge NEAR",@_); } sub main'jl { &out1("jl NEAR",@_); } +sub main'ja { &out1("ja NEAR",@_); } +sub main'jae { &out1("jae NEAR",@_); } sub main'jb { &out1("jb NEAR",@_); } +sub main'jbe { &out1("jbe NEAR",@_); } sub main'jc { &out1("jc NEAR",@_); } sub main'jnc { &out1("jnc NEAR",@_); } sub main'jnz { &out1("jnz NEAR",@_); } @@ . patch -p0 <<'@@ .' Index: openssl/crypto/perlasm/x86unix.pl ============================================================================ $ cvs diff -u -r1.6.10.1 -r1.6.10.2 x86unix.pl --- openssl/crypto/perlasm/x86unix.pl 5 Jun 2001 05:08:06 -0000 1.6.10.1 +++ openssl/crypto/perlasm/x86unix.pl 29 Sep 2003 15:14:22 -0000 1.6.10.2 @@ -154,7 +154,10 @@ sub main'jz { &out1("jz",@_); } sub main'jge { &out1("jge",@_); } sub main'jl { &out1("jl",@_); } +sub main'ja { &out1("ja",@_); } +sub main'jae { &out1("jae",@_); } sub main'jb { &out1("jb",@_); } +sub main'jbe { &out1("jbe",@_); } sub main'jc { &out1("jc",@_); } sub main'jnc { &out1("jnc",@_); } sub main'jno { &out1("jno",@_); } @@ . patch -p0 <<'@@ .' Index: openssl/ssl/s3_clnt.c ============================================================================ $ cvs diff -u -r1.27.2.4.4.10 -r1.27.2.4.4.11 s3_clnt.c --- openssl/ssl/s3_clnt.c 28 Dec 2002 02:01:39 -0000 1.27.2.4.4.10 +++ openssl/ssl/s3_clnt.c 29 Sep 2003 15:14:23 -0000 1.27.2.4.4.11 @@ -1608,6 +1608,7 @@ *(d++)=SSL3_MT_CERTIFICATE_VERIFY; l2n3(n,d); + s->state=SSL3_ST_CW_CERT_VRFY_B; s->init_num=(int)n+4; s->init_off=0; } @@ . patch -p0 <<'@@ .' Index: openssl/ssl/s3_srvr.c ============================================================================ $ cvs diff -u -r1.48.2.1.4.15 -r1.48.2.1.4.16 s3_srvr.c --- openssl/ssl/s3_srvr.c 8 Sep 2003 16:57:29 -0000 1.48.2.1.4.15 +++ openssl/ssl/s3_srvr.c 29 Sep 2003 15:14:23 -0000 1.48.2.1.4.16 @@ -1338,6 +1338,7 @@ s->init_num += 4; #endif + s->state = SSL3_ST_SW_CERT_REQ_B; } /* SSL3_ST_SW_CERT_REQ_B */ @@ . ______________________________________________________________________ OpenSSL Project http://www.openssl.org CVS Repository Commit List openssl-cvs@xxxxxxxxxxx Automated List Manager majordomo@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [CVS] OpenSSL: OpenSSL-fips-0_9_7-stable: openssl/ Configure TABLE e_o..., Richard Levitte |
|---|---|
| Next by Date: | [CVS] OpenSSL: OpenSSL_0_9_7-stable: openssl/crypto/bio/ bss_file.c, Dr. Stephen Henson |
| Previous by Thread: | [CVS] OpenSSL: OpenSSL-fips-0_9_7-stable: openssl/ Configure TABLE e_o..., Richard Levitte |
| Next by Thread: | [CVS] OpenSSL: OpenSSL_0_9_6-stable: openssl/crypto/bn/ bn_mul.c, Dr. Stephen Henson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |