openssl.git
23 years agoAdd a few 'const's
Bodo Möller [Tue, 6 Mar 2001 22:30:03 +0000 (22:30 +0000)]
Add a few 'const's

23 years agoForgot a '$'.
Ulf Möller [Tue, 6 Mar 2001 15:36:24 +0000 (15:36 +0000)]
Forgot a '$'.

23 years agoChange obj_... generation so that it does not generate rubbish or
Bodo Möller [Tue, 6 Mar 2001 08:58:38 +0000 (08:58 +0000)]
Change obj_... generation so that it does not generate rubbish or
abort with errors if no name is defined for some object, which was the
case for 'pilotAttributeType 27'.

Also avoid this very situation by assigning the name
'pilotAttributeType27'.

23 years ago'is_at_infinity' tests don't need a BN_CTX.
Bodo Möller [Tue, 6 Mar 2001 08:55:33 +0000 (08:55 +0000)]
'is_at_infinity' tests don't need a BN_CTX.

23 years agoNew function declarations.
Bodo Möller [Tue, 6 Mar 2001 07:01:51 +0000 (07:01 +0000)]
New function declarations.

23 years agoAdd BN_CTX arguments where appropriate.
Bodo Möller [Tue, 6 Mar 2001 06:20:20 +0000 (06:20 +0000)]
Add BN_CTX arguments where appropriate.

Rename 'EC_GROUP_set'-related functions to names similar to 'EC_GROUP_set_curve'
because they don't care about the generator.

Add new functions.

23 years agoDEC
Ulf Möller [Tue, 6 Mar 2001 03:26:38 +0000 (03:26 +0000)]
DEC

23 years agoAdd EC_GROUP_new_GFp prototype.
Bodo Möller [Mon, 5 Mar 2001 22:29:57 +0000 (22:29 +0000)]
Add EC_GROUP_new_GFp prototype.

23 years agoChange comments.
Bodo Möller [Mon, 5 Mar 2001 21:59:03 +0000 (21:59 +0000)]
Change comments.

23 years agoSome declarations that outline what I intend to implement.
Bodo Möller [Mon, 5 Mar 2001 21:54:39 +0000 (21:54 +0000)]
Some declarations that outline what I intend to implement.

23 years agoUpdate the VMS build scripts for EC
Richard Levitte [Mon, 5 Mar 2001 21:17:08 +0000 (21:17 +0000)]
Update the VMS build scripts for EC

23 years agoAnother file I had forgotten to add.
Bodo Möller [Mon, 5 Mar 2001 20:32:41 +0000 (20:32 +0000)]
Another file I had forgotten to add.

23 years agoAdd yet another (still empty) source code file that I forgot.
Bodo Möller [Mon, 5 Mar 2001 20:31:49 +0000 (20:31 +0000)]
Add yet another (still empty) source code file that I forgot.

