openssl.git
2016-03-08 Alessandro... make update
2016-03-08 Alessandro... Convert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_UI to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_BIO to new multi-threading API
2016-03-08 Richard LevitteOnly enable ccache if it's available
2016-03-08 Richard LevitteUse ccache for the unified builds
2016-03-08 Richard LevitteFor unified builds, make a separate build directory...
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
2016-03-08 Rich SalzFix build; ssltest
2016-03-08 Richard LevitteTweak some more information in INSTALL
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-08 Matt CaswellAdd an SSL_has_pending() function
2016-03-08 Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-08 Todd ShortAdd cipher query functions
2016-03-08 Alessandro... Convert ERR_STRING_DATA to new multi-threading API
2016-03-08 Alessandro... Convert ERR_STATE to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_EX_DATA to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_DSO to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-03-08 Benjamin KadukGH815: The ChaCha20/Poly1305 codepoints are official
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-08 Richard LevitteMake mk1mf recognise the --classic flag
2016-03-08 Richard LevitteFix configurations such as 'dist' and tar building
2016-03-08 Richard LevitteWe've switch to unified build scheme by default, reflec...
2016-03-08 Richard LevitteFix engine/asm/e_padlock-x86.pl for newer semantics
2016-03-08 Richard LevitteChange the INSTALL documentation for unified builds
2016-03-08 Richard LevitteMake unified builds the default on Unix
2016-03-08 Richard LevitteAdd the Configure option --classic, to fall back on...
2016-03-08 Richard LevitteRevert "unified build scheme: Try to nudge users to...
2016-03-08 Matt CaswellFix building without multiblock support
2016-03-07 Viktor DukhovniDon't free NCONF obtained values
2016-03-07 Dr. Stephen... Remove kinv/r fields from DSA structure.
2016-03-07 MatGH812: Fix for no-ui build on Windows
2016-03-07 Kurt RoeckxAppVeyor: Only use the latest VS version
2016-03-07 Matt CaswellRename the numpipes argument to ssl3_enc/tls1_enc
2016-03-07 Matt CaswellRename a function
2016-03-07 Matt CaswellRefactor dasync cipher implementations to improve code...
2016-03-07 Matt CaswellMove the _hidden_* static variables in dasync to be...
2016-03-07 Matt CaswellFix typo in SSL_pending docs
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07 Matt CaswellFix s_server/s_client handling of the split_send_frag...
2016-03-07 Matt CaswellAdd documentation for the EVP_CIPHER_CTX_cipher_data...
2016-03-07 Matt CaswellRemove the wrec record layer field
2016-03-07 Matt CaswellUpdate a comment
2016-03-07 Matt CaswellAdd documentation for new s_server/s_client options
2016-03-07 Matt CaswellAdd documentation for SSL_has_pending()
2016-03-07 Matt CaswellAdd pipelining documentation
2016-03-07 Matt CaswellFix erroneous fall thgrough in switch statement
2016-03-07 Matt CaswellEnsure s_client and s_server work when read_ahead is set
2016-03-07 Matt CaswellAdd an SSL_has_pending() function
2016-03-07 Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07 Matt CaswellLazily initialise the compression buffer
2016-03-07 Matt CaswellImplement read pipeline support in libssl
2016-03-07 Matt CaswellAdd dummy pipeline support for aes128_cbc_hmac_sha1
2016-03-07 Matt CaswellAdd pipeline support to s_server and s_client
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-03-07 Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-03-07 Matt CaswellAdd defines for pipeline capable ciphers
2016-03-07 Matt Caswellmake update
2016-03-07 Emilia KasperTrim Travis config part 3
2016-03-07 Rich SalzRevert "Allow OPENSSL_NO_SOCK in e_os.h even for non...
2016-03-07 Rich SalzFix pkeyutl to KDF lnks.
2016-03-07 Rich SalzRemove really old demo's
2016-03-07 David WoodhouseElide OPENSSL_INIT_set_config_filename() for no-stdio...
2016-03-07 David WoodhouseElide DES_read_password() for no-ui build
2016-03-07 David WoodhouseMove declaration of X509_aux_print() out of #ifndef...
2016-03-07 David WoodhouseAllow OPENSSL_NO_SOCK in e_os.h even for non-Windows...
2016-03-07 Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-03-07 Rob PercivalMinor update to includes and documentation for ct_test.c
2016-03-07 Rob PercivalRemove OPENSSL_NO_UNIT_TEST guard from ct_test.c
2016-03-07 Rob PercivalUse s->session->peer instead of calling SSL_get_peer_ce...
2016-03-07 Rob PercivalLowercase name of SSL_validate_ct as it is an internal...
2016-03-07 Rob PercivalCT code now calls X509_free() after calling SSL_get_pee...
2016-03-07 Rob PercivalFixes memory leaks in CT code
2016-03-07 Richard LevitteFix the build tree include directory for afalg engine
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...
next