| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Test decoding of sequences with length and indefinite length into an ASN.1
string - in this case the ASN.1 is not decoded, rather the octets are
stored directly as the content of the string.
This exercises a specific path through the ASN.1 decoder.
(you know asn1complex is living up to its name when you have to import
openssl/asn1t.h directly...)
|
| |
|
| |
|
| |
|
|
|
|
| |
CID 351293
|
|
|
|
| |
pkey_ctx->data.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
is fixed.
|
|
|
|
| |
From Alex Wilson
|
|
|
|
| |
bn_exp2.c r1.13.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
after the bump
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
after the bump. Since this tests the public interfaces, we do not
want to use LIBRESSL_INTERNAL/LIBRESSL_CRYPTO_INTERNAL here.
|
| |
|
| |
|
|
|
|
| |
For some reason CVS didn't want to commit this the first time around.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It will need this for testing {d2i,i2d}_ASN1_BOOLEAN which will be
moved to internal-only in the upcoming bump.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Found via a crash on bluhm's i386 regress test box
|
|
|
|
|
|
| |
Of note, the public APIs for this mean that the only way you can add a
CTLOG is by reading a configuration file from disk - there is no
programmatic way to do this.
|
| |
|
|
|
|
| |
CID 345156
|
|
|
|
| |
CID 345152
|
|
|
|
| |
CID 345154
|