openssl.git
2016-03-14 Emilia KasperTravis: build tests in BUILDONLY mode
2016-03-14 Andy Polyakovconfig: fix HP-UX PA-RISC detection.
2016-03-14 Andy Polyakovs390x assembly pack: 32-bit fixups.
2016-03-14 Andy Polyakovbuild.info/Makefile.in: Itanium fixups.
2016-03-14 Andy Polyakovengines/Makefile.in: some [older] shell complain about...
2016-03-14 Matt CaswellFix the init cleanup order
2016-03-14 Matt CaswellAdd some missing cleanup calls to de-init
2016-03-14 Richard LevitteFix freeze in config's interrupt trap with some shells
2016-03-14 Richard LevitteEnforce the demand for Perl 5.10.0 as a minimum.
2016-03-14 Richard LevitteFix a few Configure errors
2016-03-14 Dr. Stephen... Document X509_get_serialNumber and X509_set_serialNumber.
2016-03-13 Dr. Stephen... Add EVP_PKEY documentation.
2016-03-13 Richard LevitteChange an function macro for ERR match the function...
2016-03-13 Richard LevitteComplete incomplete makefile variable referenses
2016-03-12 Richard LevitteCollect the names of generated files and clean them...
2016-03-12 Richard LevitteAdd $(LIB_CFLAGS) for any build.info generator that...
2016-03-12 Richard LevitteUse single quotes rather than double quotes when needed
2016-03-12 Richard LevitteHarmonize Unix Makefile template with Windows dito
2016-03-12 Emilia KasperFix memory leak in library deinit
2016-03-12 Rich SalzAdd doc on when to use SCT callback.
2016-03-12 Emilia KasperWorkaround for false -Warray-bounds in Travis
2016-03-12 Emilia KasperFix no-comp build
2016-03-12 Rich SalzFix build break; add function declaration
2016-03-12 Richard LevitteWhen creating directory specs, use srctop_dir rather...
2016-03-12 Richard LevitteAvoid sed for dependency post-processing
2016-03-12 Richard LevitteBecause bn_expand2 is declared non-static, it must...
2016-03-11 Matt CaswellRemove some dead code from 1999
2016-03-11 Matt CaswellDon't clobber the last error
2016-03-11 Matremoved extra define
2016-03-11 MatFix no-blake2 for Windows classic build
2016-03-11 Dr. Stephen... make update
2016-03-11 Dr. Stephen... Make X509_SIG opaque.
2016-03-11 Richard LevitteSome sed implementations are not greedy enough, use...
2016-03-11 Rich SalzMake update to catch function renames.
2016-03-11 Kurt RoeckxUse unsigned int instead of just unsigned.
2016-03-11 Kurt RoeckxSave leaf_node and node_offset as character array
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-11 Dr. Stephen... move DSA_SIG definition into C source file
2016-03-11 Andy Polyakovcrypto/*/build.info: make it work on ARM platforms.
2016-03-11 Andy Polyakovcrypto/*/build.info: SPARC-specific fixups.
2016-03-11 Andy PolyakovConfigurations/unix-Makefile.tmpl: don't leave empty...
2016-03-11 Andy PolyakovConfigure: remove dependency on 'head'.
2016-03-11 Rob Percivalconstify CT_POLICY_EVAL_CTX getters
2016-03-11 Rob PercivalSurround ctx_set_ctlog_list_file() with #ifndef OPENSSL...
2016-03-11 Matt CaswellSuppress CT warnings in test_ssl
2016-03-11 Richard LevitteAvoid getting unresolved referense to bn_expand2 in...
2016-03-11 Matt CaswellCall CONF_modules_free() before ENGINE_cleanup() in...
2016-03-11 MatFix no-rmd160 classic Windows build
2016-03-11 Richard LevitteDon't build dynamic engines unless configured "shared"
2016-03-11 Richard LevitteHarmonise the two methods to generate dependency files
2016-03-11 Matt CaswellMore tweaks to the installation instructions
2016-03-10 Richard LevitteFix some assembler generating scripts for better unific...
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-10 Richard LevitteIn the recipe using "makedepend", make sure the object...
2016-03-10 Richard LevitteConfigure - don't trust $1 to stick around, save its...
2016-03-10 Matt CaswellFix a memory leak in the afalg engine
2016-03-10 Richard LevitteHarmonize the option processing in 'config' and 'config...
2016-03-10 Richard LevitteAdd cleaning targets to Configurations/windows-makefile...
2016-03-10 Richard LevitteThe typedef ECPARAMETERS is already defined, don't...
2016-03-10 David WoodhouseAllow OPENSSL_NO_SOCK in e_os.h even for non-Windows...
2016-03-10 Matt CaswellRemove a missed item from the old thread API
2016-03-10 Matt CaswellMark SRP_VBASE_get_by_user() as deprecated
2016-03-10 Matt CaswellNo need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CT...
2016-03-10 Richard LevittePass down inclusion directories to source file generators
2016-03-10 Richard LevitteTravis - add missing semi-colon
2016-03-10 Todd ShortUpdate .gitignore to ignore all cscope files
2016-03-10 Viktor Szakatsremove ms/.rnd and add it to .gitignore
2016-03-10 Rich SalzRT3676 add: Export ASN.1 DHparams
2016-03-10 Richard LevitteTravis - don't use ccache with cross compiles
2016-03-10 Benjamin KadukAvoid negative array index in BIO_debug_callback()
2016-03-10 Benjamin KadukCT: check some GeneralizedTime return values
2016-03-10 Richard LevitteWhen configured "shared", don't build static libraries...
2016-03-10 Richard LevitteMake util/mk1mf.pl recognise no-weak-ssl-ciphers
2016-03-10 Jim BasneyAvoid double-free in calleres to OCSP_parse_url
2016-03-10 MatFix return type for CRYPTO_THREAD_run_once
2016-03-10 Viktor DukhovniAdd X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag
2016-03-10 Richard LevitteRemove duplicate typedef of ECPKPARAMETERS in ec.h
2016-03-10 Kurt RoeckxRun make update
2016-03-10 Richard LevitteTravis - the source directory is _srcdist, not _srcdir
2016-03-09 Richard LevitteCorrect slight logic error in processing IF in build...
2016-03-09 Richard LevitteWhen grepping something starting with a dash, remember...
2016-03-09 Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09 Kurt RoeckxUse version flexible method instead of fixed version
2016-03-09 Kurt RoeckxUse minimum and maximum protocol version instead of...
2016-03-09 Kurt RoeckxFix usage of OPENSSL_NO_*_METHOD
2016-03-09 Kurt RoeckxMove disabling of RC4 for DTLS to the cipher list.
2016-03-09 Kurt RoeckxRemove DES cipher alias
2016-03-09 Kurt RoeckxUpdate ciphers -s documentation
2016-03-09 Kurt RoeckxDocument SSL_get1_supported_ciphers
2016-03-09 Kurt RoeckxIDEA is not supported in TLS 1.2
2016-03-09 Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-09 Kurt RoeckxAdd ssl_get_client_min_max_version() function
2016-03-09 Kurt RoeckxMake SSL_CIPHER_get_version return a const char *
2016-03-09 Kurt RoeckxRemove unused code
2016-03-09 Kurt RoeckxMake function to convert version to string
next