aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/x_exten.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+5
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2015-10-15embed value field of X509_EXTENSIONDr. Stephen Henson1-1/+1
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson1-0/+78
Reviewed-by: Rich Salz <rsalz@openssl.org>