Loading apps/ecparam.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -105,7 +105,7 @@ * in the asn1 der encoding * in the asn1 der encoding * possible values: named_curve (default) * possible values: named_curve (default) * explicit * explicit * -no_seed - if 'explicit' parameters are choosen do not use the seed * -no_seed - if 'explicit' parameters are chosen do not use the seed * -genkey - generate ec key * -genkey - generate ec key * -rand file - files to use for random number input * -rand file - files to use for random number input * -engine e - use engine e, possibly a hardware device * -engine e - use engine e, possibly a hardware device Loading Loading @@ -286,7 +286,7 @@ bad: BIO_printf(bio_err, " " BIO_printf(bio_err, " " " explicit\n"); " explicit\n"); BIO_printf(bio_err, " -no_seed if 'explicit'" BIO_printf(bio_err, " -no_seed if 'explicit'" " parameters are choosen do not" " parameters are chosen do not" " use the seed\n"); " use the seed\n"); BIO_printf(bio_err, " -genkey generate ec" BIO_printf(bio_err, " -genkey generate ec" " key\n"); " key\n"); Loading crypto/asn1/asn1_err.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -302,7 +302,7 @@ static ERR_STRING_DATA ASN1_str_reasons[]= {ERR_REASON(ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE),"unknown public key type"}, {ERR_REASON(ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE),"unknown public key type"}, {ERR_REASON(ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM),"unknown signature algorithm"}, {ERR_REASON(ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM),"unknown signature algorithm"}, {ERR_REASON(ASN1_R_UNKNOWN_TAG) ,"unknown tag"}, {ERR_REASON(ASN1_R_UNKNOWN_TAG) ,"unknown tag"}, {ERR_REASON(ASN1_R_UNKOWN_FORMAT) ,"unkown format"}, {ERR_REASON(ASN1_R_UNKOWN_FORMAT) ,"unknown format"}, {ERR_REASON(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE),"unsupported any defined by type"}, {ERR_REASON(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE),"unsupported any defined by type"}, {ERR_REASON(ASN1_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"}, {ERR_REASON(ASN1_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"}, {ERR_REASON(ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM),"unsupported encryption algorithm"}, {ERR_REASON(ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM),"unsupported encryption algorithm"}, Loading doc/apps/config.pod +1 −1 Original line number Original line Diff line number Diff line Loading @@ -119,7 +119,7 @@ variable points to a section containing further ENGINE configuration information. information. The section pointed to by B<engines> is a table of engine names (though see The section pointed to by B<engines> is a table of engine names (though see B<engine_id> below) and further sections containing configuration informations B<engine_id> below) and further sections containing configuration information specific to each ENGINE. specific to each ENGINE. Each ENGINE specific section is used to set default algorithms, load Each ENGINE specific section is used to set default algorithms, load Loading doc/apps/ec.pod +1 −1 Original line number Original line Diff line number Diff line Loading @@ -41,7 +41,7 @@ PKCS#8 private key format use the B<pkcs8> command. This specifies the input format. The B<DER> option with a private key uses This specifies the input format. The B<DER> option with a private key uses an ASN.1 DER encoded SEC1 private key. When used with a public key it an ASN.1 DER encoded SEC1 private key. When used with a public key it uses the SubjectPublicKeyInfo structur as specified in RFC 3280. uses the SubjectPublicKeyInfo structure as specified in RFC 3280. The B<PEM> form is the default format: it consists of the B<DER> format base64 The B<PEM> form is the default format: it consists of the B<DER> format base64 encoded with additional header and footer lines. In the case of a private key encoded with additional header and footer lines. In the case of a private key PKCS#8 format is also accepted. PKCS#8 format is also accepted. Loading doc/apps/pkcs12.pod +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ L<openssl(1)|openssl(1)>. =item B<-passout arg> =item B<-passout arg> pass phrase source to encrypt any outputed private keys with. For more pass phrase source to encrypt any outputted private keys with. For more information about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section information about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>. in L<openssl(1)|openssl(1)>. Loading Loading
apps/ecparam.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -105,7 +105,7 @@ * in the asn1 der encoding * in the asn1 der encoding * possible values: named_curve (default) * possible values: named_curve (default) * explicit * explicit * -no_seed - if 'explicit' parameters are choosen do not use the seed * -no_seed - if 'explicit' parameters are chosen do not use the seed * -genkey - generate ec key * -genkey - generate ec key * -rand file - files to use for random number input * -rand file - files to use for random number input * -engine e - use engine e, possibly a hardware device * -engine e - use engine e, possibly a hardware device Loading Loading @@ -286,7 +286,7 @@ bad: BIO_printf(bio_err, " " BIO_printf(bio_err, " " " explicit\n"); " explicit\n"); BIO_printf(bio_err, " -no_seed if 'explicit'" BIO_printf(bio_err, " -no_seed if 'explicit'" " parameters are choosen do not" " parameters are chosen do not" " use the seed\n"); " use the seed\n"); BIO_printf(bio_err, " -genkey generate ec" BIO_printf(bio_err, " -genkey generate ec" " key\n"); " key\n"); Loading
crypto/asn1/asn1_err.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -302,7 +302,7 @@ static ERR_STRING_DATA ASN1_str_reasons[]= {ERR_REASON(ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE),"unknown public key type"}, {ERR_REASON(ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE),"unknown public key type"}, {ERR_REASON(ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM),"unknown signature algorithm"}, {ERR_REASON(ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM),"unknown signature algorithm"}, {ERR_REASON(ASN1_R_UNKNOWN_TAG) ,"unknown tag"}, {ERR_REASON(ASN1_R_UNKNOWN_TAG) ,"unknown tag"}, {ERR_REASON(ASN1_R_UNKOWN_FORMAT) ,"unkown format"}, {ERR_REASON(ASN1_R_UNKOWN_FORMAT) ,"unknown format"}, {ERR_REASON(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE),"unsupported any defined by type"}, {ERR_REASON(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE),"unsupported any defined by type"}, {ERR_REASON(ASN1_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"}, {ERR_REASON(ASN1_R_UNSUPPORTED_CIPHER) ,"unsupported cipher"}, {ERR_REASON(ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM),"unsupported encryption algorithm"}, {ERR_REASON(ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM),"unsupported encryption algorithm"}, Loading
doc/apps/config.pod +1 −1 Original line number Original line Diff line number Diff line Loading @@ -119,7 +119,7 @@ variable points to a section containing further ENGINE configuration information. information. The section pointed to by B<engines> is a table of engine names (though see The section pointed to by B<engines> is a table of engine names (though see B<engine_id> below) and further sections containing configuration informations B<engine_id> below) and further sections containing configuration information specific to each ENGINE. specific to each ENGINE. Each ENGINE specific section is used to set default algorithms, load Each ENGINE specific section is used to set default algorithms, load Loading
doc/apps/ec.pod +1 −1 Original line number Original line Diff line number Diff line Loading @@ -41,7 +41,7 @@ PKCS#8 private key format use the B<pkcs8> command. This specifies the input format. The B<DER> option with a private key uses This specifies the input format. The B<DER> option with a private key uses an ASN.1 DER encoded SEC1 private key. When used with a public key it an ASN.1 DER encoded SEC1 private key. When used with a public key it uses the SubjectPublicKeyInfo structur as specified in RFC 3280. uses the SubjectPublicKeyInfo structure as specified in RFC 3280. The B<PEM> form is the default format: it consists of the B<DER> format base64 The B<PEM> form is the default format: it consists of the B<DER> format base64 encoded with additional header and footer lines. In the case of a private key encoded with additional header and footer lines. In the case of a private key PKCS#8 format is also accepted. PKCS#8 format is also accepted. Loading
doc/apps/pkcs12.pod +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ L<openssl(1)|openssl(1)>. =item B<-passout arg> =item B<-passout arg> pass phrase source to encrypt any outputed private keys with. For more pass phrase source to encrypt any outputted private keys with. For more information about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section information about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>. in L<openssl(1)|openssl(1)>. Loading