23 years agoAdd more EC vaporware (empty source code files I missed in my
Bodo Möller [Mon, 5 Mar 2001 20:14:00 +0000 (20:14 +0000)]
Add more EC vaporware (empty source code files I missed in my
previous commit).

23 years agoMove ec.h to ec2.h because it is not compatible with what we will use.
Bodo Möller [Mon, 5 Mar 2001 20:13:37 +0000 (20:13 +0000)]
Move ec.h to ec2.h because it is not compatible with what we will use.

Add EC vaporware: change relevant Makefiles and add some empty source
files.

"make update".

23 years agoDocument the SSLv2 session reuse fix.
Richard Levitte [Mon, 5 Mar 2001 13:59:52 +0000 (13:59 +0000)]
Document the SSLv2 session reuse fix.

23 years agoAdd the possibility for option macros and start using it to indicate
Richard Levitte [Mon, 5 Mar 2001 13:45:34 +0000 (13:45 +0000)]
Add the possibility for option macros and start using it to indicate
for Windows compilations if DLL linkage is required or not.

23 years agoNew option '-subj arg' for 'openssl req' and 'openssl ca'. This
Bodo Möller [Mon, 5 Mar 2001 11:09:43 +0000 (11:09 +0000)]
New option '-subj arg' for 'openssl req' and 'openssl ca'.  This
sets the subject name for a new request or supersedes the
subject name in a given request.

Add options '-batch' and '-verbose' to 'openssl req'.

Submitted by: Massimiliano Pala <madwolf@hackmasters.net>
Reviewed by: Bodo Moeller

23 years agoincrease emailAddress_max
Bodo Möller [Sun, 4 Mar 2001 01:33:55 +0000 (01:33 +0000)]
increase emailAddress_max

23 years agoEC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.
Bodo Möller [Sat, 3 Mar 2001 15:31:34 +0000 (15:31 +0000)]
EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.
The computations for which h was used can be done more efficiently
by using BN_rshift1.

23 years agoFor SSLv2, return the SSLv2 method, not the SSLv23 method. This way,
Richard Levitte [Fri, 2 Mar 2001 12:17:57 +0000 (12:17 +0000)]
For SSLv2, return the SSLv2 method, not the SSLv23 method.  This way,
it's possible to reuse an SSLv2 session.

23 years agoSort platforms lexicographically as well. Also, support more than two
Richard Levitte [Fri, 2 Mar 2001 12:14:54 +0000 (12:14 +0000)]
Sort platforms lexicographically as well.  Also, support more than two
variants of a symbol.

23 years agoSpelling corrected.
Richard Levitte [Fri, 2 Mar 2001 10:57:54 +0000 (10:57 +0000)]
Spelling corrected.

23 years agoIntroduce the possibility to access global variables through
Richard Levitte [Fri, 2 Mar 2001 10:38:19 +0000 (10:38 +0000)]
Introduce the possibility to access global variables through
functions on platform were that's the best way to handle exporting
global variables in shared libraries.  To enable this functionality,
one must configure with "EXPORT_VAR_AS_FN" or defined the C macro
"OPENSSL_EXPORT_VAR_AS_FUNCTION" in crypto/opensslconf.h (the latter
is normally done by Configure or something similar).

To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL
in the source file (foo.c) like this:

OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;
OPENSSL_IMPLEMENT_GLOBAL(double,bar);

To declare a global variable, use the macros OPENSSL_DECLARE_GLOBAL
and OPENSSL_GLOBAL_REF in the header file (foo.h) like this:

OPENSSL_DECLARE_GLOBAL(int,foo);
#define foo OPENSSL_GLOBAL_REF(foo)
OPENSSL_DECLARE_GLOBAL(double,bar);
#define bar OPENSSL_GLOBAL_REF(bar)

The #defines are very important, and therefore so is including the
header file everywere where the defined globals are used.

The macro OPENSSL_EXPORT_VAR_AS_FUNCTION also affects the definition
of ASN.1 items, but that structure is a bt different.

The largest change is in util/mkdef.pl which has been enhanced with
better and easier to understand logic to choose which symbols should
go into the Windows .def files as well as a number of fixes and code
cleanup (among others, algorithm keywords are now sorted
lexicographically to avoid constant rewrites).

23 years agoTypo, spotted by "Greg Stark" <gstark@ethentica.com>.
Lutz Jänicke [Thu, 1 Mar 2001 16:50:11 +0000 (16:50 +0000)]
Typo, spotted by "Greg Stark" <gstark@ethentica.com>.

23 years agoFix bug in copy_email() which would not
Dr. Stephen Henson [Thu, 1 Mar 2001 13:32:11 +0000 (13:32 +0000)]
Fix bug in copy_email() which would not
find emailAddress at start of subject name.

23 years agoFix a bug which caused BN_div to produce the
Dr. Stephen Henson [Wed, 28 Feb 2001 00:51:48 +0000 (00:51 +0000)]
Fix a bug which caused BN_div to produce the
wrong result if rm==num and num < 0.

23 years ago%f conversion bug fix
Ulf Möller [Tue, 27 Feb 2001 23:59:18 +0000 (23:59 +0000)]
%f conversion bug fix
Submitted by: Henrik Eriksson <henrik.eriksson@axis.com>

23 years agodon't read from tty in test mode
Ulf Möller [Tue, 27 Feb 2001 21:10:21 +0000 (21:10 +0000)]
don't read from tty in test mode

23 years agorun self-test with no-krb5
Ulf Möller [Tue, 27 Feb 2001 21:05:55 +0000 (21:05 +0000)]
run self-test with no-krb5

23 years agoMacOSX doesn't have ftime().
Richard Levitte [Tue, 27 Feb 2001 08:14:32 +0000 (08:14 +0000)]
MacOSX doesn't have ftime().
Spotted by Pieter Bowman <bowman@math.utah.edu>

23 years agoTypo in comment.
Dr. Stephen Henson [Mon, 26 Feb 2001 23:34:14 +0000 (23:34 +0000)]
Typo in comment.

23 years agoEnhance OCSP_request_verify() so it finds the signers certificate
Dr. Stephen Henson [Mon, 26 Feb 2001 14:17:58 +0000 (14:17 +0000)]
Enhance OCSP_request_verify() so it finds the signers certificate
properly and supports several flags.

23 years agomake update
Richard Levitte [Mon, 26 Feb 2001 10:54:08 +0000 (10:54 +0000)]
make update
Note that all *_it variables are suddenly non-existant according to
libeay.num.  This is a bug that will be corrected.  Please be patient.

23 years agoAdd the CCITT pilot directory OIDs.
Richard Levitte [Mon, 26 Feb 2001 10:27:41 +0000 (10:27 +0000)]
Add the CCITT pilot directory OIDs.

23 years agoTrap an invalid ASN1_ITEM construction and print out
Dr. Stephen Henson [Sun, 25 Feb 2001 14:11:31 +0000 (14:11 +0000)]
Trap an invalid ASN1_ITEM construction and print out
the errant field for more ASN1 error conditions.

23 years agoNew function and options to check OCSP response validity.
Dr. Stephen Henson [Sat, 24 Feb 2001 13:50:06 +0000 (13:50 +0000)]
New function and options to check OCSP response validity.

23 years agoPrint out OID of unknown signature or public key
Dr. Stephen Henson [Sat, 24 Feb 2001 01:42:21 +0000 (01:42 +0000)]
Print out OID of unknown signature or public key
algorithms.

23 years agoStop PKCS7_verify() core dumping with unknown public
Dr. Stephen Henson [Sat, 24 Feb 2001 01:38:56 +0000 (01:38 +0000)]
Stop PKCS7_verify() core dumping with unknown public
key algorithms and leaking if the signature verify
fails.

23 years agoDescribe new callback for session id generation.
Lutz Jänicke [Fri, 23 Feb 2001 21:38:42 +0000 (21:38 +0000)]
Describe new callback for session id generation.

23 years agoSSL_get_version() was an easy one :-)
Lutz Jänicke [Fri, 23 Feb 2001 21:05:56 +0000 (21:05 +0000)]
SSL_get_version() was an easy one :-)

