Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
hace 2 años |
Dr. David von Oheimb
|
33847508d5
libcrypto refactoring: make more use of ASN1_STRING_set0()
|
hace 2 años |
Shane Lontis
|
42e7d2f10e
Add more negative checks for integers passed to OPENSSL_malloc().
|
hace 3 años |
Matt Caswell
|
3c2bdd7df9
Update copyright year
|
hace 3 años |
Pauli
|
581c4b1d53
Ensure that the negative flag is correct set for ASN1 integer types.
|
hace 3 años |
Shane Lontis
|
adf7e6d1d6
Add ossl_asn1 symbols
|
hace 3 años |
Matt Caswell
|
a07dc8167b
Fix instances of pointer addition with the NULL pointer
|
hace 4 años |
Matt Caswell
|
605856d72c
Update copyright year
|
hace 4 años |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
hace 4 años |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
hace 5 años |
Richard Levitte
|
365a2d9991
Following the license change, modify the boilerplates in crypto/asn1/
|
hace 6 años |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
hace 7 años |
Andy Polyakov
|
1e93d619b7
asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.
|
hace 7 años |
Andy Polyakov
|
786b6a45fb
asn1/a_int.c: clean up asn1_get_int64.
|
hace 7 años |
Andy Polyakov
|
b997adb3a5
asn1/a_int.c: don't write result if returning error.
|
hace 7 años |
Andy Polyakov
|
6d4321fc24
asn1/a_int.c: simplify asn1_put_uint64.
|
hace 7 años |
Andy Polyakov
|
a3ea6bf0ef
asn1/a_int.c: remove code duplicate and optimize branches,
|
hace 7 años |
Richard Levitte
|
93f7d6fc10
Implement internal ASN.1 types INT32, UINT32, INT64, UINT64
|
hace 7 años |
FdaSilvaYY
|
a6ac1ed686
Fix 0 -> NULL, indentation
|
hace 8 años |
Kurt Roeckx
|
68d4bcfd06
Fix VC warnings about unary minus to an unsigned type.
|
hace 7 años |
Kurt Roeckx
|
e80f3b6af2
Cast to an unsigned type before negating
|
hace 8 años |
FdaSilvaYY
|
f48ebf9f4c
Constify ASN1_INTEGER_get, ASN1_ENUMERATED_get
|
hace 8 años |
Kurt Roeckx
|
5388b8d4e8
Avoid creating an illegal pointer.
|
hace 8 años |
Kurt Roeckx
|
dc9887c019
Avoid creating an illegal pointer
|
hace 8 años |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
hace 8 años |
FdaSilvaYY
|
0d4fb84390
GH601: Various spelling fixes.
|
hace 8 años |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
hace 9 años |
David Woodhouse
|
d728f0f5f2
RT3993: Fix error found by VS2008
|
hace 9 años |
Dr. Stephen Henson
|
f2dc4d517f
Encode b == NULL or blen == 0 as zero.
|
hace 9 años |
Dr. Stephen Henson
|
c5f2810581
Add functions to convert between uint64_t and ASN1_INTEGER.
|
hace 9 años |