History log of /openssl/util/mkdef.pl (Results 201 – 225 of 282)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL-engine-0_9_6j, OpenSSL_0_9_7b, OpenSSL_0_9_6j
# 57544ee2 03-Apr-2003 Richard Levitte

Counter for GCC attributes.


# 37892848 20-Mar-2003 Richard Levitte

Sometimes, we have partial comments on the same line as other stuff we
parse. Make sure to read in the whole comment, so it can be entirely
removed.


# ea3675b5 20-Mar-2003 Dr. Stephen Henson

New ASN1 macros to just implement and declare the new and free functions
and changes to mkdef.pl so it recognises them.

Use these in policyMappings extension.


Revision tags: OpenSSL-engine-0_9_6i, OpenSSL_0_9_6i, OpenSSL_0_9_7a
# 5cd48abf 30-Jan-2003 Richard Levitte

The util scripts need to handled no-hw.
PR: 327


# 0b13e9f0 30-Jan-2003 Richard Levitte

Add the possibility to build without the ENGINE framework.
PR: 287


Revision tags: OpenSSL_0_9_7, OpenSSL_0_9_7-beta6
# 4ccfe5f4 09-Dec-2002 Richard Levitte

Hmm, Geoff's change made things quite interesting. We can now give
users the option of disabling deprecated functions, which should of
course be reflected in libeay.num and .def files. Quit

Hmm, Geoff's change made things quite interesting. We can now give
users the option of disabling deprecated functions, which should of
course be reflected in libeay.num and .def files. Quite nice,
actually.

show more ...


Revision tags: STATE_after_zlib, STATE_before_zlib, OpenSSL_0_9_7-beta5, OpenSSL-engine-0_9_6h, OpenSSL_0_9_6h, OpenSSL_0_9_7-beta4
# 6cb68620 24-Oct-2002 Richard Levitte

For the mkdef.pl to recognise if the "external" engines are inserted
into libcrypto, we need the "algorithm" STATIC_ENGINE.


# 97ebe047 05-Oct-2002 Dr. Stephen Henson

Typo.


# f86abc2e 04-Oct-2002 Dr. Stephen Henson

Update mkdef.pl to handle new ASN1 macro


Revision tags: OpenSSL-engine-0_9_6g, OpenSSL_0_9_6g
# e172d60d 09-Aug-2002 Bodo Möller

Add ECDH support.

Additional changes:
- use EC_GROUP_get_degree() in apps/req.c
- add ECDSA and ECDH to apps/speed.c
- adds support for EC curves over binary fields to ECDSA

Add ECDH support.

Additional changes:
- use EC_GROUP_get_degree() in apps/req.c
- add ECDSA and ECDH to apps/speed.c
- adds support for EC curves over binary fields to ECDSA
- new function EC_KEY_up_ref() in crypto/ec/ec_key.c
- reorganize crypto/ecdsa/ecdsatest.c
- add engine support for ECDH
- fix a few bugs in ECDSA engine support

Submitted by: Douglas Stebila <douglas.stebila@sun.com>

show more ...


Revision tags: OpenSSL-engine-0_9_6f, OpenSSL_0_9_6f, OpenSSL_0_9_7-beta3, OpenSSL-engine-0_9_6e, OpenSSL_0_9_6e
# cd4c36ad 17-Jul-2002 Richard Levitte

Add support for shared libraries with OS/2.
PR: 124


# 5012158a 10-Jul-2002 Lutz Jänicke

Minor typos
Submitted by: jufi@nerdnet.de
Reviewed by:
PR: 138


Revision tags: OpenSSL_0_9_7-beta2, OpenSSL_0_9_7-beta1, AFTER_COMPAQ_PATCH, BEFORE_COMPAQ_PATCH, OpenSSL-engine-0_9_6d, OpenSSL_0_9_6d, OpenSSL-engine-0_9_6d-beta1, OpenSSL_0_9_6d-beta1, OpenSSL-engine-0_9_6c
# 4d94ae00 13-Feb-2002 Bodo Möller

