openssl.git
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.
2016-02-10 Andy PolyakovConfigurations: engage x86[_64] ChaCha20 and Poly1305...
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 LevitteSimplify the specification of include dirs in the build dir
2016-02-10 Richard LevitteMake the processing of build.info files more aware...
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 MatGH649: Fix: version32.rc was not created on Windows
2016-02-09 Rich SalzPortability fix
2016-02-09 Andy PolyakovConfigurations: engage s390x ChaCha20 and Poly1305...
2016-02-09 Andy Polyakovs390x assembly pack: add ChaCha20 and Poly1305 modules.
2016-02-09 Quanah Gibson... GH645: Fix typo: ctificates -> certificates
2016-02-09 A J Mohan RaoGH646: Update help for s_server command.
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellAdd a CHANGES entry for auto-init and de-init
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 CaswellProvide documentation for auto-init/auto-deinit
2016-02-09 Matt CaswellAdd an OPENSSL_NO_AUTOERRINIT option
2016-02-09 Matt CaswellProvide a thread stop API
2016-02-09 Matt CaswellClean up the tests for auto-init/de-init
2016-02-09 Matt CaswellGet the apps to use auto-init/de-init
2016-02-09 Matt CaswellAuto init/de-init libssl
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-09 Matt CaswellProvide framework for auto initialise/deinitialise...
2016-02-09 Richard LevitteFix 90-test_networking.t
2016-02-09 Richard LevitteUse rel2abs() on VMS, rather than realpath()
2016-02-09 Richard LevitteUpdate 90-test-networking.t to do the same checks as...
2016-02-09 Richard Levitteunified build scheme: adjust test framework for out...
2016-02-09 Richard Levitteunified build scheme: adjust some scripts
2016-02-09 Richard Levitteunified build scheme: add a design document
2016-02-09 Richard Levitteunified build scheme: add and document the "unified...
2016-02-08 Richard LevitteSmall fixes
2016-02-08 Dr. Stephen... add missing file p12_lcl.h
next