aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-304-5/+4
* e_os.h removal from other headers and source files.Pauli2017-08-303-2/+5
* Use strcpy instead of sprintf %sRich Salz2017-08-251-18/+14
* Use "" not <> for internal/ includesRich Salz2017-08-223-4/+4
* Undo commit d420ac2Rich Salz2017-07-051-7/+3
* Comment on the lack of documentation for asymmetric ciphersRichard Levitte2017-06-281-1/+22
* Adapt for BSD cryptodev.h differencesRichard Levitte2017-06-282-16/+69
* Add new /dev/crypto engineRichard Levitte2017-06-282-0/+609
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-204-24/+4
* Remove bsd_cryptodev engineRich Salz2017-06-193-2045/+2
* improve comment: use "optimization" for clarityJosh Soref2017-06-111-2/+2
* make error tables const and separate header fileRich Salz2017-06-071-90/+117
* Don't try to clean up RAND from ENGINERichard Levitte2017-04-071-5/+0
* Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte2017-01-101-2/+10
* Small fixes of cryptodev engineRichard Levitte2017-01-101-1/+3
* use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin2017-01-101-2/+3
* fix for BSD cryptodevIaroslav Gridin2017-01-101-0/+14
* Remove commented-out HMAC codeIaroslav Gridin2017-01-101-5/+0
* Style the codeIaroslav Gridin2017-01-101-182/+169
* Remove unused ret variableIaroslav Gridin2017-01-101-3/+1
* Remove non-functional CRYPTO_AES_CTR ifdef disabling AES-CTR in cryptodevIaroslav Gridin2017-01-101-8/+0
* Add AES-ECB and 3DES-ECB to cryptodevIaroslav Gridin2017-01-101-3/+131
* cryptodev: allow copying EVP contextsNikos Mavrogiannopoulos2017-01-101-11/+46
* cryptodev: Fix issue with signature generationNikos Mavrogiannopoulos2017-01-101-55/+178
* Fix name of "locked" variableKurt Roeckx2016-11-172-3/+3
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-173-2/+8
* Fix support for DragonFly BSDjrmarino2016-10-222-3/+3
* GH1546: Fix old names in cryptodev code.Rich Salz2016-10-211-2/+2
* Fix mem leaks during auto-deinitMatt Caswell2016-09-081-0/+1
* Fix some style issues...FdaSilvaYY2016-08-021-9/+7
* Fix various no-*s.Ben Laurie2016-08-011-1/+1
* explicit initFdaSilvaYY2016-07-251-1/+1
* Constify engine/eng_cnf.c internal method.FdaSilvaYY2016-07-252-12/+13
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* make updateRichard Levitte2016-07-191-0/+4
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-195-11/+30
* Deal with API changes.Ben Laurie2016-06-241-31/+38
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-2/+6
* cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe2016-06-031-6/+13
* #4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala2016-05-231-5/+20
* Remove unused error/function codes.Rich Salz2016-05-231-18/+1
* Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY2016-05-231-4/+7
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-1723-1138/+138
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Fix engine cryptodev: pointer to IVKirill Marinushkin2016-05-141-1/+1
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-1/+4