openssl.git
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
2017-08-31 Matt CaswellAdd SSL_SESSION_set_max_early_data()
2017-08-31 Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-31 Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-30 PauliAdd documentation for ARIA GCM modes.
2017-08-30 PauliAdd ARIA as an alias for all ARIA based modes.
2017-08-30 Paul YangIntroduce SSL_CIPHER_get_protocol_id
2017-08-30 Paul YangAdd two missing SSL_CIPHER_* functions
2017-08-30 Todd ShortFix return value of ASN1_TIME_compare
2017-08-30 Andy PolyakovConfigure: base compiler-specific decisions on pre...
2017-08-30 Andy PolyakovRevert "Allow --strict-warnings with the icc compiler...
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-30 Jon SpillettFix potential null pointer dereference in ARIA implemen...
2017-08-29 PauliMove OPENSSL_CONF from e_os.h to cryptlib.h
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 PauliRemove the X_OK define, it is unused.
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-28 Kurt RoeckxMake the global DRBGs static
2017-08-28 Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-28 Rich SalzAvoid out-of-bounds read
2017-08-28 Richard LevitteIf 'tests' is disabled, then so should 'external-tests'
2017-08-28 Dr. Matthias... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-28 Dr. Matthias... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-28 Dr. Matthias... DRBG: clarify difference between entropy counts and...
2017-08-27 Rich SalzMSC_VER <= 1200 isn't supported; remove dead code
2017-08-25 Rich SalzRemove NO_DIRENT; it isn't used anywhere
2017-08-25 Richard LevitteFix guarding macro in include/internal/sockets.h
2017-08-25 Richard LevitteMove more socket stuff
2017-08-25 Paul YangThis part fixes braces around if-else.
2017-08-25 Paul YangFix coding style in crypto/rsa directory
2017-08-25 Rich SalzUse strcpy instead of sprintf %s
2017-08-25 Bernd EdlingerClear secret stack values after use in the ED25519...
2017-08-25 Bernd EdlingerClear secret stack values after use in curve25519.c
2017-08-25 Matt CaswellFix no-tls and no-tls1_2
2017-08-25 Matt CaswellFix no-scrypt
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-25 Matt CaswellFix description of how to report a bug in INSTALL
2017-08-25 Matt CaswellClarify the meaning of no-stdio in INSTALL
2017-08-25 Kazuki YamaguchiDo not lookup zero-length session ID
2017-08-25 Matt CaswellFix no-chacha and no-poly1305
2017-08-25 Matt CaswellEnsure we exchange cookies in s_server even if SCTP...
2017-08-25 Matt CaswellDon't run a CT specifc test if CT is disabled
2017-08-25 Meena VyasAllow --strict-warnings with the icc compiler as well
2017-08-25 Meena Vyaspassed TARFILE="$(TARFILE)" NAME="$(NAME)" to tar target
2017-08-24 PauliCheck range of test values using isascii before diving...
next