ECDSA support

Submitted by: Nils Larsch <nla@trustcenter.de>


# 6f9079fd 02-Jan-2002 Richard Levitte

Because Rijndael is more known as AES, use crypto/aes instead of
crypto/rijndael. Additionally, I applied the AES integration patch
from Stephen Sprunk <stephen@sprunk.org> and fiddled it to

Because Rijndael is more known as AES, use crypto/aes instead of
crypto/rijndael. Additionally, I applied the AES integration patch
from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work
properly with the normal EVP constructs (and incidently work the same
way as all other symmetric cipher implementations).

This results in an API that looks a lot like the rest of the OpenSSL
cipher suite.

show more ...


Revision tags: OpenSSL_0_9_6c
# c2e4f17c 24-Oct-2001 Richard Levitte

Due to an increasing number of clashes between modern OpenSSL and
libdes (which is still used out there) or other des implementations,
the OpenSSL DES functions are renamed to begin with DES_

Due to an increasing number of clashes between modern OpenSSL and
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.

show more ...


# 89eeccac 26-Sep-2001 Richard Levitte

Two changes:

1. if there are several symbols with the same entry number, sort those
symbols in ASCII order.
2. Do not stop reading the header files when "BEGIN ERROR CODES" is

Two changes:

1. if there are several symbols with the same entry number, sort those
symbols in ASCII order.
2. Do not stop reading the header files when "BEGIN ERROR CODES" is
found, since mkerr.pl will add a function declaration after that
comment. Instead, trigger on "Error codes for the \w+ function",
which is the actual start of the error code macros.

Additionally, a few more debugging printouts that helped.

show more ...


# c62da732 11-Jul-2001 Richard Levitte

Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num.


Revision tags: OpenSSL-engine-0_9_6b, OpenSSL_0_9_6b
# 2d10c715 13-May-2001 Richard Levitte

Win16 too :-).


# 1449bda0 13-May-2001 Richard Levitte

When doing rewrites on ssleay.num, the file was prematurely closed.
Make rewrites the default, since it works, and people get confused if
changed information doesn't get rewritten automagical

When doing rewrites on ssleay.num, the file was prematurely closed.
Make rewrites the default, since it works, and people get confused if
changed information doesn't get rewritten automagically.

show more ...


# 4831e626 12-May-2001 Dr. Stephen Henson

Change Win32 to use EXPORT_VAR_AS_FN.

Fix OPENSSL_IMPLEMENT_GLOBAL.

Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl

make update.


# a63d5eaa 06-May-2001 Richard Levitte

Add a general user interface API. This is designed to replace things
like des_read_password and friends (backward compatibility functions
using this new API are provided). The purpose is to

Add a general user interface API. This is designed to replace things
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.

show more ...


# 26a81abf 26-Apr-2001 Richard Levitte

Make proper use of all disabling variables.


# 0d96bf89 26-Apr-2001 Richard Levitte

We shouldn't skip over header files to avoid functions of disabled algorithms. The selection is done in a different way


Revision tags: OpenSSL_0_9_6a, OpenSSL-engine-0_9_6a, OpenSSL-engine-0_9_6a-beta3, OpenSSL_0_9_6a-beta3, OpenSSL-engine-0_9_6a-beta2, OpenSSL_0_9_6a-beta2, OpenSSL-engine-0_9_6a-beta1, OpenSSL_0_9_6a-beta1
# b4f682d3 10-Mar-2001 Dr. Stephen Henson

Add the 'ec' directory to mkdef.pl and mkfiles.pl
so the Windows build can see it.

Fixup mkdef.pl so it doesn't mess up with function
names longer than 39 characters in length.


# c454dbcd 02-Mar-2001 Richard Levitte

Sort platforms lexicographically as well. Also, support more than two
variants of a symbol.


12345678910>>...12