Fix typo in OCSP nonce extension.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 4 Jan 2001 19:53:48 +0000 (19:53 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 4 Jan 2001 19:53:48 +0000 (19:53 +0000)
commita8312c0e24a73e70b25d9811de2106f50b32081b
tree9bcba6edf3346e4401ebedebacc1429c14a32e6a
parentbf0d176e48c6dd44c6cb3250d1e56d9d098f815a
Fix typo in OCSP nonce extension.

Set correct type in ASN1_STRING for
INTEGER and ENUMERATED types.

Make ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
return -1 for invalid type rather than 0 (which is
often valid). -1 may also be valid but this is less
likely.

Load OCSP error strings in ERR_load_crypto_strings().
crypto/asn1/a_enum.c
crypto/asn1/a_int.c
crypto/asn1/tasn_dec.c
crypto/err/err_all.c
crypto/x509v3/v3_ocsp.c