https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
df75a70 Time to release version 0.9.6f. The tag will be OpenSSL_0_9_6f. 08 August 2002, 20:51:52 UTC
27b1159 make update 08 August 2002, 20:41:20 UTC
20515fe Fix typo 02 August 2002, 19:00:21 UTC
24f55d7 Fix the ASN1 sanity check: correct header length calculation and check overflow against LONG_MAX. 02 August 2002, 18:41:08 UTC
3e34aaa Certain flag macros were tested with #if instead if #ifdef... 02 August 2002, 11:14:06 UTC
517a0e7 get rid of OpenSSLDie 02 August 2002, 10:51:59 UTC
0e0ddc4 We don't need to find out which pod2man to use more than once 01 August 2002, 21:53:24 UTC
c2b365c Don't try testing with parallell make, that will just fail. PR: 175 01 August 2002, 21:34:56 UTC
21925f8 Linux on s390 really knows about loading dynamically. PR: 183 01 August 2002, 13:50:41 UTC
a946c18 Make sure it's possible to check GCCVER even if it wasn't set. PR: 179 01 August 2002, 10:17:05 UTC
6de41cf If CRYPTO_realloc() is called with a NULL pointer, have it call OPENSSL_malloc(). PR: 187 01 August 2002, 10:08:53 UTC
f8acaa9 Make sure to use $(MAKE) everywhere instead of make. Part of PR 181 31 July 2002, 13:49:22 UTC
d5f71f4 ln -f -s doesn't always work, so do a rm -f followed by a ln -s. Part of PR 181 31 July 2002, 13:38:50 UTC
2c3bd47 Next version of 0.9.6 would be 0.9.6f. Submitted by: Reviewed by: PR: 30 July 2002, 10:52:36 UTC
05ebb1e Release 0.9.6e. Submitted by: Reviewed by: PR: 30 July 2002, 10:34:35 UTC
bb41724 OpenSSL Security Advisory [30 July 2002] Changes marked "(CHATS)" were sponsored by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F30602-01-2-0537. Submitted by: Reviewed by: PR: 30 July 2002, 10:19:01 UTC
d12eb7b "make update" Submitted by: Reviewed by: PR: 30 July 2002, 09:32:45 UTC
693dc88 mention SSL_do_handshake() 29 July 2002, 12:34:47 UTC
c3fa44c typo etc. 25 July 2002, 11:17:01 UTC
fc288e5 more detailed instructions for export from US 25 July 2002, 11:16:05 UTC
e6db99a BIS URL really spells 'Notify' as 'Nofify' 25 July 2002, 11:01:22 UTC
99078a3 bxa => bis 25 July 2002, 11:00:19 UTC
8792704 Don't clobber loop variable. PR: 159 24 July 2002, 14:42:05 UTC
5787727 HP-UX shared libraries must be +x and should be -w. It doesn't hurt on other platforms. Submitted by: Reviewed by: PR: 134 19 July 2002, 16:33:26 UTC
b5b19ae 'SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION' does not belong here, it's 0.9.7 only 19 July 2002, 12:37:30 UTC
1802b96 update 19 July 2002, 12:33:41 UTC
165d590 The behaviour is undefined when calling SSL_write() with num=0. Submitted by: Reviewed by: PR: 141 19 July 2002, 11:54:37 UTC
61bed53 Manual page for SSL_do_handshake(). Submitted by: Martin Sjögren <martin@strakt.com> PR: 137 19 July 2002, 11:07:53 UTC
124da0e This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_6-stable'. 19 July 2002, 11:05:52 UTC
02b7ec8 Manual page for SSL_do_handshake(). Submitted by: Martin Sjögren <martin@strakt.com> PR: 137 19 July 2002, 11:05:50 UTC
abcce97 this is a non-ENGINE version of the clarifications made to the other CVS branches. PR: 86 18 July 2002, 22:24:25 UTC
0af9a89 This documentation change was being written at the same time as Richard's changes. So I'm committing this version to overwrite his changes for now, and he can always take his turn to overwrite my words if he wants :-) PR: 86 18 July 2002, 20:59:22 UTC
db802c6 Explain why RSA_check_key() doesn't work with hard keys. PR: 86 18 July 2002, 19:10:57 UTC
503f3b1 Add history for documented new functions. PR: 59 18 July 2002, 18:54:46 UTC
0ff3250 Allow subjects with more than 255 characters to be properly printed. PR: 147 18 July 2002, 17:59:27 UTC
402bcde Allow subjects with more than 255 characters to be properly printed. PR: 147 18 July 2002, 17:59:21 UTC
ec9ea6a Further enhance assembler support on Cygwin and DJGPP. Make pod2mantest useable on DOS-based systems. Part of PR 75, the rest is still under investigation. 18 July 2002, 12:37:59 UTC
7e66176 Fix bug introduced with revision 1.95 when this filed was modified to use the new X509_CRL_set_issuer_name() function: The CRL issuer should be X509_get_subject_name(x509), not X509_get_issuer_name(x509). Submitted by: Juergen Lesny <lesnyj@informatik.tu-muenchen.de> typo 18 July 2002, 11:23:50 UTC
f0a3f16 typo 18 July 2002, 11:15:52 UTC
c34a865 Reverse the change with the following log, it needs further investigation: Make S/MIME output conform with the mail and MIME standards. PR: 151 18 July 2002, 10:39:34 UTC
ca6dde5 Reverse the change with the following log, it needs further investigation: Make S/MIME output conform with the mail and MIME standards. PR: 151 18 July 2002, 10:39:20 UTC
4f27f6b Make S/MIME output conform with the mail and MIME standards. PR: 151 18 July 2002, 08:47:47 UTC
8e6cbcd Make S/MIME output conform with the mail and MIME standards. PR: 151 18 July 2002, 08:47:33 UTC
9335a5f Unixware doesn't have strings.h, so we need to declare strcasecmp() differently. Unixware 2 needs to link with libresolv. PR: 148 18 July 2002, 07:47:30 UTC
32bf74e OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it 18 July 2002, 06:34:34 UTC
4d088fc Make mkdir failsafe in case the directories are already present 17 July 2002, 13:33:06 UTC
6643f27 Make mkdir failsafe in case the directories are already present 17 July 2002, 13:33:02 UTC
cd4c36a Add support for shared libraries with OS/2. PR: 124 17 July 2002, 13:27:43 UTC
5fe5996 Add a few FAQ entries for the various ways building OpenSSL on MacOS X can fail, and point at the text in the PROBLEMS file 17 July 2002, 11:29:26 UTC
311e209 Add a few FAQ entries for the various ways building OpenSSL on MacOS X can fail, and point at the text in the PROBLEMS file 17 July 2002, 11:29:15 UTC
fe5eb67 If OpenSSL is built with shared library support on MacOS X, everything works fine. Note: this is only true for 0.9.7 and on 17 July 2002, 11:16:22 UTC
f5db08e On MacOS X, the shared library editor uses DYLD_LIBRARY_PATH 17 July 2002, 11:09:44 UTC
8f56fcd On MacOS X, you're not allowed to have common objects in shared libraries 17 July 2002, 08:20:40 UTC
8cfdb96 On MacOS X, you're not allowed to have common objects in shared libraries 17 July 2002, 08:20:27 UTC
4d4d588 Add the usually recommended solution to the linking problem entry for MacOS X 17 July 2002, 07:48:44 UTC
ebccb42 Add the usually recommended solution to the linking problem entry for MacOS X 17 July 2002, 07:48:39 UTC
7dbed65 We had some experimental options in the Darwin entries. They are no longer needed 16 July 2002, 11:07:42 UTC
156e746 The default C compiler on MacOS X doesn't like empty object files 16 July 2002, 10:46:04 UTC
6789b41 The default C compiler on MacOS X doesn't like empty object files 16 July 2002, 10:46:00 UTC
7958752 Add the new PROBLEMS section from HEAD 16 July 2002, 10:39:37 UTC
aa13180 This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_6-stable'. 16 July 2002, 10:20:07 UTC
0487cb2 Actually, the "bug" is really documented in the man-page for ld, so it's really a misfeature according to the jargon file (4.0.0) definition: ":misfeature: /mis-fee'chr/ or /mis'fee`chr/ /n./ A feature that eventually causes lossage, possibly because it is not adequate for a new situation that has evolved. Since it results from a deliberate and properly implemented feature, a misfeature is not a bug." 16 July 2002, 10:20:06 UTC
80e1495 There are problems on certain platforms, and possible answers on how to (temporarly) solve them. 16 July 2002, 10:04:40 UTC
041843e For those wanting to build for several platforms with the same source directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunately, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this. 16 July 2002, 09:19:37 UTC
c2aa4f2 For those wanting to build for several platforms with the same source directory, making a separate directory tree with lots of symbolic links seems to be the solution. Unfortunatelt, Configure doesn't take appropriate steps to support this solution (as in removing a file that's going to be rewritten). This change corrects that situation. Now I just have to find all other places where there's lack of support for this. 16 July 2002, 08:53:32 UTC
b23f50e Some older code (never committed) wasn't converted to the new format. Corrected. 16 July 2002, 08:02:31 UTC
7fe03ed Let's not forget the second -Wtraditional 16 July 2002, 07:06:48 UTC
9466fa6 Using -Wtraditional took it a little far. After all, we expect ANSI C, so we don't need to care about traditional compilers 16 July 2002, 06:53:45 UTC
cead7f3 Set up the engine before doing anything random-related, since engine randomness is only used for seeding and doing it in the wrong order will mean seeding is done before the engine randomness is hooked in. Notified by Frederic DONNAT <frederic.donnat@zencod.com> 16 July 2002, 06:52:03 UTC
cbecb3a There's an ongoing project to bring some kind of path selection mechanism to the ENGINE framework. This means there there are going to be new functionality for the DSO part, and ultimately some way of merging two file specifications together. This commit places the merging code into the repository. It's currently not used anywhere, and hasn't been tested at all. It may be full of errors, including syntactical ones. Those will be fixed as promptly as possible. 15 July 2002, 15:35:40 UTC
5dbd3ef Replace 'ecdsaparam' commandline utility by 'ecparam' (the same keys can be used for ECC schemes other than ECDSA) and add some new options. Similarly, use string "EC PARAMETERS" instead of "ECDSA PARAMETERS" in 'PEM' format. Fix ec_asn1.c (take into account the desired conversion form). 'make update'. Submitted by: Nils Larsch 14 July 2002, 16:54:31 UTC
9a55e82 Rewording: some algorithms are also patented in Europe, so choose more defensive phrases... 12 July 2002, 15:27:35 UTC
876811e Rewording: some algorithms are also patented in Europe, so choose more defensive phrases... 12 July 2002, 15:26:37 UTC
b57c98d In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ. Submitted by Götz Babin-Ebell <babinebell@trustcenter.de> 11 July 2002, 09:12:29 UTC
dfa0980 Discussion about Redhat's specialties for the FAQ. Submitted by: John.Airey@rnib.org.uk Reviewed by: PR: 128 10 July 2002, 19:49:47 UTC
c4da6dd Discussion about Redhat's specialties for the FAQ. Submitted by: John.Airey@rnib.org.uk Reviewed by: PR: 128 10 July 2002, 19:48:51 UTC
b3994e1 Typos in links between manual pages Submitted by: Richard.Koenning@fujitsu-siemens.com Reviewed by: PR: 129 10 July 2002, 19:37:08 UTC
2edcb4a Typos in links between manual pages Submitted by: Richard.Koenning@fujitsu-siemens.com Reviewed by: PR: 129 10 July 2002, 19:35:54 UTC
3406fae Sun's official statement with respect to /dev/random support. Submitted by: Garrett Anderson garrett@dirsec.com Reviewed by: PR: 120 10 July 2002, 17:53:04 UTC
0c4d9b2 Sun's official statement with respect to /dev/random support. Submitted by: Garrett Anderson garrett@dirsec.com Reviewed by: PR: 120 10 July 2002, 17:52:03 UTC
e0299ff Minor typos Submitted by: jufi@nerdnet.de Reviewed by: PR: 138 10 July 2002, 17:35:18 UTC
5012158 Minor typos Submitted by: jufi@nerdnet.de Reviewed by: PR: 138 10 July 2002, 17:34:54 UTC
5c9396e remove obsolete comment 10 July 2002, 08:39:05 UTC
7b63c0f Reorder inclusion of header files: des_old.h redefines crypt: #define crypt(b,s)\ DES_crypt((b),(s)) This scheme leads to failure, if header files with the OS's true definition of crypt() are processed _after_ des_old.h was processed. This is e.g. the case on HP-UX with unistd.h. As evp.h now again includes des.h (which includes des_old.h), this problem only came up after this modification. Solution: move header files (indirectly) including e_os.h before the header files (indirectly) including evp.h. Submitted by: Reviewed by: PR: 10 July 2002, 07:01:54 UTC
063a890 Ciphers with NULL encryption were not properly handled because they were not covered by the strength bit mask. Submitted by: Reviewed by: PR: 130 10 July 2002, 06:41:55 UTC
d2cbe66 Ciphers with NULL encryption were not properly handled because they were not covered by the strength bit mask. Submitted by: Reviewed by: PR: 130 10 July 2002, 06:41:29 UTC
7d0e1c1 fix synopsis Submitted by: Nils Larsch 09 July 2002, 10:51:57 UTC
cd75620 fix synopsis Submitted by: Nils Larsch 09 July 2002, 10:51:25 UTC
d1d0be3 emtpy fragments are not necessary for SSL_eNULL (but noone uses it anyway) fix t1_enc.c: use OPENSSL_NO_RC4, not NO_RC4 09 July 2002, 08:49:09 UTC
0ac51fc emtpy fragments are not necessary for SSL_eNULL (but noone uses it anyway) 09 July 2002, 08:48:03 UTC
2c8ad4f oops, there were other cases of "ENGINE_ID" to change too. 08 July 2002, 15:16:10 UTC
121dea3 Correct an error in the README.ENGINE file. Submitted by: Jan Tschirschwitz <Jan.Tschirschwitz@cluster-labs.de> 08 July 2002, 14:57:09 UTC
ea4f109 AES cipher suites are now official (RFC3268) 04 July 2002, 08:51:09 UTC
7650934 README and INSTALL should contain information about the request tracker (noted by Jonathan Louie <jlouie@recourse.com>). 30 June 2002, 19:40:18 UTC
01a9310 README and INSTALL should contain information about the request tracker (noted by Jonathan Louie <jlouie@recourse.com>). 30 June 2002, 19:39:41 UTC
40c5cae Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD. 29 June 2002, 22:04:09 UTC
cce9396 opensslconf.h doesn't define what we want, e_os2.h does. PR 123 27 June 2002, 17:19:55 UTC
e17af60 Try to avoid double declaration of ERR_load_PEM_strings(). PR 71 27 June 2002, 17:06:52 UTC
47f3eaf Try to avoid double declaration of ERR_load_PEM_strings(). PR 71 27 June 2002, 17:06:28 UTC
53fc93d A few changes to BC-32.pl didn't get properly applied. This completes PR 123 27 June 2002, 16:56:30 UTC
back to top