summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust for opaque structs in ts.htb2022-09-111-14/+24
* Adjust for opaque structs in pkcs12.htb2022-09-111-25/+38
* 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
* 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
* Remove space between asterisk and variable nameinoguchi2022-03-241-22/+22
* Convert openssl(1) ts option handlinginoguchi2022-03-241-153/+285
* openssl cms: avoid NULL derefs on option parsingtb2022-03-231-1/+3
* prefer https links in man pagesjsg2022-02-181-3/+3
* Unindent and unwrap lines. Pull up a NULL check. No functional change.tb2022-02-031-28/+26
* Remove commented variable declarationstb2022-02-031-6/+1
* Use X509_*get0_pubkey() wherever possible to simplify and clean uptb2022-02-033-36/+22
* Remove some stale comments.tb2022-02-031-21/+1
* Avoid memory leak in error path with openssl(1) smimeinoguchi2022-01-161-1/+2
* Avoid memory leak in error path with openssl(1) cmsinoguchi2022-01-161-1/+3
* Enable openssl pkey -{,pub}check and pkeyparam -checktb2022-01-142-6/+2
* openssl(1) dgst: fix build after clones removaltb2022-01-141-4/+1
* Convert openssl(1) speed for opaque EVP_AEAD_CTXtb2022-01-141-13/+31
* Convert openssl(1) rsa.c for opaque RSAtb2022-01-141-2/+2
* openssl(1) genrsa: simplify access to rsa->etb2022-01-141-5/+3
* Convert openssl(1) gendsa.c to opaque DSAtb2022-01-141-2/+2
* Convert openssl(1) dsaparam to opaque dsatb2022-01-141-11/+13
* Convert openssl(1) dsa.c to opaque DSAtb2022-01-141-2/+2
* Convert openssl(1) dhparam to opaque DHtb2022-01-141-12/+14
* Convert openssl(1) dh.c to opaque DHtb2022-01-141-10/+12
* zap some stray whitespacetb2022-01-121-2/+2
* Wrap long linesinoguchi2022-01-111-42/+74
* Check function return valueinoguchi2022-01-111-32/+57
* Suppress warninginoguchi2022-01-111-1/+3
* Compare pointer variable with NULLinoguchi2022-01-111-44/+44
* Remove space between '*' and pointer variable.inoguchi2022-01-111-11/+9
* Convert openssl(1) smime option handlinginoguchi2022-01-111-357/+744
* Unbreak tree. Sorry about that.tb2022-01-101-7/+7