]> git.ipfire.org Git - thirdparty/openssl.git/history - engines
CMP: Add missing getter functions to CRMF API and CMP API
[thirdparty/openssl.git] / engines /
2021-06-25  Dr. David von OheimbFix file_name_check() in storemgmt/file_store.c and...
2021-06-17  Matt CaswellUpdate copyright year
2021-06-08  Pauliafalg: fix coverity 1485661 improper use of negative...
2021-06-08  Paulifix coverity 1485660 improper use of negative value
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-28  Sven SchwermerERR: Rebuild generated engine error files
2021-05-26  Rich SalzUse "" for include crypto/xxx
2021-05-22  Richard LevitteMake it possible to disable the loader_attic engine
2021-05-20  Matt CaswellUpdate copyright year
2021-05-19  Jake CookeAdd bounds checking to length returned by wcslen in...
2021-05-19  Richard LevitteMake sure to include "crypto/ctype.h" to get ossl_isdigit()
2021-05-13  Paulie_loader_attic: fix a use after free issue
2021-04-20  Pauliengine: fix double free on error path.
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-03-11  Matt CaswellUpdate copyright year
2021-03-09  Alistair FrancisFixup support for io_pgetevents_time64 syscall
2021-03-01  UndefBehaviorFix build of /dev/crypto engine with no-dynamic-engine...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-05  Richard LevitteERR: Rebuild all generated error headers and source...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-13  Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2021-01-11  John BaldwinClose /dev/crypto file descriptor after CRIOGET ioctl().
2021-01-07  Matt CaswellUpdate copyright year
2021-01-05  John BaldwinSupport session information on FreeBSD.
2021-01-05  John BaldwinUse CRIOGET to fetch a crypto descriptor when present.
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-17  Richard LevitteMSBLOB & PVK: Make it possible to write EVP_PKEYs with...
2020-12-13  Richard LevitteRemove unnecessary guards around MSBLOB and PVK readers...
2020-12-02  Richard LevitteAdd test to demonstrate the app's new engine key loading
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-19  Dr. David von Oheimbe_loader_attic.c: Improve result handling of file_load_...
2020-11-19  Dr. David von OheimbAllow for PKCS#12 input without MAC in p12_kiss.c and...
2020-11-19  Dr. David von Oheimbe_loader_attic.c: Remove redundant 'pass phrase' sub...
2020-11-11  Tomas MrazAvoid duplicate ends_with_dirsep functions
2020-11-06  Matt CaswellDon't clear the whole error stack when loading engines
2020-10-29  Pauliafalg: add a NULL pointer check
2020-10-21  Richard LevitteUnexport internal MSBLOB and PVK functions
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellFix some things the rename script didn't quite get...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-17  Daniel BeveniusFix typo in bind_loader_attic comment
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-03  Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-07-22  Pauliengines: fixed to work with EVP_*_meth calls deprecated
2020-07-16  Richard LevitteUpdate copyright year
2020-07-16  Pauli deprecate engines
2020-05-15  Matt CaswellUpdate copyright year
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-02-20  PauliDeprecate the low level RSA functions.
2020-02-06  Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-01-19  PauliDeprecate the low level SHA functions.
2020-01-06  Matt CaswellDeprecate the low level AES functions
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-18  Alistair FrancisAdd support for io_pgetevents_time64 syscall
2019-09-16  Richard LevitteUnify all assembler file generators
2019-09-16  Richard Levittebuild.info: For all assembler generators, remove all...
2019-08-02  Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-31  Richard LevitteAvoid using ERR_put_error() directly in OpenSSL code
2019-07-30  Bernd EdlingerUse OPENSSL_strlcpy instead of strncpy in e_afalg.c
2019-07-22  Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22  Rich SalzAdd ERR_put_func_error, and use it.
2019-07-16  Rich SalzRegenerate mkerr files
2019-07-02  Antoine CœurFix Typos
2019-06-17  Richard LevitteMove padlock_asm_src file information to build.info...
2019-05-31  RetropotenzaFix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev...
2019-04-02  Richard LevitteBuild cleanup: don't use SHARED_SOURCE with modules
2019-03-29  PauliEnsure that the struct msghdr is properly zeroed.
2019-03-19  Benjamin KadukFix strict-warnings build on FreeBSD
2019-03-05  Richard Levittepadlock: generate assembler source for static libraries too
2019-03-05  Richard LevitteDeprecate the "hw" configuration options, make "padlock...
2019-02-27  Richard LevitteMake the padlock engine build correctly
2019-02-22  Dr. Matthias St... engines/dasync: add explaining comments about AES-128...
2019-02-22  Eneas U de Queirozengines/e_devcrypto: set digest input_blocksize
2019-02-22  Eneas U de Queirozengines/e_devcrypto: fixes logic in close_devcrypto
2019-02-22  Eneas U de Queirozengines/e_devcrypto.c: fix cipher_ctrl function
2019-02-22  Eneas U de Queirozengines/build.info: fix devcrypto MODULES entry
2019-02-21  Matt CaswellFix dasync engine
2019-02-13  PauliFix master build.
2019-02-13  PauliMacro typo fix not propagated
2019-02-12  Eneas U de Queirozeng_devcrypto.c: close open session on init
2019-02-12  Eneas U de Queiroze_devcrypto: make the /dev/crypto engine dynamic
2019-02-11  Richard LevitteENGINE modules aren't special, so call them MODULES
2019-01-27  Ping Yuadd an additional async notification communication...
2019-01-22  Richard LevitteBuild: Change all _NO_INST to use attributes instead.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-10-05  Richard LevitteChange the build of engines to use ordinal files for...
2018-09-11  Matt CaswellUpdate copyright year
2018-09-11  Richard LevitteCAPI engine: add support for RSA_NO_PADDING
2018-06-23  Bernd EdlingerReplace accidentally used C99 macro __func__ with __FIL...
2018-06-22  Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-05-01  Matt CaswellUpdate copyright year
2018-04-26  Dr. Matthias St... Fix mixed indentation (and other whitespace issues)
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  JeffZhaoengines/asm/e_padlock*: add support for Zhaoxin's x86...
2018-03-14  Matt CaswellUse the TLSv1.3 record header as AAD
2018-02-14  Richard LevitteHarmonize the make variables across all known platforms...
next