- Sep 23, 2004
-
-
Richard Levitte authored
for LPdir_unix.c in LPlib. For the other files, only the last log entry applies. ---------------------------- revision 1.11 date: 2004/09/23 22:07:22; author: _cvs_levitte; state: Exp; lines: +20 -6 Define my own macro LP_ENTRY_SIZE to express the size of my own buffering of directory entries, and make it depend on whichever comes first of PATH_MAX and NAME_MAX. As a fallback, make sure it's set to 255 if neither PATH_MAX or NAME_MAX were defined. Also, if the size given from PATH_MAX or NAME_MAX is less than 255, force LP_ENTRY_SIZE to be 255. It makes no harm whatsoever if LP_ENTRY_SIZE is larger than the maximum local path name limit. It does make a lot of harm if LP_ENTRY_SIZE is smaller. 255 seemed like a fairly acceptable default when nothing else is available. ---------------------------- revision 1.10 date: 2004/08/26 13:36:05; author: _cvs_levitte; state: Exp; lines: +13 -13 License correction. I am not REGENTS, just a COPYRIGHT HOLDER. ----------------------------
-
- Sep 19, 2004
-
-
Geoff Thorpe authored
outstanding ticket. PR: 926
-
Geoff Thorpe authored
been done, and took care of the other one (which hadn't). Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- Sep 18, 2004
-
-
Geoff Thorpe authored
-
- Sep 15, 2004
-
-
Dr. Stephen Henson authored
-
- Sep 13, 2004
-
-
Dr. Stephen Henson authored
in ASN1_STRING_to_UTF8().
-
Richard Levitte authored
- Move the inclusion of malloc.h until after all other includes, so we can do proper tests of system macros. - Make sure the correct header file is included to get the builtin "alloca" under VMS, and define a macro to map the symbol 'alloca' to it.
-
- Sep 12, 2004
-
-
Richard Levitte authored
-
- Sep 10, 2004
-
-
Dr. Stephen Henson authored
for the PKCS#9 OID then the non standard MS OID.
-
Richard Levitte authored
-
- Sep 09, 2004
-
-
Andy Polyakov authored
warning. Submitted by: Doug Kaufman <dkaufman@rahul.net>
-
Andy Polyakov authored
[for DJGPP]...
-
- Sep 08, 2004
-
-
Richard Levitte authored
-
Richard Levitte authored
-
- Sep 07, 2004
-
-
Dr. Stephen Henson authored
Add support for policy checking in verify utility.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Sep 06, 2004
-
-
Dr. Stephen Henson authored
This tidies up verify parameters and adds support for integrated policy checking. Add support for policy related command line options. Currently only in smime application. WARNING: experimental code subject to change.
-
Dr. Stephen Henson authored
-
- Aug 29, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
"Proper" means "compiles and passes test." Versioning is broken (I think).
-
Andy Polyakov authored
symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
-
Andy Polyakov authored
-
Andy Polyakov authored
x86*_nw.pl will be deleted. In addition this update implements initseg on several additional [in addition to ELF] platforms. Functions registered with initseg are supposed to be called prior main().
-
- Aug 24, 2004
-
-
Andy Polyakov authored
compiling the engine and inline memcpy in performance critical pathes.
-
- Aug 23, 2004
-
-
Andy Polyakov authored
-
- Aug 18, 2004
-
-
Richard Levitte authored
-
- Aug 12, 2004
-
-
Richard Levitte authored
converted to upper case or something like that), the application- level bio_dump_cb() has a name clash with the new library function BIO_dump_cb(). The easiest fix is to rename the function at the application level.
-
- Aug 11, 2004
-
-
Richard Levitte authored
to bother creating a BIO around it. So here's a few more functions to make it possible to make the dump using a printing callback, and to print to a FILE* (based on the callback variant), done in the same style as the functions in crypto/err/err_prn.c.
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
- Aug 10, 2004
-
-
Dr. Stephen Henson authored
-
- Aug 06, 2004
-
-
Dr. Stephen Henson authored
-
- Aug 05, 2004
-
-
Dr. Stephen Henson authored
-
- Aug 04, 2004
-
-
Geoff Thorpe authored
-
Andy Polyakov authored
potential corruption problem if user manages to inter-leave aligined and misaligned requests [as well as some MSC-specific tweaks].
-
- Aug 03, 2004
-
-
Richard Levitte authored
-
- Aug 02, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-