]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Prepare for 1.1.0-pre4-dev
[thirdparty/openssl.git] / crypto /
2016-02-14  Rich SalzMake the BIO_ADDR param optional.
2016-02-14  Viktor DukhovniFixes to make no-deprecated work again
2016-02-14  Andy Polyakovchacha/asm/chacha*: ensure that zero length is handled...
2016-02-14  Andy Polyakovchacha/asm/chacha-x86[_64].pl: fix typos and logical...
2016-02-14  Richard LevitteMake the use of mdebug backtrace a separate option
2016-02-14  Richard LevitteDeclare DllMain internally
2016-02-14  Richard LevitteMake sure a socklen_t can compare with a sizeof() result
2016-02-13  Andy Polyakovcrypto/poly1305: add floating-point reference implement...
2016-02-13  Richard LevittePass $(CC) to perlasm scripts via the environment
2016-02-13  Andy PolyakovConfigurations: engage PPC ChaCha20 and Poly1305 modules.
2016-02-13  Andy PolyakovPPC assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-13  Viktor Szakatsasync_win.c: remove unused variable
2016-02-13  Dmitry-MeGH643: Cleanup header analysis
2016-02-13  Andy PolyakovC64x+ assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-13  Andy PolyakovARM assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-13  Rob PercivalDefines OSSL_SSIZE_MAX
2016-02-13  Viktor DukhovniFix some issues near recent chomp changes.
2016-02-12  Andy Polyakovevp/e_des[3].c: address compiler warnings, fix formatting.
2016-02-12  Andy Polyakovmodes/ctr128.c: pay attention to ecount_buf alignment...
2016-02-12  Richard LevitteRename INSTALL_PREFIX to DESTDIR, remove option --insta...
2016-02-12  Andy Polyakovec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious...
2016-02-12  Richard LevitteBetter workaround for VMS getnameinfo() bug
2016-02-11  Dr. Stephen HensonTypo: only return error if unrecognise bag type.
2016-02-11  Richard LevittePerl's chop / chomp considered bad, use a regexp instead
2016-02-11  Andy Polyakovperlasm/x86_64-xlate.pl: pass pure constants verbatim.
2016-02-11  Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: MacOS X portability...
2016-02-11  Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: fix mingw64 build.
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-02-11  Rich SalzFix GH 327.
2016-02-11  Rich SalzGH620: second diff from rt-2275, adds error code
2016-02-11  Rich SalzCheck malloc
2016-02-11  Rich SalzMissing header include.
2016-02-11  Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-11  Richard LevitteAdd inclusion directory crypto/include for BN compilations
2016-02-11  Richard LevitteRework BIO_ADDRINFO_protocol() to return correct values
2016-02-11  Dr. Stephen Hensonuse consistent error messages
2016-02-11  Dr. Stephen HensonPrint out bad content octets.
2016-02-10  Richard LevitteAfter auto init, check that the deprecated functions...
2016-02-10  Rich SalzAfter renaming init, update errors.
2016-02-10  Rich SalzBIO_PAIR_DEBUG did nothing; remove it.
2016-02-10  Dmitry-MeEnsure allocation size fits into size_t
2016-02-10  Richard LevitteQuote the CFLAG in Unixly Makefiles, for buildinf.h
2016-02-10  Richard LevitteMake it possible to get ENGINESDIR info from OpenSSL_ve...
2016-02-10  Matt CaswellAttempt to log an error if init failed
2016-02-10  Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10  Matt CaswellVariable was declared static when it shouldn't be
2016-02-10  Viktor DukhovniDeprecate the -issuer_checks debugging option
2016-02-10  Rich SalzUpdate unified build after store removal
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10  Rich SalzNo dynamic-init fix; merge goof.
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 Levitteunified build scheme: add a "unified" template for...
2016-02-10  Richard LevitteConfigure et al: move the installation directory logic...
2016-02-10  Rich SalzCan't re-init after stop.
2016-02-10  Rich SalzRemove store.
2016-02-10  Matt CaswellIf we've not been inited don't deinit
2016-02-10  Andy Polyakovchacha/asm/chacha-x86.pl: fix nasm compilation.
2016-02-10  Andy Polyakovpoly1305/poly1305.c: work around -Wshadow warnings...
2016-02-10  Andy Polyakovx86[_64] assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-10  Richard LevitteVMS getnameinfo() seems to have a bug with returned...
2016-02-10  Richard LevitteMake sure to always include string.h so memset gets...
2016-02-10  Rich SalzDon't run RC4 test with no-rc4
2016-02-10  Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-09  Matt CaswellMake some global variables static
2016-02-09  Matt CaswellNULL the thread_local_inits_st pointer after use
2016-02-09  Matt CaswellStop library before checking for mem leaks
2016-02-09  Rich SalzPortability fix
2016-02-09  Andy Polyakovs390x assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-09  Matt CaswellUpdates for auto init/deinit review comments
2016-02-09  Matt CaswellCorrect copyright date for internal header file
2016-02-09  Matt CaswellUpdate build.info files for auto-init/de-init
2016-02-09  Matt CaswellAvoid a race condition in loading config settings
2016-02-09  Matt CaswellAdd an OPENSSL_NO_AUTOERRINIT option
2016-02-09  Matt CaswellProvide a thread stop API
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-02-09  Matt CaswellProvide framework for auto initialise/deinitialise...
2016-02-08  Richard LevitteSmall fixes
2016-02-08  Dr. Stephen Hensonadd missing file p12_lcl.h
2016-02-08  Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08  Richard LevitteFollowing the PKCS#12 update, update crypto/pkcs12...
2016-02-08  Dr. Stephen Hensonfix various formatting issues
2016-02-08  Dr. Stephen Hensonuse new function names
2016-02-08  Dr. Stephen HensonAdd p12_sbag.c to Makefile.in
2016-02-08  Dr. Stephen HensonReorganise functions.
2016-02-08  Dr. Stephen HensonUse new names
2016-02-08  Dr. Stephen HensonRename PKCS12 function
2016-02-08  Dr. Stephen Hensonpkcs12 accessors
2016-02-08  Dr. Stephen Hensonmore PKCS12 opacity
2016-02-08  Dr. Stephen HensonNew PKCS12 accessors, change macros to functions.
2016-02-08  Dr. Stephen HensonMake PKCS12 structures opaque
2016-02-08  Rich SalzGH641: Don't care openssl_zmalloc
2016-02-08  Andy Polyakovbio/b_sock.c: cleanup obsolete stuff.
2016-02-08  Andy Polyakovbn/Makefile.in: remove obsolete rules.
2016-02-08  Roumen Petrovavoid crash if hostserv is with host part only
2016-02-08  Rich SalzGH322 revisited: remove unused function.
2016-02-06  Dr. Stephen Hensonif no comparison function set make sk_sort no op
2016-02-06  Richard LevitteEnhance and clear the support of linker flags
2016-02-05  Matt CaswellAdd a BIO_ADDR_clear function
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
next