summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2017-07-03Various doc fixesRich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-06-29util/mkdef.pl: Make symbol version processing Linux onlyRichard Levitte
2017-06-29util/mkdef.pl: Add UNIX as a platformRichard Levitte
2017-06-29STORE: add ENGINE information to loadersRichard Levitte
2017-06-29Add the STORE moduleRichard Levitte
2017-06-27util/mkerr.pl: avoid getting an annoying warning about negative countRichard Levitte
2017-06-27util/mkerr.pl: allow module names prefixed with OSSL_ or OPENSSL_Richard Levitte
2017-06-24Add constants for TLS 1.3 SignatureScheme valuesBenjamin Kaduk
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss
2017-06-21Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell
2017-06-21Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell
2017-06-21Add SSL_SESSION_set_protocol_version()Matt Caswell
2017-06-21Add SSL_SESSION_set_cipher()Matt Caswell
2017-06-21Add SSL_SESSION_set1_master_key()Matt Caswell
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell
2017-06-21Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell
2017-06-13Rework writing crypto/err/openssl.txtRichard Levitte
2017-06-12Add -module option to util/mkerr.plRichard Levitte
2017-06-12Put message strings in state filesRich Salz
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk
2017-06-11Remove leading space-before-tabRich Salz
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-08List undocumented macrosRich Salz
2017-06-08Remove doc of non-existent functionsRich Salz
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short
2017-06-07make error tables const and separate header fileRich Salz
2017-06-01Add -p (public only) flag to find-doc-nitsRich Salz
2017-05-31Add UI functionality to duplicate the user dataRichard Levitte
2017-05-31Wait longer for the server in TLSProxy to startMatt Caswell
2017-05-29Add stricter checking in NAME sectionRich Salz
2017-05-26Fix a Proxy race conditionMatt Caswell
2017-05-11make updateDr. Stephen Henson
2017-05-09Add test for no change following an HRRMatt Caswell
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk
2017-05-08Add PEM_read_bio_exBenjamin Kaduk
2017-05-03Fix curly braces on util/mkrc.plRich Salz
2017-05-03Run perltidy, use strict+warnings on mkrc.plRich Salz
2017-05-03Perltidy ck_errfRich Salz
2017-05-03Remove some unused scriptsRich Salz
2017-05-03Update the TLSv1.3 version indicator for draft-20Matt Caswell
2017-05-03Extend the SERVERINFO file format to include an extensions contextMatt Caswell
2017-05-03Added support for ESSCertIDv2Marek Klein
2017-05-02TLS1.3 PaddingTodd Short
2017-04-28TLSProxy: When in debug mode, show the exact subprocess commandsRichard Levitte
2017-04-26Add support for SSL_SESSION_is_resumable()Matt Caswell
2017-04-25make updateDr. Stephen Henson
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-25Add a BIO_lookup_ex() functionMatt Caswell