summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-121-2/+17
* apps/openssl.cnf: fix reference to insta.ca.crtDr. David von Oheimb2023-05-122-4/+4
* restrict rsaBITS algorithm name check in speedMichael Baentsch2023-05-111-13/+19
* CMP app: fix deallocated host/port fields in APP_HTTP_TLS_INFODr. David von Oheimb2023-05-101-3/+9
* CMP app and app_http_tls_cb(): pick the right TLS hostname (also without port)Dr. David von Oheimb2023-05-102-3/+7
* Don't attempt a QUIC connection without specifying ALPNMatt Caswell2023-05-081-0/+4
* Add the ability to send FIN on a QUIC stream from s_clientMatt Caswell2023-05-081-4/+25
* Add QUIC support to s_clientMatt Caswell2023-05-083-30/+125
* feature: openssl req -verify output to stderr instead of stdout #20728Rajarshi Karmakar2023-05-041-1/+1
* apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang2023-05-036-9/+12
* speed.c: remove unused num print_message argsReinhard Urban2023-05-031-95/+44
* APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb2023-04-281-22/+47
* APPS: make sure the -CAfile argument can be in DER formatDr. David von Oheimb2023-04-271-2/+6
* apps/smime: Point out that the six operations are mutually exclusive and add ...Dr. David von Oheimb2023-04-271-8/+40
* apps/ocsp: Tweak some places to make clear they refer to *lists* of certsDr. David von Oheimb2023-04-271-6/+6
* Replace use of strstr with strchrMatt Caswell2023-04-241-3/+3
* Coverity 1524619: unexpected control flowMatt Caswell2023-04-241-2/+3
* fipsinstall: add -pedantic optionPauli2023-04-201-39/+64
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-12/+5
* List also non-fetchable hashes in openssl dgst -listGauriSpears2023-04-141-2/+5
* Provider-based KEM and SIG alg speed testing addedMichael Baentsch2023-03-311-27/+895
* Add a new advanced command mode to s_clientMatt Caswell2023-03-301-36/+329
* remove DSA512 from speed testingMichael Baentsch2023-03-301-3/+2
* Let fipsinstall know about DRBG digiest limitingPauli2023-03-291-5/+19
* RFC7250 (RPK) supportTodd Short2023-03-283-17/+105
* apps/lib/http_server.c: improve diagnostics, e.g., on port number already in useDr. David von Oheimb2023-03-251-31/+32
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-251-1/+8
* apps/cmp.c: make sure that last -reqin argument is actually usedDr. David von Oheimb2023-03-251-6/+8
* CMP app: improve doc and help output on -{req,rsp}{in,out} optionsDr. David von Oheimb2023-03-251-3/+6
* Added tests and updated helpAleksey Sanin2023-03-231-4/+3
* Add an option to specify number of bits in the subprime (q) when generating D...Aleksey Sanin2023-03-231-3/+16
* Include the default iteration count in the help for the enc commandPauli2023-03-201-3/+12
* providers: add Argon2 KDFČestmír Kalina2023-03-171-0/+3
* Avoid erroneous diagnostics in speed measuringDmitry Belyavskiy2023-03-151-2/+2
* apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb2023-03-145-62/+62
* apps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. 'pubin' variableDr. David von Oheimb2023-03-143-7/+3
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-071-5/+19
* first cut at sigalg loadingMichael Baentsch2023-02-241-1/+2
* Add help for pkeyopt values for the genpkey commandline app.slontis2023-02-231-0/+45
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-131-1/+3
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-02-083-10/+19
* CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb2023-02-081-2/+2
* Fix a potential memory leak in apps/s_server.cbesher2023-02-081-0/+1
* Enable some disabled __owursDmitry Belyavskiy2023-02-072-32/+45
* APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb2023-02-021-2/+7
* APPS load_key_certs_crls(): improve diagnostics on not finding expected types...Dr. David von Oheimb2023-02-021-1/+3
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-245-12/+15
* apps/req.c: properly report parse errors by duplicated(); simplify the functionDr. David von Oheimb2023-01-241-11/+14
* Typos fixingFdaSilvaYY2023-01-241-3/+3
* Fix windows buildsFdaSilvaYY2023-01-243-11/+11