aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* make updateRichard Levitte2001-07-312-2/+15
|
* make updateRichard Levitte2001-07-111-22/+15
| | | | | | | | 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!
* make updateRichard Levitte2001-07-111-0/+66
|
* Make sure crypto/krb5/krb5_asn.h is copied to the directory ofRichard Levitte2001-07-111-0/+1
| | | | exported header files.
* Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num.Richard Levitte2001-07-111-0/+1
|
* make updateRichard Levitte2001-07-102-1/+20
|
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-012-0/+102
| | | | Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
* make updateRichard Levitte2001-06-231-0/+11
|
* Make updateDr. Stephen Henson2001-06-111-0/+1
|
* 'make update'Richard Levitte2001-06-051-2/+6
|
* make updateRichard Levitte2001-05-131-2/+2
|
* Win16 too :-).Richard Levitte2001-05-131-1/+1
|
* When doing rewrites on ssleay.num, the file was prematurely closed.Richard Levitte2001-05-131-3/+2
| | | | | Make rewrites the default, since it works, and people get confused if changed information doesn't get rewritten automagically.
* Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson2001-05-122-1/+6
| | | | | | | | Fix OPENSSL_IMPLEMENT_GLOBAL. Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl make update.
* Fix to allow multiple NONE libraries in mkerr.pl .Dr. Stephen Henson2001-05-101-1/+2
|
* Don't forget crypto/ui...Richard Levitte2001-05-081-0/+1
|
* make updateRichard Levitte2001-05-061-1/+38
|
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-0/+1
| | | | | | | 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.
* make updateRichard Levitte2001-04-271-0/+1
|
* Make proper use of all disabling variables.Richard Levitte2001-04-261-0/+9
|
* "make update"Geoff Thorpe2001-04-261-0/+3
|
* make updateRichard Levitte2001-04-261-0/+1
|
* We shouldn't skip over header files to avoid functions of disabled ↵Richard Levitte2001-04-261-28/+28
| | | | algorithms. The selection is done in a different way
* Make update.Geoff Thorpe2001-04-221-0/+11
|
* Add the possibility to have AES removed in Windows as well.Richard Levitte2001-04-081-4/+9
| | | | Spotted by Harald Koch <chk@pobox.com>
* Incorporate some changes that make OpenSSL compilable in CygWin.Richard Levitte2001-04-041-1/+6
|
* I forgot to rename des_encrypt to des_encrypt1 in libeay.num.Richard Levitte2001-03-291-1/+1
|
* Tag EC_GFp_{nist,recp}_method as "NOEXIST" because they haveBodo Möller2001-03-211-2/+2
| | | | not yet been implemented.
* make update.Richard Levitte2001-03-131-578/+582
|
* Add the 'ec' directory to mkdef.pl and mkfiles.plDr. Stephen Henson2001-03-102-7/+11
| | | | | | | 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.
* Avoid problems with multi-line NAME sections.Bodo Möller2001-03-081-0/+2
|
* Throw out *all* absolute pathnames, not matter what they look like.Bodo Möller2001-03-081-2/+1
| | | | | The filenames we are interested in for Makefile dependencies are always relative.
* Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller2001-03-081-0/+1
| | | | | Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes.
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-1/+0
|
* Forgot a '$'.Ulf Möller2001-03-061-1/+1
|
* DECUlf Möller2001-03-061-0/+1
|
* Sort platforms lexicographically as well. Also, support more than twoRichard Levitte2001-03-023-25/+29
| | | | variants of a symbol.
* Introduce the possibility to access global variables throughRichard Levitte2001-03-023-257/+615
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* run self-test with no-krb5Ulf Möller2001-02-271-0/+1
|
* make updateRichard Levitte2001-02-262-32/+34
| | | | | Note that all *_it variables are suddenly non-existant according to libeay.num. This is a bug that will be corrected. Please be patient.
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-222-6/+6
| | | | | | | | 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.
* When inside a #if 0..#endif, do not define anything.Richard Levitte2001-02-221-107/+108
|
* This change allows a callback to be used to override the generation ofGeoff Thorpe2001-02-211-0/+3
| | | | | | | | | | | | | | | | | | | | 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.]
* 'make update'Richard Levitte2001-02-212-9/+15
|
* Modify mkdef.pl to recognise and parse prprocessor conditionals of theRichard Levitte2001-02-211-58/+110
| | | | | | 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).
* I had forgotten to change mkerr.pl to use the new macro system.Richard Levitte2001-02-211-3/+3
|
* Make all configuration macros available for application by makingRichard Levitte2001-02-197-65/+67
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Remove temporary files when done.Richard Levitte2001-02-191-1/+1
|
* make updateRichard Levitte2001-02-191-69/+163
|
* Do not insert things in syms{} and kind{} when parsing the headerRichard Levitte2001-02-191-86/+70
| | | | | files. Instead, insert proper information in the $def string, which will be properly munged later on.