]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2016-03-09  Kurt RoeckxConstify security callbacks
2016-03-09  Rob PercivalDocumentation for ctx_set_ctlog_list_file()
2016-03-09  Rob PercivalMinor improvement to formatting of SCT output in s_client
2016-03-09  Rob PercivalDo not display a CT log error message if CT validation...
2016-03-09  Rich SalzRT3676: Expose ECgroup i2d functions
2016-03-09  Richard LevitteComment away the extra checks in Configure
2016-03-09  Richard LevitteMake ct_dir and certs_dir static in test/ct_test.c
2016-03-09  Richard LevitteFix ct_test to not assume it's in the source directory
2016-03-09  Rob PercivalDocument importance of CTLOG_STORE outliving SCT if...
2016-03-09  Rob PercivalMake SCT literals into const variables in ct_test.c
2016-03-09  Rob PercivalMakes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
2016-03-09  Rob PercivalRemoves SCT_LIST_set_source and SCT_LIST_set0_logs
2016-03-09  Rob PercivalMakes SCT_get0_log return const CTLOG*
2016-03-09  Rob PercivalMakes CTLOG_STORE_get0_log_by_id return const CTLOG*
2016-03-09  Rob PercivalImproved documentation of SCT_CTX_* functions
2016-03-09  Rob PercivalUpdates ct_err.c
2016-03-09  Rob PercivalRemove unnecessary call to SCT_set1_extensions(sct...
2016-03-09  Rob PercivalReset SCT validation_status if the SCT is modified
2016-03-09  Rob PercivalUse SCT_VERSION_V1 in place of literal 0 in ct_test.c
2016-03-09  Rob PercivalFixes "usuable" typo in ct_locl.h
2016-03-09  Rob PercivalTreat boolean functions as booleans
2016-03-09  Rob PercivalMake parameters of CTLOG_get* const
2016-03-09  Rob PercivalExtensive application of __owur to CT functions that...
2016-03-09  Rob PercivalMakes SCT_LIST_set_source return the number of successes
2016-03-09  Todd ShortFix locking in ssl_cert_dup()
2016-03-09  Richard LevitteRestore building out of source with the unified build...
2016-03-09  Richard LevitteCT test can't run without EC, so skip it on that algo...
2016-03-09  Richard LevitteFix ct_test to not assume it's in the source directory
2016-03-09  Matt CaswellUpdate CHANGES and NEWS
2016-03-09  Matt CaswellFix classic build
2016-03-09  Richard LevitteIn build.info, an IF within a clause that's skipped...
next