summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* openssl(1): drop support for netscape certificates and server gated keys.tb2021-11-265-138/+12
* We know how to print a size_t now. Drop a comment and a cast.tb2021-11-251-6/+4
* Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.tb2021-11-211-2/+2
* Convert openssl(1) to using BN_GENCB on the heaptb2021-11-204-51/+74
* typo in commenttb2021-11-201-3/+3
* Various minor adjustments to make openssl(1) compile with opaquetb2021-10-313-12/+23
* Garbage collect another unused variable.jca2021-10-251-4/+1
* Preapre x509.c for upcoming libcrypto bumptb2021-10-231-19/+11
* Fix some whitespace issues, some pointed out by jsing, some found intb2021-10-231-4/+4
* Prepare s_server for opaque structs in libcryptotb2021-10-231-8/+13
* Prepare crl.c for opaque structs in libcrypto.tb2021-10-231-9/+12
* Prepare pcks12 for opaque structs in libcryptotb2021-10-231-69/+70
* Stop reaching into structs that will become opaque in ca.ctb2021-10-231-5/+3
* Nuke the asn1-kludge. This was a workaround for CAs with broken PCKS#10tb2021-10-232-35/+5
* Add a length check before NUL-terminating target. From Jonas Termansen.tb2021-10-231-1/+5
* Garbage collect an unused variable.tb2021-10-221-4/+2
* Stop setting enc.modified manually. It's no longer needed.tb2021-10-222-4/+2
* Remove an unused variable and a pointless label.tb2021-09-231-7/+1
* new sentence, new line, and tweak wording of previous;jmc2021-09-051-2/+3
* Remove unused variable tmptm in do_body of openssl(1) cainoguchi2021-09-051-8/+2
* Using serial number instead as subject if it is empty in openssl(1) cainoguchi2021-09-052-3/+36
* Check extensions before setting version to v3inoguchi2021-09-051-5/+10
* Use accessor method rather than direct X509 structure accessinoguchi2021-09-051-20/+10
* Use defined constantsinoguchi2021-09-021-16/+16
* Add DB_TYPE_SUSPinoguchi2021-09-021-1/+2
* Move subject check process after the subject edit processinoguchi2021-09-021-105/+106
* Clean up end of do_body in openssl(1) cainoguchi2021-08-301-6/+8
* Remove NULL check before free in openssl(1) cainoguchi2021-08-301-41/+25
* Do not call X509_alias_get0(3) with NULL as the second argument.schwarze2021-08-291-5/+7
* Start naccept .desc with a capitaltb2021-08-291-2/+2
* Implement -naccept in the s_server.tb2021-08-294-11/+29
* Add RCS markertb2021-08-281-0/+1
* Check X509_get_notAfter return value in openssl(1) ca.cinoguchi2021-08-281-3/+5
* Use strndup instead of malloc, memcpy and NULL termination in openssl(1) ca.cinoguchi2021-08-281-11/+4
* Remove ASN1_TIME_new and use NULL for X509_gmtime_adj, free tmptm in err pathinoguchi2021-08-281-15/+7