summaryrefslogtreecommitdiffstats
path: root/doc/man1
AgeCommit message (Expand)Author
2023-07-01openssl-rsautl.pod: Add missing commaJakub Wilk
2023-06-09apps/asn1parse: improve RFC7462 complianceDr. Matthias St. Pierre
2023-06-09Update CMAC cipher algorithm list and test cases.fisher.yu
2023-06-02Fix documentation where openssl-genrsa is listed asDarana
2023-06-01openssl-cmp.pod.in: tweak doc of -subject, -issuer, -keep_alive, and -untrustedDr. David von Oheimb
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-05-18Add support for --version and synonymsMarc Brooks
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-10DLTS → DTLSDimitri Papadopoulos
2023-05-08Add some documentation for the new QUIC mode in s_clientMatt Caswell
2023-04-28Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1...rkarmaka98
2023-04-28APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb
2023-04-27APPS: make sure the -CAfile argument can be in DER formatDr. David von Oheimb
2023-04-27apps/smime: Point out that the six operations are mutually exclusive and add ...Dr. David von Oheimb
2023-04-27openssl-ocsp.pod.in: state for options that they are flexible w.r.t. cert inp...Dr. David von Oheimb
2023-04-20doc: document the -pedantic option to fipsinstall.Pauli
2023-03-31Provider-based KEM and SIG alg speed testing addedMichael Baentsch
2023-03-30Add some documentation for the new advanced s_client command modeMatt Caswell
2023-03-30remove DSA512 from speed testingMichael Baentsch
2023-03-29doc: note the restriction on digests used by DRBGs in FIPS mode.Pauli
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-25CMP app: improve doc and help output on -{req,rsp}{in,out} optionsDr. David von Oheimb
2023-03-23Add an option to specify number of bits in the subprime (q) when generating D...Aleksey Sanin
2023-03-20doc: note the default iteration count for PBKDF2 in the enc commandPauli
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-02-23Add help for pkeyopt values for the genpkey commandline app.slontis
2023-02-13OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb
2023-02-08CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb
2023-02-02APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb
2023-01-26Clarify the change of enc -S behavior in 3.0Viktor Dukhovni
2023-01-26OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-23CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb
2023-01-16CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb
2022-12-12rsa: Add option to disable implicit rejectionHubert Kario
2022-12-12rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario
2022-11-25Fix typo in openssl-x509.pod.inJan
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-11-02fipsinstall: add -self_test_oninstall option.Pauli
2022-10-24openssl list: Fix help text about -cipher-algorithms optionDaniel Fiala
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-09-29apps/speed.c: Lock buffer in memoryJuergen Christ
2022-09-20APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb
2022-09-20Update documentation, standard input is expected to be in binary format tooPatrik Sevallius
2022-09-11list: add an option to list all available algorithmsPauli
2022-09-07APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb
2022-08-30Fix man page to indicate SHA256 MAC for PKCS12Stefanos Harhalakis