ext/openssl/ossl_config.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define _OSSL_CONFIG_H_

Functions

CONF * GetConfigPtr (VALUE obj)
CONF * DupConfigPtr (VALUE obj)
void Init_ossl_config (void)

Variables

VALUE cConfig
VALUE eConfigError


Define Documentation

#define _OSSL_CONFIG_H_

Definition at line 12 of file ossl_config.h.


Function Documentation

CONF* DupConfigPtr ( VALUE  obj  ) 

Definition at line 53 of file ossl_config.c.

References cConfig, NULL, OSSL_Check_Kind, parse_config(), rb_funcall(), and rb_intern.

CONF* GetConfigPtr ( VALUE  obj  ) 

Definition at line 43 of file ossl_config.c.

References SafeGetConfig.

Referenced by ossl_x509extfactory_create_ext().

void Init_ossl_config ( void   ) 


Variable Documentation

Definition at line 33 of file ossl_config.c.

Referenced by DupConfigPtr(), and Init_ossl_config().


doxygen