openssl.git
2018-04-24 Matt CaswellImprove backwards compat with 1.0.2 for ECDHParameters
2018-04-24 FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2018-04-24 Dr. Matthias... a_strex.c: improve documentation of 'tag2nbyte' lookup...
2018-04-23 Billy BrumleyRemove superfluous NULL checks. Add Andy's BN_FLG comment.
2018-04-23 Nicola TuveriMove up check for EC_R_INCOMPATIBLE_OBJECTS and for...
2018-04-23 Nicola TuveriPass through
2018-04-23 Billy Brumleyladder description: why it works
2018-04-23 Nicola TuveriAddress code style comments
2018-04-23 Billy BrumleyElliptic curve scalar multiplication with timing attack...
2018-04-23 Kurt RoeckxFix usage of ossl_assert()
2018-04-23 Andy PolyakovARM assembly pack: make it work with older assembler.
2018-04-23 Andy Polyakov00-base-templates.conf: wire keccak1600-armv4 module.
2018-04-23 Andy Polyakovsha/asm/keccak1600-armv4.pl: adapt for multi-platform.
2018-04-23 Andy Polyakov00-base-templates.conf: wire keccak1600-ppc64 module.
2018-04-23 Andy Polyakov00-base-templates.conf: wire keccak1600-s390x module.
2018-04-23 Andy Polyakov00-base-templates.conf: wire keccak1600-armv8 module.
2018-04-23 Andy Polyakov00-base-templates.conf: wire keccak1600-x86_64 module.
2018-04-23 Andy Polyakovsha/asm/keccak1600-x86_64.pl: make it work on Windows.
2018-04-23 Andy PolyakovConfigure: add $target{keccak1600_asm_src}.
2018-04-23 Andy Polyakovsha/asm/keccak1600-armv8.pl: halve the size of hw-assis...
2018-04-23 Andy Polyakov.travis.yml: switch to newer osx image.
2018-04-23 Richard LevitteFix openssl ca, to correctly make output file binary...
2018-04-23 Richard LevitteFix late opening of output file
2018-04-22 Kurt RoeckxAdd support for getrandom() or equivalent system calls...
2018-04-20 Bernd EdlingerFix building linux-armv4 with --strict-warnings
2018-04-20 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-20 Dr. Matthias... openssl/err.h: remove duplicate OSSL_STOREerr()
2018-04-20 Dr. Matthias... openssl/ssl.h: restore some renamed public SSL_CTRL...
2018-04-20 Matt CaswellAdd a test for SSL_pending()
2018-04-20 Matt CaswellFix SSL_pending() for DTLS
2018-04-20 Matt CaswellTest the state of SSL_in_init() from the info_callback
2018-04-20 Matt CaswellMake sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONE
2018-04-19 Kurt RoeckxDocument supported digest functions
2018-04-19 Richard LevitteEnable all implemented digests
2018-04-19 Bernd EdlingerClear buffer in PEM_write_bio
2018-04-19 Alois MahdalReflect special `DEFAULT` behavior in ciphers(1)
2018-04-19 Richard LevitteDon't distribute team internal config targets
2018-04-19 A. Schulzecorrect spelling errors detected by Debian lintian
2018-04-19 Matt CaswellAdd a test for a NULL X509_STORE in X509_STORE_CTX_init
2018-04-19 Matt CaswellDon't crash if there are no trusted certs
2018-04-19 Matt CaswellFix ocsp app exit code
2018-04-19 Matt CaswellFix no-ec
2018-04-19 Matt CaswellCorrect an ommission in the EVP_DigestSignInit docs
2018-04-19 Viktor DukhovniAdd missing index_index() when reloading OCSP responder
2018-04-18 Beat BolliClarify the configuration module in config.pod
2018-04-18 Andy Polyakovapps/s_socket.c: fix memory sanitizer problem in ACCEPT...
2018-04-18 Andy PolyakovTLSProxy/Proxy.pm: preclude output intermix.
2018-04-18 Andy Polyakovrecipes/70-test_ssl{cbcpadding,extension,records}:...
2018-04-18 Andy PolyakovTLSProxy/Record.pm: add is_fatal_alert method.
2018-04-18 Andy PolyakovTLSProxy/Proxy.pm: refine NewSessionTicket detection.
2018-04-18 Andy PolyakovTLSProxy/Message.pm: refine end-of-conversation detecti...
2018-04-18 Rahul Chaudhrypoly1305/asm/poly1305-armv4.pl: remove unintentional...
2018-04-18 FdaSilvaYYStyle: ssl.h
2018-04-18 Matt CaswellUpdate EVP_DigestSignInit() docs
2018-04-18 Peter Wutest: Remove redundant SSL_CTX_set_max_early_data
2018-04-18 Peter WuAdd support for logging early exporter secret
2018-04-18 Peter WuAdd test for CLIENT_EARLY_TRAFFIC_SECRET key logging
2018-04-18 Peter WuAdd support for logging TLS 1.3 exporter secret
2018-04-17 Davide GalassiBIGNUM signed add/sub routines refactory
2018-04-17 Matt CaswellFix a memory leak in an error path
2018-04-17 Matt CaswellCheck the return from EVP_PKEY_get0_DH()
2018-04-17 Matt CaswellExtend the SSL_set_bio() tests
2018-04-17 Matt CaswellFix assertion failure in SSL_set_bio()
2018-04-17 Matt CaswellUpdate fingerprints.txt
2018-04-17 Matt CaswellUpdate the info callback documentation for TLSv1.3
2018-04-17 Matt CaswellAdd a test for the info callback
2018-04-17 Matt CaswellMake sure info callback knows about all handshake start...
2018-04-17 Matt CaswellCall the info callback on all handshake done events
2018-04-17 Matt CaswellIgnore the status_request extension in a resumption...
2018-04-17 Dr. Matthias... SSL_CTX_set_tlsext_ticket_key_cb.pod: fix error check...
2018-04-17 Dr. Matthias... p5_scrypt.c: fix error check of RAND_bytes() call
2018-04-17 Dr. Matthias... DRBG: fix coverity issues
2018-04-17 Andy Polyakovapps/s_socket.c: print only dynamically allocated port...
2018-04-17 Bernd EdlingerAdd a config option to disable automatic config loading
2018-04-17 Richard LevittePrepare for 1.1.1-pre6-dev
2018-04-17 Richard LevittePrepare for 1.1.1-pre5 release OpenSSL_1_1_1-pre5
2018-04-17 Richard LevitteUpdate copyright year
2018-04-17 Richard LevitteOpenSSL 1.1.1-pre5: update CHANGES with recent user...
2018-04-16 Dr. Matthias... Revert "Add OPENSSL_VERSION_AT_LEAST"
2018-04-16 Bernd EdlingerRemove mandatory generated files on VMS too
2018-04-16 Bernd EdlingerRemove mandatory generated files on windows too
2018-04-16 Matt CaswellRSA key generation: ensure BN_mod_inverse and BN_mod_ex...
2018-04-15 Bernd EdlingerRemove mandatory generated files too
2018-04-15 Bernd EdlingerFix cygwin make dependencies
2018-04-14 Andy PolyakovTLSProxy/Proxy.pm: straighten inner loop termination...
2018-04-14 Andy PolyakovTLSProxy/Proxy.pm: bind s_server to loopback interface.
2018-04-14 Matthias Kraftopenssl#5668: corrections after compiling with -qinfo...
2018-04-13 Richard Levittemake update
2018-04-13 Dr. Matthias... DRBG: implement a get_nonce() callback
2018-04-13 Bernd EdlingerRework partial packet handling once more
2018-04-13 Richard Levittetest/recipes/test_genrsa.t : don't fail because of...
2018-04-13 Richard LevitteSplit the scrypt and RSA-PSS into man3 and man7 pages
2018-04-13 Matt CaswellAdd a test for SRP
2018-04-13 Matt CaswellAdd support for the SRP base64 alphabet
2018-04-13 Matt CaswellChange SRP functions to use EVP_EncodeUpdate/EVP_Decode...
2018-04-13 Richard LevitteDocs for OpenSSL_init_crypto: there is no way to specif...
2018-04-13 Andy PolyakovTLSProxy/Proxy.pm: handle "impossible" failure to conne...
2018-04-13 Andy PolyakovTLSProxy/Proxy.pm: handle -1 as return value from waitpid.
2018-04-12 Richard Levitteopenssl rehash: use libcrypto variables for default dir
2018-04-12 Richard Levitteopenssl rehash: document -compat
next