summaryrefslogtreecommitdiffstats
path: root/engines/e_padlock.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-05-05Fix the padlock engineBernd Edlinger
2021-06-17Update copyright yearMatt Caswell
2021-06-08fix coverity 1485660 improper use of negative valuePauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-07-16 deprecate enginesPauli
2020-04-23Update copyright yearMatt Caswell
2020-01-06Deprecate the low level AES functionsMatt Caswell
2019-03-05Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte
2019-02-27Make the padlock engine build correctlyRichard Levitte
2018-12-06Following the license change, modify the boilerplates in engines/Richard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri
2016-11-15Only build the body of e_padlock when there are lower level routinesRichard Levitte
2016-05-17Copyright consolidation 02/10Rich Salz
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-04Make sure the rand_byte buffer in padlock engine is cleansed.Richard Levitte
2016-03-23Move dso.h to internalRich Salz
2016-03-18Resolved unresolved symbols with no-hwMatt Caswell
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2015-11-09Continue malloc standardisation in enginesMatt Caswell
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2011-11-15Configure: reimplement commit#21695.Andy Polyakov
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
2011-10-05e_padlock: add CTR mode.Andy Polyakov
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov
2011-05-25e_padlock.c: fix typo.Andy Polyakov
2011-05-24e_padlock.c: last x86_64 commit didn't work with some optimizers.Andy Polyakov
2011-05-18e_padlock.c: make it compile on MacOS X.Andy Polyakov
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2009-05-12e_padlock.c: fix typo (missing #endif) and switch to __builtin_allocaAndy Polyakov
2009-05-06Make sure the padlock code compiles correctly even on hardware thatRichard Levitte
2009-04-26e_padlock: add support for x86_64 gcc.Andy Polyakov
2008-11-12Revert another size_t change.Dr. Stephen Henson
2008-11-02Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson
2008-01-03Netware support.Dr. Stephen Henson
2007-11-20Avoid warning.Dr. Stephen Henson
2007-05-20Padlock engine fails to compile with -O0 -fPIC.Andy Polyakov