Dr. Stephen Henson
|
f67f815624
|
Update from 1.0.0-stable.
|
2009-06-30 11:22:25 +00:00 |
|
Dr. Stephen Henson
|
9aecc3e5ff
|
Update from 1.0.0-stable.
|
2009-06-26 11:34:22 +00:00 |
|
Dr. Stephen Henson
|
1e53b797f6
|
Don't check self-signed signature in X509_verify_cert(), the check just
wastes processing time and doesn't add any security.
|
2009-06-15 14:52:38 +00:00 |
|
Dr. Stephen Henson
|
a78ded0b61
|
PR: 1700
Submitted by: "Robbins, Aharon" <aharon.robbins@intel.com>
Approved by: steve@openssl.org
#undef X509_EXTENSIONS for WIN32 too.
|
2009-04-03 16:54:04 +00:00 |
|
Dr. Stephen Henson
|
37afdc953e
|
Don't force S/MIME signing purpose: allow it to be overridden by store
settings.
Don't set default values in X509_VERIFY_PARAM_new(): it stops parameters
being inherited properly.
|
2009-03-15 13:36:01 +00:00 |
|
Dr. Stephen Henson
|
6e7559ac7f
|
Update from HEAD.
|
2009-02-16 23:24:06 +00:00 |
|
Dr. Stephen Henson
|
9a6401acdf
|
PR: 1422
Fix return value of X509_NAME_cmp() so it works with qsort/bsearch again.
|
2009-02-15 12:10:39 +00:00 |
|
Andy Polyakov
|
f17c45611e
|
Backport http://cvs.openssl.org/chngview?cn=17710 from HEAD.
PR: 1230
|
2008-12-30 13:30:57 +00:00 |
|
Dr. Stephen Henson
|
3795297af8
|
Change old obsolete email address...
|
2008-11-05 18:36:57 +00:00 |
|
Dr. Stephen Henson
|
e852835da6
|
Make update: delete duplicate error code.
|
2008-09-17 17:11:09 +00:00 |
|
Dr. Stephen Henson
|
d83dde6180
|
Merge changes to build system from fips branch.
|
2008-09-16 21:44:57 +00:00 |
|
Dr. Stephen Henson
|
8ec86dcf04
|
Merge minor FIPS branch changes: buffer, objects, pem, x509.
|
2008-09-15 19:56:12 +00:00 |
|
Dr. Stephen Henson
|
811e08a2c5
|
Update from HEAD.
|
2008-07-13 14:33:16 +00:00 |
|
Dr. Stephen Henson
|
dd6e90465d
|
Add support for Local Machine Keyset attribute in PKCS#12 files.
|
2008-06-26 23:26:52 +00:00 |
|
Dr. Stephen Henson
|
feb200bbb3
|
Don't set extended type is mbstring flag set.
|
2008-05-30 10:57:13 +00:00 |
|
Dr. Stephen Henson
|
9e7459fc5d
|
Backport some useful ASN1 utility functions from HEAD.
|
2008-04-02 11:11:51 +00:00 |
|
Dr. Stephen Henson
|
a523276786
|
Backport certificate status request TLS extension support to 0.9.8.
|
2007-10-12 00:00:36 +00:00 |
|
Dr. Stephen Henson
|
927a28ba3b
|
gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.
Fix various "computed value not used" warnings too.
|
2007-09-06 12:43:54 +00:00 |
|
Andy Polyakov
|
81fc4c93ef
|
Typo in x509_txt.c [from HEAD].
|
2007-05-19 18:04:21 +00:00 |
|
Dr. Stephen Henson
|
d1049ad93e
|
Fix Win32 warnings.
|
2007-02-18 17:23:20 +00:00 |
|
Richard Levitte
|
53707e2eec
|
After objects have been freed, NULLify the pointers so there will be no double
free of those objects
|
2007-02-07 01:42:51 +00:00 |
|
Dr. Stephen Henson
|
4a0d3530e0
|
Update from HEAD.
|
2007-01-21 13:16:49 +00:00 |
|
Dr. Stephen Henson
|
9b945233b1
|
Update from HEAD.
|
2006-12-06 13:38:59 +00:00 |
|
Nils Larsch
|
66c4bb1a70
|
avoid duplicate entries in add_cert_dir()
PR: 1407
Submitted by: Tomas Mraz <tmraz@redhat.com>
|
2006-12-05 21:21:10 +00:00 |
|
Nils Larsch
|
3c786aa6c8
|
allocate a new attributes entry in X509_REQ_add_extensions()
if it's NULL (in case of a malformed pkcs10 request)
PR: 1347
Submitted by: Remo Inverardi <invi@your.toilet.ch>
|
2006-12-04 19:10:58 +00:00 |
|
Ben Laurie
|
4636341b05
|
Add RFC 3779 support, contributed by ARIN.
|
2006-11-27 13:36:55 +00:00 |
|
Dr. Stephen Henson
|
115fc340cb
|
Rebuild error file C source files.
|
2006-11-21 20:14:46 +00:00 |
|
Dr. Stephen Henson
|
db0edc3273
|
Inherit check time if appropriate.
|
2006-05-03 13:16:02 +00:00 |
|
Nils Larsch
|
22d1087e16
|
backport recent changes from the cvs head
|
2006-02-08 19:16:33 +00:00 |
|
Dr. Stephen Henson
|
9f85fcefdc
|
Update filenames in makefiles
|
2006-02-04 01:49:36 +00:00 |
|
Dr. Stephen Henson
|
0fce007b8e
|
Add two extra verify flags functions.
|
2005-09-02 22:48:21 +00:00 |
|
Nils Larsch
|
3de6d65ea3
|
improved error checking and some fixes
PR: 1170
Submitted by: Yair Elharrar
Reviewed and edited by: Nils Larsch
|
2005-07-26 20:55:17 +00:00 |
|
Nils Larsch
|
4913b88f70
|
make
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
make all test
work again (+ make update)
PR: 1159
|
2005-07-16 11:13:10 +00:00 |
|
Andy Polyakov
|
2e39604021
|
Fix bugs in bug-fix to x509/by_dir.c [from HEAD].
PR: 1131
|
2005-07-03 13:15:53 +00:00 |
|
Richard Levitte
|
46e7a9797e
|
Initialise dir to avoid a compiler warning.
|
2005-06-23 21:49:18 +00:00 |
|
Richard Levitte
|
40ba0257de
|
Change dir_ctrl to check for the environment variable before using the default
directory instead of the other way around.
PR: 1131
|
2005-06-23 21:14:10 +00:00 |
|
Dr. Stephen Henson
|
ce2c19e357
|
Update from head.
|
2005-06-16 02:05:57 +00:00 |
|
Richard Levitte
|
8a41bcc934
|
Old typo...
PR: 1097
|
2005-06-05 21:55:09 +00:00 |
|
Andy Polyakov
|
ce92b6eb9c
|
Further BUILDENV refinement, further fool-proofing of Makefiles and
[most importantly] put back dependencies accidentaly eliminated in
check-in #13342.
|
2005-05-16 16:55:47 +00:00 |
|
Andy Polyakov
|
81a86fcf17
|
Fool-proofing Makefiles
|
2005-05-15 22:23:26 +00:00 |
|
Dr. Stephen Henson
|
b6995add5c
|
Make -CSP option work again in pkcs12 utility by checking for
attribute in EVP_PKEY structure.
|
2005-05-15 00:54:45 +00:00 |
|
Bodo Möller
|
8afca8d9c6
|
Fix more error codes.
(Also improve util/ck_errf.pl script, and occasionally
fix source code formatting.)
|
2005-05-11 03:45:39 +00:00 |
|
Dr. Stephen Henson
|
2c45bf2bc9
|
Rename typed version of M_ASN1_get M_ASN1_get_x to avoid conflicts.
Remove more bogus shadow warnings.
|
2005-04-20 21:48:06 +00:00 |
|
Dr. Stephen Henson
|
f68854b4c3
|
Various Win32 and other fixes for warnings and compilation errors.
Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
|
2005-04-19 00:12:36 +00:00 |
|
Dr. Stephen Henson
|
29dc350813
|
Rebuild error codes.
|
2005-04-12 16:15:22 +00:00 |
|
Richard Levitte
|
4bb61becbb
|
Add emacs cache files to .cvsignore.
|
2005-04-11 14:17:07 +00:00 |
|
Dr. Stephen Henson
|
b392e52050
|
Move allow_proxy_certs declaration to start of function.
|
2005-04-10 23:41:09 +00:00 |
|
Richard Levitte
|
d9bfe4f97c
|
Added restrictions on the use of proxy certificates, as they may pose
a security threat on unexpecting applications. Document and test.
|
2005-04-09 16:07:12 +00:00 |
|
Ben Laurie
|
8bb826ee53
|
Consistency.
|
2005-03-31 13:57:54 +00:00 |
|
Ben Laurie
|
41a15c4f0f
|
Give everything prototypes (well, everything that's actually used).
|
2005-03-31 09:26:39 +00:00 |
|