summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unwrap lines in openssl(1) ca.cinoguchi2021-08-281-5/+3
* Avoid leak with X509_REVOKED variable in openssl(1) ca.cinoguchi2021-08-281-1/+3
* Checking the return value in openssl(1) ca.cinoguchi2021-08-281-41/+127
* Compare strcmp and strcasecmp return value with zeroinoguchi2021-07-241-6/+6
* Check pointer variable if it is NULL in ca.cinoguchi2021-07-201-2/+2
* Wrap over 80 long lines in ca.cinoguchi2021-07-151-83/+154
* Explicitly check pointer variable if it is NULL or not in ca.cinoguchi2021-07-151-58/+58
* Remove space between '*' and pointer variable in ca.cinoguchi2021-07-151-56/+56
* Use 'serial' rather than 'ser' in ca.cinoguchi2021-07-151-19/+19
* Convert openssl(1) ca option handlinginoguchi2021-07-151-456/+643
* Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() withtb2021-05-101-15/+3
* Fix const in previous. Pointed out by asoutb2021-04-211-5/+5
* Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().tb2021-04-201-1/+6
* Check function return value in openssl(1) x509.cinoguchi2021-04-071-24/+71
* Avoid leak in error pathinoguchi2021-04-071-3/+7
* Show DTLS1.2 message with openssl(1) s_server and s_clientinoguchi2021-04-021-2/+6
* Compare the pointer variable explicitly with NULL in if conditioninoguchi2021-04-011-18/+17
* Remove workarounds for SSL_is_dtls()tb2021-03-312-11/+2
* Fix duplicate SSL_is_dtls in libssl and apps.cinoguchi2021-03-281-1/+3
* Sort header files and wrap long lines in x509.cinoguchi2021-03-261-67/+110
* Convert openssl(1) x509 option handlinginoguchi2021-03-241-414/+747
* Add option type OPTION_ORDERinoguchi2021-03-242-2/+9
* Read ahead is now enforced for DTLS - remove workarounds.jsing2021-03-172-20/+2
* Use consistent s_server_opt_ prefix.jsing2021-03-171-9/+9
* Add DTLSv1.2 support to openssl(1) s_client/s_server.jsing2021-03-174-34/+129
* Only print the certificate file once on verifification failure.jsing2021-02-151-4/+2
* Document meaning of '*' in genrsa outputtb2020-12-301-3/+6
* Remove a redundant memset call.tb2020-12-161-2/+2
* Wrap remaining overlong lines.tb2020-11-031-7/+7
* garbage collect an essentially unused variable and wrap some overlongtb2020-11-031-8/+10
* * ptr -> *ptrtb2020-11-031-5/+5
* X509_verify_cert()'s return value is not reliable if the callbacktb2020-11-031-20/+22
* some comma fixes; from varik valeforjmc2020-11-011-12/+12