Creates a self-signed certificate with an issuer and subject of subject
and the given extensions
for the key
.
Add local/remote options to the command line parser.
Globs for files matching pattern
inside of directory
, returning absolute paths to the matching files.
Extract platform given on the command line
Whether this RR is in ServiceMode.
This integer returns the current initial length of the buffer.
This sets the initial length of the buffer to length
, if length
> 0, otherwise its value isn’t changed.
Returns the form how EC::Point
data is encoded as ASN.1.
See also point_conversion_form=
.
Sets the form how EC::Point
data is encoded as ASN.1 as defined in X9.62.
format can be one of these:
:compressed
Encoded as z||x, where z is an octet indicating which solution of the equation y is. z will be 0x02 or 0x03.
:uncompressed
Encoded as z||x||y, where z is an octet 0x04.
:hybrid
Encodes as z||x||y, where z is an octet indicating which solution of the equation y is. z will be 0x06 or 0x07.
See the OpenSSL
documentation for EC_GROUP_set_point_conversion_form()
A block on a keyword or method call.
The top-level program node.
super(foo) ^^^^^^^^^^
Returns the set of targets for a MultiTargetNode or a MultiWriteNode.
A block on a keyword or method call.
Visit the interpolated content of the string-like node.
def foo((bar, baz)); end
^^^^^^^^^^
The top-level program node.