Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of junk (deleted/renamed function) by rebuilding | Bodo Möller | 2001-09-14 | 2 | -803/+798 |
| | | | | based on 0.9.6 tree. | ||||
* | make update | Geoff Thorpe | 2001-09-10 | 1 | -2/+2 |
| | |||||
* | make engine file names unique in 8.3 | Ulf Möller | 2001-09-07 | 1 | -1/+3 |
| | |||||
* | "DH_up" had been changed to "DH_up_ref" in libeay.num but the function | Geoff Thorpe | 2001-09-05 | 1 | -4/+3 |
| | | | | | | 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. | ||||
* | Use GCC 2.95/3.0 optimization | Ulf Möller | 2001-09-05 | 1 | -4/+7 |
| | |||||
* | Add a "_up" -> "_up_ref" change to libeay.num that was missing from the | Geoff Thorpe | 2001-09-04 | 1 | -2/+2 |
| | | | | recent changes. Also, do the same change to the DSO_up() function. | ||||
* | Rename recently introduced functions for improved code clarity: | Bodo Möller | 2001-09-03 | 1 | -2/+2 |
| | | | | [DR]SA_up => [DR]SA_up_ref | ||||
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -0/+4 |
| | | | | | | | | | | | 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. | ||||
* | make update | Ulf Möller | 2001-09-01 | 1 | -0/+1 |
| | |||||
* | "make update" | Geoff Thorpe | 2001-08-26 | 1 | -3/+23 |
| | |||||
* | Add first cut symmetric crypto support. | Ben Laurie | 2001-08-18 | 1 | -0/+4 |
| | |||||
* | This ghastly hack prevents CVS wars over Kerberos (which is disabled by ↵ | Ben Laurie | 2001-08-03 | 2 | -2/+8 |
| | | | | default). | ||||
* | Make sure the source file is included among the dependencies. This is | Richard Levitte | 2001-07-31 | 1 | -0/+7 |
| | | | | | the norm for 'gcc -M' but not for 'makedepend', and is merely introduced here to avoid commit wars. | ||||
* | make update | Richard Levitte | 2001-07-31 | 2 | -2/+15 |
| | |||||
* | make update | Richard Levitte | 2001-07-11 | 1 | -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 update | Richard Levitte | 2001-07-11 | 1 | -0/+66 |
| | |||||
* | Make sure crypto/krb5/krb5_asn.h is copied to the directory of | Richard Levitte | 2001-07-11 | 1 | -0/+1 |
| | | | | exported header files. | ||||
* | Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num. | Richard Levitte | 2001-07-11 | 1 | -0/+1 |
| | |||||
* | make update | Richard Levitte | 2001-07-10 | 2 | -1/+20 |
| | |||||
* | Changes to have OpenSSL compile on OS/2. | Richard Levitte | 2001-07-02 | 2 | -0/+102 |
| | | | | Contributed by "Brian Havard" <brianh@kheldar.apana.org.au> | ||||
* | make update | Richard Levitte | 2001-06-23 | 1 | -0/+11 |
| | |||||
* | Make update | Dr. Stephen Henson | 2001-06-11 | 1 | -0/+1 |
| | |||||
* | 'make update' | Richard Levitte | 2001-06-05 | 1 | -2/+6 |
| | |||||
* | make update | Richard Levitte | 2001-05-13 | 1 | -2/+2 |
| | |||||
* | Win16 too :-). | Richard Levitte | 2001-05-13 | 1 | -1/+1 |
| | |||||
* | When doing rewrites on ssleay.num, the file was prematurely closed. | Richard Levitte | 2001-05-13 | 1 | -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 Henson | 2001-05-13 | 2 | -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 Henson | 2001-05-10 | 1 | -1/+2 |
| | |||||
* | Don't forget crypto/ui... | Richard Levitte | 2001-05-08 | 1 | -0/+1 |
| | |||||
* | make update | Richard Levitte | 2001-05-07 | 1 | -1/+38 |
| | |||||
* | Add a general user interface API. This is designed to replace things | Richard Levitte | 2001-05-07 | 1 | -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 update | Richard Levitte | 2001-04-27 | 1 | -0/+1 |
| | |||||
* | Make proper use of all disabling variables. | Richard Levitte | 2001-04-26 | 1 | -0/+9 |
| | |||||
* | "make update" | Geoff Thorpe | 2001-04-26 | 1 | -0/+3 |
| | |||||
* | make update | Richard Levitte | 2001-04-26 | 1 | -0/+1 |
| | |||||
* | We shouldn't skip over header files to avoid functions of disabled ↵ | Richard Levitte | 2001-04-26 | 1 | -28/+28 |
| | | | | algorithms. The selection is done in a different way | ||||
* | Make update. | Geoff Thorpe | 2001-04-22 | 1 | -0/+11 |
| | |||||
* | Add the possibility to have AES removed in Windows as well. | Richard Levitte | 2001-04-08 | 1 | -4/+9 |
| | | | | Spotted by Harald Koch <chk@pobox.com> | ||||
* | Incorporate some changes that make OpenSSL compilable in CygWin. | Richard Levitte | 2001-04-04 | 1 | -1/+6 |
| | |||||
* | I forgot to rename des_encrypt to des_encrypt1 in libeay.num. | Richard Levitte | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | Tag EC_GFp_{nist,recp}_method as "NOEXIST" because they have | Bodo Möller | 2001-03-21 | 1 | -2/+2 |
| | | | | not yet been implemented. | ||||
* | make update. | Richard Levitte | 2001-03-13 | 1 | -578/+582 |
| | |||||
* | Add the 'ec' directory to mkdef.pl and mkfiles.pl | Dr. Stephen Henson | 2001-03-10 | 2 | -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öller | 2001-03-08 | 1 | -0/+2 |
| | |||||
* | Throw out *all* absolute pathnames, not matter what they look like. | Bodo Möller | 2001-03-08 | 1 | -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öller | 2001-03-08 | 1 | -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öller | 2001-03-08 | 1 | -1/+0 |
| | |||||
* | Forgot a '$'. | Ulf Möller | 2001-03-06 | 1 | -1/+1 |
| | |||||
* | DEC | Ulf Möller | 2001-03-06 | 1 | -0/+1 |
| | |||||
* | Sort platforms lexicographically as well. Also, support more than two | Richard Levitte | 2001-03-02 | 3 | -25/+29 |
| | | | | variants of a symbol. |