summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Zap a useless comment followed by a stray semicolontb2024-02-041-2/+1
* Remove GOST and STREEBOG support from libssl.beck2024-02-031-7/+1
* Add 'openssl x509 -new' functionality to the libcrypto CLI utilityjob2024-01-262-14/+71
* Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appjob2024-01-122-27/+152
* Garbage collect the last users of SSL_set_debug(3)tb2023-12-292-5/+2
* s_client: pause hasn't worked in ages. Just ignore ittb2023-12-292-13/+5
* Make a few purpose things consttb2023-11-214-11/+11
* openssl pkcs12: rewrite without reaching into X509_ALGORtb2023-11-191-7/+10
* openssl ts: convert to X509_ALGOR_set0()tb2023-11-191-5/+8
* Kill last user of ASN1_time_parse() in the treetb2023-11-131-23/+3
* Check notBefore/notAfter validity with ASN1_TIME_to_tm(3)tb2023-11-131-5/+3
* netcat: avoid issuing syscalls on fd -1tb2023-08-141-3/+9
* Drop unused conf, pem, and x509 headers, add unistd for pledgetb2023-07-291-4/+2
* Remove antiquated options outputtb2023-07-273-44/+7
* sprinkle some void between () in function definitionstb2023-07-2313-26/+26
* Remove -stats option from openssl(1) errstr.tb2023-07-232-41/+5
* some minor fix up;jmc2023-07-031-5/+5
* Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitonsbeck2023-07-032-8/+20
* Remove the tls1.0 and 1.1 related options from the openssl(1) toolkitbeck2023-07-033-159/+20
* Teach openssl ca about Ed25519 certificatestb2023-07-021-18/+27
* Teach openssl req about EdDSA certstb2023-07-021-1/+8
* remove unused args_st structjsg2023-06-112-12/+2
* remove chopup_args() unused since apps.c rev 1.31jsg2023-06-112-72/+2
* openssl enc: drop a few parens and unwrap a few linestb2023-06-111-20/+14
* openssl enc: small style fixup after ZLIB unifdeftb2023-06-111-4/+2
* Unifdef ZLIBtb2023-06-112-44/+2
* From the description of "openssl verify", delete the duplicate andschwarze2023-06-081-130/+9
* Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".schwarze2023-06-071-4/+10
* Remove a space that I thought I had already deleted.tb2023-05-201-2/+2
* openssl speed: add an '-unaligned n' optiontb2023-05-202-7/+37
* openssl speed: minor style nitstb2023-05-201-8/+6
* openssl speed: remove binary curve remnantstb2023-05-201-88/+5
* Reinstate X9.31 padding mode support in rsautltb2023-05-052-7/+18
* Remove the nseq commandtb2023-04-254-211/+5
* Document the change in default to comma plus space but leave out thetb2023-04-221-2/+5
* Fix UTF-8 issuer printingtb2023-04-221-2/+6
* Drop policy printing from openssltb2023-04-146-95/+6
* Fix double free in error path in openssl(1) x509tb2023-04-141-4/+2
* Remove X9.31 support from openssl(1)tb2023-04-092-18/+7
* Minor code cleanuptb2023-04-091-42/+31
* openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANStb2023-03-101-3/+4
* Basic cleanup in asn1pars.ctb2023-03-071-26/+16
* Rename struct ${app}_config to plain cfgtb2023-03-0644-3260/+3260
* openssl: make all config structs statictb2023-03-0511-22/+22
* openssl/cms: zap some trailing whitespacetb2023-03-051-3/+3
* openssl enc doesn't really support AEAD ciphers and XTS modetb2023-03-041-2/+30
* openssl/req: garbage collect a pointless EVP_MD_CTX_init()tb2023-03-041-2/+2
* openssl speed: avoid bad pluraltb2023-02-231-5/+5
* openssl(1) pkcs7 avoid crash on malformed filestb2023-02-081-5/+9
* ugly white spacederaadt2023-01-041-2/+2