Deleted Added
full compact
ecparam.pod (325337) ecparam.pod (331638)
1=pod
2
3=head1 NAME
4
5openssl-ecparam,
6ecparam - EC parameter manipulation and generation
7
8=head1 SYNOPSIS

--- 72 unchanged lines hidden (view full) ---

81=item B<-list_curves>
82
83If this options is specified B<ecparam> will print out a list of all
84currently implemented EC parameters names and exit.
85
86=item B<-conv_form>
87
88This specifies how the points on the elliptic curve are converted
1=pod
2
3=head1 NAME
4
5openssl-ecparam,
6ecparam - EC parameter manipulation and generation
7
8=head1 SYNOPSIS

--- 72 unchanged lines hidden (view full) ---

81=item B<-list_curves>
82
83If this options is specified B<ecparam> will print out a list of all
84currently implemented EC parameters names and exit.
85
86=item B<-conv_form>
87
88This specifies how the points on the elliptic curve are converted
89into octet strings. Possible values are: B<compressed> (the default
90value), B<uncompressed> and B<hybrid>. For more information regarding
89into octet strings. Possible values are: B<compressed>, B<uncompressed> (the
90default value) and B<hybrid>. For more information regarding
91the point conversion forms please read the X9.62 standard.
92B<Note> Due to patent issues the B<compressed> option is disabled
93by default for binary curves and can be enabled by defining
94the preprocessor macro B<OPENSSL_EC_BIN_PT_COMP> at compile time.
95
96=item B<-param_enc arg>
97
98This specifies how the elliptic curve parameters are encoded.

--- 82 unchanged lines hidden ---
91the point conversion forms please read the X9.62 standard.
92B<Note> Due to patent issues the B<compressed> option is disabled
93by default for binary curves and can be enabled by defining
94the preprocessor macro B<OPENSSL_EC_BIN_PT_COMP> at compile time.
95
96=item B<-param_enc arg>
97
98This specifies how the elliptic curve parameters are encoded.

--- 82 unchanged lines hidden ---