summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
2001-09-26'make update'Richard Levitte
2001-09-26Two changes:Richard Levitte
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.
2001-09-25Make update to bring in all the cipher/digest-related ENGINE changes.Geoff Thorpe
NB: It looks like mkdef.pl is causing certain cvs wars by continually flipping the order of some definitions ...
2001-09-25"make update".Geoff Thorpe
2001-09-24"make update"Geoff Thorpe
2001-09-20New function SSL_renegotiate_pending().Bodo Möller
New option SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION.
2001-09-14Get rid of junk (deleted/renamed function) by rebuildingBodo Möller
based on 0.9.6 tree.
2001-09-10make updateGeoff Thorpe
2001-09-07make engine file names unique in 8.3Ulf Möller
2001-09-05"DH_up" had been changed to "DH_up_ref" in libeay.num but the functionGeoff Thorpe
declaration and implementation had not. So a recent update recreated the original definition in libeay.num ... this corrects it and changes the "dh" code to the "up_ref" variant.
2001-09-05Use GCC 2.95/3.0 optimizationUlf Möller
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe
recent changes. Also, do the same change to the DSO_up() function.
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
[DR]SA_up => [DR]SA_up_ref
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
See the commit log message for that for more information. NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented (initialisation by "memset" won't/can't/doesn't work). This fixes that but requires that X509_STORE_CTX_init() be able to handle errors - so its prototype has been changed to return 'int' rather than 'void'. All uses of that function throughout the source code have been tracked down and adjusted.
2001-09-01make updateUlf Möller
2001-08-26"make update"Geoff Thorpe
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-03This ghastly hack prevents CVS wars over Kerberos (which is disabled by ↵Ben Laurie
default).
2001-07-31Make sure the source file is included among the dependencies. This isRichard Levitte
the norm for 'gcc -M' but not for 'makedepend', and is merely introduced here to avoid commit wars.
2001-07-31make updateRichard Levitte
2001-07-11make updateRichard Levitte
Note that since some private kssl functions were exported, the simplest way to rebuild the number table was to toss everything that was new since OpenSSL 0.9.6b. This is safe, since those functions have not yet been exported in an OpenSSL release. Beware, people who trust intermediary snapshots!
2001-07-11make updateRichard Levitte
2001-07-11Make sure crypto/krb5/krb5_asn.h is copied to the directory ofRichard Levitte
exported header files.
2001-07-11Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num.Richard Levitte
2001-07-10make updateRichard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
2001-06-23make updateRichard Levitte
2001-06-11Make updateDr. Stephen Henson
2001-06-05'make update'Richard Levitte
2001-05-13make updateRichard Levitte
2001-05-13Win16 too :-).Richard Levitte
2001-05-13When doing rewrites on ssleay.num, the file was prematurely closed.Richard Levitte
Make rewrites the default, since it works, and people get confused if changed information doesn't get rewritten automagically.
2001-05-12Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson
Fix OPENSSL_IMPLEMENT_GLOBAL. Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl make update.
2001-05-10Fix to allow multiple NONE libraries in mkerr.pl .Dr. Stephen Henson
2001-05-08Don't forget crypto/ui...Richard Levitte
2001-05-06make updateRichard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard 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.
2001-04-27make updateRichard Levitte
2001-04-26Make proper use of all disabling variables.Richard Levitte
2001-04-26"make update"Geoff Thorpe
2001-04-26make updateRichard Levitte
2001-04-26We shouldn't skip over header files to avoid functions of disabled ↵Richard Levitte
algorithms. The selection is done in a different way
2001-04-22Make update.Geoff Thorpe
2001-04-08Add the possibility to have AES removed in Windows as well.Richard Levitte
Spotted by Harald Koch <chk@pobox.com>
2001-04-04Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte
2001-03-29I forgot to rename des_encrypt to des_encrypt1 in libeay.num.Richard Levitte
2001-03-21Tag EC_GFp_{nist,recp}_method as "NOEXIST" because they haveBodo Möller
not yet been implemented.
2001-03-13make update.Richard Levitte
2001-03-10Add the 'ec' directory to mkdef.pl and mkfiles.plDr. Stephen Henson
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.
2001-03-08Avoid problems with multi-line NAME sections.Bodo Möller