mailing.openssl.cvs
  Home FAQ Contact Sign in
mailing.openssl.cvs only
 
Advanced search
August 2008
motuwethfrsasuw
    123 31
45678910 32
11121314151617 33
18192021222324 34
25262728293031 35
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openssl.cvs Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  [CVS] OpenSSL: openssl/crypto/x509v3/ ext_dat.h v3_alt.c         


Author: Dr. Stephen Henson
Date: Aug 18, 2008 09:48

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Dr. Stephen Henson
Root: /v/openssl/cvs Email: steve@openssl.org
Module: openssl Date: 18-Aug-2008 18:48:47
Branch: HEAD Handle: 2008081817484700

Modified files:
openssl/crypto/x509v3 ext_dat.h v3_alt.c

Log:
Support for certificateIssuer CRL entry extension.

Summary:
Revision Changes Path
1.22 +2 -1 openssl/crypto/x509v3/ext_dat.h
1.38 +6 -0 openssl/crypto/x509v3/v3_alt.c
____________________________________________________________________________
Show full article (2.25Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/evp/ evp_enc.c         


Author: Bodo Moeller
Date: Aug 14, 2008 14:37

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Bodo Moeller
Root: /v/openssl/cvs Email: bodo@openssl.org
Module: openssl Date: 14-Aug-2008 23:37:51
Branch: HEAD Handle: 2008081422375100

Modified files:
openssl/crypto/evp evp_enc.c

Log:
Don't use assertions to check application-provided arguments;
and don't unnecessarily fail on input size 0.

Summary:
Revision Changes Path
1.46 +9 -4 openssl/crypto/evp/evp_enc.c
____________________________________________________________________________
Show full article (1.88Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/crypto/evp/ evp_enc.c         


Author: Bodo Moeller
Date: Aug 14, 2008 14:37

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Bodo Moeller
Root: /v/openssl/cvs Email: bodo@openssl.org
Module: openssl Date: 14-Aug-2008 23:37:21
Branch: OpenSSL_0_9_8-stable Handle: 2008081422372000

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/crypto/evp evp_enc.c

Log:
Don't use assertions to check application-provided arguments;
and don't unnecessarily fail on input size 0.

Summary:
Revision Changes Path
1.42.2.4 +9 -4 openssl/crypto/evp/evp_enc.c
____________________________________________________________________________
Show full article (1.93Kb)
no comments
  [CVS] OpenSSL: openssl/ssl/ s3_pkt.c ssl.h ssl_err.c         


Author: Bodo Moeller
Date: Aug 13, 2008 12:45

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Bodo Moeller
Root: /v/openssl/cvs Email: bodo@openssl.org
Module: openssl Date: 13-Aug-2008 21:45:06
Branch: HEAD Handle: 2008081320450600

Modified files:
openssl/ssl s3_pkt.c ssl.h ssl_err.c

Log:
sanity check

PR: 1679

Summary:
Revision Changes Path
1.67 +7 -0 openssl/ssl/s3_pkt.c
1.213 +1 -0 openssl/ssl/ssl.h
1.75 +1 -0 openssl/ssl/ssl_err.c
____________________________________________________________________________
Show full article (3.11Kb)
no comments
  [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/ssl/ s3_pkt.c ssl.h ssl_e...         


Author: Bodo Moeller
Date: Aug 13, 2008 12:44

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Bodo Moeller
Root: /v/openssl/cvs Email: bodo@openssl.org
Module: openssl Date: 13-Aug-2008 21:44:45
Branch: OpenSSL_0_9_8-stable Handle: 2008081320444400

Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/ssl s3_pkt.c ssl.h ssl_err.c

Log:
sanity check

PR: 1679

Summary:
Revision Changes Path
1.57.2.3 +7 -0 openssl/ssl/s3_pkt.c
1.161.2.21 +1 -0 openssl/ssl/ssl.h
1.53.2.11 +1 -0 openssl/ssl/ssl_err.c
____________________________________________________________________________
Show full article (3.21Kb)
no comments
  [CVS] OpenSSL: openssl/engines/ e_capi.c e_capi_err.c e_capi_err.h         


Author: Bodo Moeller
Date: Aug 13, 2008 12:44

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Bodo Moeller
Root: /v/openssl/cvs Email: bodo@openssl.org
Module: openssl Date: 13-Aug-2008 21:44:15
Branch: HEAD Handle: 2008081320441500

Modified files:
openssl/engines e_capi.c e_capi_err.c e_capi_err.h

Log:
fix error function codes

Summary:
Revision Changes Path
1.23 +3 -3 openssl/engines/e_capi.c
1.5 +1 -0 openssl/engines/e_capi_err.c
1.5 +1 -0 openssl/engines/e_capi_err.h
____________________________________________________________________________
Show full article (3.50Kb)
no comments
  [CVS] OpenSSL: openssl/ CHANGES         


Author: Bodo Moeller
Date: Aug 13, 2008 12:30

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Bodo Moeller
Root: /v/openssl/cvs Email: bodo@openssl.org
Module: openssl Date: 13-Aug-2008 21:30:03
Branch: HEAD Handle: 2008081320300100

Modified files:
openssl CHANGES

Log:
Mention ERR_remove_state() deprecation, and
ERR_remove_thread_state(NULL).

Summary:
Revision Changes Path
1.1437 +5 -1 openssl/CHANGES
____________________________________________________________________________
Show full article (2.12Kb)
no comments
  [CVS] OpenSSL: openssl/ CHANGES openssl/apps/ apps.c openssl/crypto/x5...         


Author: Dr. Stephen Henson
Date: Aug 13, 2008 09:00

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Dr. Stephen Henson
Root: /v/openssl/cvs Email: steve@openssl.org
Module: openssl Date: 13-Aug-2008 18:00:11
Branch: HEAD Handle: 2008081317000902

Modified files:
openssl CHANGES
openssl/apps apps.c
openssl/crypto/x509 x509_vfy.c x509_vfy.h

Log:
Initial support for CRL path validation. This supports distinct certificate
and CRL signing keys.
Show full article (9.76Kb)
no comments
  [CVS] OpenSSL: openssl/crypto/x509/ x509_vfy.c         


Author: Dr. Stephen Henson
Date: Aug 12, 2008 09:07

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Dr. Stephen Henson
Root: /v/openssl/cvs Email: steve@openssl.org
Module: openssl Date: 12-Aug-2008 18:07:53
Branch: HEAD Handle: 2008081217075200

Modified files:
openssl/crypto/x509 x509_vfy.c

Log:
Initial code to support distinct certificate and CRL signing keys where the
CRL issuer is not part of the main path.

Not complete yet and not compiled in because the CRL issuer certificate is
not validated.

Summary:
Revision Changes Path
1.98 +28 -1 openssl/crypto/x509/x509_vfy.c
____________________________________________________________________________

patch -p0 <<'@@ .'
Index: openssl/crypto/x509/x509_vfy.c
============================================================================
$ cvs diff -u -r1.97 -r1.98 x509_vfy.c
--- openssl/crypto/x509/x509_vfy...
Show full article (2.40Kb)
no comments
  [CVS] OpenSSL: openssl/ CHANGES openssl/apps/ apps.c openssl/crypto/x5...         


Author: Dr. Stephen Henson
Date: Aug 12, 2008 03:32

OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________________________

Server: cvs.openssl.org Name: Dr. Stephen Henson
Root: /v/openssl/cvs Email: steve@openssl.org
Module: openssl Date: 12-Aug-2008 12:32:57
Branch: HEAD Handle: 2008081211325501

Modified files:
openssl CHANGES
openssl/apps apps.c
openssl/crypto/x509 x509_vfy.c
openssl/crypto/x509v3 pcy_cache.c pcy_data.c pcy_int.h pcy_map.c
pcy_node.c pcy_tree.c v3_cpols.c v3_purp.c

Log:
Support for policy mappings extension.

Delete X509_POLICY_REF code.

Fix handling of invalid policy extensions to return the correct error.

Add command line option to inhibit policy mappings.
Show full article (24.39Kb)
no comments
1 2 3 4 5 6 7 8 9