index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
e_padlock-x86[_64].pl: better understanding of prefetch errata and proper
Andy Polyakov
2012-03-19
2
-78
/
+204
*
eng_all.c: revert previous "disable Padlock" commit, which was unjustified.
Andy Polyakov
2012-03-19
1
-0
/
+1
*
PR: 2744
Dr. Stephen Henson
2012-03-11
2
-0
/
+43
*
PR: 2743
Dr. Stephen Henson
2012-02-29
1
-0
/
+1
*
PR: 2703
Dr. Stephen Henson
2012-02-12
1
-1
/
+7
*
PR: 2705
Dr. Stephen Henson
2012-02-12
1
-17
/
+25
*
Sanitize usage of <ctype.h> functions. It's important that characters
Andy Polyakov
2012-01-12
1
-6
/
+6
*
Check GOST parameters are not NULL (CVE-2012-0027)
Dr. Stephen Henson
2012-01-05
2
-0
/
+8
*
Padlock engine doesn't build (the asm parts are not built for some reason),
Ben Laurie
2011-12-13
1
-1
/
+0
*
Configure: reimplement commit#21695.
Andy Polyakov
2011-11-15
1
-2
/
+2
*
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
Ben Laurie
2011-11-14
1
-2
/
+2
*
engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.
Andy Polyakov
2011-11-12
3
-1
/
+3
*
"make update" (partial)
Bodo Möller
2011-10-19
1
-7
/
+8
*
engines/.cvsignore: stop whining about e_padlock-*.s.
Andy Polyakov
2011-10-18
1
-0
/
+1
*
e_padlock-x86[_64].pl: protection against prefetch errata.
Andy Polyakov
2011-10-11
2
-17
/
+73
*
e_padlock-x86_64.pl: brown-bag bug in stack pointer handling.
Andy Polyakov
2011-10-09
1
-0
/
+5
*
e_padlock-x86[_64].pl: SHA fixes, comply with specification and fix bug.
Andy Polyakov
2011-10-08
2
-13
/
+156
*
e_padlock: add CTR mode.
Andy Polyakov
2011-10-05
3
-16
/
+120
*
e_padlock-x86_64.pl: fix typo.
Andy Polyakov
2011-10-04
1
-1
/
+2
*
e_padlock-x86*.pl: Nano-related update.
Andy Polyakov
2011-10-04
2
-21
/
+49
*
e_padlock-x86.pl: previous C3-specific fix was incomplete.
Andy Polyakov
2011-10-01
1
-2
/
+3
*
e_padlock-x86.pl: make it work on VIA C3 (which doesn't support SSE2).
Andy Polyakov
2011-10-01
1
-20
/
+17
*
Make latest assembler additions (vpaes and e_padlock) work in Windows build.
Andy Polyakov
2011-09-18
1
-5
/
+7
*
engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.
Andy Polyakov
2011-09-07
1
-1
/
+1
*
Padlock engine: make it independent of inline assembler.
Andy Polyakov
2011-09-06
4
-790
/
+943
*
PR: 2586
Dr. Stephen Henson
2011-09-01
1
-1
/
+2
*
PR: 2586
Dr. Stephen Henson
2011-09-01
1
-0
/
+4
*
e_padlock.c: fix typo.
Andy Polyakov
2011-05-25
1
-1
/
+1
*
e_padlock.c: last x86_64 commit didn't work with some optimizers.
Andy Polyakov
2011-05-24
1
-13
/
+15
*
e_padlock.c: make it compile on MacOS X.
Andy Polyakov
2011-05-18
1
-7
/
+11
*
new flag to stop ENGINE methods being registered
Dr. Stephen Henson
2011-05-15
1
-0
/
+1
*
NULL is a valid cspname
Dr. Stephen Henson
2011-05-15
1
-2
/
+8
*
Corrections to the VMS build system.
Richard Levitte
2011-03-25
1
-6
/
+7
*
For VMS, implement the possibility to choose 64-bit pointers with
Richard Levitte
2011-03-25
1
-8
/
+21
*
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
Richard Levitte
2011-03-19
1
-119
/
+222
*
Include openssl/crypto.h first in several other files so FIPS renaming
Dr. Stephen Henson
2011-02-16
1
-0
/
+1
*
make update
Bodo Möller
2011-02-03
1
-11
/
+11
*
stop warnings about no previous prototype when compiling shared engines
Dr. Stephen Henson
2011-01-30
3
-0
/
+14
*
PR: 2407
Richard Levitte
2011-01-06
1
-2
/
+2
*
e_capi.c: rearrange #include-s to improve portability.
Andy Polyakov
2010-12-14
1
-8
/
+7
*
First attempt at adding the possibility to set the pointer size for the build...
Richard Levitte
2010-12-14
1
-2
/
+62
*
e_capi.c: change from ANSI to TCHAR domain. This makes it compilable on
Andy Polyakov
2010-12-12
1
-23
/
+96
*
Synchronise with Unix and do all other needed modifications to have it
Richard Levitte
2010-11-22
2
-0
/
+2
*
PR: 2375
Dr. Stephen Henson
2010-11-19
1
-6
/
+2
*
PR: 2374
Dr. Stephen Henson
2010-11-18
1
-3
/
+9
*
engine/Makefile: harmonize engine install rule for .dylib extension on MacOS X.
Andy Polyakov
2010-08-24
2
-2
/
+2
*
Fix warnings.
Ben Laurie
2010-06-12
4
-9
/
+3
*
Avoid use of ex_data free function in Chil ENGINE so it can be safely
Dr. Stephen Henson
2010-05-26
1
-36
/
+18
*
PR: 2254
Dr. Stephen Henson
2010-05-22
1
-1
/
+1
*
PR: 2255
Dr. Stephen Henson
2010-05-15
1
-1
/
+1
[next]