23 years agoThat statement seems to be not true. In fact, I have said that I would
Ulf Möller [Fri, 23 Feb 2001 18:22:58 +0000 (18:22 +0000)]
That statement seems to be not true. In fact, I have said that I would
like to use libtool, but not automake.

Let's investigate that further, or leave the question open for now.

23 years agoautoconf would be useful...
Ulf Möller [Fri, 23 Feb 2001 18:00:06 +0000 (18:00 +0000)]
autoconf would be useful...

23 years agoMake OCSP cert id code tolerate a missing issuer certificate
Dr. Stephen Henson [Fri, 23 Feb 2001 13:04:24 +0000 (13:04 +0000)]
Make OCSP cert id code tolerate a missing issuer certificate
or serial number.

23 years agoOops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.
Dr. Stephen Henson [Fri, 23 Feb 2001 13:02:56 +0000 (13:02 +0000)]
Oops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.

23 years agoGet rid of ASN1_ITEM_FUNCTIONS dummy function
Dr. Stephen Henson [Fri, 23 Feb 2001 12:47:06 +0000 (12:47 +0000)]
Get rid of ASN1_ITEM_FUNCTIONS dummy function
prototype hack. This unfortunately means that
every ASN1_*_END construct cannot have a
trailing ;

23 years agomake depend.
Richard Levitte [Fri, 23 Feb 2001 11:57:35 +0000 (11:57 +0000)]
make depend.

