https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
bf059c2 Build fips_premain_dso.exe in static build too. 07 February 2006, 17:14:04 UTC
417d5af Build standalone exe after copying headers. 07 February 2006, 15:09:00 UTC
33d3b60 Use and build fips_premain_dso.exe and fips_standalone_sha1.exe from VC++ instead of those from mingw build. Visual Studio Express 2005 doesn't like fips_premain_dso.exe from mingw used against its DLLs. 06 February 2006, 14:16:38 UTC
c7e1e48 Add Makefile to fipshashes.c 06 February 2006, 00:48:37 UTC
7f3a228 Update VC++ build for new FIPS paths. 05 February 2006, 23:49:07 UTC
386ec8f Use correct fips_premain_dso.exe path. 05 February 2006, 21:36:41 UTC
8aecae5 Sanity check for FIPS module directory. 05 February 2006, 21:18:42 UTC
571d90d Update VC++ build for FIPS mode. 05 February 2006, 20:52:56 UTC
4a54d59 install: target tune up. 05 February 2006, 13:35:24 UTC
bd6ae65 Adjust DIR variable in fips-1.0/Makefile accordingly. 05 February 2006, 12:38:58 UTC
85ca1d2 Update/hack mkdef.pl to recognize and add SHA2 algorithms when OPENSSL_FIPS is defined. 04 February 2006, 23:05:40 UTC
3c1ee6c Fix from HEAD. 04 February 2006, 01:50:41 UTC
a13e655 Fix from HEAD. 04 February 2006, 01:27:52 UTC
b1971b0 Use getcwd() because it works under MSYS but `pwd` doesn't. 03 February 2006, 23:55:26 UTC
a531942 Update CHANGES/NEWS. 03 February 2006, 18:42:24 UTC
e0a4dc3 Updated fips_test_suite. 03 February 2006, 18:27:13 UTC
0b51bef fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK state 02 February 2006, 22:29:55 UTC
6a9f9ae Add fips_test_suite.c to TEST 02 February 2006, 15:10:50 UTC
3ae83be Spotted divergence between CVS and submitted tar-ball. 01 February 2006, 22:22:40 UTC
d2ab6fa Remove files erroneously added in catalog rename. 01 February 2006, 22:21:13 UTC
0a2466a Fix from head. 31 January 2006, 18:38:06 UTC
172bb37 Update some scripts to use fips-1.0 30 January 2006, 18:51:36 UTC
b7508d8 Change fips directory to fips-1.0 30 January 2006, 18:15:29 UTC
fd27364 Typo Submitted by: Girish Venkatachalam <girish1729@gmail.com> 30 January 2006, 17:07:54 UTC
d37ca24 Backport of other fixes to keep VC++ happy. 30 January 2006, 13:49:59 UTC
1ce2fb4 Backport of changes to support later versions of VC++. 30 January 2006, 13:14:20 UTC
4ca47e6 Sample FIPS object file integrity checking script. 28 January 2006, 13:34:27 UTC
fbe6969 Update to VC++ static build. 28 January 2006, 13:33:31 UTC
7dfd94a Move certs to right place. 26 January 2006, 17:48:13 UTC
f6bbb5b FIPS related updates for Windows build. Only build fipscanister.o from the GMAKE target. Use precompiled fipscanister.o from other targets. Update fipslink.pl script to check fipscanister.o and fips_premain.c hashes. 26 January 2006, 17:34:57 UTC
c9f4204 Make sure stanadlong SHA1 checker is built. 25 January 2006, 13:40:55 UTC
29c18b0 Add VC++ using GNU (or other U*ix like make) target for mk1mf.pl Autodetect VC++ in config script and generate Makefile Add source hash checking to mk1mf.pl for VC++. 25 January 2006, 13:26:11 UTC
e2e28a6 Fix static VC++ build for FIPS. 22 January 2006, 00:04:39 UTC
5a175fe Update to VC++ in-core fingerprinting support. 21 January 2006, 22:14:07 UTC
15a6cf7 Support for VC++ build with in-core hashing. 21 January 2006, 21:28:26 UTC
ed457c6 Replace detached signature with in-core fingerprinting. 21 January 2006, 14:01:30 UTC
c1e67d9 Correctly encode FALSE for BOOL in ASN1_TYPE. 19 January 2006, 17:19:43 UTC
0c91b0e Typo. 15 January 2006, 13:54:42 UTC
e886317 Forgot to initialize CC6DISABLEWARNINGS properly... 11 January 2006, 18:55:19 UTC
015d162 Typo... 11 January 2006, 13:31:12 UTC
211ce24 Disable the Mixed Linkage warning for some selected modules. This is because the Compaq C compiler will not accept that a variable be declared extern then defined static without a warning. 09 January 2006, 19:22:51 UTC
8750e91 Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts) 08 January 2006, 19:33:31 UTC
d9ba707 Rewrite timeout computation in a way that is less prone to overflow. (Problem reported by Peter Sylvester.) 30 December 2005, 23:52:20 UTC
21a0819 Update Makefile.org for zlib fix backport. 11 December 2005, 19:12:57 UTC
2d96867 Backport of zlib fixes to 0.9.7. 10 December 2005, 13:36:13 UTC
4c80a15 bn/asm/sparcv8plus.S update from HEAD. 15 November 2005, 08:04:42 UTC
3dd5699 Fix erroneous omission in solaris-sparcv8-cc target. PR: 1225 Submitted by: Sergio Gelato 19 October 2005, 19:09:50 UTC
bffe708 util/pl/OS2-EMX.pl sync [from HEAD]. Submitted by: Stefan Neis, Brian Havard 19 October 2005, 18:38:50 UTC
7606bb6 One time CAN->CVE- renumbering 19 October 2005, 10:49:39 UTC
2f4d5c6 After release. 14 October 2005, 22:43:18 UTC
deab8d9 Time for release of 0.9.7i. The tag will be OpenSSL_0_9_7i 14 October 2005, 22:15:53 UTC
c12ba74 Fix typo in evp.h. 12 October 2005, 20:39:22 UTC
9c64135 Typo in darwin-shared rule. 11 October 2005, 20:20:55 UTC
c892524 Retain binary compatibility between 0.9.7h and 0.9.7g. 11 October 2005, 19:12:24 UTC
473a132 Don't forget to bump README too 11 October 2005, 10:15:04 UTC
49a305e Bump after tagging for 0.9.7h release 11 October 2005, 10:14:27 UTC
a40916c Add fixes for CAN-2005-2969 Bump release ready for OpenSSL_0_9_7h tag 11 October 2005, 10:10:05 UTC
62ecdf0 successfully updating the db shouldn't result in an error message 30 September 2005, 16:46:29 UTC
5905787 Change a comment so it corresponds to reality. Put back a character that was previously replaced with a NUL for parsing purposes. This seems to fix a very weird parsing bug involving two variable references in the same value. 28 September 2005, 18:02:52 UTC
9f03d02 Update from HEAD. 21 September 2005, 00:58:48 UTC
10f8acd BC-32.pl updates [from HEAD]. Submitted by: Old Wolf, Jon Bright 20 September 2005, 07:14:38 UTC
cd029eb Proper solution to nasm compilation problems in Borland context. 20 September 2005, 06:21:39 UTC
f6fefec Visual Studio 2005 workaround from HEAD. PR: 1183 19 September 2005, 14:45:20 UTC
ec5a768 fix typos PR: 1201 15 September 2005, 19:11:41 UTC
a21ce67 bugfix: register engine as default engine in ENGINE_set_default_DSA Submitted by: Jonathon Green 09 September 2005, 07:53:39 UTC
e2f0d87 fix typo in sbgp names PR: 1194 02 September 2005, 21:22:08 UTC
017f35e fix potential memory leak + improved error checking PR: 1182 05 August 2005, 14:39:11 UTC
a043478 Enable dss1 for FIPS mode. 06 July 2005, 18:29:00 UTC
b269af6 The private key should never have ended up in newreq.pem. Now, it ends up in newkey.pem instead. 04 July 2005, 21:44:19 UTC
9273be0 Fix bugs in bug-fix to x509/by_dir.c [from HEAD]. PR: 1131 03 July 2005, 13:18:47 UTC
6c8a334 Bugfix for bn_div_words PPC assembler implementation [from HEAD]. 03 July 2005, 09:24:35 UTC
e80f233 initialize newly allocated data PR: 1145 01 July 2005, 16:13:06 UTC
6835cdf Check PKCS7 structures in PKCS#12 files are of type data. 30 June 2005, 11:37:36 UTC
c0c943e asn1parse doesn't support any TXT format, so let's stop pretending it does. 28 June 2005, 15:44:15 UTC
bb67f28 Move fips_test_suite rules from fips/Makefile to test/Makefile. 27 June 2005, 22:08:58 UTC
08f7417 Eliminate dependency on UNICODE macro. 27 June 2005, 21:14:15 UTC
84c881d Fix typos in apps/apps.c. 27 June 2005, 16:00:57 UTC
f252092 Update fips_test_suite make rule. 26 June 2005, 21:48:19 UTC
07cc19f Revert RC4 parameters on IA64 from back-ported ones to original to preserve binary compatibility. PR: 1114 26 June 2005, 17:24:48 UTC
34aca2b IA64 RC4 update from HEAD [see commentary in HEAD for details]. PR: 1114 26 June 2005, 16:25:25 UTC
67dbe90 Add Argen root CAs. 24 June 2005, 10:52:18 UTC
4a29c4e Someone did some cutting and pasting and didn't quite finish the job :-). Notified by Steffen Pankratz <kratz00@gmx.de> 24 June 2005, 05:13:13 UTC
0902926 Change dir_ctrl to check for the environment variable before using the default directory instead of the other way around. PR: 1131 23 June 2005, 21:15:06 UTC
15d95d5 OID database had a NULL entry for NID 666. Add a real OID in its place. 22 June 2005, 17:24:32 UTC
0116eae Do no try to pretend we're at the end of anything unless we're at the end of a 4-character block. 20 June 2005, 22:11:21 UTC
d01f1d8 Check for 'usage' and 'Usage'. Submitted by Tim Rice <tim@multitalents.net>. His comment is: I noticed "make report" didn't show the cc version on most of my System V platforms. This patch corrects this. 20 June 2005, 20:45:44 UTC
722a5c5 Add crypto/bn/bn_prime.h to the collection of generated files. In the update target, place the dependency on depend last, so all necessary files are generated *before* the dependencies are figured out. PR: 1121 20 June 2005, 04:29:54 UTC
2788e39 With DJGPP, it seems like the return code from grep, even when in the middle of a pipe, is noted. Counter that by forcing a true return code when the return code has no importance. PR: 1085 19 June 2005, 20:31:22 UTC
5ba3ebb Undefine DECRANDOM before redefining it. PR: 1110 19 June 2005, 20:20:29 UTC
2b19ce8 Don't put C++ comments in a C file. 19 June 2005, 20:00:47 UTC
140e5c3 Add better documentation on how id_function() should be defined and what issues there are. PR: 1096 18 June 2005, 05:52:20 UTC
77bc62c Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h. That should solve the issues with propagating it through the Makefiles. PR: 1110 18 June 2005, 04:42:29 UTC
42f335c Only define ZLIB_SHARED if it hasn't already been defined (on the command line, for example). PR: 1112 18 June 2005, 04:32:18 UTC
43b30bf Have pod2man.pl accept '=for comment ...' before the '=head1 NAME' line. PR: 1113 18 June 2005, 04:27:11 UTC
06e1240 clear dso pointer in case of an error PR: 816 17 June 2005, 21:14:35 UTC
03b3a0d update for the cswift engine: - fix the problem described in bug report 825 - fix a segfault when the engine fails to initialize - let the engine switch to software when keysize > 2048 PR: 825, 826 Submitted by: Frédéric Giudicelli 17 June 2005, 20:26:07 UTC
f840728 Do not undefine _XOPEN_SOURCE. This is currently experimental, and will be firmed up as soon as it's been verified not to break anything. 16 June 2005, 22:21:39 UTC
30fc346 Make sure detached fingerprints are installed [as well as minor cygwin and hpux updates]. 14 June 2005, 12:29:34 UTC
18f3210 Make human-readable error messages more human-friendly. 14 June 2005, 12:18:47 UTC
82da962 update FAQ 13 June 2005, 08:38:29 UTC
back to top