summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2018-07-18Add a test for mismatch between key OID and sig algMatt Caswell
2018-07-11Windows: fix echo for nmakeRichard Levitte
2018-07-10util/dofile.pl: require Text::Template 1.46 or newerRichard Levitte
2018-07-10Make 'with_fallback' use 'use' instead of 'require'Richard Levitte
2018-07-06Introduce the recv_max_early_data settingMatt Caswell
2018-07-02Document the new early data callback and optionMatt Caswell
2018-07-02Add setters to set the early_data callbackMatt Caswell
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-06-22Configure,util/shlib_wrap.sh: harmonize -Wl and -rpath handling.Andy Polyakov
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri
2018-06-20Update copyright yearMatt Caswell
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd
2018-06-13Configurations/10-main.conf: replace -bexpall with explicit list on AIX.Andy Polyakov
2018-06-12util/ck_errf.pl: add functionality that brings it closer to util/mkerr.plRichard Levitte
2018-06-11util/ck_errf.pl: add detection of unknown libcrypto and libssl libsRichard Levitte
2018-06-11export data_dir of Test.pm, which was forgotten in #5928David von Oheimb
2018-06-11VMS: have mkdef.pl parse lettered versions properlyRichard Levitte
2018-06-08Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functionsMatt Caswell
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-06-04Remove non-existant functions from libcrypto.numMatt Caswell
2018-05-30Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang
2018-05-29Update copyright yearMatt Caswell
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DH: fix: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-27util/libcrypto.num: fix symbol collision between 1.1.0 and masterDr. Matthias St. Pierre
2018-05-20Windows: don't install __DECC_*.HRichard Levitte
2018-05-20Quiet pod2html warningsRichard Levitte
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell
2018-05-16When producing man-pages, ensure NAME section is one line onlyRichard Levitte
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-26Wait max. 60 seconds for s_client to connectBernd Edlinger
2018-04-18TLSProxy/Proxy.pm: preclude output intermix.Andy Polyakov
2018-04-18TLSProxy/Record.pm: add is_fatal_alert method.Andy Polyakov
2018-04-18TLSProxy/Proxy.pm: refine NewSessionTicket detection.Andy Polyakov
2018-04-18TLSProxy/Message.pm: refine end-of-conversation detection logic.Andy Polyakov
2018-04-18Style: ssl.hFdaSilvaYY
2018-04-14TLSProxy/Proxy.pm: straighten inner loop termination logic.Andy Polyakov
2018-04-14TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov
2018-04-13Rework partial packet handling once moreBernd Edlinger
2018-04-13Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte
2018-04-13TLSProxy/Proxy.pm: handle "impossible" failure to connect to s_server.Andy Polyakov
2018-04-13TLSProxy/Proxy.pm: handle -1 as return value from waitpid.Andy Polyakov
2018-04-11OpenSSL::Test: add data_dir()Richard Levitte
2018-04-08TLSProxy/Record.pm: remove dead condition and improve readability.Andy Polyakov