23 years agoInitial support for ASN1_ITEM_FUNCTION option to
Dr. Stephen Henson [Fri, 23 Feb 2001 03:16:09 +0000 (03:16 +0000)]
Initial support for ASN1_ITEM_FUNCTION option to
change the way ASN1 modules are exported.

Still needs a bit of work for example the hack which a
dummy function prototype to avoid compilers warning about
multiple ;s.

23 years agoI missed one.
Geoff Thorpe [Fri, 23 Feb 2001 00:09:50 +0000 (00:09 +0000)]
I missed one.

23 years agoFix an oversight - when checking a potential session ID for conflicts with
Geoff Thorpe [Fri, 23 Feb 2001 00:02:56 +0000 (00:02 +0000)]
Fix an oversight - when checking a potential session ID for conflicts with
an SSL_CTX's session cache, it is necessary to compare the ssl_version at
the same time (a conflict is defined, courtesy of SSL_SESSION_cmp(), as a
matching id/id_length pair and a matching ssl_version). However, the
SSL_SESSION that will result from the current negotiation does not
necessarily have the same ssl version as the "SSL_METHOD" in use by the
SSL_CTX - part of the work in a handshake is to agree on an ssl version!

This is fixed by having the check function accept an SSL pointer rather
than the SSL_CTX it belongs to.

[Thanks to Lutz for illuminating the full extent of my stupidity]

23 years agoDefine the right macro for Linux and other GNU-based systems to get a correct declara...
Richard Levitte [Thu, 22 Feb 2001 18:03:30 +0000 (18:03 +0000)]
Define the right macro for Linux and other GNU-based systems to get a correct declaration of strdup()

23 years agoe_os.h defines Getenv()
Richard Levitte [Thu, 22 Feb 2001 17:59:55 +0000 (17:59 +0000)]
e_os.h defines Getenv()

23 years agoCONF_METHOD is one of the few places where you find MS_FAR. I can't
Richard Levitte [Thu, 22 Feb 2001 17:41:15 +0000 (17:41 +0000)]
CONF_METHOD is one of the few places where you find MS_FAR.  I can't
really see why we need to define these function pointers with MS_FAR
if it's not done cosistently everywhere.

If we decide to support MS_FAR modifiers, it's better to have the
named something more unique for OpenSSL and to define them in e_os2.h.

23 years agoDefine the OPENSSL_NO_* macros as NO_* macros for the sake of applications thathaven...
Richard Levitte [Thu, 22 Feb 2001 17:36:41 +0000 (17:36 +0000)]
Define the OPENSSL_NO_* macros as NO_* macros for the sake of applications thathaven't yet been changed

23 years agoe_os.h problems have been solved in the main branch.
Bodo Möller [Thu, 22 Feb 2001 15:10:11 +0000 (15:10 +0000)]
e_os.h problems have been solved in the main branch.

23 years agoundo previous change: "e_os.h" is now the official name for the file
Bodo Möller [Thu, 22 Feb 2001 15:08:30 +0000 (15:08 +0000)]
undo previous change: "e_os.h" is now the official name for the file
to include (but the OpenSSL_0_9_6-stable branche still has
inconsistencies)

23 years agoinclude e_os.h as "openssl/e_os.h" (as elsewhere)
Bodo Möller [Thu, 22 Feb 2001 14:58:38 +0000 (14:58 +0000)]
include e_os.h as "openssl/e_os.h" (as elsewhere)

23 years agoe_os.h does not belong with the exported headers. Do not put it there
Richard Levitte [Thu, 22 Feb 2001 14:45:02 +0000 (14:45 +0000)]
e_os.h does not belong with the exported headers.  Do not put it there
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.

