https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
23b3b61 Typo in x509_txt.c [from HEAD]. 19 May 2007, 18:05:33 UTC
d265676 Detect UltraSPARC T1 in ./config [from HEAD]. 04 May 2007, 13:08:00 UTC
69fc3df Fix s390x detection in ./config [from 098]. 30 April 2007, 12:06:30 UTC
667731b Make ordinals consistent across branches. 25 April 2007, 13:24:56 UTC
a416ca4 Merge from 0.9.8-stable. 25 April 2007, 13:15:51 UTC
2714e2a Merge from stable branch. 24 April 2007, 11:34:19 UTC
1139eee Merge from 0.9.8 stable branch. 24 April 2007, 11:30:51 UTC
1b936a5 Fix from HEAD. 09 April 2007, 23:51:50 UTC
0cca0fe Update ordinals. Use gap for EVP_add_alg_module to keep values consistent across versions. 09 April 2007, 12:15:31 UTC
5647437 If config file tries to enter FIPS mode in a non FIPS capable library return an error. 09 April 2007, 12:06:26 UTC
3e511f1 Update from HEAD. 09 April 2007, 11:47:59 UTC
282af42 Add algorithm configuration module. 08 April 2007, 17:51:02 UTC
a81f337 Block low level public key signature operations in FIPS mode. Update self tests for all modes and use EVP. Update pairwise consistency checks. 06 April 2007, 00:30:24 UTC
1729dca Fix Win32 warning. Update ordinals. 04 April 2007, 00:33:23 UTC
9719193 New EVP sign and verify functionality. 03 April 2007, 21:01:29 UTC
e6fa7c1 Don't process any of kssl.c if krb5 option not set. 03 April 2007, 18:24:22 UTC
cf70534 Add new file. 03 April 2007, 02:13:20 UTC
ff03c6b Add tiny ASN1 code for DSA signatures. Make DSA tests, selftests and algorithm tests use EVP. 02 April 2007, 23:59:47 UTC
82c8b6b Make ordinals consistent with 0.9.8-stable. 28 March 2007, 22:09:56 UTC
cb6fdc3 Update from stable branch. 28 March 2007, 22:00:48 UTC
8c3b5d5 Update from 0.9.8-stable with patches also applied to equivalent FIPS sources. 28 March 2007, 12:38:55 UTC
dc83f2e Perl script to rename sections in MS COFF binaries. Submitted by: Andy Polyakov 27 March 2007, 00:04:55 UTC
6693e26 Use perl script instead of editbin to rename object file sections. 27 March 2007, 00:03:42 UTC
7933644 Modify VC++ build sytem to use fipscanister.lib instead of fipscanister.o and avoid the need for ld.exe. 26 March 2007, 12:06:44 UTC
6b05350 Oops! Revert to previous version and [re-]apply diff. 25 March 2007, 15:42:13 UTC
daec9a5 aix updates from HEAD. 25 March 2007, 15:37:26 UTC
5c77786 Typos in Makefiles. 25 March 2007, 14:40:33 UTC
42bc358 Make sure fipscanister.o is built and installed for static WIN32 builds. 24 March 2007, 18:47:54 UTC
2050f65 Add some version info and comments to WIN32 FIPS DLL. 22 March 2007, 19:24:34 UTC
5068d7d Add version info to FIPS DLL. 22 March 2007, 19:07:31 UTC
55768cf Forward FIPS DLL implementations from libcrypto DLL under Win32. 22 March 2007, 18:31:35 UTC
6c69dcd Add missing #ifdef 22 March 2007, 13:42:05 UTC
ad4297d Update from stable branch. 22 March 2007, 13:19:46 UTC
aeb9ccf And so it begins... 22 March 2007, 00:39:24 UTC
79b335a This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips- 0_9_8-stable'. 21 March 2007, 14:33:02 UTC
6fd3f32 stricter session ID context matching 21 March 2007, 14:33:01 UTC
d9e2624 oops -- this should have been in 0.9.8e 21 March 2007, 14:18:27 UTC
51c3bb3 clarification regarding libdes files 21 March 2007, 10:58:32 UTC
7d608f9 PowerPC config updates from HEAD. 20 March 2007, 09:06:52 UTC
295de18 Fix kerberos ciphersuite bugs introduced with PR:1336. 09 March 2007, 14:06:34 UTC
3370b69 Make local function static. 08 March 2007, 15:52:04 UTC
3380c52 Stop memory leak. 05 March 2007, 00:06:47 UTC
1364e6f Initialize "buf" to 0 to make valgrind happy :-) Note: the RAND_bytes() manual page says: RAND_bytes() puts num cryptographically strong pseudo-random bytes into buf. It does not talk about using the previous contents of buf so we are working as documented. 02 March 2007, 17:54:31 UTC
c5ac2aa Do not use uninitialized memory to seed the PRNG as it may confuse code checking tools. PR: 1499 02 March 2007, 17:44:55 UTC
392a034 EVP_CIPHER_CTX_key_length() should return the set key length in the EVP_CIPHER_CTX structure which may not be the same as the underlying cipher key length for variable length ciphers. 27 February 2007, 18:42:52 UTC
5c2fc73 Merge from HEAD 27 February 2007, 08:26:51 UTC
402b951 include complete 0.9.7 history 26 February 2007, 10:48:56 UTC
5848d13 use 2007 copyright for generated files 26 February 2007, 10:47:49 UTC
5dd24ea Prepare for next version. 23 February 2007, 12:50:54 UTC
d2cb949 Add L to version number 23 February 2007, 12:38:11 UTC
0615396 Prepare for release. 23 February 2007, 12:12:28 UTC
82877ea Make update. 23 February 2007, 01:01:08 UTC
81fae49 Fix problem with multi line responses in -starttls by using a buffering BIO and BIO_gets(). 22 February 2007, 17:39:50 UTC
74ff8dc Don't use deprecated -mcpu option. 22 February 2007, 02:00:39 UTC
ac31921 Update NEWS file. 22 February 2007, 01:35:24 UTC
cdb13ae Extend SMTP and IMAP protocol handling to perform the required EHLO or CAPABILITY handshake before sending STARTTLS Submitted by: Goetz Babin-Ebell <goetz@shomitefo.de> 21 February 2007, 18:20:33 UTC
ab70080 Add automatic detection for Linux on SuperH PR: 1152 Submitted by: Mike Frysinger <vapier@gentoo.org> 21 February 2007, 18:10:19 UTC
744b91b Add support for m68 linux PR: 1277 Submitted by: Mike Frysinger <vapier@gentoo.org> 21 February 2007, 17:58:51 UTC
d69f85b Fix incorrect handling of special characters PR: 1459 Submitted by: tnitschke@innominate.com Reviewed by: steve@openssl.org 21 February 2007, 17:44:51 UTC
52ee969 Update from 0.9.7-stable. 21 February 2007, 13:48:49 UTC
55f0501 Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that a ciphersuite string such as "DEFAULT:RSA" cannot enable authentication-only ciphersuites. 19 February 2007, 18:38:11 UTC
b2710ee remove inconsistency between builds with and without Camellia enabled 19 February 2007, 17:55:07 UTC
bbfcc47 fix incorrect strength bit values for certain Kerberos ciphersuites Submitted by: Victor Duchovni 19 February 2007, 14:47:21 UTC
c31cc72 Avoid warning. 18 February 2007, 18:18:31 UTC
d1049ad Fix Win32 warnings. 18 February 2007, 17:23:20 UTC
5f4cc23 Some fixes for ciphersuite string processing: - add a workaround provided by Victor Duchovni so that 128- and 256-bit variants of otherwise identical ciphersuites are treated correctly; - also, correctly skip invalid parts of ciphersuite description strings. Submitted by: Victor Duchovni, Bodo Moeller 17 February 2007, 06:52:42 UTC
d31a139 ensure that the EVP_CIPHER_CTX object is initialized PR: 1490 16 February 2007, 20:40:07 UTC
28f5873 Add STARTTLS support for IMAP and FTP. Submitted by Kees Cook <kees@outflux.net> 16 February 2007, 18:12:20 UTC
8f81333 - use OPENSSL_malloc() etc. in zlib - move zlib_stateful_ex_idx initialization to COMP_zlib() PR: 1468 14 February 2007, 21:50:26 UTC
6555dfa use user-supplied malloc functions for persistent kssl objects PR: 1467 Submitted by: Andrei Pelinescu-Onciul <andrei@iptel.org> 10 February 2007, 10:40:24 UTC
5eee025 remove unreachable code 10 February 2007, 09:48:42 UTC
594c723 Add hmac option to dgst from 0.9.7-stable. 08 February 2007, 19:08:21 UTC
f418265 ensure that a ec key is used PR: 1476 07 February 2007, 20:36:40 UTC
53707e2 After objects have been freed, NULLify the pointers so there will be no double free of those objects 07 February 2007, 01:42:51 UTC
fde794e fix typo 06 February 2007, 19:48:36 UTC
082f19b add note about 56 bit ciphers PR: 1461 06 February 2007, 19:40:45 UTC
e31c620 Update from fips2 branch. 03 February 2007, 17:32:14 UTC
dcc3095 file err_str.c was added on branch OpenSSL-fips-0_9_8-stable on 2007-03-22 00:38:08 +0000 03 February 2007, 17:19:42 UTC
5702533 file err_str.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 11:26:29 +0000 03 February 2007, 17:19:41 UTC
8eae0ff file fips_err.c was added on branch OpenSSL-fips-0_9_8-stable on 2007-03-22 00:37:45 +0000 03 February 2007, 17:19:40 UTC
5dcdac6 file fips_err.c was added on branch OpenSSL_0_9_8-stable on 2008-09-16 22:48:18 +0000 03 February 2007, 17:19:39 UTC
5c4a075 file fips_err.h was added on branch OpenSSL-fips-0_9_8-stable on 2007-03-22 00:37:46 +0000 03 February 2007, 17:19:38 UTC
eea3fce file fips_err.h was added on branch OpenSSL_0_9_8-stable on 2008-09-16 22:48:18 +0000 03 February 2007, 17:19:37 UTC
215c49d fix documentation PR: 1466 03 February 2007, 10:27:31 UTC
923df53 fix potential memory leaks PR: 1462 Submitted by: Charles Hardin <chardin@2wire.com> 03 February 2007, 09:51:59 UTC
b443a0e file mksdef.pl was added on branch OpenSSL-fips-0_9_8-stable on 2007-03-22 00:39:22 +0000 27 January 2007, 13:19:44 UTC
1a684d0 file mksdef.pl was added on branch OpenSSL_0_9_8-stable on 2008-09-18 11:20:08 +0000 27 January 2007, 13:19:43 UTC
1f4a5a3 file fips_rsa_sign.c was added on branch OpenSSL-fips-0_9_8-stable on 2007-03-22 00:39:05 +0000 24 January 2007, 13:00:16 UTC
dc3b721 Update from 0.9.7-stable. 23 January 2007, 17:54:22 UTC
4479ce9 Update from HEAD. 21 January 2007, 16:07:25 UTC
4a0d353 Update from HEAD. 21 January 2007, 13:16:49 UTC
9907d29 Update from HEAD. 18 January 2007, 21:25:24 UTC
20fb51b file fips_premain.c.sha1 was added on branch OpenSSL-fips-0_9_8-stable on 2007-03-22 00:38:45 +0000 16 January 2007, 14:06:34 UTC
551bfa6 file mkfipsscr.pl was added on branch OpenSSL-fips-0_9_8-stable on 2007-03-22 00:38:46 +0000 15 January 2007, 00:25:58 UTC
9d9224f Update do new home page 12 January 2007, 18:47:28 UTC
78d4d87 Initialize padlock in shared build. 04 January 2007, 22:55:25 UTC
6211633 #include <stddef.h> in digest headers [from HEAD]. 29 December 2006, 14:55:43 UTC
3a4cf91 fix return value of get_cert_chain() PR: 1441 27 December 2006, 09:39:51 UTC
e25eb30 From HEAD 26 December 2006, 21:23:38 UTC
ffa2b2a Synchronise with Unixly build 25 December 2006, 10:57:20 UTC
back to top