openssl.git
2017-09-26 Dr. Stephen... Return correct Suite B curve, fix comment.
2017-09-26 Richard LevitteMake sure that a cert with extensions gets version...
2017-09-24 Saagar JhaUpdate comments to match function parameter names
2017-09-23 Kurt RoeckxUse size of entries, not size of the pointer.
2017-09-23 Kurt RoeckxUse curve_id not the nid
2017-09-23 Dr. Stephen... Remove dhparam from SSL_CONF list.
2017-09-23 Pichulin DmitriiFix 'key' option in s_server can be in ENGINE keyform
2017-09-22 Dr. Stephen... Store groups as uint16_t
2017-09-22 Andy PolyakovConfigure: add -Wmisleading-indentation to strict warni...
2017-09-22 David BenjaminGuard against DoS in name constraints handling.
2017-09-21 Dr. Matthias... Cleanup whitespace in ssl_lib.c (tabs to spaces)
2017-09-21 Patrick SteuerFix strict-warnings build
2017-09-21 Andy PolyakovConfigure: unify clang's -Qunused-arguments option...
2017-09-21 Benjamin KadukReenable s_server -dhparam option
2017-09-20 Dr. Stephen... Add RSA-PSS certificate type TLS tests
2017-09-20 Dr. Stephen... Add RSA-PSS test certificates
2017-09-20 Dr. Stephen... Allow use of RSA-PSS certificates in TLS 1.2
2017-09-20 Dr. Stephen... Allow RSA certificates to be used for RSA-PSS
2017-09-20 Dr. Stephen... Add RSA-PSS key certificate type.
2017-09-19 David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-18 PauliStack sorting safety
2017-09-17 PauliNull pointer used.
2017-09-15 Christian HeimesProvide getters for min/max proto version
2017-09-14 PauliAvoid signed vs unsigned comparison error.
2017-09-14 PauliAdd explanatory comment about fitting into a size_t.
2017-09-14 PauliRemote unrequited casts
2017-09-14 Rich SalzReplace malloc+strcpy with strdup
2017-09-14 Rich SalzFix function name in ECerr call
2017-09-14 Benjamin KadukFix no-ec no-dh build
2017-09-14 Paul YangFix doc nits
2017-09-14 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-14 PauliEnsure that the requested memory size cannot exceed...
2017-09-14 PauliManually revert "Ensure allocation size fits into size_t"
2017-09-14 PauliRevert "Reuse strndup(), simplify code"
2017-09-14 PauliRevert "GH614: Use memcpy()/strdup() when possible"
2017-09-13 Benjamin KadukFix typo in comment
2017-09-13 Paul YangSupport key check in EVP interface
2017-09-12 Rich SalzAlways use $ as shell prompt in example
2017-09-12 Richard LevitteDocument the recursive option
2017-09-12 Richard LevitteAdd a recursive option to 'openssl storeutl'
2017-09-12 Richard LevitteDisable the EGD seeding meachanism when stdio is disabled
2017-09-11 Andy Polyakovrsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
2017-09-11 Andy Polyakovevp/m_sha3.c: wire SHA3 to rsaEncryption.
2017-09-11 Andy Polyakovobjects/obj_xref.txt: cross-reference SHA3 and rsaEncry...
2017-09-11 Andy Polyakovobjects/objects.txt: fix RSA-SHA3-284 typo.
2017-09-11 multicsUpdate rsautl.pod for typo
2017-09-11 FdaSilvaYYSSL Trace improvements
2017-09-09 Andy Polyakovsha/asm/keccak1600-armv8.pl: fix return value buglet...
2017-09-08 David BenjaminIntroduce named constants for the ClientHello callback.
2017-09-08 David BenjaminFix test documentation.
2017-09-08 David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-09-08 Richard LevitteAdd UI functions to set result with explicit length...
2017-09-08 xemdetiaDocument default section and library configuration
2017-09-08 Matt CaswellAllow an endpoint to read the alert data before closing...
2017-09-07 Rich SalzFix error handling/cleanup
2017-09-07 Benjamin KadukFix test_client_hello with no-tls1_2_method
2017-09-07 Benjamin KadukRestore historical behavior for absent ServerHello...
2017-09-06 Rich SalzAdd checks for alloc failing.
2017-09-06 Alfred E. Heggestadadd callback handler for setting DTLS timer interval
2017-09-05 Richard LevitteFix OSSL_STORE's 'file' loader: make sure peekbuf is...
2017-09-04 Matt CaswellDon't use ciphersuites for inflating the ClientHello...
2017-09-04 Matt CaswellDon't attempt to add a zero length padding extension
2017-09-04 Richard LevitteFix 90-test_store.t: using config() requires OpenSSL...
2017-09-03 PauliFix an include location problem in the extrended tests.
2017-09-03 Richard LevitteOSSL_STORE: Avoid testing with URIs on the mingw comman...
2017-09-02 Rich SalzFix doc-nits from previous commit
2017-09-02 Andy Polyakovconfig: get "stty technique" working again on MacOS X.
2017-09-02 Andy Polyakovtest/run_tests.pl: don't use Module::Load::Conditional.
2017-09-02 Rich SalzLess documentation for deprecated API
2017-09-01 Richard LevitteFix OpenSSL::Test::Utils::config to actualy load the...
2017-09-01 Benjamin KadukFix long SNI lengths in test/handshake_helper.c
2017-09-01 Benjamin KadukFixup include path in ossl_shim test after e_os.h work
2017-09-01 Benjamin KadukTighten up SSL_get1_supported_ciphers() docs
2017-09-01 Matt CaswellFix Proxy where a timeout occurs waiting for both clien...
2017-09-01 Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2017-09-01 Andy Polyakovssl/statem/extensions_clnt.c: fix return code buglet.
2017-09-01 Andy Polyakovssl/statem/*.c: address "enum mixed with another type...
2017-08-31 Paulistruct timeval include guards
2017-08-31 Rich SalzAddress feedback
2017-08-31 Rich SalzAdd CRYPTO_thread_glock_new
2017-08-31 PauliFix potential null problem.
2017-08-31 Rich SalzAvoid possible uninitialized variable.
2017-08-31 Richard LevitteOpenSSL::Test::__fixup_prg: don't check program existence
2017-08-31 Richard Levitteutil/mkdef.pl: handle line terminators correctly
2017-08-31 Matt CaswellVarious review fixes for PSK early_data support
2017-08-31 Matt CaswellTest for late client side detection of ALPN inconsistenties
2017-08-31 Matt CaswellClient side sanity check of ALPN after server has accep...
2017-08-31 Matt CaswellAdd some fixes for Travis failures
2017-08-31 Matt CaswellAdd PSK early_data tests
2017-08-31 Matt CaswellAdd server side sanity checks of SNI/ALPN for use with...
2017-08-31 Matt CaswellMake sure we save ALPN data in the session
2017-08-31 Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-08-31 Matt CaswellAdd functions for getting/setting SNI/ALPN info in...
2017-08-31 Matt CaswellShow the error stack if there was an error writing...
2017-08-31 Matt CaswellUpdate the tests for SNI changes
2017-08-31 Matt CaswellIf no SNI has been explicitly set use the one from...
2017-08-31 Matt CaswellMake sure we use the correct cipher when using the...
2017-08-31 Matt CaswellAdd HISTORY and SEE ALSO sections for the new TLSv1...
2017-08-31 Matt CaswellAdd documentation for SSL_SESSION_set_max_early_data()
2017-08-31 Matt CaswellAdd some PSK early_data tests
next