summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* openssl s_socket: do not fail accept on reverse DNS lookup failurekenjiro2026-05-101-9/+2
* openssl crl: make verify failure result in "app" failuretb2026-05-091-4/+5
* openssl ecparam: make EC_GROUP_check() failure result in "app" failuretb2026-05-091-3/+4
* openssl s_client: avoid two out of bounds writestb2026-05-091-2/+4
* openssl: centralize speed benchmark timer handlingkenjiro2026-05-051-124/+135
* openssl speed: whitespace tweaktb2026-03-191-3/+3
* openssl speed: add benchmarking support for ML-KEMkenjiro2026-03-181-2/+179
* openssl.1: remove mention of OPENSSL_EC_BIN_PT_COMPtb2026-03-141-16/+2
* nc(1) has the more crazy unveil + pledge configuration based uponderaadt2026-02-231-2/+4
* openssl x509: Remove legacy call to OBJ_create()kenjiro2026-02-081-4/+1
* openssl x509: send -text output to the file specified by -outkenjiro2026-02-081-50/+44
* Implement s_client starttls protocol sieve.martijn2026-02-012-4/+62
* openssl asn1pars: move tmplen next to tmpbuftb2026-01-311-4/+4
* openssl asn1pars: avoid a few unnecessary caststb2026-01-311-11/+11
* openssl: list SHA-3 digests in help outputkenjiro2026-01-021-1/+5
* openssl dgst: drop unused cfg.mkenjiro2026-01-021-5/+2
* Reimplement ASN1_PRINTABLE_type() dance in ca.ctb2025-12-211-13/+55
* openssl: Remove -{,un}compress from cms "app"tb2025-12-202-40/+10
* speed: make hmac(sha256) the default hmackenjiro2025-12-131-4/+4
* Remove unused algorithms from speed.ckenjiro2025-12-111-7/+4
* Convert D_, R_ macro indices to enums in speed.ckenjiro2025-12-111-49/+59
* speed: remove unused counters and dead parameterskenjiro2025-12-111-92/+77
* sort the "va" keyword to be in alpha order, some programs use bsearchphessler2025-12-061-2/+2
* allow network programs select DSCP_VA for network ToSphessler2025-12-051-1/+2
* openssl cms: switch to ASN1_STRING_get0_data()tb2025-11-271-3/+3
* openssl pkcs12: stop reaching into ASN1_STRINGtb2025-11-271-18/+17
* openssl ca: mechanical change to stop reaching into ASN1_STRINGtb2025-11-271-21/+26
* openssl asn1pars: don't reach into ASN1_STRINGtb2025-11-271-4/+4
* openssl ts: simplify create_nonce()tb2025-11-211-17/+7
* use strtonum() instead of atoi(), and error out for bad numbersderaadt2025-10-111-2/+7
* openssl certhash: add digest param to certhash_directoryjoshua2025-07-271-13/+9
* nc: document -Talpntb2025-06-241-2/+6
* nc: add ALPN TLS option, so you can specify -T alpn=valuetb2025-06-241-2/+8
* sort process_tls_opt[]tb2025-06-241-2/+2
* KNF for variations of get_cipher_by_name()tb2025-06-073-6/+9
* openssl.1: update defaults for cms and smimetb2025-06-071-4/+4
* openssl smime: switch default encryption from 40-bit RC2 to AES-256tb2025-06-071-11/+5
* openssl cms: switch default encryption from triple DES to AES-256tb2025-06-071-11/+5
* limitiation -> limitationjsg2025-05-281-3/+3
* openssl speed: clean up time_fjoshua2025-05-251-79/+76
* openssl speed: remove whirlpooljoshua2025-05-252-41/+12
* openssl pkcs8: zap an outdated lietb2025-05-241-4/+1
* openssl speed: remove MAX_BLOCK_SIZE definejoshua2025-05-241-8/+2
* openssl speed: move key{16,24,32} above speed_mainjoshua2025-05-241-33/+25
* Update and improve documentation for pkcs8 -v2tb2025-05-241-12/+8
* Switch default to PBES2 for openssl pkcs8 -topk8tb2025-05-241-3/+3
* openssl speed: use single md buffer for digestsjoshua2025-05-241-31/+10
* Fix HTTP CONNECT proxy support to not treat responses likedjm2025-05-221-5/+5
* for SOCKS4A don't perform a local hostname lookup that we're not goingdjm2025-05-211-4/+6
* add SOCKS4A to help textdjm2025-05-211-2/+2