summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* pkey: Imply public check if -pubin is specifiedTomas Mraz2023-01-171-1/+1
* CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb2023-01-161-29/+26
* Coverity: fix 272011 resource leakPauli2022-12-151-0/+1
* Fix openssl storeutl to allow serial + issuerSimo Sorce2022-12-141-4/+2
* unbuffer stdin before get passwd from stdinwangyuhang2022-12-121-0/+1
* Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb2022-12-071-4/+4
* Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu2022-12-051-2/+2
* Fix the checks in rsautl_mainPeiwei Hu2022-12-051-12/+12
* Fix build on NonStopTomas Mraz2022-12-051-2/+2
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-1/+1
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-241-32/+32
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-241-0/+16
* Make parsing of piped data in `speed.c` more robustDaniel Fiala2022-11-241-68/+80
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* Drop explicit check for engines in opt_legacy_okaySimo Sorce2022-11-161-8/+0
* apps/speed.c: fix the wrong checksPeiwei Hu2022-11-161-9/+9
* apps/ocsp.c: Add missing test if make_ocsp_response failedGW2022-11-151-0/+2
* apps/speed.c: add verifying if fdopen returns NULLVinz20082022-11-141-1/+5