Matt Caswell
|
da1c088f59
Copyright year updates
|
1 年之前 |
Bernd Edlinger
|
849ed515c7
Fix the padlock engine
|
1 年之前 |
Matt Caswell
|
38fc02a708
Update copyright year
|
3 年之前 |
Pauli
|
6c1d17c802
fix coverity 1485660 improper use of negative value
|
3 年之前 |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 年之前 |
Matt Caswell
|
b9b2135d22
Don't clear the whole error stack when loading engines
|
4 年之前 |
Pauli
|
cf8e8cba93
deprecate engines
|
4 年之前 |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 年之前 |
Matt Caswell
|
c72fa2554f
Deprecate the low level AES functions
|
5 年之前 |
Richard Levitte
|
469ce8ff48
Deprecate the "hw" configuration options, make "padlockeng" disablable
|
5 年之前 |
Richard Levitte
|
149c12d5e4
Make the padlock engine build correctly
|
5 年之前 |
Richard Levitte
|
ab3fa1c0ad
Following the license change, modify the boilerplates in engines/
|
6 年之前 |
Richard Levitte
|
3a63dbef15
Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev
|
6 年之前 |
Matt Caswell
|
1212818eb0
Update copyright year
|
6 年之前 |
Nicola Tuveri
|
3f5abab941
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
|
6 年之前 |
Richard Levitte
|
7b176a549e
Only build the body of e_padlock when there are lower level routines
|
8 年之前 |
Rich Salz
|
440e5d805f
Copyright consolidation 02/10
|
8 年之前 |
Andy Polyakov
|
b1a07c3854
Remove obsolete defined(__INTEL__) condition.
|
8 年之前 |
Matt Caswell
|
5158c763f5
Remove OPENSSL_NO_AES guards
|
8 年之前 |
Matt Caswell
|
b3599dbb6a
Rename int_*() functions to *_int()
|
8 年之前 |
Matt Caswell
|
342c21cd8b
Rename lots of *_intern or *_internal function to int_*
|
8 年之前 |
Richard Levitte
|
6c13488c4e
Make sure the rand_byte buffer in padlock engine is cleansed.
|
8 年之前 |
Rich Salz
|
921de151d2
Move dso.h to internal
|
8 年之前 |
Matt Caswell
|
a57bfe43e3
Resolved unresolved symbols with no-hw
|
8 年之前 |
Matt Caswell
|
44ab2dfdf9
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
|
8 年之前 |
Matt Caswell
|
7b9f8f7f03
Auto init/deinit libcrypto
|
8 年之前 |
Richard Levitte
|
39e8d0ce73
Adapt all engines that need it to opaque EVP_CIPHER
|
9 年之前 |
Richard Levitte
|
936166aff2
Adapt cipher implementations to opaque EVP_CIPHER_CTX
|
9 年之前 |
Matt Caswell
|
55646005a9
Continue malloc standardisation in engines
|
9 年之前 |
Rich Salz
|
16f8d4ebf0
memset, memcpy, sizeof consistency fixes
|
9 年之前 |