summaryrefslogtreecommitdiff
path: root/engines/e_padlock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the padlock engineBernd Edlinger2023-05-051-2/+13
* Update copyright yearMatt Caswell2021-06-171-1/+1
* fix coverity 1485660 improper use of negative valuePauli2021-06-081-1/+6
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+7
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+11
* deprecate enginesPauli2020-07-161-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level AES functionsMatt Caswell2020-01-061-0/+6
* Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte2019-03-051-53/+50
* Make the padlock engine build correctlyRichard Levitte2019-02-271-3/+3
* Following the license change, modify the boilerplates in engines/Richard Levitte2018-12-061-1/+1
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-061-13/+0
* Update copyright yearMatt Caswell2018-09-111-1/+1
* enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri2018-06-221-2/+2
* Only build the body of e_padlock when there are lower level routinesRichard Levitte2016-11-151-7/+3
* Copyright consolidation 02/10Rich Salz2016-05-171-61/+6
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-2/+1
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-131-44/+34
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Make sure the rand_byte buffer in padlock engine is cleansed.Richard Levitte2016-04-041-1/+1
* Move dso.h to internalRich Salz2016-03-231-1/+0
* Resolved unresolved symbols with no-hwMatt Caswell2016-03-181-7/+10
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-1/+1
* Auto init/deinit libcryptoMatt Caswell2016-02-091-2/+2
* Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte2016-01-121-44/+56
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-20/+21
* Continue malloc standardisation in enginesMatt Caswell2015-11-091-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-3/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-553/+572
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-1/+1
* Configure: reimplement commit#21695.Andy Polyakov2011-11-151-2/+2
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-2/+2
* e_padlock: add CTR mode.Andy Polyakov2011-10-051-3/+45
* Padlock engine: make it independent of inline assembler.Andy Polyakov2011-09-061-788/+181
* e_padlock.c: fix typo.Andy Polyakov2011-05-251-1/+1
* e_padlock.c: last x86_64 commit didn't work with some optimizers.Andy Polyakov2011-05-241-13/+15
* e_padlock.c: make it compile on MacOS X.Andy Polyakov2011-05-181-7/+11
* stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson2011-01-301-0/+10
* e_padlock.c: fix typo (missing #endif) and switch to __builtin_allocaAndy Polyakov2009-05-121-5/+6
* Make sure the padlock code compiles correctly even on hardware thatRichard Levitte2009-05-061-1/+6
* e_padlock: add support for x86_64 gcc.Andy Polyakov2009-04-261-18/+122
* Revert another size_t change.Dr. Stephen Henson2008-11-121-1/+1
* Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson2008-11-021-1/+1
* Netware support.Dr. Stephen Henson2008-01-031-0/+3
* Avoid warning.Dr. Stephen Henson2007-11-201-2/+2
* Padlock engine fails to compile with -O0 -fPIC.Andy Polyakov2007-05-201-1/+1
* Move eng_padlock.c to ./engines.Andy Polyakov2006-12-291-0/+1218