Fix typos in comments

This commit is contained in:
Paul Bakker 2014-06-25 14:45:24 +02:00
parent d543a582bf
commit 237a847f1c
5 changed files with 5 additions and 5 deletions

View File

@ -639,7 +639,7 @@
* current polarssl_strerror(). * current polarssl_strerror().
* *
* For new code, it is recommended to use polarssl_strerror() instead and * For new code, it is recommended to use polarssl_strerror() instead and
* disabled this. * disable this.
* *
* Disable if you run into name conflicts and want to really remove the * Disable if you run into name conflicts and want to really remove the
* error_strerror() * error_strerror()

View File

@ -47,7 +47,7 @@ typedef enum
*/ */
typedef struct typedef struct
{ {
ecp_group grp; /*!< ellipitic curve used */ ecp_group grp; /*!< elliptic curve used */
mpi d; /*!< our secret value (private key) */ mpi d; /*!< our secret value (private key) */
ecp_point Q; /*!< our public value (public key) */ ecp_point Q; /*!< our public value (public key) */
ecp_point Qp; /*!< peer's public value (public key) */ ecp_point Qp; /*!< peer's public value (public key) */

View File

@ -40,7 +40,7 @@
*/ */
typedef struct typedef struct
{ {
ecp_group grp; /*!< ellipitic curve used */ ecp_group grp; /*!< elliptic curve used */
mpi d; /*!< secret signature key */ mpi d; /*!< secret signature key */
ecp_point Q; /*!< public signature key */ ecp_point Q; /*!< public signature key */
mpi r; /*!< first integer from signature */ mpi r; /*!< first integer from signature */

View File

@ -98,7 +98,7 @@ PBES2 Decrypt (bad enc_scheme_alg: overlong)
depends_on:POLARSSL_SHA1_C:POLARSSL_DES_C depends_on:POLARSSL_SHA1_C:POLARSSL_DES_C
pkcs5_pbes2:ASN1_CONSTRUCTED | ASN1_SEQUENCE:"301B06092A864886F70D01050C300E04082ED7F24A1D516DD7020208003001":"":"":POLARSSL_ERR_PKCS5_INVALID_FORMAT + POLARSSL_ERR_ASN1_OUT_OF_DATA:"" pkcs5_pbes2:ASN1_CONSTRUCTED | ASN1_SEQUENCE:"301B06092A864886F70D01050C300E04082ED7F24A1D516DD7020208003001":"":"":POLARSSL_ERR_PKCS5_INVALID_FORMAT + POLARSSL_ERR_ASN1_OUT_OF_DATA:""
PBES2 Decrypt (bad enc_scheme_alg: unkown oid) PBES2 Decrypt (bad enc_scheme_alg: unknown oid)
depends_on:POLARSSL_SHA1_C:POLARSSL_DES_C depends_on:POLARSSL_SHA1_C:POLARSSL_DES_C
pkcs5_pbes2:ASN1_CONSTRUCTED | ASN1_SEQUENCE:"301B06092A864886F70D01050C300E04082ED7F24A1D516DD702020800300A06082A864886F70D03FF":"":"":POLARSSL_ERR_PKCS5_FEATURE_UNAVAILABLE:"" pkcs5_pbes2:ASN1_CONSTRUCTED | ASN1_SEQUENCE:"301B06092A864886F70D01050C300E04082ED7F24A1D516DD702020800300A06082A864886F70D03FF":"":"":POLARSSL_ERR_PKCS5_FEATURE_UNAVAILABLE:""

View File

@ -1107,7 +1107,7 @@ x509_parse_rsassa_pss_params:"A00A300706052B0E03021A00":ASN1_CONSTRUCTED | ASN1_
X509 RSASSA-PSS parameters ASN1 (HashAlg with parameters) X509 RSASSA-PSS parameters ASN1 (HashAlg with parameters)
x509_parse_rsassa_pss_params:"A00F300D06096086480165030402013000":ASN1_CONSTRUCTED | ASN1_SEQUENCE:POLARSSL_MD_SHA256:POLARSSL_MD_SHA1:20:POLARSSL_ERR_X509_INVALID_ALG + POLARSSL_ERR_ASN1_INVALID_DATA x509_parse_rsassa_pss_params:"A00F300D06096086480165030402013000":ASN1_CONSTRUCTED | ASN1_SEQUENCE:POLARSSL_MD_SHA256:POLARSSL_MD_SHA1:20:POLARSSL_ERR_X509_INVALID_ALG + POLARSSL_ERR_ASN1_INVALID_DATA
X509 RSASSA-PSS parameters ASN1 (HashAlg unkown OID) X509 RSASSA-PSS parameters ASN1 (HashAlg unknown OID)
x509_parse_rsassa_pss_params:"A00D300B06096086480165030402FF":ASN1_CONSTRUCTED | ASN1_SEQUENCE:POLARSSL_MD_SHA256:POLARSSL_MD_SHA1:20:POLARSSL_ERR_X509_INVALID_ALG + POLARSSL_ERR_OID_NOT_FOUND x509_parse_rsassa_pss_params:"A00D300B06096086480165030402FF":ASN1_CONSTRUCTED | ASN1_SEQUENCE:POLARSSL_MD_SHA256:POLARSSL_MD_SHA1:20:POLARSSL_ERR_X509_INVALID_ALG + POLARSSL_ERR_OID_NOT_FOUND
X509 RSASSA-PSS parameters ASN1 (good, MGAlg = MGF1-SHA256) X509 RSASSA-PSS parameters ASN1 (good, MGAlg = MGF1-SHA256)