- Apr 01, 1999
-
-
Ulf Möller authored
-
- Mar 31, 1999
-
-
Ulf Möller authored
-
Bodo Möller authored
Slight cleanup in ssl/
-
- Mar 29, 1999
-
-
Dr. Stephen Henson authored
integration.
-
- Mar 28, 1999
-
-
Dr. Stephen Henson authored
them to the build environment.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
objects to objects.h NOTE: during this integration it will not be possible to compile my PKCS#12 program against OpenSSL because there will be conflicts between the external functionality and that being added to the core code.
-
- Mar 27, 1999
-
-
Dr. Stephen Henson authored
include an 'indent' option to V3 stuff.
-
Ben Laurie authored
-
Ben Laurie authored
-
- Mar 25, 1999
-
-
Ralf S. Engelschall authored
OAEP isn't supported when OpenSSL is built with RSAref. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall
-
- Mar 24, 1999
-
-
Ralf S. Engelschall authored
so they no longer are missing under -DNOPROTO. Submitted by: Soren S. Jorvang <soren@t.dk> Reviewed by: Ralf S. Engelschall
-
- Mar 22, 1999
-
-
Ralf S. Engelschall authored
-
Ralf S. Engelschall authored
-
Ben Laurie authored
-
- Mar 20, 1999
-
-
Ralf S. Engelschall authored
test/test.txt and crypto/sha/asm/f.s; changed permission on "config" script to be executable) and a fix for the INSTALL document. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall
-
- Mar 14, 1999
-
-
Dr. Stephen Henson authored
-
- Mar 12, 1999
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Dr. Stephen Henson authored
NULL ciphers specifically have to be enabled with e.g. "DEFAULT:eNULL". This prevents cipher lists from inadvertantly having NULL ciphers at the top of their list (e.g. the default ones) because they didn't have to be taken into account before.
-
- Mar 11, 1999
-
-
Dr. Stephen Henson authored
-
- Mar 10, 1999
-
-
Ralf S. Engelschall authored
in addition to `perl util/perlpath.pl /path/to/bin', because this way one can also use an interpreter named `perl5' (which is usually the name of Perl 5.xxx on platforms where an Perl 4.x is still installed as `perl'). Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
-
Ralf S. Engelschall authored
Submitted by: Matthias Loepfe <Matthias.Loepfe@adnovum.ch> Reviewed by: Ralf S. Engelschall
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Mar 09, 1999
-
-
Ben Laurie authored
-
Dr. Stephen Henson authored
Win32 test batch file going again.
-
- Mar 08, 1999
-
-
Dr. Stephen Henson authored
ordinals to libeay.num.
-
Ralf S. Engelschall authored
-
Ralf S. Engelschall authored
BIO_get_ex_num, BIO_get_ex_data and BIO_set_ex_data to ms/libeay{16,32}.def. I'm not a Win32 hacker, but I think I've done it correctly. Steve or Ben: can you confirm that it's correct? I don't want to break any Win32 stuff.
-
Ralf S. Engelschall authored
under Unix and passes some trivial tests I've now added. But the whole stuff is horribly incomplete, so a README.1ST with a disclaimer was added to make sure no one expects that this stuff really works in the OpenSSL 0.9.2 release. Additionally I've started to clean the XS sources up and fixed a few little bugs and inconsistencies in OpenSSL.{pm,xs} and openssl_bio.xs. PS: I'm still not convinces whether we should try to make this finally running or kick it out and replace it with some other module....
-
- Mar 07, 1999
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
- Mar 06, 1999
-
-
Dr. Stephen Henson authored
make 'req' check the config file syntax before it adds extensions. Added info in the documentation as well.
-
Ralf S. Engelschall authored
platforms details on the command line without having to patch the Configure script everytime: One now can use ``perl Configure <id>:<details>'', i.e. platform ids are allowed to have details appended to them (seperated by colons). This is treated as there would be a static pre-configured entry in Configure's %table under key <id> with value <details> and ``perl Configure <id>'' is called. So, when you want to perform a quick test-compile under FreeBSD 3.1 with pgcc and without assembler stuff you can use ``perl Configure "FreeBSD-elf:pgcc:-O6:::"'' now, which overrides the FreeBSD-elf entry on-the-fly. (PS: Notice that the same effect _cannot_ be achieved by using ``make CC=pgcc ..'' etc, because you cannot override all things from there.)
-
Ben Laurie authored
-
Ralf S. Engelschall authored
Configure ...' command line. This way one can compile OpenSSL libraries with Position Independent Code (PIC) which is needed for linking it into DSOs.
-