Yusheng Yang

Results 2 comments of Yusheng Yang

Thank you for pointing that out. But `-aead` only results in `EVP_CIPHER_CTX_ctrl(EVP_CTRL_AEAD_SET_TAG)` getting called on the decryption side. On the encryption side, you're still not calling `EVP_CIPHER_CTX_ctrl(EVP_CTRL_AEAD_GET_TAG)` to get the...

@embhorn I work with @colmenero , and I have another question related to `X509_V_FLAG_PARTIAL_CHAIN`. If the chain consists of only one certificate, which is not self-signed, and the `X509_V_FLAG_PARTIAL_CHAIN` flag...