summaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_asid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Validate config options during x509 extension creationNeil Horman2024-01-051-0/+5
* Fix a possible use after free in X509v3_asid_add_id_or_rangeBernd Edlinger2023-12-011-4/+13
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-14/+10
* Fix a crash in X509v3_asid_subset()Matt Caswell2022-06-151-9/+22
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_v3 symbolsShane Lontis2021-03-181-3/+3
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-29/+17
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Correct confusing X509V3 conf error output by removing needless 'section:<NUL...Dr. David von Oheimb2020-08-041-4/+5
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Rename internal function name_cmp() to v3_name_cmp()Richard Levitte2019-10-171-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger2019-09-131-6/+20
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-0/+880