aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/t_req.c
Commit message (Expand)AuthorAgeFilesLines
* x509_print_ex: Remove unused setting when XN_FLAG_COMPAT is setDamian Hobson-Garcia2023-10-261-3/+1
* Fix X509_REQ_print_ex bugDamian Hobson-Garcia2023-10-261-3/+5
* x509_print_ex:Use correct constant for nmflag comparisonDamian Hobson-Garcia2023-10-261-1/+1
* Add X509 version constants.David Benjamin2021-04-281-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* X509_REQ_print_ex(): Correct indentation of extensions, which are attributesDr. David von Oheimb2021-01-201-4/+4
* X509_REQ_print_ex(): Replace weird 'a0:00' output on empty attributes by '(no...Dr. David von Oheimb2021-01-201-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-081-0/+4
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* NUMERICSTRING supportDmitry Belyavskiy2018-01-081-0/+1
* Fix error handling in X509_REQ_print_exBernd Edlinger2018-01-061-8/+16
* Rewrite RT3513.Rich Salz2018-01-041-6/+9
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx2017-01-151-2/+7
* constify X509_REQ_get0_signature()Dr. Stephen Henson2016-08-191-3/+3
* Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY2016-07-201-2/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* RT3513: req doesn't display attributes using utf8stringisnotnick2016-05-061-0/+1
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* GH784: Better variable nameDmitry-Me2016-03-041-3/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix path in commentsDr. Stephen Henson2015-09-221-1/+1
* Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson2015-09-221-0/+246