23 years agoSince RAND_file_name() uses strlen, make sure the number that's
Richard Levitte [Thu, 22 Feb 2001 14:40:15 +0000 (14:40 +0000)]
Since RAND_file_name() uses strlen, make sure the number that's
compared to it has the type size_t.  Included the needed headers to
make that happen.

23 years agoUse e_os2.h rather than opensslconf.h, since some needed macros are
Richard Levitte [Thu, 22 Feb 2001 14:37:50 +0000 (14:37 +0000)]
Use e_os2.h rather than opensslconf.h, since some needed macros are
defined there.

23 years agoExported header files should not include e_os.h.
Richard Levitte [Thu, 22 Feb 2001 14:27:22 +0000 (14:27 +0000)]
Exported header files should not include e_os.h.

23 years agoSince opensslconf.h might be included over and over, undefine
Richard Levitte [Thu, 22 Feb 2001 14:24:50 +0000 (14:24 +0000)]
Since opensslconf.h might be included over and over, undefine
OPENSSL_UNISTD before redefining it, to avoid compiler warnings.

23 years agoOne indirection level too little compared to the
Richard Levitte [Thu, 22 Feb 2001 14:23:44 +0000 (14:23 +0000)]
One indirection level too little compared to the
pre-CRYPTO_MEM_LEAK_CB time.

23 years agoWindows does not know of strigs.h or strcasecmp, so when in Windows,
Richard Levitte [Thu, 22 Feb 2001 14:21:06 +0000 (14:21 +0000)]
Windows does not know of strigs.h or strcasecmp, so when in Windows,
make strcasecmp a macro to _stricmp.

23 years agoAlways include opensslconf.h, even if it's already been done before.
Richard Levitte [Thu, 22 Feb 2001 13:59:36 +0000 (13:59 +0000)]
Always include opensslconf.h, even if it's already been done before.
The reason is that some parts are only included when certain other
include files have been included.

Also, it seems that the rest of the OpenSSL code assumes that all
kinds of M$ Windows are MSDOS as well...

23 years agoWhen inside a #if 0..#endif, do not define anything.
Richard Levitte [Thu, 22 Feb 2001 13:24:17 +0000 (13:24 +0000)]
When inside a #if 0..#endif, do not define anything.

23 years agoSince SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,
Richard Levitte [Thu, 22 Feb 2001 13:22:20 +0000 (13:22 +0000)]
Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,
there's no point creating an alias for it.

23 years agoInclude e_os2.h instead of opensslconf.h.
Richard Levitte [Thu, 22 Feb 2001 13:19:50 +0000 (13:19 +0000)]
Include e_os2.h instead of opensslconf.h.
SSL_add_dir_cert_subjects_to_stack is not implemented on WIN32 and
VMS, so declare it the same way.

23 years agoRebuild ASN1 error codes to remove unused function and reason codes.
Dr. Stephen Henson [Thu, 22 Feb 2001 00:39:06 +0000 (00:39 +0000)]
Rebuild ASN1 error codes to remove unused function and reason codes.

23 years agoIf a callback is generating a new session ID for SSLv2, then upon exiting,
Geoff Thorpe [Wed, 21 Feb 2001 21:38:32 +0000 (21:38 +0000)]
If a callback is generating a new session ID for SSLv2, then upon exiting,
the ID will be padded out to 16 bytes if the callback attempted to generate
a shorter one. The problem is that the uniqueness checking function used in
callbacks may mistakenly think a 9-byte ID is unique when in fact its
padded 16-byte version is not. This makes the checking function detect
SSLv2 cases, and ensures the padded form is checked rather than the shorter
one passed by the callback.

23 years agoNote changes re: session ID generation callbacks, etc.
Geoff Thorpe [Wed, 21 Feb 2001 18:48:33 +0000 (18:48 +0000)]
Note changes re: session ID generation callbacks, etc.

