]> git.ipfire.org Git - thirdparty/openssl.git/history - engines
GH787: Fix ALPN
[thirdparty/openssl.git] / engines /
2016-03-08  Richard LevitteFix engine/asm/e_padlock-x86.pl for newer semantics
2016-03-07  Matt CaswellRefactor dasync cipher implementations to improve code...
2016-03-07  Matt CaswellMove the _hidden_* static variables in dasync to be...
2016-03-07  Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07  Matt CaswellAdd dummy pipeline support for aes128_cbc_hmac_sha1
2016-03-07  Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-03-07  Richard LevitteFix the build tree include directory for afalg engine
2016-03-07  Richard LevitteUnified - adapt the generation of padlock assembler...
2016-03-07  Alessandro GhediniGH804: Fix unused-result warnings in dasync
2016-03-07  Matt CaswellFix some clang warnings
2016-03-07  cluceyAdding afalg test
2016-03-07  Matt CaswellMisc afalg build fixes
2016-03-07  cluceyRework based on feedback:
2016-03-07  cluceyALG: Add AFALG engine
2016-02-29  Viktor SzakatsGH758: e_dasync_err.h: honor no-filenames option
2016-02-29  Matt CaswellRefactor the async wait fd logic
2016-02-29  Richard LevitteAdd forgotten change of check of disabled-dynamic-engine
2016-02-26  Matt CaswellRemove Ubsec engine
2016-02-20  Richard LevitteBuild dynamic engines even if configured "no-shared"
2016-02-20  Richard LevitteAlways build library object files with shared library...
2016-02-19  Richard LevitteBig rename fest of engine DSO names, from libFOO.so...
2016-02-19  Richard LevitteBig rename fest in makefile.shared: link_a / link_o...
2016-02-18  Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-17  David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-13  Richard LevittePass $(CC) to perlasm scripts via the environment
2016-02-12  Richard LevitteRename INSTALL_PREFIX to DESTDIR, remove option --insta...
2016-02-11  Dr Stephen HensonTest for and use AES CSP for RSA if present.
2016-02-10  Richard Levitteclean away old VMS cruft
2016-02-10  Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10  Richard LevitteSimplify the specification of include dirs in the build dir
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-02-06  Richard LevitteEnhance and clear the support of linker flags
2016-02-01  Richard Levitteunified build scheme: add build.info files
2016-01-29  Rich SalzTemplatize util/domd
2016-01-29  Richard LevitteConfigure et al: split up the lflags configuration...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-25  Richard LevitteSmall Makefile.in cleanup
2016-01-20  Rich SalzRemove update tags
2016-01-19  Matt CaswellRemove the GOST engine
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-15  Dr. Stephen Hensonfree up gost ciphers
2016-01-12  Rich SalzMove Makefiles to Makefile.in
2016-01-12  Richard Levittemake update
2016-01-12  Richard LevitteAdapt all engines that need it to opaque EVP_CIPHER
2016-01-12  Richard LevitteAdapt cipher implementations to opaque EVP_CIPHER_CTX
2016-01-07  Rich Salzmem functions cleanup
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-15  Rich SalzRemove GMP engine.
2015-12-09  Dr. Stephen Hensonmake update
2015-12-09  Dr. Stephen Hensonremove ecdsa.h header references.
2015-12-07  Richard LevitteAdapt all engines that add new EVP_MDs
2015-12-07  Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02  Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-12-02  Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-11-22  Kurt RoeckxUpdate dasync to use size_t for the sha1 update
2015-11-20  Matt CaswellRename some daysnc functions for consistency
2015-11-20  Matt CaswellInitial Async notify code changes
2015-11-20  Matt CaswellAdd the Dummy Async engine (dasync)
2015-11-09  Matt CaswellContinue malloc standardisation in engines
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-15  Matt CaswellRemove Obsolete engines
2015-09-29  Andy Polyakovengine/e_capi.c: fix various warnings.
2015-09-29  Andy PolyakovFix prototypes in e_ossttest.c.
2015-09-29  Andy PolyakovRationalize .gitignore and harmonize pair of Makefiles.
2015-09-25  Matt CaswellChange ossltest engine to manually allocate cipher_data
2015-09-03  Rich Salzremove 0 assignments.
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-08-26  Rich SalzBN_bin2bn handle leading zero's
2015-08-11  Rich SalzRemove Gost94 signature algorithm.
2015-08-11  Matt Caswellmake update
2015-08-11  Richard LevitteUse dynamic engine for libssl test harness
2015-08-11  Matt CaswellAdd OSSLTest Engine
2015-05-26  Matt CaswellFix error check in GOST engine
2015-05-23  Richard LevitteFix update and depend in engines/
2015-05-22  Richard LevitteFix the update target and remove duplicate file updates
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-02  Richard LevitteRemove obsolete make variables
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree NULL cleanup 11
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-28  Rich Salzremove malloc casts
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-04-15  Emilia KasperInitialize variable
2015-03-31  Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31  Richard LevitteStop symlinking, move files to intended directory
2015-03-30  Richard LevitteInitialised 'ok' and redo the logic.
2015-03-28  Rich Salzfree NULL cleanup
2015-03-25  Rich Salzfree NULL cleanup.
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Matt CaswellFix return checks in GOST engine
2015-03-25  Matt CaswellFix misc NULL derefs in sureware engine
2015-03-25  Rich Salzfree NULL cleanup
2015-03-24  Dr. Stephen Hensonmake ASN1_OBJECT opaque
2015-02-22  Edgar PekFix null-pointer dereference
next