https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
fa96ed0 Update version information. 19 May 2005, 19:42:04 UTC
4313304 'make update' with a default configuration. 19 May 2005, 19:31:53 UTC
e0ee5ea Added news items for OpenSSL 0.9.8. 19 May 2005, 19:12:36 UTC
f563428 fix "dereferencing type-punned pointer will break strict-aliasing rules" warning when using gcc 4.0 19 May 2005, 11:59:35 UTC
97d37c1 Recognize new macros. 19 May 2005, 11:51:43 UTC
739b139 Propogate BUILDENV even in ./engines. 19 May 2005, 02:13:10 UTC
0bc9920 Stringify substitutions [some shells require it]. 19 May 2005, 02:08:01 UTC
3f516ce SysV make [or least some of them] don't propogate command line macros to recursively called make. So let's pass down BUILDENV as value too... 19 May 2005, 01:48:46 UTC
9f197f9 make the type parameter const when ID2_OF_const() is used 18 May 2005, 22:29:17 UTC
3dc2cc3 FAQ update to mention Applink [from HEAD]. 18 May 2005, 13:37:20 UTC
ca3e683 Don't emit SSE2 instructions unless were asked to [from HEAD]. PR: 1073 18 May 2005, 08:45:21 UTC
38a1757 Engage Applink in mingw. [from HEAD] 18 May 2005, 08:17:29 UTC
4104a57 OpenSSL 0.9.8 has just entered beta status. Not quite releasing yet, since I need to write a NEWS entry. This means we're in feature freeze. HEAD is now 0.9.9-dev. 18 May 2005, 04:14:22 UTC
b0c0f20 This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_8-stable'. 17 May 2005, 16:50:47 UTC
53d8996 Engage Applink for VC builds. 17 May 2005, 16:50:46 UTC
32b1843 Keep disclaming 16-bit support. 17 May 2005, 13:51:36 UTC
8712009 simplify EC_KEY_dup 17 May 2005, 12:23:16 UTC
b8994f4 mdc2test is not built by default anymore. 17 May 2005, 06:57:45 UTC
f468e38 fix memory leak (BIO_free_all needs pointer to first BIO) PR: 1070 17 May 2005, 05:52:24 UTC
ea1b02d OPENSSL_Applink update. 17 May 2005, 00:08:28 UTC
2c4b354 Disclaim 16-bit support. 17 May 2005, 00:07:13 UTC
25a66ee Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h first everywhere in crypto and skip stdio.h and string.h [because it includes them]. 17 May 2005, 00:01:48 UTC
0978dec Improve shell portability of new rules in Makefile.shared. 16 May 2005, 21:05:09 UTC
91b17fb Change wording for BN_mod_exp_mont_consttime() entry 16 May 2005, 19:14:34 UTC
ce92b6e Further BUILDENV refinement, further fool-proofing of Makefiles and [most importantly] put back dependencies accidentaly eliminated in check-in #13342. 16 May 2005, 16:55:47 UTC
7abbffc Further BUILDENV clean-up, 'make depend' is operational again. 16 May 2005, 14:24:45 UTC
9dd8405 ecc api cleanup; summary: - hide the EC_KEY structure definition in ec_lcl.c + add some functions to use/access the EC_KEY fields - change the way how method specific data (ecdsa/ecdh) is attached to a EC_KEY - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with additional parameters for pre-computed values - rebuild libeay.num from 0.9.7 16 May 2005, 10:11:04 UTC
46a6437 Implement fixed-window exponentiation to mitigate hyper-threading timing attacks. BN_FLG_EXP_CONSTTIME requests this algorithm, and this done by default for RSA/DSA/DH private key computations unless RSA_FLAG_NO_EXP_CONSTTIME/DSA_FLAG_NO_EXP_CONSTTIME/ DH_FLAG_NO_EXP_CONSTTIME is set. Submitted by: Matthew D Wood Reviewed by: Bodo Moeller 16 May 2005, 01:43:31 UTC
92c4468 rebuild to synchronize with additions to 0.9.7 branch 16 May 2005, 00:29:29 UTC
10cde50 make update 16 May 2005, 00:27:37 UTC
c4cd925 Make Makefile.shared quiet again. 16 May 2005, 00:01:49 UTC
f210eb7 Simplify shared rules, link run-path into applications only. 15 May 2005, 23:59:04 UTC
734540f Consolidate BUILDENV [idea is to keep all variables in one place]. 15 May 2005, 23:53:34 UTC
8045154 +20% performance improvement of P4-specific RC4_CHAR loop. 15 May 2005, 22:43:00 UTC
81a86fc Fool-proofing Makefiles 15 May 2005, 22:23:26 UTC
a534bb0 Make update. 15 May 2005, 00:56:47 UTC
b6995ad Make -CSP option work again in pkcs12 utility by checking for attribute in EVP_PKEY structure. 15 May 2005, 00:54:45 UTC
8ccd06c openssl_fcast should always be defined, not just with DEBUG_SAFESTACK 14 May 2005, 12:58:20 UTC
fe86616 Some C compilers produce warnings or compilation errors if an attempt is made to directly cast a function of one type to what it considers and incompatible type. In particular gcc 3.4.2. Add new openssl_fcast macro to place functions into a form where the compiler will allow them to be cast. The current version achives this by casting to: void function(void). 12 May 2005, 23:01:44 UTC
ba2ba27 Avoid warnings. 12 May 2005, 22:40:19 UTC
f795123 Fix from stable branch. 12 May 2005, 22:39:42 UTC
c596c79 Typo. 12 May 2005, 17:28:53 UTC
3f19bbf fix msg_callback() arguments for SSL 2.0 compatible client hello (previous revision got this wrong) 12 May 2005, 06:24:25 UTC
b874ce4 Move another item into ChangeLog.0_9_7-stable_not-in-head_FIPS 11 May 2005, 18:36:47 UTC
c6c2e31 Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabled with the SSL_OP_NO_SSLv2 option. 11 May 2005, 18:25:49 UTC
4b26fe3 There must be an explicit way to build the .o! 11 May 2005, 16:39:05 UTC
4a8224b Move some entries from ChangeLog.0_9_7-stable_not-in-head to ChangeLog.0_9_7-stable_not-in-head_FIPS. 11 May 2005, 03:54:21 UTC
8afca8d Fix more error codes. (Also improve util/ck_errf.pl script, and occasionally fix source code formatting.) 11 May 2005, 03:45:39 UTC
35e8510 use 'p' as conversion specifier for printf to avoid truncation of pointers on 64 bit platforms. Patch supplied by Daniel Gryniewicz via Mike Frysinger <vapier@gentoo.org>. PR: 1064 10 May 2005, 11:55:28 UTC
8b15c74 give EC_GROUP_new_by_nid a more meanigful name: EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name 10 May 2005, 11:37:47 UTC
3afa6cf improve command line argument checking PR: 1061 10 May 2005, 09:51:29 UTC
e19e549 Comply with optimization manual (no data should share cache-line with code). 09 May 2005, 21:48:01 UTC
d7561ac Allow for 64-bit cache-line alignments in code segment. 09 May 2005, 21:27:40 UTC
7870774 file fips_hmac_selftest.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:17 +0000 09 May 2005, 19:22:15 UTC
fbeaa3c Update util/ck_errf.pl script, and have it run automatically during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now. 09 May 2005, 00:27:37 UTC
ee2262b rebuild (starting with state from 0.9.7-stable branch) to avoid clutter 09 May 2005, 00:22:02 UTC
b0ac0a8 improve comment readability 09 May 2005, 00:06:54 UTC
0f44993 give EC_GROUP_*_nid functions a more meaningful name EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name 09 May 2005, 00:05:17 UTC
7dc17a6 give EC_GROUP_*_nid functions a more meaningful name EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name 08 May 2005, 22:09:12 UTC
b6223d2 Eliminate "statement with no effect" warning when OPENSSL_assert macro is used with constant assertion. 08 May 2005, 19:54:33 UTC
4213cda file fips_rngvs.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:18 +0000 07 May 2005, 22:06:43 UTC
39b4c97 file fips_rand_selftest.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:18 +0000 07 May 2005, 22:06:41 UTC
256b5d5 I was incorrect about VMS/Alpha. Defining BN_LLONG with SIXTY_FOUR_BIT could cause havoc, so don't (it's lucky bn.h undefines BN_LLONG when SIXTY_FOUR_BIT is defined). 07 May 2005, 21:21:17 UTC
508f56f file fips_rsastest.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:22 +0000 07 May 2005, 12:50:26 UTC
5d0d60e x86_64 assembler translator update. 07 May 2005, 08:13:51 UTC
57ee007 Fix constants. PR: 1059 07 May 2005, 08:11:50 UTC
82e8cb4 Since BN_LLONG will only be defined for Alpha/VMS and not VAX/VMS, there's no need to undefine it here. Then, let's get a bit paranoid and not define BN_ULLONG on THIRTY_TWO_BIT machines when BN_LLONG isn't defined. 06 May 2005, 13:34:35 UTC
abee01c Actually, C on VMS/Alpha knows very well what a long long is, and knows how to make use of it. So let's stop pretending the Alpha doesn't know long long... 06 May 2005, 13:33:16 UTC
48665b7 file fips_rsavtest.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:22 +0000 05 May 2005, 21:46:28 UTC
2c288b2 fix compiler warning; pow10 is also in math.h 05 May 2005, 20:57:37 UTC
831721e A few more fingerprints... 05 May 2005, 06:38:55 UTC
0ee8836 Commentary update motivating code update in 0.9.7. 04 May 2005, 14:51:38 UTC
70cf309 x86_64 assembler translator update. 04 May 2005, 08:42:47 UTC
8b5bf52 Cvs missed adapted module itself, here it goes... 03 May 2005, 23:03:31 UTC
73a9485 Engage md5-x86_64 assembler module. 03 May 2005, 22:59:17 UTC
d37a65b Throw in md5-x86_64 assembler. 03 May 2005, 22:56:15 UTC
34c7ff6 Cygwin doesn't expose Win32 [not "officially"]. 03 May 2005, 21:20:17 UTC
6479079 Commentary update. 03 May 2005, 21:16:42 UTC
cee73df Cpuid modules updates. 03 May 2005, 21:05:06 UTC
0748195 remove false positive 03 May 2005, 20:58:24 UTC
f15c448 remove BN_ncopy, it was only used in bn_nist.c and wasn't particular useful anyway 03 May 2005, 20:27:00 UTC
fcb41c0 rewrite of bn_nist.c, disable support for some curves on 64 bit platforms for now (it was broken anyway) 03 May 2005, 20:23:33 UTC
9b62318 fix typo PR: 1054 03 May 2005, 18:34:01 UTC
51971f7 file fips_hmactest.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:17 +0000 03 May 2005, 17:07:54 UTC
5f1841c Rename amd64 modules to x86_64 and update RC4 implementation. 03 May 2005, 15:42:05 UTC
4b45051 x86_64 assembler translator update. 03 May 2005, 15:35:14 UTC
9e5790c backport fix from the stable branch 03 May 2005, 10:00:16 UTC
3d3addb file .cvsignore was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:17 +0000 02 May 2005, 23:06:04 UTC
3f8bdd1 file fips_hmac.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:17 +0000 02 May 2005, 23:04:19 UTC
6181fd9 file Makefile was added on branch OpenSSL_0_9_8-stable on 2008-09-16 10:12:17 +0000 02 May 2005, 23:04:16 UTC
fce8c6c Redundant changes. 01 May 2005, 13:55:41 UTC
0ff469d Add prototype. 01 May 2005, 13:49:56 UTC
05338b5 Support for smime-type MIME parameter. 01 May 2005, 12:46:57 UTC
081057c Remove false positives and resolve some of remaining ones. 30 April 2005, 23:48:17 UTC
94c1672 Cygwin/mingw sync with stable. 30 April 2005, 23:45:53 UTC
405d976 Allow for ./config no-sha0 [from stable]. 30 April 2005, 21:51:41 UTC
4c3a2d6 Fold rules in test/Makefiles [from stable]. 30 April 2005, 21:39:39 UTC
98a2fd3 Typo. 30 April 2005, 18:07:30 UTC
7bdeeb6 Don't attempt to parse nested ASN1 strings by default. 30 April 2005, 18:02:54 UTC
43b45a4 Some true positives fixed, toss some false positives. 30 April 2005, 15:25:04 UTC
back to top