https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
d26d236 Prepare for release 04 May 2006, 12:52:59 UTC
3dcd6cf make update 04 May 2006, 12:32:36 UTC
daaca57 Use new fips-1.0 directory in error library. 04 May 2006, 12:09:04 UTC
309d74c Update CHANGES. 04 May 2006, 11:16:20 UTC
234f2f6 Add new --with-baseaddr command line option to allow the FIPS base address of libeay32.dll to be explicitly specified. 24 April 2006, 13:32:58 UTC
d4e8177 Check pbe2->keyfunc->parameter is not NULL before dereferencing. PR: 1316 15 April 2006, 17:42:46 UTC
d366bf7 Typos. 07 April 2006, 00:15:44 UTC
6c9cd65 Link _chkstk.o from FIPSLIB_D. 07 April 2006, 00:04:37 UTC
dd4263d Change chop to chomp when reading lines, so CRLF is properly processed on the operating systems where they are the normal line endings 03 April 2006, 09:15:27 UTC
f4e4372 Check flag before calling FIPS_dsa_check(). 31 March 2006, 22:44:20 UTC
6fa6e3e Flag to allow use of DSA_METHOD in FIPS mode. 31 March 2006, 17:09:46 UTC
fcdf1d3 Update build system to make use of validated module in FIPS mode. 28 March 2006, 12:10:37 UTC
e0fe7ab apply fixes from the cvs head 14 March 2006, 09:07:06 UTC
e8518f8 Check EVP_DigestInit return value in EVP_BytesToKey() and use supported algorithm in PKCS12_create in FIPS mode. 01 March 2006, 21:15:24 UTC
8299069 force C locale when using [a-z] in sed expressions PR: 1283 Submitted by: Mike Frysinger 01 March 2006, 19:52:39 UTC
5dc96f4 fix "#ifndef HZ" statement PR: 1287 28 February 2006, 20:15:56 UTC
7775bf5 I forgot to change fips to fips-1_0 in one place. That stopped the build completely. Hopefully, things will work better now. 26 February 2006, 11:17:21 UTC
a0a82de fix Intel Mac configuration; patch supplied by JP Szikora <szikora@icp.ucl.ac.be> 25 February 2006, 12:01:25 UTC
9a2c519 Oops, forgot to adapt the VMS build to the renamed directory. 23 February 2006, 09:18:45 UTC
f3fc016 Add entry for FIPSLIBDIR in Makefile.org 08 February 2006, 00:58:01 UTC
8d6e32a Allow fips install dir to be specified for VC++ build. 08 February 2006, 00:47:30 UTC
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
back to top