Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge main -> VMS_64BITBRANCH_VMS_64BIT | Richard Levitte | 2010-01-27 | 25 | -1637/+1508 |
| | |||||
* | Many changes from 0.9.8-dev. | Richard Levitte | 2005-02-25 | 3 | -3/+17 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'BRANCH_VMS_64BIT'. | cvs2svn | 2005-02-06 | 1 | -0/+1091 |
|\ | |||||
| * | FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning after | Andy Polyakov | 2005-01-25 | 1 | -2/+4 |
| | | | | | | | | http://cvs.openssl.org/chngview?cn=12843. | ||||
| * | "Monolithic" x86 assembler replacement for aes_core.c. Up to +15% better | Andy Polyakov | 2005-01-13 | 1 | -3/+3 |
| | | | | | | | | performance on recent microarchitectures. | ||||
| * | Change libeay.num so it's synchronised with additions in 0.9.7-stable. | Richard Levitte | 2004-12-13 | 1 | -1/+1 |
| | | | | | | | | make update | ||||
| * | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org> | ||||
| * | Move the declaration of alloca() so it's ony declared when really | Richard Levitte | 2004-09-27 | 1 | -10/+7 |
| | | | | | | | | necessary. | ||||
| * | Nils Larsch reported that this include is required. Strange that this had | Geoff Thorpe | 2004-09-24 | 1 | -0/+1 |
| | | | | | | | | gone unnoticed ... | ||||
| * | - There's no more need for the snprintf macro. | Richard Levitte | 2004-09-13 | 1 | -5/+10 |
| | | | | | | | | | | | | | | | | - Move the inclusion of malloc.h until after all other includes, so we can do proper tests of system macros. - Make sure the correct header file is included to get the builtin "alloca" under VMS, and define a macro to map the symbol 'alloca' to it. | ||||
| * | make update | Richard Levitte | 2004-09-10 | 1 | -0/+10 |
| | | |||||
| * | Make VIA Padlock engine more platform friendly and eliminate compiler | Andy Polyakov | 2004-09-09 | 1 | -2/+3 |
| | | | | | | | | | | | | warning. Submitted by: Doug Kaufman <dkaufman@rahul.net> | ||||
| * | Stop compiler warnings. | Dr. Stephen Henson | 2004-09-06 | 1 | -6/+6 |
| | | |||||
| * | Minor VIA Padlock engine update: eliminate -Wunused warning when *not* | Andy Polyakov | 2004-08-24 | 1 | -14/+45 |
| | | | | | | | | compiling the engine and inline memcpy in performance critical pathes. | ||||
| * | Padlock engine update to fix a typo in MSC assembler and to address | Andy Polyakov | 2004-08-04 | 1 | -26/+31 |
| | | | | | | | | | | potential corruption problem if user manages to inter-leave aligined and misaligned requests [as well as some MSC-specific tweaks]. | ||||
| * | Minor clean-up to make Microsoft compiler shut up. | Andy Polyakov | 2004-08-02 | 1 | -19/+26 |
| | | |||||
| * | VIA C3 processor extends IA-32 instruction set with instuctions | Andy Polyakov | 2004-08-02 | 4 | -2/+1048 |
| | | | | | | | | | | | | | | | | | | | | | | performing AES encryption in hardware, as well as one accessing hardware RNG. As you surely imagine this engine access this extended instruction set. Well, only AES for the moment, support for RNG is to be added later on... PR: 889 Submitted by: Michal Ludvig <michal@logix.cz> Obtained from: http://www.logix.cz/michal/devel/padlock/ | ||||
| * | Incomplete initial sweep over the engine code. Mainly reducing some | Geoff Thorpe | 2004-06-19 | 1 | -69/+22 |
| | | | | | | | | | | comment-noise to managable levels and inverting the sense of the "uptodate" boolean (which was counter-intuitive the way I'd left it). | ||||
| * | Minor change to group like functions together. | Geoff Thorpe | 2004-06-17 | 1 | -3/+2 |
| | | |||||
| * | Typo, setting the first element of nids[] to NULL instead of setting | Richard Levitte | 2004-06-15 | 1 | -2/+2 |
| | | | | | | | | *cnids. | ||||
| * | This fixes the installation target for dynamic engines, which was trying to | Geoff Thorpe | 2004-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | install to a different location than it had created. (BTW, VMS will need a matching fix in eng_list.c.) Note, these aren't ssl-specific, so I'm putting "engines/" into the libs directory rather than at the "--prefix" level or inside "ssl/". | ||||
| * | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -15/+13 |
| | | | | | | | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read. | ||||
| * | I can't verify this directly, but recent changes will probably require that | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
| | | | | | | | | | | the cryptodev implementation include bn.h directly (when building with OPENSSL_NO_DEPRECATED that is). | ||||
| * | size_t-fication of message digest APIs. We should size_t-fy more APIs... | Andy Polyakov | 2004-05-15 | 1 | -1/+1 |
| | | |||||
| * | make update | Geoff Thorpe | 2004-04-19 | 1 | -314/+140 |
| | | |||||
| * | More updates for the header cleanups (and apologies, again, for not having | Geoff Thorpe | 2004-04-19 | 1 | -0/+3 |
| | | | | | | | | consolidated these prior to committing). | ||||
| * | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 19 | -47/+4 |
| | | | | | | | | | | tree. This further reduces header interdependencies, and makes some associated cleanups. | ||||
| * | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 3 | -4/+9 |
| | | | | | | | | | | | | | | | | | | changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic. | ||||
| * | ... and this should likewise fix up those RSA implementations that weren't | Geoff Thorpe | 2004-03-25 | 1 | -3/+3 |
| | | | | | | | | already built and tested. | ||||
* | | Recent (and not so recent) changes from HEAD. | Richard Levitte | 2004-06-28 | 24 | -453/+195 |
| | | |||||
* | | Recent changes from HEAD. | Richard Levitte | 2004-03-30 | 1 | -3/+3 |
| | | |||||
* | | This branch hasn't been updated with changes from HEAD for a looooong time... | Richard Levitte | 2004-01-23 | 9 | -198/+306 |
| | | | | | | | | Here goes. | ||||
* | | This commit was manufactured by cvs2svn to create branch 'BRANCH_VMS_64BIT'. | cvs2svn | 2004-01-21 | 1 | -0/+125 |
|\ \ | |/ | |||||
| * | OpenBSD-internal changes. | Richard Levitte | 2003-12-27 | 1 | -4/+0 |
| | | | | | | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org> | ||||
| * | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
| | | | | | | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org> | ||||
| * | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -3/+7 |
| | | | | | | | | | | | | | | Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org> | ||||
| * | We're getting a clash with C++ because it has a type called 'list'. | Richard Levitte | 2003-11-29 | 2 | -4/+4 |
| | | | | | | | | | | | | | | Therefore, change all instances of the symbol 'list' to something else. PR: 758 Submitted by: Frédéric Giudicelli <groups@newpki.org> | ||||
| * | Free "engine" resource in case of failure to prevent memory leak | Lutz Jänicke | 2003-11-24 | 1 | -1/+4 |
| | | | | | | | | | | PR: #778 Submitted by: George Mitchell <george@m5p.com> | ||||
| * | The "cryptodev" engine preprocessor logic used undefined symbols in | Geoff Thorpe | 2003-10-29 | 1 | -1/+2 |
| | | | | | | | | | | comparisons. It's better not to allow this, because it gives false positives when using compiler warnings that detect mistyped symbols. | ||||
| * | The definition of dynamic_ctrl() should change along with the | Richard Levitte | 2003-06-26 | 1 | -1/+1 |
| | | | | | | | | declaration :-). | ||||
| * | dynamic_ctrl() didn't have exactly the same prototype as defined by | Richard Levitte | 2003-06-19 | 1 | -1/+1 |
| | | | | | | | | ENGINE_CTRL_FUNC_PTR. | ||||
| * | Make sure the function definitions match their declaration. | Richard Levitte | 2003-06-04 | 1 | -2/+2 |
| | | |||||
| * | Remove certain functions | Richard Levitte | 2003-05-19 | 1 | -0/+5 |
| | | |||||
| * | Yeah, right, an object file ending with .c, that'll work! | Richard Levitte | 2003-05-03 | 1 | -1/+1 |
| | | |||||
| * | Get the year right... | Richard Levitte | 2003-05-01 | 1 | -1/+1 |
| | | |||||
| * | Add STORE support in ENGINE. | Richard Levitte | 2003-05-01 | 6 | -180/+404 |
| | | |||||
| * | Fix a bone-head bug. This warrants a CHANGES entry because it could affect | Geoff Thorpe | 2003-03-13 | 1 | -6/+6 |
| | | | | | | | | | | applications if they were passing a bogus 'flags' parameter yet having things work as they wanted anyway. | ||||
| * | Declare prototypes for function pointer types, even if they are likely to | Geoff Thorpe | 2003-02-15 | 1 | -4/+4 |
| | | | | | | | | be cast later on. | ||||
| * | Fix warning. | Ben Laurie | 2003-02-01 | 1 | -0/+3 |
| | | |||||
| * | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 2 | -1/+15 |
| | | | | | | | | PR: 287 |