- Dec 03, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Dec 02, 2004
-
-
Andy Polyakov authored
-
- Dec 01, 2004
-
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
certain mix of calls to RC4 routine not covered by rc4test.c. It's fixed now. In addition this patch inadvertently fixes minor performance problem: in 0.9.7 context P4 was performing 12% slower than the original implementation...
-
Dr. Stephen Henson authored
-
- Nov 30, 2004
-
-
Andy Polyakov authored
-
Mark J. Cox authored
listed on the web site for easy finding and downloading
-
Richard Levitte authored
check_ca(), to resolve constness issue. check_ca() is called from the purpose checkers instead of X509_check_ca(), since the stuff done by the latter (except for calling check_ca()) is also done by X509_check_purpose().
-
- Nov 29, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Richard Levitte authored
-
Richard Levitte authored
CA setting in each certificate on the chain is correct. As a side- effect always do the following basic checks on extensions, not just when there's an associated purpose to the check: - if there is an unhandled critical extension (unless the user has chosen to ignore this fault) - if the path length has been exceeded (if one is set at all) - that certain extensions fit the associated purpose (if one has been given)
-
- Nov 27, 2004
-
-
Andy Polyakov authored
-
- Nov 26, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Dr. Stephen Henson authored
-
- Nov 25, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Nov 24, 2004
-
-
Dr. Stephen Henson authored
-
- Nov 23, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Andy Polyakov authored
-
- Nov 21, 2004
-
-
Andy Polyakov authored
apparently impossible to compose blended code with would perform satisfactory on all x86 and x86_64 cores, an extra RC4_CHAR code-path is introduced and P4 core is detected at run-time. This way we keep original performance on non-P4 implementations and turbo-charge P4 performance by factor of 2.8x (on 32-bit core).
-
- Nov 17, 2004
-
-
Dr. Stephen Henson authored
be loaded instead of giving the misleading: "unable to find 'distinguised_name' in config" error message.
-
Dr. Stephen Henson authored
-
- Nov 16, 2004
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Add command line options -certform, -keyform and -pass to s_client and s_server. This supports the use of alternative passphrase sources, key formats and keys handled by an ENGINE. Update docs.
-
Dr. Stephen Henson authored
-
- Nov 14, 2004
-
-
Dr. Stephen Henson authored
Typo: use prompt_info, not cb_data->prompt_info.
-
Dr. Stephen Henson authored
Typo.
-
Dr. Stephen Henson authored
Typo.
-
Dr. Stephen Henson authored
-
- Nov 13, 2004
-
-
Dr. Stephen Henson authored
Submitted by: David Holmes <davidh@3blackdogs.com>
-
Dr. Stephen Henson authored
serial number is supplied on command line.
-
- Nov 11, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
-