summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up authority and subject key identifiers in force pubkey modetb2024-12-041-8/+133
* openssl speed: stop trying to use small curvestb2024-11-301-25/+11
* netcat: drop caddr_t cast. It's not needed and not portable.tb2024-11-021-2/+2
* sync x509v3_add_value with x509_utl.ctb2024-08-311-19/+32
* Add and use local copy of X509V3_add_value()tb2024-08-301-2/+41
* zap line missed in previous removal; ok tbjmc2024-08-301-3/+2
* Adjust documentation for check/pubcheck removaltb2024-08-291-11/+2
* Remove check and pubcheck from openssl pkey and pkeyparamtb2024-08-294-73/+7
* ocsp.c: zap trailing whitespacetb2024-08-291-2/+2
* ts.c: typo flaf -> flagtb2024-08-261-2/+2
* openssl: adjust manual for LMK and CSP removaltb2024-08-221-10/+2
* openssl pkcs12: remove support for LMK and CSP attributestb2024-08-221-25/+1
* Use OPENSSL_config() instead of OPENSSL_load_builtin_modules()tb2024-08-181-2/+2
* Add -CRLfile option to 'cms' sub commandjob2024-08-122-7/+38
* Remove bogus connect(s, NULL, 0) calltb2024-08-051-5/+1
* nc(1): remove useless function pointer dereferencingjan2024-08-021-2/+2
* Move the sigaction next to multitb2024-07-131-2/+2
* use sigaction() to setup SIGARLM so we can set SA_RESTART, andderaadt2024-07-121-6/+8
* do not need to force bss values to 0deraadt2024-07-091-2/+2
* KNF a pile of else if blocks; ok tbderaadt2024-07-091-19/+9
* 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