]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-03-07  Richard LevitteMake OpenSSL::Test::setup() a bit more forgiving
2016-03-07  David WoodhouseElide EVP_read_pw_string() and friends for no-ui
2016-03-07  Benjamin KadukGH768: Minor grammar nits in CRYPTO_get_ex_new_index.pod
2016-03-07  Richard LevitteUnified - adapt the generation of padlock assembler...
2016-03-07  Richard LevitteUnified - adapt the generation of bignum assembler...
2016-03-07  Richard LevitteUnified - Add the build.info command OVERRIDE, to avoid...
2016-03-07  Richard LevitteUnified - Adapt the Unix and VMS templates to support...
2016-03-07  Richard LevitteUnified - Add the build.info command GENERATE, to gener...
2016-03-07  Matt CaswellAdd a function to detect if we have async or not
2016-03-07  Alessandro... GH804: Fix unused-result warnings in dasync
2016-03-07  Billy Brumleydocumentation and duplicate goto statements
2016-03-07  Billy Brumleymove ifdef statements
2016-03-07  Billy BrumleyNIST SP800-56A co-factor ECDH KATs
2016-03-07  Matt CaswellRemove use of CRYPTO_LOCK_INIT in init code
2016-03-07  Matt CaswellSwap the init code to use the new Thread API thread...
2016-03-07  Matt CaswellSwap the init code to use CRYPTO_ONCE
2016-03-07  Dr. Stephen... make update
2016-03-07  Dr. Stephen... Update documentation
2016-03-07  Dr. Stephen... Make PKCS8_PRIV_KEY_INFO opaque.
2016-03-07  Andrea GrandiAdd support to ASYNC_WAIT_CTX to speed
2016-03-07  Andrea GrandiRemove unnecessary memset() to 0 and check for NULL...
2016-03-07  Andrea GrandiFix the error with RSA and the daysnc engine in async...
2016-03-07  Andrea GrandiAdd support for async jobs in OpenSSL speed
2016-03-07  Emilia KasperRework the default cipherlist.
2016-03-07  Andy PolyakovMakefile.in: populate [PLIB_]LDFLAG even with $target...
2016-03-07  Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-07  Emilia KasperRestore some mingw builds
2016-03-07  Andy Polyakovperlasm/x86_64-xlate.pl: handle binary constants early.
2016-03-07  Matt CaswellFix some clang warnings
2016-03-07  Matt CaswellFix minor errors in the afalg test
2016-03-07  cluceyAdding afalg test
2016-03-07  Matt CaswellFix OPENSSL_INIT flags to avoid a clash.
2016-03-07  Matt CaswellMisc afalg build fixes
2016-03-07  cluceyRework based on feedback:
2016-03-07  cluceyALG: Add AFALG engine
2016-03-07  Emilia KasperTrim Travis config part 2
2016-03-06  Emilia KasperTrim the Travis config
2016-03-05  Rich SalzGH616: Remove dead code
2016-03-05  Richard LevitteNo -fno-common for Darwin
2016-03-05  Richard LevitteNew ordinal files, recreated from scratch
2016-03-05  Richard LevitteChange names of ordinals and libs, libeay => libcrypto...
2016-03-05  Richard LevitteRemove the old ordinals
2016-03-05  Dr. Stephen... use saner default parameters for scrypt
2016-03-04  Kurt RoeckxDisable SSLv3 by default
2016-03-04  Kurt RoeckxDon't mark the eNULL ciphers as non-default.
2016-03-04  Emilia KasperCurve25519: fix const-initialization
2016-03-04  Dr. Stephen... Add ASN.1 ADB callback.
2016-03-04  Dmitry-MeGH784: Better variable name
2016-03-04  Rob PercivalMake formatting consistent in apps/Makefile.in
2016-03-04  Rob PercivalRemove redundant semi-colons from apps/Makefile.in
2016-03-04  Rob PercivalDocumentation for new CT s_client flags
2016-03-04  Rob PercivalDocumentation for new SSL functions
2016-03-04  Rob PercivalHandle empty log name in "enable_logs" line of the...
2016-03-04  Rob PercivalHandle missing "enabled_logs" line in CT log file
2016-03-04  Rob PercivalIf a CT log entry in CTLOG_FILE is invalid, skip it...
2016-03-04  Rob PercivalExtends s_client to allow a basic CT policy to be enabled
2016-03-04  Rob PercivalChange default CT log list filename to "ct_log_list...
2016-03-04  Rob PercivalAdds CT validation to SSL connections
2016-03-04  Rich SalzChanges to DEFAULT curves
2016-03-04  Emilia KasperCurve25519: avoid undefined behaviour
2016-03-04  Andy Polyakovchacha/asm/chacha-ppc.pl: fix typo.
2016-03-04  Matt CaswellDon't build RC4 ciphersuites into libssl by default
2016-03-04  Viktor DukhovniImproved HKDF and TLS1-PRF documentation
2016-03-04  Richard LevitteCorrection, $disabled{shared} rather than $config{no_sh...
2016-03-04  Richard LevitteRestore the zlib / zlib-dynamic logic
2016-03-04  Dr. Stephen... Sanity check PVK file fields.
2016-03-04  FdaSilvaYYGH773: Possible leak on CRYPTO_THREAD_lock_new failure
2016-03-04  Viktor SzakatsGH781: openssl.spec: use secure urls
2016-03-04  Dmitry-MeGH769: Reuse strndup()
2016-03-03  Alessandro... GH355: Implement HKDF
2016-03-03  Richard LevitteRemove overzealous echoing
2016-03-03  Dr. Stephen... Add KDF support to pkeyutl. Update documentation.
2016-03-03  Emilia KasperClean up curve25519 build
2016-03-03  Dr. Stephen... update NEWS
2016-03-03  Dr. Stephen... fix no-ec build
2016-03-03  Emilia KasperRefactor ClientHello extension parsing
2016-03-02  Dr. Stephen... make update
2016-03-02  Dr. Stephen... add kdf.h to mkdef.pl
2016-03-02  Dr. Stephen... Add KDF error codes
2016-03-02  Dr. Stephen... make update
2016-03-02  Dr. Stephen... Generalise KDF test in evp_test.c
2016-03-02  Dr. Stephen... Convert PRF tests to use Ctrl
2016-03-02  Dr. Stephen... Add Ctrl keyword to KDF test in evp_test
2016-03-02  Dr. Stephen... Add string ctrl operations to TLS1 PRF, update document...
2016-03-02  Dr. Stephen... Use utility functions for HMAC and CMAC.
2016-03-02  Dr. Stephen... EVP_PKEY_CTX utility functions.
2016-03-02  Dr. Stephen... make errors
2016-03-02  Dr. Stephen... Handle KDF internally.
2016-03-02  Richard LevitteDocument the changes in config settings
2016-03-02  Richard LevitteDon't copy from %target to %config so much, see %config...
2016-03-02  Richard LevitteConfigure - Get rid of the special thread_cflag, replac...
2016-03-02  Richard LevitteConfigure - get rid of the special debug_ and release_...
2016-03-02  Richard LevitteMinimize copied config settings
2016-03-02  Richard LevitteConfigure - move the addition of the zlib / libz lib...
2016-03-02  Richard LevitteConfigure - Rename BASE to DEFAULTS and add a few inher...
2016-03-02  Richard LevitteConfigure - Allow CODErefs and ARRAYrefs in configurati...
2016-03-02  Matt CaswellEnsure Async is deinited properly
2016-03-02  Matt CaswellConvert ASYNC code to use new Thread API
2016-03-02  Christian HeimesProvide getters for default_passwd_cb and userdata
2016-03-02  Emilia Kaspercurve25519: add missing const-qualifier
next