23 years agoThis adds command-line support to s_server for controlling the generation
Geoff Thorpe [Wed, 21 Feb 2001 18:38:48 +0000 (18:38 +0000)]
This adds command-line support to s_server for controlling the generation
of session IDs. Namely, passing "-id_prefix <text>" will set a
generate_session_id() callback that generates session IDs as random data
with <text> block-copied over the top of the start of the ID. This can be
viewed by watching the session ID s_client's output when it connects.

This is mostly useful for testing any SSL/TLS code (eg. proxies) that wish
to deal with multiple servers, when each of which might be generating a
unique range of session IDs (eg. with a certain prefix).

23 years agoThis change allows a callback to be used to override the generation of
Geoff Thorpe [Wed, 21 Feb 2001 18:06:26 +0000 (18:06 +0000)]
This change allows a callback to be used to override the generation of
SSL/TLS session IDs in a server. According to RFC2246, the session ID is an
arbitrary value chosen by the server. It can be useful to have some control
over this "arbitrary value" so as to choose it in ways that can aid in
things like external session caching and balancing (eg. clustering). The
default session ID generation is to fill the ID with random data.

The callback used by default is built in to ssl_sess.c, but registering a
callback in an SSL_CTX or in a particular SSL overrides this. BTW: SSL
callbacks will override SSL_CTX callbacks, and a new SSL structure inherits
any callback set in its 'parent' SSL_CTX. The header comments describe how
this mechanism ticks, and source code comments describe (hopefully) why it
ticks the way it does.

Man pages are on the way ...

[NB: Lutz was also hacking away and helping me to figure out how best to do
this.]

23 years ago'make update'
Geoff Thorpe [Wed, 21 Feb 2001 17:43:52 +0000 (17:43 +0000)]
'make update'

23 years ago'make update'
Richard Levitte [Wed, 21 Feb 2001 14:12:50 +0000 (14:12 +0000)]
'make update'

23 years agoModify mkdef.pl to recognise and parse prprocessor conditionals of the
Richard Levitte [Wed, 21 Feb 2001 14:12:03 +0000 (14:12 +0000)]
Modify mkdef.pl to recognise and parse prprocessor conditionals of the
form '#if defined(...) || defined(...) || ...' and '#if !defined(...)
&& !defined(...) && ...'.  This also avoids the growing number of
special cases it was previously handling (some of them wrongly).

23 years agoI had forgotten to change mkerr.pl to use the new macro system.
Richard Levitte [Wed, 21 Feb 2001 12:03:20 +0000 (12:03 +0000)]
I had forgotten to change mkerr.pl to use the new macro system.

23 years agostrdup() is a X/Open extension.
Richard Levitte [Tue, 20 Feb 2001 20:00:30 +0000 (20:00 +0000)]
strdup() is a X/Open extension.

