aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/v3_alt.c
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-8/+8
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-20/+20
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-1/+0
* Adjust length of some strncpy() callsNicola Tuveri2020-05-221-1/+1
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb2020-05-051-38/+12
* Fix snprintf missing for windows buildShane Lontis2020-04-301-1/+3
* crypto/x509/v3_alt.c: make 'othername' a bit biggerRichard Levitte2020-04-271-1/+1
* Add support for unusal 'othername' subjectAltNamesDirk-Willem van Gulik2020-04-251-1/+20
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Add support for otherName:NAIRealm in outputJan-Frederik Rieckers2019-12-111-0/+11
* Don't assume the type we read was the type we expectedMatt Caswell2019-11-041-10/+37
* Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell2019-11-041-2/+15
* Rename internal function name_cmp() to v3_name_cmp()Richard Levitte2019-10-171-10/+10
* Support printing out some otherName variantsDmitry Belyavskiy2019-09-241-3/+39
* Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat2019-06-071-3/+6
* Join the x509 and x509v3 directoriesRichard Levitte2019-05-291-0/+591