summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2024-03-25Clean up create_digest()Theo Buehler
2024-02-28Expand only ever user of PBEPARAM_free() outside of libcryptoTheo Buehler
2024-02-04Zap a useless comment followed by a stray semicolonTheo Buehler
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
2024-01-26Add 'openssl x509 -new' functionality to the libcrypto CLI utilityJob Snijders
2024-01-12Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appJob Snijders
2023-12-29Garbage collect the last users of SSL_set_debug(3)Theo Buehler
2023-12-29s_client: pause hasn't worked in ages. Just ignore itTheo Buehler
2023-11-21Make a few purpose things constTheo Buehler
2023-11-19openssl pkcs12: rewrite without reaching into X509_ALGORTheo Buehler
2023-11-19openssl ts: convert to X509_ALGOR_set0()Theo Buehler
2023-11-13Kill last user of ASN1_time_parse() in the treeTheo Buehler
2023-11-13Check notBefore/notAfter validity with ASN1_TIME_to_tm(3)Theo Buehler
2023-07-29Drop unused conf, pem, and x509 headers, add unistd for pledgeTheo Buehler
2023-07-27Remove antiquated options outputTheo Buehler
2023-07-23sprinkle some void between () in function definitionsTheo Buehler
2023-07-23Remove -stats option from openssl(1) errstr.Theo Buehler
2023-07-03some minor fix up;Jason McIntyre
2023-07-03Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsBob Beck
2023-07-03Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitBob Beck
2023-07-02Teach openssl ca about Ed25519 certificatesTheo Buehler
2023-07-02Teach openssl req about EdDSA certsTheo Buehler
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