summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* NULL out pointers after transferring them to the DSA object.tb2022-01-101-1/+9
* Dedup get_dsa*() code.tb2022-01-101-91/+60
* Convert testdsa to accessors for opaque DSAtb2022-01-101-30/+90
* Document openssl pkey -check,-pubcheck and param -checktb2022-01-101-2/+12
* Implement openssl pkey -{,pub}check and pkeyparam -checktb2022-01-104-10/+79
* Indicate current default cipherinoguchi2022-01-081-3/+3
* Free memory before assign to avoid leakinoguchi2022-01-061-1/+7
* Free memory if error occurredinoguchi2022-01-061-2/+4
* Remove NULL check before freeinoguchi2022-01-061-3/+2
* Wrap long lines and add some bracesinoguchi2022-01-051-74/+129
* Check function return valueinoguchi2022-01-051-8/+18
* Checking pointer variable with NULLinoguchi2022-01-051-74/+75
* Use calloc instead of mallocinoguchi2022-01-051-2/+2
* Check NULL first and unindent the rest of the codeinoguchi2022-01-051-41/+45
* Convert openssl(1) cms option handlinginoguchi2022-01-051-620/+1240
* Check error returns for HMAC_* to appease coverity.tb2021-12-261-4/+13
* One more leak similar to previous.tb2021-12-261-2/+2
* Plug leakstb2021-12-261-2/+2
* Plug memleaktb2021-12-261-2/+4
* Attempt to opportunistically use the host name for SNI in s_client.jsing2021-12-261-10/+34
* Convert req.c to compile with opaque EVP_MD_CTX.tb2021-12-121-25/+43
* Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking.tb2021-12-121-35/+72
* Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX.tb2021-12-121-20/+29
* A few more simplifications using get0_pubkey instead of get_pubkey + free.tb2021-12-121-9/+5
* Simplify x509.c slightly by using X509_get0_pubkey() instead oftb2021-12-121-5/+3
* Make x509.c compile with opaque EVP_PKEY.tb2021-12-121-7/+15
* Use correct spelling of NULLtb2021-12-121-2/+2
* Make ts.c compile with opaque EVP_MD_CTX.tb2021-12-121-5/+10
* Simple conversion to opaque EVP_CIPHER.tb2021-12-071-5/+9
* Clean up a bunch of dead code in s_server.c and s_socket.ctb2021-12-063-36/+21