|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <RUBY_EXTCONF_H>#include <string.h>#include <openssl/engine.h>#include <openssl/hmac.h>#include <openssl/x509_vfy.h>#include "openssl_missing.h"Go to the source code of this file.
Functions | |
| int | ossl_EC_curve_nist2nid (const char *name) |
| HMAC_CTX * | ossl_HMAC_CTX_new (void) |
| void | ossl_HMAC_CTX_free (HMAC_CTX *ctx) |
| void | ossl_X509_CRL_get0_signature (const X509_CRL *crl, const ASN1_BIT_STRING **psig, const X509_ALGOR **palg) |
| void | ossl_X509_REQ_get0_signature (const X509_REQ *req, const ASN1_BIT_STRING **psig, const X509_ALGOR **palg) |
Definition at line 48 of file openssl_missing.c.
| void ossl_HMAC_CTX_free | ( | HMAC_CTX * | ctx | ) |
Definition at line 75 of file openssl_missing.c.
| HMAC_CTX * ossl_HMAC_CTX_new | ( | void | ) |
Definition at line 63 of file openssl_missing.c.
References NULL.
| void ossl_X509_CRL_get0_signature | ( | const X509_CRL * | crl, |
| const ASN1_BIT_STRING ** | psig, | ||
| const X509_ALGOR ** | palg | ||
| ) |
Definition at line 86 of file openssl_missing.c.
References NULL.
| void ossl_X509_REQ_get0_signature | ( | const X509_REQ * | req, |
| const ASN1_BIT_STRING ** | psig, | ||
| const X509_ALGOR ** | palg | ||
| ) |
Definition at line 98 of file openssl_missing.c.
References NULL.
| const char* name |
Definition at line 27 of file openssl_missing.c.
Referenced by ossl_EC_curve_nist2nid().
| int nid |
Definition at line 28 of file openssl_missing.c.
Referenced by ossl_EC_curve_nist2nid().