Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Pauli
|
a773e67b89
asn.1: fix Coverity 1487104 Logically dead code
|
3 years ago |
Richard Levitte
|
4cd4735187
ASN.1: Refuse to encode to DER if non-optional items are missing
|
3 years ago |
FdaSilvaYY
|
89947af2c5
crypto: raise error on malloc failure
|
6 years ago |
Matt Caswell
|
3c2bdd7df9
Update copyright year
|
3 years ago |
Shane Lontis
|
adf7e6d1d6
Add ossl_asn1 symbols
|
3 years ago |
Matt Caswell
|
3db2c9f3e5
Complain if we are attempting to encode with an invalid ASN.1 template
|
4 years ago |
Matt Caswell
|
605856d72c
Update copyright year
|
4 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Rich Salz
|
12a765a523
Explicitly test against NULL; do not use !p or similar
|
5 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 years ago |
David von Oheimb
|
9fdcc21fdc
constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION
|
5 years ago |
Richard Levitte
|
365a2d9991
Following the license change, modify the boilerplates in crypto/asn1/
|
6 years ago |
Rich Salz
|
cdb10bae3f
Set error code on alloc failures
|
6 years ago |
Matt Caswell
|
c4d3c19b4c
Update copyright year
|
6 years ago |
Matt Caswell
|
53c9818e97
Don't write out a bad OID
|
6 years ago |
Dr. Stephen Henson
|
56f9953c84
Check for overlows and error return from ASN1_object_size()
|
8 years ago |
Rich Salz
|
2039c421b0
Copyright consolidation 08/10
|
8 years ago |
Dr. Stephen Henson
|
d7ab691bc4
Fix ASN1_INTEGER handling.
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 years ago |
Dr. Stephen Henson
|
de17bd5d7f
New ASN.1 embed macro.
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Dr. Stephen Henson
|
23dc1706e8
Make asn1_ex_i2c, asn1_ex_c2i static.
|
9 years ago |
Dr. Stephen Henson
|
c315a547e6
Move more internal only functions to asn1_locl.h
|
9 years ago |
Dr. Stephen Henson
|
c1ee50aac2
Move internal only ASN.1 functions to asn1_locl.h
|
9 years ago |
Dr. Stephen Henson
|
2e43027757
make ASN1_OBJECT opaque
|
9 years ago |
Dr. Stephen Henson
|
dd12df794a
Remove old style ASN.1 support.
|
9 years ago |
Richard Levitte
|
c6ef15c494
clang on Linux x86_64 complains about unreachable code.
|
9 years ago |