Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-12-13 02:42:17 +0300
committerAdam Langley <agl@google.com>2015-12-22 03:14:35 +0300
commite13263d5e4d4bf479d2ef198b1ff3f4946312236 (patch)
treed6cab06b0f959276dc8044353424d45107f00036 /include/openssl/x509.h
parent841934f079644e0d9864b2af508d9e4553e27fcb (diff)
Resolve a few old TODOs.
A lot of commented-out code we haven't had to put them back, so these can go now. Also remove the TODO about OAEP having a weird API. The API is wrong, but upstream's shipped it with the wrong API, so that's what it is now. Change-Id: I7da607cf2d877cbede41ccdada31380f812f6dfa Reviewed-on: https://boringssl-review.googlesource.com/6763 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include/openssl/x509.h')
-rw-r--r--include/openssl/x509.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 483c5de1..a5aaf31b 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -618,12 +618,10 @@ OPENSSL_EXPORT int X509_signature_print(BIO *bp,X509_ALGOR *alg, ASN1_STRING *si
OPENSSL_EXPORT int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
OPENSSL_EXPORT int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
-/* int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert); */
OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
OPENSSL_EXPORT int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
OPENSSL_EXPORT int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md);
OPENSSL_EXPORT int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx);
-/* int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl); */
OPENSSL_EXPORT int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md);
OPENSSL_EXPORT int X509_pubkey_digest(const X509 *data,const EVP_MD *type,