- 21 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 11月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 29 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Addapt VMS scripts to the newer disk layout system ODS-5, which allows more than one period and mixed size characters in file names
-
- 25 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
-
- 04 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
types.h to ossl_typ.h. Also, it seems like krb5 was forgotten in some places.
-
- 02 10月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
*sigh* habit...
-
由 Richard Levitte 提交于
the compiler not to warn about that.
-
- 28 9月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 27 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
as gmtime_r() on the systems where that is defined.
-
- 14 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
like des_read_password and friends (backward compatibility functions using this new API are provided). The purpose is to remove prompting functions from the DES code section as well as provide for prompting through dialog boxes in a window system and the like.
-
- 20 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 04 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
just a slowdown.
-
- 08 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 06 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 22 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
-
- 20 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 19 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 09 1月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
build system...
-
- 08 1月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 29 12月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 30 11月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 28 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 22 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 09 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
away now...
-
- 27 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
At the same time, add VMS support for Rijndael.
-
- 20 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
record-oriented fashion. That means that every write() will write a separate record, which will be read separately by the programs trying to read from it. This can be very confusing. The solution is to put a BIO filter in the way that will buffer text until a linefeed is reached, and then write everything a line at a time, so every record written will be an actual line, not chunks of lines and not (usually doesn't happen, but I've seen it once) several lines in one record. Voila, BIO_f_linebuffer() is born. Since we're so close to release time, I'm making this VMS-only for now, just to make sure no code is needlessly broken by this. After the release, this BIO method will be enabled on all other platforms as well.
-
- 16 9月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 10 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 09 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 18 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 19 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 4月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
variety of platforms. A few are missing, and they will be added in eventually, but as this is new stuff, it was better to not break lots of platforms in one go that we can't easily test. The changes to "Configure" should illustrate how to add support to other systems if you feel like having a go. NB: I'll add something shortly to allow you to add "dlfcn.h" support on those platforms that don't have (or need) a dlfcn.h header file. (The symbol for Configure will probably by "dlfcn_no_h"). Thanks to Richard Levitte, who is responsible for the dso_dl.c support, understanding the trickier aspects of the build process, and giving great feedback on everything else. [Don't use this stuff if you're easily offended by changes to the interface or behaviour - it's still work in progress.] PR:
-
- 19 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 14 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 02 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-