summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2024-08-31sync x509v3_add_value with x509_utl.cTheo Buehler
2024-08-30Add and use local copy of X509V3_add_value()Theo Buehler
2024-08-30zap line missed in previous removal; ok tbJason McIntyre
2024-08-29Adjust documentation for check/pubcheck removalTheo Buehler
2024-08-29Remove check and pubcheck from openssl pkey and pkeyparamTheo Buehler
2024-08-29ocsp.c: zap trailing whitespaceTheo Buehler
2024-08-26ts.c: typo flaf -> flagTheo Buehler
2024-08-22openssl: adjust manual for LMK and CSP removalTheo Buehler
2024-08-22openssl pkcs12: remove support for LMK and CSP attributesTheo Buehler
2024-08-18Use OPENSSL_config() instead of OPENSSL_load_builtin_modules()Theo Buehler
2024-08-12Add -CRLfile option to 'cms' sub commandJob Snijders
2024-07-13Move the sigaction next to multiTheo Buehler
2024-07-12use sigaction() to setup SIGARLM so we can set SA_RESTART, andTheo de Raadt
2024-07-09do not need to force bss values to 0Theo de Raadt
2024-07-09KNF a pile of else if blocks; ok tbTheo de Raadt
2024-07-08Adjust manpage for SPKAC removalTheo Buehler
2024-07-08Remove spkac subcommandTheo Buehler
2024-07-08Remove spkac handling from openssl(1) caTheo Buehler
2024-07-01signal handler must use the save_errno dance, and massage a variableTheo de Raadt
2024-06-23openssl ca: avoid double free for spkac files without default sectionTheo Buehler
2024-05-27openssl x509: rename pub_key to dsa_pub_keyTheo Buehler
2024-05-27openssl: enable -Wshadow for clangTheo Buehler
2024-05-27openssl: avoid shadowed pkeys in x509.cTheo Buehler
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-18remove extern with no matching var; ok tb@Jonathan Gray
2024-05-18remove prototypes with no matching function; ok tb@Jonathan Gray
2024-05-07openssl: toolkit implementing the TLS v1 protocol is weirdTheo Buehler
2024-04-17openssl req: plug obvious leakTheo Buehler
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