aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/t_req.c
Commit message (Expand)AuthorAgeFilesLines
* 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