openssl.git
2016-01-20 Richard LevitteAdd an engine destructor to eng_cryptodev.
2016-01-20 Richard LevitteAdapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CI...
2016-01-20 Rich SalzRemove update tags
2016-01-20 Rich SalzConsolidate "make update"
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-20 Dr. Stephen... make EVP_PKEY opaque
2016-01-19 Matt CaswellRemove the GOST engine
2016-01-19 Richard LevitteFix BSD -rpath parameter
2016-01-19 Viktor DukhovniAPI compat for SSLeay_add_ssl_algorithms
2016-01-19 Alessandro... Validate ClientHello session_id field length and send...
2016-01-19 Dr. Stephen... prf redirection build fixes
2016-01-19 Prayag VermaUpdate license year range to 2016
2016-01-19 Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-19 Dr. Stephen... Add documentation for EVP_PKEY_TLS1_PRF
2016-01-19 Dr. Stephen... add TLS1-PRF tests
2016-01-19 Dr. Stephen... Add TLS1-PRF test support to evp_test
2016-01-19 Dr. Stephen... use TLS PRF
2016-01-19 Dr. Stephen... Add TLS PRF method.
2016-01-19 Dmitry BelyavskyFix GOST2012-NULL-GOST12
2016-01-18 Viktor DukhovniDrop cached certificate signature validity flag
2016-01-18 Kristian AmlieDon't use "grep -q", "-q" is not POSIX, and fails on...
2016-01-18 Richard LevitteAdd some extra Cygwin targets as aliases for Cygwin-x86
2016-01-18 Richard LevitteAdjust the configuration target name from Cygwin-i686...
2016-01-18 Corinna VinschenFix configuration system to support different architect...
2016-01-18 Corinna VinschenDon't strip object files on Cygwin
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-18 Rich SalzFix build break; restore missing target
2016-01-17 Rich SalzFix function declarations.
2016-01-17 Rich SalzAccessor update; fix API, document one.
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-17 Rich SalzAdd some accessors.
2016-01-17 Rich SalzRT4247: Add missing patch
2016-01-16 Richard LevitteThe TLSProxy tests can't run if no-engine has been...
2016-01-16 Dr. Stephen... fix no-engine build
2016-01-16 Viktor DukhovniStart a new line after each sentence-ending period.
2016-01-16 Viktor DukhovniMake SSL_dane_enable() requirement more clear.
2016-01-16 Viktor DukhovniBetter invalid SNI name error handling
2016-01-16 Viktor DukhovniEmpty SNI names are not valid
2016-01-16 Rich SalzRT4247: Fix EVP_CIPHER_CTX opaque on sparc
2016-01-15 Dr. Stephen... free up gost ciphers
2016-01-15 Dr. Stephen... Add lookup_certs for a trusted stack.
2016-01-15 Zi LinNGX-2040 - fix wildcard match on punycode/IDNA DNS...
2016-01-15 Rich SalzFix typo
2016-01-15 Matt CaswellUpdate Windows installation instructions
2016-01-15 Matt CaswellRename INSTALL.W32 to INSTALL.WIN
2016-01-14 Richard LevitteSmall fixup, an extra line slipped in
2016-01-14 Viktor DukhovniCosmetic polish for last-resort depth 0 check
2016-01-14 Richard LevitteAvoid the r modifier for s/// (perl)
2016-01-14 Viktor DukhovniFix last-resort depth 0 check when the chain has multip...
2016-01-14 Benjamin KadukAdd a no-egd option to disable EGD-related code
2016-01-14 Rich SalzMake SSL_set_debug deprecated in 1.1
2016-01-14 Viktor DukhovniAlways initialize X509_STORE_CTX get_crl pointer
2016-01-14 Viktor DukhovniEditorial
2016-01-14 Richard LevitteIn __cwd, make sure the given directory is seen as...
2016-01-14 Richard LevitteRelax the requirements for a debug build
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-14 Viktor DukhovniEDH >= 1024 bits even at security level 0
2016-01-14 Richard LevittePrepare for 1.1.0-pre3-dev
2016-01-14 Richard LevittePrepare for 1.1.0-pre2 release OpenSSL_1_1_0-pre2
2016-01-14 Richard LevitteChange the last copyright year to 2016 in README
2016-01-14 Richard LevitteVMS open() doesn't take O_BINARY, but takes a context...
2016-01-14 Richard LevitteRename binmode into textmode and use it correctly
2016-01-14 Richard LevitteDo not use redirection on binary files
2016-01-14 Richard LevitteFall back to c_rehash if 'openssl rehash' fails
2016-01-14 Rich SalzCall single parent free_comp routine.
2016-01-14 Dr. Stephen... To avoid possible time_t overflow use X509_time_adj_ex()
2016-01-14 Viktor DukhovniFix double-free bugs in EC group precomputation state
2016-01-14 Richard LevitteAdd a directry spec for mcr if there is none
2016-01-13 Viktor DukhovniFix verify(1) to report failure when verification fails
2016-01-13 Viktor DukhovniFix nistp512 typos, should be nistp521
2016-01-13 Rich SalzAdd missing #ifdef's to fix build break
2016-01-13 Viktor DukhovniFor stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAX
2016-01-13 Matt CaswellFix test_ordinals
2016-01-13 Richard LevitteReorder the ordinals in libeay.num
2016-01-13 Richard LevitteRemove spurious ;
2016-01-13 Richard LevitteQuick fix of debugging option for mk1mf.pl.
2016-01-13 Richard LevitteVMS C doesn't provide intmax_t/uinmax_t, use our own
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-13 Richard LevitteRemove test_probable_prime_coprime from test/bntest.c
2016-01-13 Richard LevitteSimplify the EXIT macrot for VMS
2016-01-13 Dr. Stephen... recognise no-crypto-mdebug
2016-01-13 Richard LevitteVMS perl doesn't implement fork(), so don't run the...
2016-01-13 Viktor DukhovniFix DES_LONG breakage
2016-01-13 Viktor DukhovniFor stroimax need C99 inttypes.h
2016-01-13 Richard LevitteDon't return from main(), use EXIT() instead
2016-01-13 Richard LevitteHave the VMS exit code follow POSIX conventions
2016-01-13 Richard LevitteAfter EVP_CIPHER turned opaque, e_rc5.c needs to includ...
2016-01-13 Richard LevittePipes on VMS do not work well with binary data, use...
2016-01-13 Richard LevitteFix test/recipes/80-test_ca.t to work on VMS
2016-01-13 Richard LevitteVMS will downcase all command parameters unless they...
2016-01-13 Mathias BerchtoldFix missing casts for c++
2016-01-13 Viktor DukhovniMaximize time_t when intmax_t is available
2016-01-12 Rich SalzFix typo in error message
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Viktor DukhovniSTACK_OF(SSL_COMP) is a public type
2016-01-12 Dr. Stephen... fix jpaketest and correct comment
2016-01-12 Richard LevitteCorrect a small typo in CHANGES
2016-01-12 Richard LevitteAdd notes in CHANGES and NEWS
2016-01-12 Richard LevitteRemove unused internal macros
2016-01-12 Richard Levittemake update
next