summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2021-09-05new sentence, new line, and tweak wording of previous;Jason McIntyre
2021-09-05Remove unused variable tmptm in do_body of openssl(1) caKinichiro Inoguchi
2021-09-05Using serial number instead as subject if it is empty in openssl(1) caKinichiro Inoguchi
2021-09-05Check extensions before setting version to v3Kinichiro Inoguchi
2021-09-05Use accessor method rather than direct X509 structure accessKinichiro Inoguchi
2021-09-02Use defined constantsKinichiro Inoguchi
2021-09-02Add DB_TYPE_SUSPKinichiro Inoguchi
2021-09-02Move subject check process after the subject edit processKinichiro Inoguchi
2021-08-30Clean up end of do_body in openssl(1) caKinichiro Inoguchi
2021-08-30Remove NULL check before free in openssl(1) caKinichiro Inoguchi
2021-08-29Do not call X509_alias_get0(3) with NULL as the second argument.Ingo Schwarze
2021-08-29Start naccept .desc with a capitalTheo Buehler
2021-08-29Implement -naccept in the s_server.Theo Buehler
2021-08-28Add RCS markerTheo Buehler
2021-08-28Check X509_get_notAfter return value in openssl(1) ca.cKinichiro Inoguchi
2021-08-28Use strndup instead of malloc, memcpy and NULL termination in openssl(1) ca.cKinichiro Inoguchi
2021-08-28Remove ASN1_TIME_new and use NULL for X509_gmtime_adj, free tmptm in err pathKinichiro Inoguchi
2021-08-28Unwrap lines in openssl(1) ca.cKinichiro Inoguchi
2021-08-28Avoid leak with X509_REVOKED variable in openssl(1) ca.cKinichiro Inoguchi
2021-08-28Checking the return value in openssl(1) ca.cKinichiro Inoguchi
2021-07-24Compare strcmp and strcasecmp return value with zeroKinichiro Inoguchi
2021-07-20Check pointer variable if it is NULL in ca.cKinichiro Inoguchi
2021-07-15Wrap over 80 long lines in ca.cKinichiro Inoguchi
2021-07-15Explicitly check pointer variable if it is NULL or not in ca.cKinichiro Inoguchi
2021-07-15Remove space between '*' and pointer variable in ca.cKinichiro Inoguchi
2021-07-15Use 'serial' rather than 'ser' in ca.cKinichiro Inoguchi
2021-07-15Convert openssl(1) ca option handlingKinichiro Inoguchi
2021-05-10Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() withTheo Buehler
2021-04-21Fix const in previous. Pointed out by asouTheo Buehler
2021-04-20Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().Theo Buehler
2021-04-07Check function return value in openssl(1) x509.cKinichiro Inoguchi
2021-04-07Avoid leak in error pathKinichiro Inoguchi
2021-04-02Show DTLS1.2 message with openssl(1) s_server and s_clientKinichiro Inoguchi
2021-04-01Compare the pointer variable explicitly with NULL in if conditionKinichiro Inoguchi
2021-03-31Remove workarounds for SSL_is_dtls()Theo Buehler
2021-03-28Fix duplicate SSL_is_dtls in libssl and apps.cKinichiro Inoguchi
2021-03-26Sort header files and wrap long lines in x509.cKinichiro Inoguchi
2021-03-24Convert openssl(1) x509 option handlingKinichiro Inoguchi
2021-03-24Add option type OPTION_ORDERKinichiro Inoguchi
2021-03-17Read ahead is now enforced for DTLS - remove workarounds.Joel Sing
2021-03-17Use consistent s_server_opt_ prefix.Joel Sing
2021-03-17Add DTLSv1.2 support to openssl(1) s_client/s_server.Joel Sing
2021-02-15Only print the certificate file once on verifification failure.Joel Sing
2020-12-30Document meaning of '*' in genrsa outputTheo Buehler
2020-12-16Remove a redundant memset call.Theo Buehler
2020-11-03Wrap remaining overlong lines.Theo Buehler
2020-11-03garbage collect an essentially unused variable and wrap some overlongTheo Buehler
2020-11-03* ptr -> *ptrTheo Buehler
2020-11-03X509_verify_cert()'s return value is not reliable if the callbackTheo Buehler
2020-11-01some comma fixes; from varik valeforJason McIntyre