index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
/
e_padlock.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright consolidation 02/10
Rich Salz
2016-05-17
1
-61
/
+6
*
Remove obsolete defined(__INTEL__) condition.
Andy Polyakov
2016-05-02
1
-2
/
+1
*
Remove OPENSSL_NO_AES guards
Matt Caswell
2016-04-13
1
-44
/
+34
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-2
/
+2
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-2
/
+2
*
Make sure the rand_byte buffer in padlock engine is cleansed.
Richard Levitte
2016-04-04
1
-1
/
+1
*
Move dso.h to internal
Rich Salz
2016-03-23
1
-1
/
+0
*
Resolved unresolved symbols with no-hw
Matt Caswell
2016-03-18
1
-7
/
+10
*
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
Matt Caswell
2016-03-07
1
-1
/
+1
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
1
-2
/
+2
*
Adapt all engines that need it to opaque EVP_CIPHER
Richard Levitte
2016-01-12
1
-44
/
+56
*
Adapt cipher implementations to opaque EVP_CIPHER_CTX
Richard Levitte
2016-01-12
1
-20
/
+21
*
Continue malloc standardisation in engines
Matt Caswell
2015-11-09
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-1
/
+1
*
Live code cleanup: remove #if 1 stuff
Rich Salz
2015-02-06
1
-3
/
+4
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-553
/
+572
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
RT1815: More const'ness improvements
Justin Blanchard
2014-08-18
1
-1
/
+1
*
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
*
e_padlock: add CTR mode.
Andy Polyakov
2011-10-05
1
-3
/
+45
*
Padlock engine: make it independent of inline assembler.
Andy Polyakov
2011-09-06
1
-788
/
+181
*
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
*
stop warnings about no previous prototype when compiling shared engines
Dr. Stephen Henson
2011-01-30
1
-0
/
+10
*
e_padlock.c: fix typo (missing #endif) and switch to __builtin_alloca
Andy Polyakov
2009-05-12
1
-5
/
+6
*
Make sure the padlock code compiles correctly even on hardware that
Richard Levitte
2009-05-06
1
-1
/
+6
*
e_padlock: add support for x86_64 gcc.
Andy Polyakov
2009-04-26
1
-18
/
+122
*
Revert another size_t change.
Dr. Stephen Henson
2008-11-12
1
-1
/
+1
*
Fix warnings: printf format mismatches on 64 bit platforms.
Dr. Stephen Henson
2008-11-02
1
-1
/
+1
*
Netware support.
Dr. Stephen Henson
2008-01-03
1
-0
/
+3
*
Avoid warning.
Dr. Stephen Henson
2007-11-20
1
-2
/
+2
*
Padlock engine fails to compile with -O0 -fPIC.
Andy Polyakov
2007-05-20
1
-1
/
+1
*
Move eng_padlock.c to ./engines.
Andy Polyakov
2006-12-29
1
-0
/
+1218