summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* openssl ca: use BN_bn2hex() rather than reimplementing ittb2025-02-251-28/+18
* openssl x509: zap extra whitespace in usagetb2025-01-191-2/+2
* Remove -C option from "apps"tb2025-01-196-436/+12
* ecparam: remove GF2m remnanttb2025-01-191-14/+4
* termianted -> terminatedtb2025-01-031-2/+2
* Remove some gloriously outdated commentstb2025-01-021-5/+1
* Merge testdsa.h and tesrsa.h into speed.ctb2025-01-023-781/+712
* Remove some pointless header guards. The headers are in scope.tb2025-01-021-7/+1
* Merge s_apps.h into apps.htb2025-01-028-169/+47
* openssl(1) doesn't need 5 .h files: merge timeouts.h into apps.htb2025-01-024-72/+7
* openssl(1) doesn't need 6 .h files: fold progs.h into apps.htb2025-01-028-59/+52
* Plug a bunch of leaks in the PKCS 12 codetb2024-12-261-8/+24
* Error check sk_push() in crl2p7tb2024-12-261-23/+21
* ciphers: remove tls1 and tls1_1 leftoverstb2024-12-111-16/+2
* 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