23 years agoWith later version of DEC C on VMS, some functions (strcmp(), for
Richard Levitte [Tue, 20 Feb 2001 19:13:46 +0000 (19:13 +0000)]
With later version of DEC C on VMS, some functions (strcmp(), for
example) are declared with some extra linkage information.  This
generates a warning when using the function name as a value to a
regular function pointer with the "correct" definition of the
function.  Therefore, use a macro to cast the appropriate function on
VMS.

23 years agoSome functions, like strdup() and strcasecmp(), are defined in
Richard Levitte [Tue, 20 Feb 2001 19:05:59 +0000 (19:05 +0000)]
Some functions, like strdup() and strcasecmp(), are defined in
strings.h according to X/Open.

23 years agoI forgot there was a reason why the inclusions and definition of u_int
Richard Levitte [Tue, 20 Feb 2001 17:37:02 +0000 (17:37 +0000)]
I forgot there was a reason why the inclusions and definition of u_int
was made in a certain sequence.  This change restores the earlier
"chain of command".

23 years agoOpenVMS catches up.
Richard Levitte [Tue, 20 Feb 2001 17:14:30 +0000 (17:14 +0000)]
OpenVMS catches up.

23 years agoThe callbacks in the NAME_FUNCS structure are not used directly as LHASH
Geoff Thorpe [Tue, 20 Feb 2001 16:31:15 +0000 (16:31 +0000)]
The callbacks in the NAME_FUNCS structure are not used directly as LHASH
callbacks, and their prototypes were consistent as they were. These casts
need reversing.

Also, I personally find line breaks during parameter lists (ie a line
ending in a comma) easier to read at a glance than line breaks at the end
of a function call and before a dereference on the return value (ie a line
ending in a closed-bracket followed by a line starting with "->").

23 years agomake it a loop as in dsa
Ulf Möller [Tue, 20 Feb 2001 16:17:25 +0000 (16:17 +0000)]
make it a loop as in dsa

23 years agoGet e_os2.h to get all the system definitions correctly.
Richard Levitte [Tue, 20 Feb 2001 14:07:03 +0000 (14:07 +0000)]
Get e_os2.h to get all the system definitions correctly.

23 years agoGet the right cast for lhash callback functions.
Richard Levitte [Tue, 20 Feb 2001 14:00:29 +0000 (14:00 +0000)]
Get the right cast for lhash callback functions.

23 years agoInclude string.h so mem*() functions get properly declared.
Richard Levitte [Tue, 20 Feb 2001 13:41:11 +0000 (13:41 +0000)]
Include string.h so mem*() functions get properly declared.

23 years agoFix typo.
Dr. Stephen Henson [Tue, 20 Feb 2001 13:30:28 +0000 (13:30 +0000)]
Fix typo.

23 years agoA new bunch of too long symbols to hack.
Richard Levitte [Tue, 20 Feb 2001 13:26:00 +0000 (13:26 +0000)]
A new bunch of too long symbols to hack.
OCSP_CRLID_new and OCSP_crlID_new clash on case-insensitive systems.

23 years agoDEC C on VMS is pedantic by definition.
Richard Levitte [Tue, 20 Feb 2001 13:24:23 +0000 (13:24 +0000)]
DEC C on VMS is pedantic by definition.

23 years agoInclude OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
Richard Levitte [Tue, 20 Feb 2001 13:23:42 +0000 (13:23 +0000)]
Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
get a chance to be defined.
Make a batter file name translator (uhm, no, that's not the finished
variant :-)).

23 years agoInclude OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
Richard Levitte [Tue, 20 Feb 2001 13:22:35 +0000 (13:22 +0000)]
Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
get a chance to be defined.

23 years agoInclude opensslconf.h or the like early to make sure system macros get
Richard Levitte [Tue, 20 Feb 2001 13:11:54 +0000 (13:11 +0000)]
Include opensslconf.h or the like early to make sure system macros get
correctly defined.

23 years agoLet VMS catch up.
Richard Levitte [Tue, 20 Feb 2001 13:10:14 +0000 (13:10 +0000)]
Let VMS catch up.

23 years agoDEC C on VMS is pedantic by definition.
Richard Levitte [Tue, 20 Feb 2001 13:06:55 +0000 (13:06 +0000)]
DEC C on VMS is pedantic by definition.

23 years agoUse sk_*_new_null() instead of sk_*_new(NULL). That avoids getting
Richard Levitte [Tue, 20 Feb 2001 13:06:10 +0000 (13:06 +0000)]
Use sk_*_new_null() instead of sk_*_new(NULL).  That avoids getting
lots of silly warnings from the compiler.

23 years agohonour '-no_tmp_rsa'
Bodo Möller [Tue, 20 Feb 2001 12:59:48 +0000 (12:59 +0000)]
honour '-no_tmp_rsa'

23 years agoInclude string.h so mem* functions get properly declared.
Richard Levitte [Tue, 20 Feb 2001 12:51:56 +0000 (12:51 +0000)]
Include string.h so mem* functions get properly declared.

23 years agoInclude OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
Richard Levitte [Tue, 20 Feb 2001 12:44:46 +0000 (12:44 +0000)]
Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
get a chance to be defined.

23 years agoInclude string.h so mem* functions get properly declared.
Richard Levitte [Tue, 20 Feb 2001 12:43:11 +0000 (12:43 +0000)]
Include string.h so mem* functions get properly declared.