summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* e_padlock-x86[_64].pl: better understanding of prefetch errata and properappro2012-03-192-78/+204
* eng_all.c: revert previous "disable Padlock" commit, which was unjustified.appro2012-03-191-0/+1
* PR: 2744steve2012-03-112-0/+43
* PR: 2743steve2012-02-291-0/+1
* PR: 2703steve2012-02-111-1/+7
* PR: 2705steve2012-02-111-17/+25
* Sanitize usage of <ctype.h> functions. It's important that charactersappro2012-01-121-6/+6
* Check GOST parameters are not NULL (CVE-2012-0027)steve2012-01-042-0/+8
* Padlock engine doesn't build (the asm parts are not built for some reason),ben2011-12-131-1/+0
* Configure: reimplement commit#21695.appro2011-11-151-2/+2
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreben2011-11-141-2/+2
* engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.appro2011-11-123-1/+3
* "make update" (partial)bodo2011-10-191-7/+8
* engines/.cvsignore: stop whining about e_padlock-*.s.appro2011-10-181-0/+1
* e_padlock-x86[_64].pl: protection against prefetch errata.appro2011-10-112-17/+73
* e_padlock-x86_64.pl: brown-bag bug in stack pointer handling.appro2011-10-091-0/+5
* e_padlock-x86[_64].pl: SHA fixes, comply with specification and fix bug.appro2011-10-082-13/+156
* e_padlock: add CTR mode.appro2011-10-053-16/+120
* e_padlock-x86_64.pl: fix typo.appro2011-10-041-1/+2
* e_padlock-x86*.pl: Nano-related update.appro2011-10-042-21/+49
* e_padlock-x86.pl: previous C3-specific fix was incomplete.appro2011-10-011-2/+3
* e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).appro2011-10-011-20/+17
* Make latest assembler additions (vpaes and e_padlock) work in Windows build.appro2011-09-181-5/+7
* engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.appro2011-09-061-1/+1
* Padlock engine: make it independent of inline assembler.appro2011-09-064-790/+943
* PR: 2586steve2011-09-011-1/+2
* PR: 2586steve2011-09-011-0/+4
* e_padlock.c: fix typo.appro2011-05-251-1/+1
* e_padlock.c: last x86_64 commit didn't work with some optimizers.appro2011-05-241-13/+15
* e_padlock.c: make it compile on MacOS X.appro2011-05-181-7/+11
* new flag to stop ENGINE methods being registeredsteve2011-05-151-0/+1
* NULL is a valid cspnamesteve2011-05-151-2/+8
* Corrections to the VMS build system.levitte2011-03-251-6/+7
* For VMS, implement the possibility to choose 64-bit pointers withlevitte2011-03-251-8/+21
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSlevitte2011-03-191-119/+222
* Include openssl/crypto.h first in several other files so FIPS renamingsteve2011-02-161-0/+1
* make updatebodo2011-02-031-11/+11
* stop warnings about no previous prototype when compiling shared enginessteve2011-01-303-0/+14
* PR: 2407levitte2011-01-061-2/+2
* e_capi.c: rearrange #include-s to improve portability.appro2010-12-141-8/+7
* First attempt at adding the possibility to set the pointer size for the build...levitte2010-12-141-2/+62
* e_capi.c: change from ANSI to TCHAR domain. This makes it compilable onappro2010-12-121-23/+96
* Synchronise with Unix and do all other needed modifications to have itlevitte2010-11-222-0/+2
* PR: 2375steve2010-11-181-6/+2
* PR: 2374steve2010-11-181-3/+9
* engine/Makefile: harmonize engine install rule for .dylib extension on MacOS X.appro2010-08-242-2/+2
* Fix warnings.ben2010-06-124-9/+3
* Avoid use of ex_data free function in Chil ENGINE so it can be safelysteve2010-05-261-36/+18
* PR: 2254steve2010-05-221-1/+1
* PR: 2255steve2010-05-151-1/+1