summaryrefslogtreecommitdiffhomepage
path: root/client/request.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-08More security precautions (length checks, null checks, etc)Samuel Lidén Borell1-0/+3
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2011-04-21Clean up output to stderrSamuel Lidén Borell1-6/+0
2011-04-18Fix compile errors with OpenSSL 1.0.0Samuel Lidén Borell1-1/+17
2011-04-18Remove NULL checks before free()Samuel Lidén Borell1-1/+1
2011-04-15Fix a null check bug and a typoSamuel Lidén Borell1-1/+1
2011-04-14Move the DN parsing to a separate fileSamuel Lidén Borell1-109/+0
2011-04-12Remove old comments and fix compiler warningsSamuel Lidén Borell1-1/+0
2011-04-11Add more missing code from the last changeSamuel Lidén Borell1-22/+43
2011-04-11Add support for the "country" and "organization" attributesSamuel Lidén Borell1-1/+4
2011-04-05A few small code fixesSamuel Lidén Borell1-1/+1
2011-04-05Only include the full DN in the first CSRSamuel Lidén Borell1-8/+12
2011-02-11Implement basic DN parsingSamuel Lidén Borell1-0/+101
2011-01-28Implement PKCS7/CMC request wrappingSamuel Lidén Borell1-0/+200