summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* spelling fix; from paul tagliamontejmc2022-12-261-2/+2
* Denote multiple arguments with 'arg ...' not 'args'kn2022-12-221-4/+4
* nc: skip connection info on failed or skipped udptest()tb2022-12-181-5/+8
* nc: do not test the connection in non-interactive modetb2022-12-181-1/+5
* nc: clean up and simplify connection_infO()tb2022-12-181-7/+7
* nc: pass protocol name to connection_info()tb2022-12-181-7/+9
* nc: factor printing of connection info into a functiontb2022-12-181-25/+28
* Clean up openssl(1) command execution.joshua2022-11-111-20/+26
* Remove the legacy interactive mode from openssl(1).joshua2022-11-1146-376/+231
* fix an obvious thinko without serious consequences in the display of eespie2022-10-041-2/+2
* remove an extraneous empty linetb2022-09-141-2/+1
* Adjust for opaque structs in ts.htb2022-09-111-14/+24
* Adjust for opaque structs in pkcs12.htb2022-09-111-25/+38
* Replace archaic \*(Lt and \*(Gt by plain < and >, respectively,schwarze2022-09-111-7/+7
* Avoid division by zero if no connection was made.tb2022-08-311-4/+2
* Check return values in ssl_print_tmp_key()tb2022-08-311-4/+9
* Check HMAC() return value to avoid a later use of uninitializedtb2022-08-301-3/+7
* Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNALtb2022-08-031-1/+7
* fix indenttb2022-07-191-2/+2
* Document -tls1_{1,2,3} in openssl cipherstb2022-07-191-2/+11
* Allow displaying ciphers according to protocol versiontb2022-07-191-4/+39
* Suppress output of the deprecated -tls1 option in usage() and helptb2022-07-141-3/+2
* Switch to using TLS_client_method()tb2022-07-141-2/+2
* Document openssl ciphers -stb2022-07-141-3/+5
* Add -s option to openssl cipherstb2022-07-141-4/+20
* do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy)djm2022-06-081-2/+2
* KNF, mostly whitespace - no binary change on amd64tb2022-06-081-22/+19
* Fix comparison in openssl(1) pkcs12inoguchi2022-04-281-3/+3
* Compare pointer value with NULL in openssl(1) pkcs12inoguchi2022-04-281-31/+31
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-22/+22
* Change internal functions to static in openssl(1) pkcs12inoguchi2022-03-281-24/+30
* Remove unused function cert_load in openssl(1) pkcs12inoguchi2022-03-281-19/+1
* Check EVP_Digest* functions return value in openssl(1) tsinoguchi2022-03-271-5/+16
* Check function return valueinoguchi2022-03-241-2/+3
* Compare pointer value with NULLinoguchi2022-03-241-63/+63
* Wrap long linesinoguchi2022-03-241-39/+44