summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
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
2020-10-26Add a -legacy_verify flag to force use of the old validator for debuggingTheo Buehler
2020-10-14no need to initialize i if it's re-initialized a few lines downTheo Buehler
2020-10-14Free peekaboo pbuf at end of s_client_main()Theo Buehler
2020-10-13Make sure an OCSP query sends a host headerTheo Buehler
2020-10-08set SO_REUSEADDR on the server socket when we play oscp server.Bob Beck
2020-10-02Add -[46] nops for compatibility with the OpenSSL s_serverTheo Buehler
2020-09-09Wrap long lines, add space in front of goto label in openssl(1) ocsp.cKinichiro Inoguchi
2020-09-09Change SSLv23_client_method to TLS_client_method openssl(1) ocspKinichiro Inoguchi