History log of /openssl/ (Results 35526 – 35550 of 36057)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c74b3a6025-Apr-1999 Dr. Stephen Henson

Various header consistency fixes.

5043fc9f25-Apr-1999 Dr. Stephen Henson

Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)
also add a few missing prototypes.

8e945b5e25-Apr-1999 Ulf Möller

Submitted by:
Reviewed by:
PR:

cd46aa4a25-Apr-1999 Bodo Möller

Fixed a typo.

Submitted by:
Reviewed by:
PR:

4c0c739225-Apr-1999 Bodo Möller

Comment changed.

Submitted by:
Reviewed by:
PR:

45050a7f25-Apr-1999 Ulf Möller

exit on error.

a75b81ad25-Apr-1999 Bodo Möller

Removed traces of cryptall.h, and did a "make depend".

Submitted by:
Reviewed by:
PR:

9c4711c724-Apr-1999 Ulf Möller

*** empty log message ***

b0b7b1c524-Apr-1999 Ulf Möller

New Configure option --openssldir to replace ssldir.pl.

462ba4f624-Apr-1999 Ulf Möller

New Configure option --openssldir to replace util/ssldir.pl.

5460ffdf24-Apr-1999 Bodo Möller

cryptall.h is not needed for anything and cannot even be #include-d
without producing error messages.
Submitted by:
Reviewed by:
PR:

0b86eb3e24-Apr-1999 Bodo Möller

Fix header files so that any one can be included first.

Submitted by:
Reviewed by:
PR:

574e991a24-Apr-1999 Ulf Möller

Replaced by mkerr.pl

4fd5322024-Apr-1999 Bodo Möller

Some instructions for how to handle the <foo.h> => <openssl/foo.h>
transition.

Submitted by:
Reviewed by:
PR:

7393480024-Apr-1999 Dr. Stephen Henson

Change the command line options of mkerr.pl so -static is now default and
a -write option is needed to actually change anything. Second attempt at
getting rid of ERR, ERRC definitions: it mig

Change the command line options of mkerr.pl so -static is now default and
a -write option is needed to actually change anything. Second attempt at
getting rid of ERR, ERRC definitions: it might even work this time :-)

show more ...

50cfd17524-Apr-1999 Bodo Möller

"perl util/mkerr.pl -static -recurse -rebuild" because the previous
codebase apparently was inconsistent. And crypto/Makefile.ssl
*does* need an ERRC ..
Submitted by:
Reviewed by:

"perl util/mkerr.pl -static -recurse -rebuild" because the previous
codebase apparently was inconsistent. And crypto/Makefile.ssl
*does* need an ERRC ..
Submitted by:
Reviewed by:
PR:

show more ...

eaecdc7124-Apr-1999 Bodo Möller

Removed superfluous reference to ERRC.

Submitted by:
Reviewed by:
PR:

c76b0f7524-Apr-1999 Bodo Möller

Restore ERRC definitions that are needed to compile the library.

Submitted by:
Reviewed by:
PR:

Submitted by:
Reviewed by:
PR:

2b6405fa24-Apr-1999 Bodo Möller

Avoid "incomprehensible" errors when required definitions are missing.

Submitted by:
Reviewed by:
PR:

6e781e8e24-Apr-1999 Dr. Stephen Henson

Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
to error code script: it can now find untranslatable function codes (usually
because the function is static and

Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality
to error code script: it can now find untranslatable function codes (usually
because the function is static and not defined in a header: occasionally because
of a typo...) and unreferenced function and reason codes. To see this try:
perl util/mkerr.pl -recurse -debug
Also fixed some typos in crypto/pkcs12 that this found :-)
Also tidy up some error calls that had to be all on one line: the old error
script couldn't find codes unless the call was all on one line.

show more ...

ad38bedb24-Apr-1999 Bodo Möller

C indentation style definition for Emacs.

Submitted by:
Reviewed by:
PR:

0c6c96d424-Apr-1999 Ulf Möller

ANSIfy, fix typo in error message, and remove redundant statement from
my code.

7ebf767424-Apr-1999 Bodo Möller

Submitted by:
Reviewed by:
PR:

6d31193824-Apr-1999 Dr. Stephen Henson

