openssl.git
2016-02-13 Viktor DukhovniFix some issues near recent chomp changes.
2016-02-13 Dr. Stephen... fix warnings on 32 bit builds
2016-02-12 Richard LevitteWe need the linked utils after a full build.
2016-02-12 Richard LevitteUnified build - fix make depend
2016-02-12 Viktor DukhovniMove brace outside #ifdef
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 PolyakovUpdate .gitignore.
2016-02-12 Andy Polyakov.travis.yml: exclude gcc from MacOS X CI builds.
2016-02-12 Rich SalzPut user flags last for priority.
2016-02-12 Andy Polyakovec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious...
2016-02-12 Richard LevitteNow that we have good verbosity, turn it on for Travis
2016-02-12 Richard LevitteDocument the changes in "make test" behavior
2016-02-12 Richard LevitteLet all TLSProxy based tests display debug text conditi...
2016-02-12 Richard LevitteRethink logging of test recipes
2016-02-12 Richard LevitteBetter workaround for VMS getnameinfo() bug
2016-02-12 Richard LevitteAdjust transfer::Text::Template.pm for alternate direct...
2016-02-12 Emilia KasperRT 3854: Update apps/req
2016-02-12 Richard LevitteRemove last chomps
2016-02-12 Matt CaswellFix the enable-ssl-trace config option
2016-02-12 Richard Levittemake generate
2016-02-12 Richard LevitteGenerate progs.h from a bunch of files instead of inter...
2016-02-11 Dr. Stephen... Typo: only return error if unrecognise bag type.
2016-02-11 Richard LevitteState the minimum Perl version that our scripts will...
2016-02-11 Richard LevittePerl's chop / chomp considered bad, use a regexp instead
2016-02-11 Dr. Stephen... update ciphers manual page
2016-02-11 Dr. Stephen... Remove static ECDH support.
2016-02-11 Andy Polyakovperlasm/x86_64-xlate.pl: pass pure constants verbatim.
2016-02-11 Andy Polyakovutil/mk1mf.pl: use LINK_CMD instead of LINK variable.
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 Richard LevitteAdd the generate mechanism from unixmake to unix-Makefi...
2016-02-11 Dr. Stephen... Don't check self signed certificate signature security.
2016-02-11 Viktor DukhovniFix MacOS/X build warnings
2016-02-11 Rich SalzDon't add filename comment.
2016-02-11 Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-11 Toshikuni FukayaRT3495: Add a hash for faster dup detection.
2016-02-11 Rich SalzFix GH 327.
2016-02-11 Richard LevitteMake util/mkrc.pl location agnostic and adapt Makefile...
2016-02-11 Richard LevitteMake shared library targets more consistent
2016-02-11 Dr. Stephen... Fix engine key support in cms and req utilities.
2016-02-11 Dr Stephen... Test for and use AES CSP for RSA if present.
2016-02-11 Richard LevitteAdd support for shared_rcflag, useful for windres ...
2016-02-11 Richard LevitteModernise the mingw cflags and ldflags
2016-02-11 Richard LevitteUnified build: Keep track of generated header files
2016-02-11 Richard LevitteRemove the "make depend" message
2016-02-11 Viktor DukhovniSimplify ssl_cert_type() by taking advantage of X509_ge...
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 LevitteThe protocol variable has lost its use, remove it
2016-02-11 Richard LevitteRework BIO_ADDRINFO_protocol() to return correct values
2016-02-11 Matt CaswellFix errstr error code parsing
2016-02-11 Richard LevitteMake comment match reality
2016-02-11 Dr. Stephen... use consistent error messages
2016-02-11 Dr. Stephen... Print out bad content octets.
2016-02-10 Richard LevitteAfter auto init, check that the deprecated functions...
2016-02-10 Richard LevitteChange the VMS perl pointer from SF file store to the...
2016-02-10 Rich SalzAfter renaming init, update errors.
2016-02-10 Rich SalzBIO_PAIR_DEBUG did nothing; remove it.
2016-02-10 Richard LevitteUse the protocol we know rather than BIO_ADDRINFO_proto...
2016-02-10 Richard LevitteDon't assert protocol equality
2016-02-10 Todd ShortAdd CHACHA20 alias for ciphers.
2016-02-10 Dmitry-MeEnsure allocation size fits into size_t
2016-02-10 Dr. Stephen... typo
2016-02-10 Richard LevitteProduce buildinf.h on Windows the same way as on Unix
2016-02-10 Richard LevitteQuote the CFLAG in Unixly Makefiles, for buildinf.h
2016-02-10 Richard LevitteMake sure to escape backslashes and single quotes for...
2016-02-10 Richard LevitteMake it possible to get ENGINESDIR info from OpenSSL_ve...
2016-02-10 Matt CaswellAdd some documentation about init after deinit
2016-02-10 Matt CaswellUpdate CHANGES following init function renaming
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 DukhovniImprove recent option help string additions
2016-02-10 Viktor DukhovniDeprecate the -issuer_checks debugging option
2016-02-10 Richard LevitteThe guard macro to be defined didn't match the guard...
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 Levitteunified build system: add CHANGES & NEWS
2016-02-10 Richard Levitteunified build scheme: rewrite INSTALL.VMS
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 instructions for travis to...
2016-02-10 Richard Levitteunified build scheme: Try to nudge users to try the...
2016-02-10 Richard Levitteunified build scheme: add the tweaks to build on Cygwin...
2016-02-10 Richard Levitteunified build scheme: add a "unified" template for...
2016-02-10 Richard Levitteunified build scheme: give util/dofile.pl the possibili...
2016-02-10 Richard LevitteConfigure et al: move the installation directory logic...
2016-02-10 Richard LevitteConfigure et al: treat C defines separately
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 Polyakovms/uplink-x86.pl: make it work.
2016-02-10 Andy Polyakovchacha/asm/chacha-x86.pl: fix nasm compilation.
next