| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the change in default to comma plus space but leave out the | tb | 2023-04-22 | 1 | -2/+5 |
* | Fix UTF-8 issuer printing | tb | 2023-04-22 | 1 | -2/+6 |
* | Drop policy printing from openssl | tb | 2023-04-14 | 6 | -95/+6 |
* | Fix double free in error path in openssl(1) x509 | tb | 2023-04-14 | 1 | -4/+2 |
* | Remove X9.31 support from openssl(1) | tb | 2023-04-09 | 2 | -18/+7 |
* | Minor code cleanup | tb | 2023-04-09 | 1 | -42/+31 |
* | openssl(1) asn1parse: avoid crash with ASN.1 BOOLEANS | tb | 2023-03-10 | 1 | -3/+4 |
* | Basic cleanup in asn1pars.c | tb | 2023-03-07 | 1 | -26/+16 |
* | Rename struct ${app}_config to plain cfg | tb | 2023-03-06 | 44 | -3260/+3260 |
* | openssl: make all config structs static | tb | 2023-03-05 | 11 | -22/+22 |
* | openssl/cms: zap some trailing whitespace | tb | 2023-03-05 | 1 | -3/+3 |
* | openssl enc doesn't really support AEAD ciphers and XTS mode | tb | 2023-03-04 | 1 | -2/+30 |
* | openssl/req: garbage collect a pointless EVP_MD_CTX_init() | tb | 2023-03-04 | 1 | -2/+2 |
* | openssl speed: avoid bad plural | tb | 2023-02-23 | 1 | -5/+5 |
* | openssl(1) pkcs7 avoid crash on malformed files | tb | 2023-02-08 | 1 | -5/+9 |
* | ugly white space | deraadt | 2023-01-04 | 1 | -2/+2 |
* | spelling fix; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
* | Denote multiple arguments with 'arg ...' not 'args' | kn | 2022-12-22 | 1 | -4/+4 |
* | nc: skip connection info on failed or skipped udptest() | tb | 2022-12-18 | 1 | -5/+8 |
* | nc: do not test the connection in non-interactive mode | tb | 2022-12-18 | 1 | -1/+5 |
* | nc: clean up and simplify connection_infO() | tb | 2022-12-18 | 1 | -7/+7 |
* | nc: pass protocol name to connection_info() | tb | 2022-12-18 | 1 | -7/+9 |
* | nc: factor printing of connection info into a function | tb | 2022-12-18 | 1 | -25/+28 |
* | Clean up openssl(1) command execution. | joshua | 2022-11-11 | 1 | -20/+26 |
* | Remove the legacy interactive mode from openssl(1). | joshua | 2022-11-11 | 46 | -376/+231 |
* | fix an obvious thinko without serious consequences in the display of e | espie | 2022-10-04 | 1 | -2/+2 |
* | remove an extraneous empty line | tb | 2022-09-14 | 1 | -2/+1 |
* | Adjust for opaque structs in ts.h | tb | 2022-09-11 | 1 | -14/+24 |
* | Adjust for opaque structs in pkcs12.h | tb | 2022-09-11 | 1 | -25/+38 |
* | Replace archaic \*(Lt and \*(Gt by plain < and >, respectively, | schwarze | 2022-09-11 | 1 | -7/+7 |
* | Avoid division by zero if no connection was made. | tb | 2022-08-31 | 1 | -4/+2 |
* | Check return values in ssl_print_tmp_key() | tb | 2022-08-31 | 1 | -4/+9 |
* | Check HMAC() return value to avoid a later use of uninitialized | tb | 2022-08-30 | 1 | -3/+7 |
* | Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNAL | tb | 2022-08-03 | 1 | -1/+7 |
* | fix indent | tb | 2022-07-19 | 1 | -2/+2 |
* | Document -tls1_{1,2,3} in openssl ciphers | tb | 2022-07-19 | 1 | -2/+11 |
* | Allow displaying ciphers according to protocol version | tb | 2022-07-19 | 1 | -4/+39 |
* | Suppress output of the deprecated -tls1 option in usage() and help | tb | 2022-07-14 | 1 | -3/+2 |
* | Switch to using TLS_client_method() | tb | 2022-07-14 | 1 | -2/+2 |
* | Document openssl ciphers -s | tb | 2022-07-14 | 1 | -3/+5 |
* | Add -s option to openssl ciphers | tb | 2022-07-14 | 1 | -4/+20 |
* | do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy) | djm | 2022-06-08 | 1 | -2/+2 |
* | KNF, mostly whitespace - no binary change on amd64 | tb | 2022-06-08 | 1 | -22/+19 |
* | Fix comparison in openssl(1) pkcs12 | inoguchi | 2022-04-28 | 1 | -3/+3 |
* | Compare pointer value with NULL in openssl(1) pkcs12 | inoguchi | 2022-04-28 | 1 | -31/+31 |
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 1 | -22/+22 |
* | Change internal functions to static in openssl(1) pkcs12 | inoguchi | 2022-03-28 | 1 | -24/+30 |
* | Remove unused function cert_load in openssl(1) pkcs12 | inoguchi | 2022-03-28 | 1 | -19/+1 |
* | Check EVP_Digest* functions return value in openssl(1) ts | inoguchi | 2022-03-27 | 1 | -5/+16 |
* | Check function return value | inoguchi | 2022-03-24 | 1 | -2/+3 |