summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Duplicate code refactoredKaoru Toda2018-04-061-63/+43
* Add a note and better error if using Ed25519/Ed448 in dgstMatt Caswell2018-04-061-0/+11
* openssl s_server: print the accepting address and socketRichard Levitte2018-04-043-12/+32
* Change the "offset too large" message to more generic wordingBernd Edlinger2018-04-031-1/+1
* Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger2018-04-031-1/+1
* Fix range checks with -offset and -length in asn1parseBernd Edlinger2018-04-031-2/+2
* Use strtol instead of atoi in asn1parseBernd Edlinger2018-04-031-3/+3
* Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger2018-04-031-2/+2
* Fix a crash in the asn1parse commandBernd Edlinger2018-04-031-1/+1
* Previously this x509 command line was working, restore thatBernd Edlinger2018-03-261-7/+5
* Fix dsaparam -genkey with DER outformBernd Edlinger2018-03-261-0/+3
* Fix ecparam -genkey with point compression or DER outformBernd Edlinger2018-03-251-0/+6
* Fix resource filesRich Salz2018-03-222-2/+9
* Don't call strsignal, just print the signal number.Pauli2018-03-221-4/+1
* Unify s_client/s_server srtp profiles option handlingFdaSilvaYY2018-03-212-11/+5
* Cleanup the s_time command.Bernd Edlinger2018-03-211-61/+21
* aix compat fixes for ocsp.cEric Covener2018-03-211-2/+8
* Make pkeyutl a bit more user-friendlyJohannes Bauer2018-03-201-10/+25
* Fix the OCSP responder modeMatt Caswell2018-03-201-1/+1
* Update copyright yearMatt Caswell2018-03-202-2/+2
* s_client, s_server: do generic SSL configuration first, specialization afterRichard Levitte2018-03-192-9/+15
* Support "-min_protocol" and "-max_protocol" in s_server and s_clientRichard Levitte2018-03-191-0/+5
* Fix no-posix-io compile failureMatt Caswell2018-03-191-1/+2
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+3
* VMS: add alias macros to avoid 31 character symbol name limit warningRichard Levitte2018-03-151-0/+5
* Fix a memory leak in the ca applicationMatt Caswell2018-03-151-2/+2
* Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell2018-03-151-0/+19
* Report a readable error on a duplicate cert in ca appMatt Caswell2018-03-151-105/+103
* Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell2018-03-151-10/+0
* Revert "Don't crash on a missing Subject in index.txt"Matt Caswell2018-03-151-4/+0
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-2/+2
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-2/+2
* Update s_time to be allow configuration of TLSv1.3 ciphersuitesMatt Caswell2018-03-141-10/+14
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-142-3/+17
* update SRP copyright noticeTim Hudson2018-03-131-0/+4
* openssl rehash: no more need to massage the files on VMSRichard Levitte2018-03-121-19/+0
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-123-0/+25
* Restore the display of options with 'openssl version -a'Richard Levitte2018-03-091-1/+2
* speed: add ecdhx448 to ecdh choicesSteven Noonan2018-03-091-4/+6
* Tolerate TLSv1.3 PSKs that are a different size to the hash sizeMatt Caswell2018-03-092-18/+8
* Make OCSP "multi" compatible with "no-sock" builds.Viktor Dukhovni2018-03-081-4/+2
* Make "make variables" config attributes for overridable flagsRichard Levitte2018-03-082-2/+2
* Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY2018-03-081-2/+2
* Implement multi-process OCSP responder.Viktor Dukhovni2018-03-072-46/+313
* Prepare to detect index changes in OCSP responder.Viktor Dukhovni2018-03-073-15/+48
* Add support for .include directive in config filesTomas Mraz2018-03-052-0/+8
* Add X448/Ed448 support to libsslMatt Caswell2018-03-051-0/+3
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-02-281-0/+2
* Check on VMS as wellRichard Levitte2018-02-281-2/+2
* Add VMS version of app_dirname()Richard Levitte2018-02-281-3/+52