summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust manpage for SPKAC removaltb2024-07-081-84/+4
* Remove spkac subcommandtb2024-07-084-317/+4
* Remove spkac handling from openssl(1) catb2024-07-081-187/+3
* signal handler must use the save_errno dance, and massage a variablederaadt2024-07-011-2/+5
* openssl ca: avoid double free for spkac files without default sectiontb2024-06-231-2/+1
* openssl x509: rename pub_key to dsa_pub_keytb2024-05-271-4/+4
* openssl: enable -Wshadow for clangtb2024-05-271-2/+2
* openssl: avoid shadowed pkeys in x509.ctb2024-05-271-12/+10
* remove prototypes with no matching function and externs with no varjsg2024-05-211-2/+1
* remove extern with no matching var; ok tb@jsg2024-05-181-2/+1
* remove prototypes with no matching function; ok tb@jsg2024-05-183-6/+3
* openssl: toolkit implementing the TLS v1 protocol is weirdtb2024-05-071-3/+3
* openssl req: plug obvious leaktb2024-04-171-1/+2
* Mention that port can be specified as 0 in some situations, so that thederaadt2024-04-011-2/+3
* Clean up create_digest()tb2024-03-251-16/+17
* Expand only ever user of PBEPARAM_free() outside of libcryptotb2024-02-281-2/+3
* 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