]> git.ipfire.org Git - thirdparty/openssl.git/history - util
fuzz/driver.c: appease -Wmissing-prototypes
[thirdparty/openssl.git] / util /
2018-09-03  Richard LevitteRename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
2018-09-03  Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-08-20  Matt CaswellAdd support for SSL_CTX_set_post_handshake_auth()
2018-08-20  Matt CaswellChange Post Handshake auth so that it is opt-in
2018-08-17  Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-08-15  Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-08-09  Matt CaswellAdd a test for TLSv1.3 fallback
2018-08-08  Matt CaswellAdd a test for unencrypted alert
2018-07-31  Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
2018-07-31  Matt CaswellProvide EC functions that are not curve type specific
2018-07-18  Matt CaswellAdd a test for mismatch between key OID and sig alg
2018-07-11  Richard LevitteWindows: fix echo for nmake
2018-07-10  Richard Levitteutil/dofile.pl: require Text::Template 1.46 or newer
2018-07-10  Richard LevitteMake 'with_fallback' use 'use' instead of 'require'
2018-07-06  Matt CaswellIntroduce the recv_max_early_data setting
2018-07-02  Matt CaswellDocument the new early data callback and option
2018-07-02  Matt CaswellAdd setters to set the early_data callback
2018-06-26  PauliModify the DEVRANDOM source so that the files are kept...
2018-06-22  Andy PolyakovConfigure,util/shlib_wrap.sh: harmonize -Wl and -rpath...
2018-06-21  Nicola TuveriUse DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
2018-06-20  Matt CaswellUpdate copyright year
2018-06-19  Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-13  Andy PolyakovConfigurations/10-main.conf: replace -bexpall with...
2018-06-12  Richard Levitteutil/ck_errf.pl: add functionality that brings it close...
2018-06-11  Richard Levitteutil/ck_errf.pl: add detection of unknown libcrypto...
2018-06-11  David von Oheimbexport data_dir of Test.pm, which was forgotten in...
2018-06-11  Richard LevitteVMS: have mkdef.pl parse lettered versions properly
2018-06-08  Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-06-04  Matt CaswellRemove non-existant functions from libcrypto.num
2018-05-30  Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-29  Matt CaswellUpdate copyright year
2018-05-28  Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-28  Dr. Matthias St... RSA: add simple getters for commonly used struct members
2018-05-28  Dr. Matthias St... DSA: add simple getters for commonly used struct members
2018-05-28  Dr. Matthias St... DH: fix: add simple getters for commonly used struct...
2018-05-27  Dr. Matthias St... util/libcrypto.num: fix symbol collision between 1...
2018-05-20  Richard LevitteWindows: don't install __DECC_*.H
2018-05-20  Richard LevitteQuiet pod2html warnings
2018-05-18  Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2018-05-17  Matt CaswellChange the default number of NewSessionTickets we send...
2018-05-17  Matt CaswellEnable the ability to set the number of TLSv1.3 session...
2018-05-16  Richard LevitteWhen producing man-pages, ensure NAME section is one...
2018-05-15  Matt CaswellSuport TLSv1.3 draft 28
2018-05-01  Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-04-26  Rich SalzFix last(?) batch of malloc-NULL places
2018-04-26  Bernd EdlingerWait max. 60 seconds for s_client to connect
2018-04-18  Andy PolyakovTLSProxy/Proxy.pm: preclude output intermix.
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  FdaSilvaYYStyle: ssl.h
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-13  Bernd EdlingerRework partial packet handling once more
2018-04-13  Richard LevitteSplit the scrypt and RSA-PSS into man3 and man7 pages
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-11  Richard LevitteOpenSSL::Test: add data_dir()
2018-04-08  Andy PolyakovTLSProxy/Record.pm: remove dead condition and improve...
2018-04-08  Andy PolyakovTLSProxy/Proxy.pm: refine partial packet handling.
2018-04-08  Andy PolyakovTLSProxy/Proxy.pm: harmonize inner loop with the way...
2018-04-05  Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-04  Andy PolyakovTLSProxy/Proxy.pm: switch to dynamic ports and overhaul.
2018-04-03  Matt CaswellUpdate copyright year
2018-03-31  Richard LevitteRefuse to run test_cipherlist unless shared library...
2018-03-29  Dr. Matthias St... Add documentation for the RAND_DRBG API
2018-03-29  Vitezslav CizekBIO_s_accept.pod: add documentation for the new macros
2018-03-29  Vitezslav CizekDocument BIO_{get,set}_conn_ip_family macros.
2018-03-29  Richard LevitteRevert "util/dofile.pl: only quote stuff that actually...
2018-03-28  Matt CaswellRevert "Temporarily disable some tests that hang"
2018-03-27  Matt CaswellTemporarily disable some tests that hang
2018-03-26  Rich SalzRemove QNX support
2018-03-22  Bernd EdlingerHandle partial messages in TLSProxy
2018-03-22  Rich SalzFix resource files
2018-03-22  Andy Polyakovinclude/openssl/rand.h: omit intermediate typedef.
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  Richard LevitteIn TLSProxy::Proxy, specify TLSv1.3 as maximum allowabl...
2018-03-19  Matt CaswellFix no-sm2
2018-03-19  Jack LloydHandle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
2018-03-19  Jack LloydAdd SM2 signature and ECIES schemes
2018-03-19  Richard LevitteAdd a simple method to run regression tests
2018-03-16  Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-16  Richard LevitteVMS C: reduce the dependency paths to be relative
2018-03-16  Richard LevitteVisual C: reduce the dependency paths to be relative
2018-03-16  Richard Levitteutil/add-depends.pl: add the possibility for debug...
2018-03-16  Richard LevitteMove all dependency post-processing to util/add-depends.pl
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15  Richard Levitteutil/postprocess-makedepend.pl: make an effort to colle...
2018-03-15  Richard Levitteutil/postprocess-makedepend.pl: For VC, don't include...
2018-03-15  Richard LevitteStreamline dependency generation
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-03-15  Matt CaswellAdd documentation for the newly added EVP_PKEY_new...
2018-03-15  Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15  Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-14  Richard Levitteutil/add-depends.pl: sort the dependency files
2018-03-14  Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-14  Matt CaswellUpdate version numbers for TLSv1.3 draft-26
2018-03-13  Richard LevitteRemove the temporary file in case it wasn't renamed
next