summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the type of -out optionPaul Yang2018-02-282-2/+2
* Check directory is able to create files for various -out optionPaul Yang2018-02-283-5/+104
* storeutl: make sure s2i_ASN1_INTEGER is correctly declaredRichard Levitte2018-02-281-0/+1
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Adapt storeutl to allow search for specific objectsRichard Levitte2018-02-231-9/+192
* Adapt storeutl to allow looking for a specific info typeRichard Levitte2018-02-231-5/+54
* initialise dc variable to satisfy old compilers.Steve Linsell2018-02-221-1/+1
* Add support for PBKDF2 for enc commandEasySec2018-02-211-10/+48
* do_body: fix heap-use-after-free.Pavel Kopyl2018-02-211-1/+0
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-193-4/+72
* Check the return code from ASN1_TIME_diff()Matt Caswell2018-02-151-1/+3
* The function X509_gmtime_adj() can failMatt Caswell2018-02-151-7/+10
* Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitableMatt Caswell2018-02-141-1/+1
* Update copyright yearMatt Caswell2018-02-1343-43/+43
* Fix of prefix bio filter (bf_prefix.c): rely on the given lengthRichard Levitte2018-02-011-2/+3
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-013-0/+23
* Remove bad commentsTodd Short2018-02-011-11/+0
* ocsp.c doesn't free the whole output chain, maybe causing a memory leakRichard Levitte2018-02-011-1/+1
* Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte2018-02-013-1/+26