summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2023-06-11remove unused args_st structJonathan Gray
2023-06-11remove chopup_args() unused since apps.c rev 1.31Jonathan Gray
2023-06-11openssl enc: drop a few parens and unwrap a few linesTheo Buehler
2023-06-11openssl enc: small style fixup after ZLIB unifdefTheo Buehler
2023-06-11Unifdef ZLIBTheo Buehler
2023-06-08From the description of "openssl verify", delete the duplicate andIngo Schwarze
2023-06-07Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".Ingo Schwarze
2023-05-20Remove a space that I thought I had already deleted.Theo Buehler
2023-05-20openssl speed: add an '-unaligned n' optionTheo Buehler
2023-05-20openssl speed: minor style nitsTheo Buehler
2023-05-20openssl speed: remove binary curve remnantsTheo Buehler
2023-05-05Reinstate X9.31 padding mode support in rsautlTheo Buehler
2023-04-25Remove the nseq commandTheo Buehler
2023-04-22Document the change in default to comma plus space but leave out theTheo Buehler
2023-04-22Fix UTF-8 issuer printingTheo Buehler
2023-04-14Drop policy printing from opensslTheo Buehler
2023-04-14Fix double free in error path in openssl(1) x509Theo Buehler
2023-04-09Remove X9.31 support from openssl(1)Theo Buehler
2023-04-09Minor code cleanupTheo Buehler
2023-03-10openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANSTheo Buehler
2023-03-07Basic cleanup in asn1pars.cTheo Buehler
2023-03-06Rename struct ${app}_config to plain cfgTheo Buehler
2023-03-05openssl: make all config structs staticTheo Buehler
2023-03-05openssl/cms: zap some trailing whitespaceTheo Buehler
2023-03-04openssl enc doesn't really support AEAD ciphers and XTS modeTheo Buehler
2023-03-04openssl/req: garbage collect a pointless EVP_MD_CTX_init()Theo Buehler
2023-02-23openssl speed: avoid bad pluralTheo Buehler
2023-02-08openssl(1) pkcs7 avoid crash on malformed filesTheo Buehler
2022-12-26spelling fix; from paul tagliamonteJason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-11-11Clean up openssl(1) command execution.joshua
2022-11-11Remove the legacy interactive mode from openssl(1).joshua
2022-10-04fix an obvious thinko without serious consequences in the display of eMarc Espie
2022-09-14remove an extraneous empty lineTheo Buehler
2022-09-11Adjust for opaque structs in ts.hTheo Buehler
2022-09-11Adjust for opaque structs in pkcs12.hTheo Buehler
2022-08-31Avoid division by zero if no connection was made.Theo Buehler
2022-08-31Check return values in ssl_print_tmp_key()Theo Buehler
2022-08-30Check HMAC() return value to avoid a later use of uninitializedTheo Buehler
2022-08-03Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNALTheo Buehler
2022-07-19fix indentTheo Buehler
2022-07-19Document -tls1_{1,2,3} in openssl ciphersTheo Buehler
2022-07-19Allow displaying ciphers according to protocol versionTheo Buehler
2022-07-14Suppress output of the deprecated -tls1 option in usage() and helpTheo Buehler
2022-07-14Switch to using TLS_client_method()Theo Buehler
2022-07-14Document openssl ciphers -sTheo Buehler
2022-07-14Add -s option to openssl ciphersTheo Buehler
2022-04-28Fix comparison in openssl(1) pkcs12Kinichiro Inoguchi
2022-04-28Compare pointer value with NULL in openssl(1) pkcs12Kinichiro Inoguchi
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber