Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 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 |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 years ago |
Richard Levitte
|
365a2d9991
Following the license change, modify the boilerplates in crypto/asn1/
|
6 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Pauli
|
a1df06b363
This has been added to avoid the situation where some host ctype.h functions
|
7 years ago |
Bernd Edlinger
|
aa402e2ba4
Fix a slightly confusing if condition in a2i_ASN1_INTEGER.
|
7 years ago |
Dr. Stephen Henson
|
095d2f0f8a
Constify i2a*
|
8 years ago |
Matt Caswell
|
604f6eff31
Convert X509_REVOKED* functions to use const getters
|
8 years ago |
Dr. Stephen Henson
|
3dc87806ce
Free buffer in a2i_ASN1_INTEGER() on error path.
|
8 years ago |
Matt Caswell
|
b0cb22b07c
Free buffer on error in a2i_ASN1_INTEGER()
|
8 years ago |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 years ago |
Rich Salz
|
49445f21da
Use OPENSSL_hexchar2int
|
8 years ago |
Matt Caswell
|
5fd1478df3
Fix building with -DCHARSET_EBCDIC
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Rich Salz
|
c99de0533d
Rename *_realloc_clean to *_clear_realloc
|
9 years ago |
Dr. Stephen Henson
|
6c5b6cb035
ASN1 INTEGER refactor.
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
666964780a
Remove goto inside an if(0) block
|
9 years ago |
Rich Salz
|
b548a1f11c
free null cleanup finale
|
9 years ago |
Rich Salz
|
2d29e2df0c
realloc of NULL is like malloc
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
Dr. Stephen Henson
|
8e8972bb68
Fixes to various ASN1_INTEGER routines for negative case.
|
24 years ago |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 years ago |
Ulf Möller
|
51ca375e7e
Seek out and destroy another evil cast.
|
25 years ago |
Bodo Möller
|
f66c303201
Don't include x509.h when we just need asn1.h
|
25 years ago |
Ulf Möller
|
a53955d8ab
Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).
|
25 years ago |