Jiasheng Jiang
|
56e63f570b
x509/x509_set.c: Add the check for the EVP_MD_CTX_get_size()
|
7 months ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Pauli
|
a903a132a4
x509: update to structure based atomics
|
1 year ago |
Michael Baentsch
|
ee58915cfd
first cut at sigalg loading
|
2 years ago |
Dr. David von Oheimb
|
7e0013d973
X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return values
|
2 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Matt Caswell
|
3c2bdd7df9
Update copyright year
|
3 years ago |
Shane Lontis
|
4669015d7b
Add ossl_ x509 symbols
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Dr. David von Oheimb
|
1e41dadfa7
Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set,vfy}.c
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Dr. David von Oheimb
|
8cc86b81ac
Constify various mostly X509-related parameter types in crypto/ and apps/
|
4 years ago |
Kurt Roeckx
|
b744f915ca
Stop accepting certificates signed using SHA1 at security level 1
|
4 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 |
Richard Levitte
|
3e4b43b9e5
Following the license change, modify the boilerplates in crypto/x509/
|
6 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
KaoruToda
|
208fb891e3
Since return is inconsistent, I removed unnecessary parentheses and
|
7 years ago |
Pauli
|
cd420b0b1f
Move the REF_PRINT support from e_os.h to internal/refcount.h.
|
7 years ago |
Pauli
|
677963e5a4
e_os.h removal from other headers and source files.
|
7 years ago |
Dr. Stephen Henson
|
786dd2c22c
Add support for custom signature parameters
|
7 years ago |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
8 years ago |
Dr. Stephen Henson
|
0b7347effe
Add X509_getm_notBefore, X509_getm_notAfter
|
8 years ago |
Dr. Stephen Henson
|
568ce3a583
Constify certificate and CRL time routines.
|
8 years ago |
Dr. Stephen Henson
|
3a60d6fa2f
Avoid duplicated code.
|
8 years ago |
Dr. Stephen Henson
|
8900f3e398
Convert X509* functions to use const getters
|
8 years ago |
Richard J. Moore
|
1421aeadd7
Make some more X509 functions const.
|
8 years ago |
Rich Salz
|
b1322259d9
Copyright consolidation 09/10
|
8 years ago |
FdaSilvaYY
|
c5ebfcab71
Unify <TYPE>_up_ref methods signature and behaviour.
|
8 years ago |
Alessandro Ghedini
|
c001ce3313
Convert CRYPTO_LOCK_X509_* to new multi-threading API
|
8 years ago |