summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-20Added '-nameopt' option to the verify command.Dmitry Belyavskiy
2017-02-17Updates following review feedbackMatt Caswell
2017-02-17Add the ability for s_client to send a KeyUpdate messageMatt Caswell
2017-02-17Add a capability to s_server to send KeyUpdate messagesMatt Caswell
2017-02-16Change req_check_len error message, it also accepts 20 bytes, but states 'les...lrns
2017-02-15Handle negative reply for NNTP STARTTLS in s_clientRobert Scheck
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck
2017-02-14Make -xcert work again.Dr. Stephen Henson
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-10speed.c: simplify aggregation of ecdh --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of ecdsa --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of dsa --multi resultsCristian Stoica
2017-02-10speed.c: simplify aggregation of rsa --multi resultsCristian Stoica
2017-02-09SSL_get_shared_sigalgs: handle negative idx parameterPeter Wu
2017-02-07apps: Add support for writing a keylog filePeter Wu
2017-02-07Remove unused variablePauli
2017-02-06Fix parsing of serial# in reqRich Salz
2017-02-03Add NNTP support (RFC 4642) to s_client ("-starttls nntp")Robert Scheck
2017-01-30fix style issuesDr. Stephen Henson
2017-01-30Add SSL_get_peer_signature_type_nid() function.Dr. Stephen Henson
2017-01-30More complete PSS support.Dr. Stephen Henson
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Update the s_client -sess_out feature to work for TLSv1.3Matt Caswell
2017-01-25Fix a few double ;FdaSilvaYY
2017-01-25Fix some style and indent issueFdaSilvaYY
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-25s_client: Better response success check for CONNECTRichard Levitte
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-23Fix use before assignmentFdaSilvaYY
2017-01-21'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang
2017-01-17Fix list -disabled for blake2 algEasySec
2017-01-11Enable apps to get a UI_METHOD for the default prompterRichard Levitte
2017-01-08print errors in pkey utilityDr. Stephen Henson
2016-12-08Make sure that password_callback exercises UIRichard Levitte
2016-11-23Fix some style issues with TLSv1.3 state machine PRMatt Caswell
2016-11-23Fix some style issues identified during reviewMatt Caswell
2016-11-23Add an s_server capability to read an OCSP Response from a fileMatt Caswell
2016-11-18Avoid warnings like unused enum value (as suggested by Rich Salz)Robert Scheck
2016-11-18Shift inside of switch back one level (code style change, as requested by Ric...Robert Scheck
2016-11-18Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")Robert Scheck
2016-11-17Support MSBLOB format if RC4 is disabledDr. Stephen Henson
2016-11-17Handle "int_ctx_new:unsupported algorithm" errorNicola Tuveri
2016-11-17Do not handle R_EC_X25519 as a special caseNicola Tuveri
2016-11-17Remove leftover KDF pointerNicola Tuveri
2016-11-17Use CRYPTO_memcmp for comparing derived secretsNicola Tuveri
2016-11-17Reintroduce preliminary sanity check in ECDH speed and remove further checks ...Nicola Tuveri
2016-11-17Remove ECDH_EVP_derive_key wrapper functionNicola Tuveri
2016-11-17More coding style fixesNicola Tuveri
2016-11-17Run util/openssl-format-source against apps/speed.cNicola Tuveri