Complete rewrite of the error code generation script. It now runs as a single
script, translates function codes better and doesn't need the K&R function
prototypes to work (NB. the K&R protot

Complete rewrite of the error code generation script. It now runs as a single
script, translates function codes better and doesn't need the K&R function
prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are
still needed by the DEF generator...). I also ran the script with the -rewrite
option to update all the header and source files.

show more ...


CHANGES
Makefile.org
apps/Makefile.ssl
crypto/Makefile.ssl
crypto/asn1/Makefile.ssl
crypto/asn1/asn1.err
crypto/asn1/asn1.h
crypto/asn1/asn1_err.c
crypto/bf/Makefile.ssl
crypto/bio/Makefile.ssl
crypto/bio/bio.err
crypto/bio/bio.h
crypto/bio/bio_err.c
crypto/bn/Makefile.ssl
crypto/bn/bn.err
crypto/bn/bn.h
crypto/bn/bn_err.c
crypto/buffer/Makefile.ssl
crypto/buffer/buf_err.c
crypto/buffer/buffer.err
crypto/buffer/buffer.h
crypto/cast/Makefile.ssl
crypto/comp/Makefile.ssl
crypto/comp/comp.err
crypto/comp/comp.h
crypto/comp/comp_err.c
crypto/conf/Makefile.ssl
crypto/conf/conf.err
crypto/conf/conf.h
crypto/conf/conf_err.c
crypto/cpt_err.c
crypto/crypto.err
crypto/crypto.h
crypto/des/Makefile.ssl
crypto/dh/Makefile.ssl
crypto/dh/dh.err
crypto/dh/dh.h
crypto/dh/dh_err.c
crypto/dsa/Makefile.ssl
crypto/dsa/dsa.err
crypto/dsa/dsa.h
crypto/dsa/dsa_err.c
crypto/err/Makefile.ssl
crypto/err/error.err
crypto/err/openssl.ec
crypto/evp/Makefile.ssl
crypto/evp/evp.err
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/hmac/Makefile.ssl
crypto/idea/Makefile.ssl
crypto/lhash/Makefile.ssl
crypto/md2/Makefile.ssl
crypto/md5/Makefile.ssl
crypto/mdc2/Makefile.ssl
crypto/objects/Makefile.ssl
crypto/objects/obj_dat.h
crypto/objects/obj_err.c
crypto/objects/objects.err
crypto/objects/objects.h
crypto/pem/Makefile.ssl
crypto/pem/pem.err
crypto/pem/pem.h
crypto/pem/pem_err.c
crypto/pkcs12/Makefile.ssl
crypto/pkcs12/pk12err.c
crypto/pkcs12/pkcs12.err
crypto/pkcs12/pkcs12.h
crypto/pkcs7/Makefile.ssl
crypto/pkcs7/pkcs7.err
crypto/pkcs7/pkcs7.h
crypto/pkcs7/pkcs7err.c
crypto/rand/Makefile.ssl
crypto/rc2/Makefile.ssl
crypto/rc4/Makefile.ssl
crypto/rc5/Makefile.ssl
crypto/ripemd/Makefile.ssl
crypto/rsa/Makefile.ssl
crypto/rsa/rsa.err
crypto/rsa/rsa.h
crypto/rsa/rsa_err.c
crypto/sha/Makefile.ssl
crypto/stack/Makefile.ssl
crypto/txt_db/Makefile.ssl
crypto/x509/Makefile.ssl
crypto/x509/x509.err
crypto/x509/x509.h
crypto/x509/x509_err.c
crypto/x509v3/Makefile.ssl
crypto/x509v3/v3err.c
crypto/x509v3/x509v3.err
crypto/x509v3/x509v3.h
rsaref/Makefile.ssl
rsaref/rsar_err.c
rsaref/rsaref.err
rsaref/rsaref.h
ssl/Makefile.ssl
ssl/ssl.err
ssl/ssl.h
ssl/ssl_err.c
util/mkerr.pl
dd3c43c523-Apr-1999 Bodo Möller

Submitted by:
Reviewed by:
PR:

1...<<1421142214231424142514261427142814291430>>...1443