summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2018-04-04openssl s_server: print the accepting address and socketRichard Levitte
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger
2018-04-03Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger
2018-04-03Fix range checks with -offset and -length in asn1parseBernd Edlinger
2018-04-03Use strtol instead of atoi in asn1parseBernd Edlinger
2018-04-03Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger
2018-04-03Fix a crash in the asn1parse commandBernd Edlinger
2018-03-26Previously this x509 command line was working, restore thatBernd Edlinger
2018-03-26Fix dsaparam -genkey with DER outformBernd Edlinger
2018-03-25Fix ecparam -genkey with point compression or DER outformBernd Edlinger
2018-03-22Fix resource filesRich Salz
2018-03-22Don't call strsignal, just print the signal number.Pauli
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY
2018-03-21Cleanup the s_time command.Bernd Edlinger
2018-03-21aix compat fixes for ocsp.cEric Covener
2018-03-20Make pkeyutl a bit more user-friendlyJohannes Bauer
2018-03-20Fix the OCSP responder modeMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte
2018-03-19Support "-min_protocol" and "-max_protocol" in s_server and s_clientRichard Levitte
2018-03-19Fix no-posix-io compile failureMatt Caswell
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-15VMS: add alias macros to avoid 31 character symbol name limit warningRichard Levitte
2018-03-15Fix a memory leak in the ca applicationMatt Caswell
2018-03-15Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell
2018-03-15Report a readable error on a duplicate cert in ca appMatt Caswell
2018-03-15Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell
2018-03-15Revert "Don't crash on a missing Subject in index.txt"Matt Caswell
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2018-03-14Update s_time to be allow configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-13update SRP copyright noticeTim Hudson
2018-03-12openssl rehash: no more need to massage the files on VMSRichard Levitte
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-09Restore the display of options with 'openssl version -a'Richard Levitte
2018-03-09speed: add ecdhx448 to ecdh choicesSteven Noonan
2018-03-09Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell
2018-03-08Make OCSP "multi" compatible with "no-sock" builds.Viktor Dukhovni
2018-03-08Make "make variables" config attributes for overridable flagsRichard Levitte
2018-03-08Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY
2018-03-07Implement multi-process OCSP responder.Viktor Dukhovni
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni
2018-03-05Add support for .include directive in config filesTomas Mraz
2018-03-05Add X448/Ed448 support to libsslMatt Caswell
2018-02-28Do not set a nonzero default max_early_dataBenjamin Kaduk
2018-02-28Check on VMS as wellRichard Levitte
2018-02-28Add VMS version of app_dirname()Richard Levitte
2018-02-28Fix the type of -out optionPaul Yang
2018-02-28Check directory is able to create files for various -out optionPaul Yang