summaryrefslogtreecommitdiffstats
path: root/crypto/x509/t_req.c
AgeCommit message (Expand)Author
2023-10-26x509_print_ex: Remove unused setting when XN_FLAG_COMPAT is setDamian Hobson-Garcia
2023-10-26Fix X509_REQ_print_ex bugDamian Hobson-Garcia
2023-10-26x509_print_ex:Use correct constant for nmflag comparisonDamian Hobson-Garcia
2021-04-28Add X509 version constants.David Benjamin
2021-01-28Update copyright yearRichard Levitte
2021-01-20X509_REQ_print_ex(): Correct indentation of extensions, which are attributesDr. David von Oheimb
2021-01-20X509_REQ_print_ex(): Replace weird 'a0:00' output on empty attributes by '(no...Dr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2018-12-06Following the license change, modify the boilerplates in crypto/x509/Richard Levitte
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-08NUMERICSTRING supportDmitry Belyavskiy
2018-01-06Fix error handling in X509_REQ_print_exBernd Edlinger
2018-01-04Rewrite RT3513.Rich Salz
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-01-15Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx
2016-08-19constify X509_REQ_get0_signature()Dr. Stephen Henson
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-06RT3513: req doesn't display attributes using utf8stringisnotnick
2016-03-20Remove #error from include files.Rich Salz
2016-03-04GH784: Better variable nameDmitry-Me
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-22Fix path in commentsDr. Stephen Henson
2015-09-22Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson