summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2021-12-12Convert req.c to compile with opaque EVP_MD_CTX.Theo Buehler
2021-12-12Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking.Theo Buehler
2021-12-12Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX.Theo Buehler
2021-12-12A few more simplifications using get0_pubkey instead of get_pubkey + free.Theo Buehler
2021-12-12Simplify x509.c slightly by using X509_get0_pubkey() instead ofTheo Buehler
2021-12-12Make x509.c compile with opaque EVP_PKEY.Theo Buehler
2021-12-12Use correct spelling of NULLTheo Buehler
2021-12-12Make ts.c compile with opaque EVP_MD_CTX.Theo Buehler
2021-12-07Simple conversion to opaque EVP_CIPHER.Theo Buehler
2021-12-06Clean up a bunch of dead code in s_server.c and s_socket.cTheo Buehler
2021-11-26openssl(1): drop support for netscape certificates and server gated keys.Theo Buehler
2021-11-25We know how to print a size_t now. Drop a comment and a cast.Theo Buehler
2021-11-21Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.Theo Buehler
2021-11-20Convert openssl(1) to using BN_GENCB on the heapTheo Buehler
2021-11-20typo in commentTheo Buehler
2021-10-31Various minor adjustments to make openssl(1) compile with opaqueTheo Buehler
2021-10-25Garbage collect another unused variable.Jeremie Courreges-Anglas
2021-10-23Preapre x509.c for upcoming libcrypto bumpTheo Buehler
2021-10-23Fix some whitespace issues, some pointed out by jsing, some found inTheo Buehler
2021-10-23Prepare s_server for opaque structs in libcryptoTheo Buehler
2021-10-23Prepare crl.c for opaque structs in libcrypto.Theo Buehler
2021-10-23Prepare pcks12 for opaque structs in libcryptoTheo Buehler
2021-10-23Stop reaching into structs that will become opaque in ca.cTheo Buehler
2021-10-23Nuke the asn1-kludge. This was a workaround for CAs with broken PCKS#10Theo Buehler
2021-10-23Add a length check before NUL-terminating target. From Jonas Termansen.Theo Buehler
2021-10-22Garbage collect an unused variable.Theo Buehler
2021-10-22Stop setting enc.modified manually. It's no longer needed.Theo Buehler
2021-09-23Remove an unused variable and a pointless label.Theo Buehler
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