https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
fe707c3 Summarize recent backports in CHANGES. 20 December 2004, 13:21:25 UTC
fb39cd8 Improved PowerPC platform support. 20 December 2004, 13:20:22 UTC
560f01f When re-linking files, really relink them. In other words, emulate ln -f. 20 December 2004, 13:18:56 UTC
15bbc15 Backport of PPC BN module from HEAD. 20 December 2004, 13:15:51 UTC
1acf071 Backport of http://cvs.openssl.org/chngview?cn=12323, as well as eliminate message size limitations on 64-bit platforms. 20 December 2004, 13:13:14 UTC
3ae613e Backport of http://cvs.openssl.org/chngview?cn=12449, essentially a bug-fix for Win64/ia64. 20 December 2004, 13:10:27 UTC
37ece61 make update 13 December 2004, 22:48:01 UTC
9655740 Remove duplicate lines. 12 December 2004, 13:18:23 UTC
535178f Adapt FIPS sub-tree for mingw. 10 December 2004, 16:30:34 UTC
a4a88ee Solaris x86 assembler update. 10 December 2004, 13:15:55 UTC
a661c17 Respect no-asm with fips option and disable FIPS DES assembler in shared context [because it's not PIC]. 10 December 2004, 11:37:25 UTC
13e387c olaris x86 perlasm update [from HEAD]. 10 December 2004, 11:27:09 UTC
3dd16fb Eliminate false dependency on 386 config option is FIPS context. At the same time limit assembler support to ELF platforms [that's what is there, ELF modules]. 09 December 2004, 22:43:29 UTC
ab09133 Engage SHA1 IA64 assembler on IA64 platforms [from HEAD]. 09 December 2004, 21:05:14 UTC
90ec459 SHA1 assember for IA64 [from HEAD]. 09 December 2004, 20:55:52 UTC
3d5d6f9 Cygwin specific FIPS fix-ups. 09 December 2004, 18:13:46 UTC
bd5a219 Postpone linking of shared libcrypto in FIPS build. 09 December 2004, 18:03:23 UTC
5868130 Eliminate dependency on UNICODE macro. 09 December 2004, 18:00:26 UTC
a4c9668 Automatically mark the CRL cached encoding as invalid when some operations are performed. 09 December 2004, 13:34:41 UTC
f1ca15d This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_7-stable'. 09 December 2004, 11:57:39 UTC
b4e0ce5 SHA1 assembler for IA-64. 09 December 2004, 11:57:38 UTC
17f0e91 Extend RC4 test. 07 December 2004, 11:55:56 UTC
3d4c78e More CA updates. 05 December 2004, 19:53:40 UTC
95f5b1f Update 'certs' directory. Move expired certificates to expired directory and zero assurance demontrations CAs to 'demo'. 05 December 2004, 19:51:56 UTC
c78b389 This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_7-stable'. 05 December 2004, 19:48:03 UTC
3dfa23c Update 'certs' directory. Move expired certificates to expired directory and zero assurance demontrations CAs to 'demo'. 05 December 2004, 19:48:02 UTC
b0ab906 Use X509_cmp_time() in -checkend option, to support GeneralizedTime. 05 December 2004, 18:26:48 UTC
a37e22d Use X509_cmp_time() in -checkend option, to support GeneralizedTime. 05 December 2004, 18:26:19 UTC
41c70d4 Remaing bits of PR:620 relevant to 0.9.8. 05 December 2004, 01:50:56 UTC
ec46cd8 Remaining parts of PR:620 05 December 2004, 01:46:03 UTC
da85346 Add lots of checks for memory allocation failure, error codes to indicate failure and freeing up memory if a failure occurs. PR:620 05 December 2004, 01:04:44 UTC
a0e7c8e Add lots of checks for memory allocation failure, error codes to indicate failure and freeing up memory if a failure occurs. PR:620 05 December 2004, 01:03:15 UTC
b56b02d Update year. 05 December 2004, 00:52:18 UTC
a8e00b1 Update year. 05 December 2004, 00:51:41 UTC
c98175b In by_file.c check last error for no start line, not first error. 04 December 2004, 21:26:11 UTC
3e66ee9 In by_file.c check last error for no start line, not first error. 04 December 2004, 21:25:51 UTC
3384bdd Add -passin argument to dgst command. 03 December 2004, 12:29:17 UTC
5b40d7d Add -passin argument to dgst command. 03 December 2004, 12:26:56 UTC
8db8893 V1 certificates that aren't self signed can't be accepted as CAs. 03 December 2004, 00:10:59 UTC
8f284fa V1 certificates that aren't self signed can't be accepted as CAs. 03 December 2004, 00:10:34 UTC
3010b17 sha1_block_asm_data_order can't hash if message crosses 2GB boundary. [back-port from HEAD branch] 02 December 2004, 17:05:38 UTC
f670069 Back-port of RC4 assembler support for IA-64 from HEAD branch. 02 December 2004, 10:54:36 UTC
575dbdc Downstream update from HEAD 02 December 2004, 10:09:50 UTC
f774acc Fix rc4-ia64.S to pass more exhaustive regression tests. 02 December 2004, 10:07:55 UTC
8544a80 Add couple of OIDs. Resync NIDs for consistency with 0.9.7. 01 December 2004, 18:09:53 UTC
2e13663 Add two OIDs, make update 01 December 2004, 17:55:07 UTC
fda344e Complete backport of i386 RC4 assembler module from HEAD. 01 December 2004, 15:45:34 UTC
280e3bd Downstream update from HEAD. 01 December 2004, 15:30:50 UTC
7c69478 I've introduced a bug to i386 RC4 assembler, which would emerge with 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... 01 December 2004, 15:28:18 UTC
41191d1 Perform partial comparison of different character types in X509_NAME_cmp(). 01 December 2004, 01:45:57 UTC
1862dae Perform partial comparison of different character types in X509_NAME_cmp(). 01 December 2004, 01:45:30 UTC
62c19d2 Back-port of RC4 assembler support for AMD64 from HEAD branch. 30 November 2004, 18:00:33 UTC
2d1a37b Downsync new and updated RC4 assembler modules from HEAD. 30 November 2004, 17:53:44 UTC
24e85c3 This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_7-stable'. 30 November 2004, 15:46:47 UTC
b7b46c9 Add 0.9.7 specific comments to RC4 assembler modules. 30 November 2004, 15:46:46 UTC
e6e1f4c Mention that the keys likely to have signed the distribution are now listed on the web site for easy finding and downloading 30 November 2004, 14:34:16 UTC
5073ff0 Split X509_check_ca() into a small self and an internal function 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(). 30 November 2004, 12:18:55 UTC
fa032a6 Split X509_check_ca() into a small self and an internal function 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(). 30 November 2004, 12:18:53 UTC
fc7fc56 sha1_block_asm_data_order can't hash if message crosses 2GB boundary. 29 November 2004, 21:19:56 UTC
7a3240e Final touches to rc4/asm/rc4-596.pl, +52% better performance on AMD core. 29 November 2004, 21:12:58 UTC
5022e4e Document the change. 29 November 2004, 11:57:00 UTC
d133618 Document the change. 29 November 2004, 11:56:57 UTC
30b415b Make an explicit check during certificate validation to see that the 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) 29 November 2004, 11:28:08 UTC
cd52956 Make an explicit check during certificate validation to see that the 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) 29 November 2004, 11:18:00 UTC
914c2a2 perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module. 27 November 2004, 15:14:58 UTC
6826d26 Remove unnecessary check and call BIO_free_all() on bio_out to avoid a leak on VMS. 27 November 2004, 13:02:34 UTC
18ad97b Fix leaks and give an error if no argument specified in prime.c 27 November 2004, 12:55:26 UTC
ea681ba Summarize recent RC4 tune-ups. 26 November 2004, 15:26:09 UTC
bc3e7fa Engage RC4 IA-64 assembler module. 26 November 2004, 15:12:17 UTC
d675c74 RC4 IA-64 assembler implementation. 26 November 2004, 15:07:50 UTC
ee3f520 Typo. 26 November 2004, 01:06:39 UTC
59c7029 Typo. 26 November 2004, 01:04:55 UTC
9199bd0 errstr manual page. 25 November 2004, 18:22:13 UTC
4443f44 This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_7-stable'. 25 November 2004, 18:21:27 UTC
1582a40 Add errstr manual page 25 November 2004, 18:21:26 UTC
401ee37 Allow alternative manual sections to be embedded in .pod file comments. 25 November 2004, 17:47:31 UTC
cb26a20 Update docs 25 November 2004, 14:14:25 UTC
82c4674 Update docs. 25 November 2004, 14:11:25 UTC
dfcf822 Check return code of EVP_CipherInit() in PKCS#12 code. 24 November 2004, 01:21:57 UTC
9d2996b Check return code of EVP_CipherInit() in PKCS#12 code. 24 November 2004, 01:21:03 UTC
14c8986 Typo. 23 November 2004, 21:40:32 UTC
3fee255 Typo. 23 November 2004, 21:40:10 UTC
6237528 Fix memory leak. 23 November 2004, 21:22:54 UTC
16df5f0 Fix memory leak. 23 November 2004, 21:22:21 UTC
959f9b1 linux-x86_64 didn't link after EM64T RC4 tune-up... 23 November 2004, 09:06:12 UTC
376729e RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it's 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). 21 November 2004, 10:36:25 UTC
2b35439 In "req" exit immediately if configuration file is needed and it can't be loaded instead of giving the misleading: "unable to find 'distinguised_name' in config" error message. 17 November 2004, 18:36:43 UTC
00dd8f6 In "req" exit immediately if configuration file is needed and it can't be loaded instead of giving the misleading: "unable to find 'distinguised_name' in config" error message. 17 November 2004, 18:36:13 UTC
5dd8798 Update X509v3 doc. 17 November 2004, 00:55:43 UTC
37dccd8 Update X509v3 docs. 16 November 2004, 17:45:13 UTC
826a42a PR: 910 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. 16 November 2004, 17:30:59 UTC
19f3970 Initial pod documentation of X509V3 config file format. 16 November 2004, 14:09:12 UTC
1ec0d15 PR: 940 Typo: use prompt_info, not cb_data->prompt_info. 14 November 2004, 15:40:25 UTC
151368c PR: 940 Typo: use prompt_info, not cb_data->prompt_info. 14 November 2004, 15:40:00 UTC
4451c25 PR: 923 Typo. 14 November 2004, 15:11:37 UTC
ce165ad PR: 923 Typo. 14 November 2004, 15:11:16 UTC
b207a73 PR: 938 Typo. 14 November 2004, 13:55:48 UTC
4a64f3d PR: 938 Typo. 14 November 2004, 13:55:16 UTC
5fee606 Zap obsolete der_chop script. 14 November 2004, 00:08:36 UTC
22a7a3b Zap obsolete der_chop script. 13 November 2004, 23:56:15 UTC
back to top