https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
3da3c85 Fix typos and add missing lines in Makefile. 07 June 2005, 14:08:54 UTC
d58d546 Initial support for DSO FIPS fingerprinting. 07 June 2005, 12:39:27 UTC
780b97a Ad-hoc DSO_pathbyaddr for selected platforms from HEAD in FIPS context. 07 June 2005, 10:49:35 UTC
e0ec2d7 Set OPENSSL_PIC flags for shared builds [from HEAD]. 07 June 2005, 10:48:24 UTC
5fbf676 Update from head. 06 June 2005, 22:42:35 UTC
7bf7944 Delete test error print. 06 June 2005, 18:05:00 UTC
bdee60f Skipping all tests just because one algorithm is disabled seems a bit harsch. PR: 1089 06 June 2005, 08:38:13 UTC
0b62d2f Don't mention Makefile.ssl and don't mention Solaris x86 ld bug, as it's not relevant in 0.9.7 context. 06 June 2005, 08:38:03 UTC
4375ca9 Document the change. 05 June 2005, 23:17:53 UTC
acce7b5 Remove the incorrect installation of '%{openssldir}/lib'. PR: 1074 05 June 2005, 23:15:18 UTC
c5098ee Old typo... PR: 1097 05 June 2005, 21:54:59 UTC
6d0e43d ./PROBLEMS update from HEAD. 05 June 2005, 18:09:24 UTC
9f32d49 The macro THREADS was changed to OPENSSL_THREADS a long time ago. PR: 1096 04 June 2005, 08:44:05 UTC
db84c90 Use correct config file environment variable. 02 June 2005, 23:16:33 UTC
e96fad9 Typo. 02 June 2005, 20:30:03 UTC
0c7b067 Add CHANGES entry for PSS and X9.31 padding. 02 June 2005, 20:08:30 UTC
d893001 fips/*/Makefile updates to accomodate new VSes. 02 June 2005, 19:15:15 UTC
b8bd781 Synchronise some more with the Unix build. 02 June 2005, 19:08:41 UTC
bb792a4 Make PSS more flexible, most notably assign special meaning to negative sLen values: -1 -> sLen = hLen, -2 -> sLen autochosen/autorecovered. 02 June 2005, 18:07:16 UTC
452421d Comply with .sam[ple]. 02 June 2005, 18:01:09 UTC
ea83997 Remove redundant reference, which produces a warning (??) in gcc 3.4.2. 02 June 2005, 01:18:25 UTC
2665534 Update symbols. Add #ifdef OPENSSL_FIPS in various places. 02 June 2005, 00:09:25 UTC
5858d32 Fixes for unusual key lengths an PSS. 01 June 2005, 22:06:46 UTC
0dfe532 clear error queue on success and return NULL if cert could be read PR: 1088 01 June 2005, 08:36:38 UTC
5c567ff fix assertion 31 May 2005, 20:39:54 UTC
3bc1781 Synchronise with the Unix build... 31 May 2005, 20:29:23 UTC
485bcc9 Preliminary support for X9.31 RSA key generation for FIPS. Included prime derivation, random prime generation, test program and new option to genrsa. 31 May 2005, 12:38:03 UTC
bb1bbb3 Synchronise with Unixly build 30 May 2005, 22:26:22 UTC
4bd7bc9 make update 29 May 2005, 12:30:21 UTC
4d43399 Stop warnings. 29 May 2005, 12:22:05 UTC
c3d03b7 We have some source with \r\n as line ends. DEC C informs about that, and I really can't be bothered... 29 May 2005, 12:13:05 UTC
e4c2c55 Add X9.31 signature support, mainly for FIPS140. Add new option to rsautl and include options to use X9.31 in tests. 28 May 2005, 20:15:48 UTC
570357b Add PSS support to tests. 28 May 2005, 11:18:44 UTC
7044d32 Add PSS support. Minimal at this stage for FIPS140. 27 May 2005, 21:59:52 UTC
35d7cc8 Error checking. 27 May 2005, 21:22:48 UTC
80790d8 Use BN_with_flags() in a cleaner way. Complete previous change: Constant time DSA [sync with mainstream]. 27 May 2005, 15:39:15 UTC
7bad200 Constant-time RSA [sync with mainstream]. Submitted by: bodo 27 May 2005, 08:12:44 UTC
6b6f64d Constant time DH [sync with mainstream]. Submitted by: bodo 27 May 2005, 08:11:16 UTC
31def5a Constant-time DSA signing [sync with mainstream]. Submitted by: bodo 27 May 2005, 06:42:11 UTC
713407a fips/sha1 -> fips/sha remains. 26 May 2005, 23:09:02 UTC
db73333 Remove fips/sha1/*. 26 May 2005, 23:01:20 UTC
84c9b6e Throw in SHAmix test vectors. 26 May 2005, 22:17:55 UTC
e609c04 Rename fips/sha1 to fips/sha. 26 May 2005, 21:29:10 UTC
53cfa36 Allow zero length messages and make format look more like samples. 26 May 2005, 18:48:24 UTC
b10bd63 FIPS SHA* test for new format. 26 May 2005, 18:31:53 UTC
44a2877 make sure DSA signing exponentiations really are constant-time 26 May 2005, 04:40:42 UTC
20a4136 Synchronise with Unix build. 24 May 2005, 03:50:47 UTC
e99b588 Typo correction 24 May 2005, 03:27:18 UTC
48a3f28 When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required in http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html. Notified by David Wolfe <dwolfe5272@yahoo.com> 21 May 2005, 17:39:48 UTC
fc0e014 fips_check_rsa update. 19 May 2005, 22:29:55 UTC
8baaeba Place #ifdef OPENSSL_FIPS round the SHA-XXX functions in evp.h so mkdef.pl knows about it. 17 May 2005, 19:48:42 UTC
150ebac SHA-XXX are available in FIPS context only in 0.9.7. 17 May 2005, 06:57:14 UTC
bedcd5c fix memory leak (BIO_free_all needs pointer to first BIO) PR: 1070 17 May 2005, 05:52:18 UTC
fd86c39 Change wording for BN_mod_exp_mont_consttime() entry 16 May 2005, 19:14:38 UTC
63453c0 Remove redundant test. Add new SHAXXX algorithms to mkdef.pl, update symbol info. 16 May 2005, 17:52:32 UTC
ecb1445 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:26:08 UTC
64c32bf Synchronise with the Unixly build. 15 May 2005, 09:20:15 UTC
775e82c Fix from HEAD. 14 May 2005, 12:59:05 UTC
db5cbd8 Fixes from HEAD. 13 May 2005, 00:23:02 UTC
c6012b2 Fix from HEAD. 12 May 2005, 23:13:40 UTC
e1ff593 Typo. 12 May 2005, 17:27:48 UTC
c4d9c13 fix msg_callback() arguments for SSL 2.0 compatible client hello (previous revision got this wrong) 12 May 2005, 06:24:26 UTC
00c1c6c PR: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:26:08 UTC
973fbfe make update 11 May 2005, 17:49:50 UTC
9fc1d3f Allow AES CFB1 ciphers in FIPS mode. 11 May 2005, 16:28:33 UTC
765863f Stop warnings. 11 May 2005, 00:35:55 UTC
cbd7208 Tidy up an error code. 10 May 2005, 22:57:21 UTC
8aabdf3 Fix fips_hmactest.c. 10 May 2005, 22:54:44 UTC
fcec494 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:57:19 UTC
88f62fb improve command line argument checking PR: 1061 10 May 2005, 09:52:39 UTC
69488fa Add algorithm selection command-line option to fips_hmactest [and fix typo in fips.h]. 09 May 2005, 22:35:35 UTC
b0367dd Comply with optimization manual (no data should share cache-line with code). 09 May 2005, 21:41:47 UTC
ad93095 Missing declaration. 09 May 2005, 20:47:42 UTC
82b4795 Void new FIPS tests if configured without FIPS. 09 May 2005, 19:34:34 UTC
95477d3 Add FIPS HMAC power-up test. 09 May 2005, 19:22:14 UTC
eb79894 Stop warnings in asserts. Add support for SHA-XXX in RSA tests. Make fips_check_rsa work for key lengths > 2048 bits. 08 May 2005, 23:48:18 UTC
b1ca6f2 Eliminate "statement with no effect" warning when OPENSSL_assert macro is used with constant assertion. 08 May 2005, 19:52:13 UTC
102e648 Remove SSE2 option from fips sha512 [for now]. 08 May 2005, 08:25:14 UTC
97949cc Move SHA1 selftest input vectors to writable segment. 07 May 2005, 22:33:29 UTC
44e9bc8 Add FIPS RNG tests. Submitted by: Steve Marquess 07 May 2005, 22:06:40 UTC
4b27a9f Backport SHA-[224|256|384|512] from HEAD to FIPS. 07 May 2005, 17:21:34 UTC
0649b6f Add FIPS rsa sign test program. 07 May 2005, 12:50:28 UTC
389ff2e FIPS RSA sign test. 07 May 2005, 12:11:37 UTC
8cf1846 Downsync from HEAD. PR: 1059 07 May 2005, 08:53:06 UTC
2dab263 FIPS RSA verify test. 05 May 2005, 21:46:30 UTC
239e31f A few more fingerprints... 05 May 2005, 06:39:10 UTC
4bf3222 Delete unused variables. 04 May 2005, 22:02:32 UTC
3380c45 Backport of rc4-x86_64 from HEAD. 04 May 2005, 16:12:07 UTC
3f2f0c8 This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_7-stable'. 04 May 2005, 14:51:39 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
9dc4f15 Fix mk1mf.pl and avoid warning in VC++. 03 May 2005, 22:14:07 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
back to top